.bg-inverse-primary {
    background: rgba(105, 111, 251, 0.2);
}

.bg-inverse-secondary {
    background: rgba(223, 232, 251, 0.2);
}

.bg-inverse-success {
    background: rgba(76, 206, 172, 0.2);
}

.bg-inverse-info {
    background: rgba(133, 123, 255, 0.2);
}

.bg-inverse-warning {
    background: rgba(255, 111, 89, 0.2);
}

.bg-inverse-danger {
    background: rgba(219, 80, 74, 0.2);
}

.bg-inverse-light {
    background: rgba(243, 245, 246, 0.2);
}

.bg-inverse-dark {
    background: rgba(34, 60, 97, 0.2);
}

.bg-inverse-white {
    background: rgba(255, 255, 255, 0.2);
}


/* Header */

.t-header {
    display: flex;
    height: 65px;
    background: #fbfcfd;
    z-index: 100;
}

@media (max-width: 991.98px) {
    .t-header {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.t-header .t-header-brand-wrapper {
    display: flex;
    align-items: center;
    height: 65px;
    width: 17rem;
    min-width: 17rem;
    max-width: 17rem;
    background: #fff;
    z-index: 100;
    padding-left: 18px;
}

.t-header .t-header-brand-wrapper a {
    display: flex;
    align-items: center;
    color: #f3f5f6;
    font-weight: 500;
    font-size: 1.25rem;
}

.t-header .t-header-brand-wrapper a .logo {
    max-width: 100%;
    width: 80px;
}

.t-header .t-header-brand-wrapper a .logo-mini {
    display: none;
    max-width: 100%;
    width: 35px;
}

.t-header .t-header-brand-wrapper a p {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .t-header .t-header-brand-wrapper {
        padding-left: 0;
        justify-content: center;
    }
    .t-header .t-header-brand-wrapper a .logo-mini {
        width: 25px;
    }
}

.disciplineSection {
    margin-top: 40px;
}

.quimPlant {
    margin-right: 0px !important;
}

@media (max-width: 767px) {
    .card-sectionPjct {
        margin-left: 18% !important;
    }
}

.card-sectionPjct {
    align-items: center;
    justify-content: center;
    margin-left: 10%;
    justify-content: flex-start;
    align-self: center !important;
}

.card-project {
    flex-direction: column;
    display: flex;
    cursor: pointer;
    gap: 16px;
    align-items: flex-start;
    text-align: start;
    opacity: 1;
    padding: 32px;
    border-radius: 5px 5px 0px 0px;
    min-height: 70vh;
    background-color: #105e4e;
    max-width: 350px !important;
    border-bottom: 2px solid #f3ae45;
    max-width: 280px !important;
    max-height: 412px;
}

@media (max-width: 580px) {
    .card-project {
        margin-left: 0% !important;
    }
}

@media (max-width: 920px) {
    .card-project {
        margin-left: 0% !important;
    }
}

.card-project.padronized {
    border-bottom: 2px solid #f3ae45;
}

.card-project.mathPlant:hover {
    border-bottom: 2px solid #f3ae45;
    box-shadow: 4px 4px 4px 4px rgb(253, 105, 48, .04);
}

.card-project.quimPlant {
    border-bottom: 2px solid #f3ae45;
}

.card-project.quimPlant:hover {
    border-bottom: 2px solid #f3ae45;
    box-shadow: 4px 4px 4px 4px rgb(253, 105, 48, .04);
}

.card-project:hover {
    background: #0f5245;
    border-bottom: 2px solid #f3ae45;
    box-shadow: 4px 4px 4px 4px rgb(253, 105, 48, .04);
}

.card-project h1 {
    font-size: 22px;
    line-height: 34px;
    color: #fff;
    width: 157px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.card-project .subheading {
    font-size: 14px;
    line-height: 24px;
    color: rgb(225, 225, 230);
    width: 90%;
    justify-content: flex-end;
}

@media (min-width: 768px) {
    .card-project:not(:last-child) {
        margin-right: 20px;
        margin-bottom: 10px !important;
    }
}

.card-project:not(:last-child) {
    margin-bottom: 10px !important;
}

.red-temaHeader {
    margin-left: 25px;
    font-size: 18px;
    font-weight: 600;
}

.red-user-name {
    margin-left: 25px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
}

.red-temaHeader span {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.physic-logoPlant {
    height: 80px;
    width: 80px;
    border-radius: 10px;
}

.quimPlant {
    margin-right: 0px !important;
}

@media (min-width: 768px) {
    .corretion {
        margin-top: -7px;
    }
}

.Err-contact {
    margin-top: 30px;
}

.contact-error {
    margin-left: 40px;
    margin-top: 20%;
    color: #fff;
    font-size: 18px;
}
.col-lg-3.no-padding {
    padding-right: 0px !important;
}
.contact-btn {
    justify-content: center !important;
    border-radius: 8px;
    background-color: #1EBEA5;
}

.h1-chose {
    color: #101010;
    margin-left: -12px;
    margin-bottom: -20px;
    font-size: 28px !important;
    /*
    font-family: 'Roboto Condesed', sans-serif;*/
    font-weight: 500;
}

.chose-dot {
    color: #04d361;
    margin-right: 5px;
    font-size: 42px !important;
}

.t-header .t-header-content-wrapper {
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    padding: 0 2.5rem;
}

@media (max-width: 991.98px) {
    .t-header .t-header-content-wrapper {
        padding: 0 1rem;
    }
}

.t-header .t-header-content-wrapper .t-header-search-box {
    display: flex;
    width: 20%;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    padding: 5px;
    transition: 0.3s ease-in-out;
    transition-property: "width";
    overflow: hidden;
}

@media (max-width: 580px) {
    .t-header .t-header-content-wrapper .t-header-search-box {
        display: none;
    }
}

.t-header .t-header-content-wrapper .t-header-search-box .form-control {
    height: inherit;
    border: none;
    background: transparent;
    font-size: 1rem;
    font-weight: 500;
    padding-left: 0;
    padding: 5px 20px;
}

.t-header .t-header-content-wrapper .t-header-search-box .form-control.placeholder {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.t-header .t-header-content-wrapper .t-header-search-box .form-control:-moz-placeholder {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.t-header .t-header-content-wrapper .t-header-search-box .form-control::-moz-placeholder {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.t-header .t-header-content-wrapper .t-header-search-box .form-control:-ms-input-placeholder {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.t-header .t-header-content-wrapper .t-header-search-box .form-control::-webkit-input-placeholder {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.t-header .t-header-content-wrapper .t-header-search-box button[type="submit"] {
    height: 100%;
    border-radius: 50px;
    padding: 0 7px;
    box-shadow: 0px 0px 5px -1px #696ffb;
    transition-duration: 0.3s;
    transition-property: "box-shadow";
}

.t-header .t-header-content-wrapper .t-header-search-box button[type="submit"] i {
    font-size: 15px;
}

.t-header .t-header-content-wrapper .t-header-search-box button[type="submit"]:hover {
    box-shadow: 0px 0px 8px -1px #696ffb;
}

.t-header .t-header-content-wrapper .t-header-content {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
}

.t-header .t-header-content-wrapper .t-header-content .nav .nav-item .nav-link {
    position: relative;
}

.t-header .t-header-content-wrapper .t-header-content .nav .nav-item .nav-link i {
    color: #525c5d;
}

.t-header .t-header-content-wrapper .t-header-content .nav .nav-item .nav-link .notification-indicator {
    position: absolute;
    top: 12px;
    right: 12px;
}

.t-header .t-header-content-wrapper .t-header-content .nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

.t-header .t-header-toggler {
    background: transparent;
    border: none;
    margin-left: auto;
}

.t-header .t-header-toggler i {
    font-size: 1.375rem;
}

.t-header .t-header-toggler.t-header-mobile-toggler {
    margin-left: 0;
    margin-right: 15px;
}

.t-header.fixed-top {
    position: fixed;
}

.header-fixed .t-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header-fixed .sidebar {
    padding-top: 65px;
}

.header-fixed .sidebar .t-header-brand-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 17rem;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
}

.header-fixed .sidebar .navigation-menu {
    z-index: 1;
    margin-top: 110px;
}


/* Sidebar */

.sidebar {
    position: relative;
    display: block;
    height: 100%;
    min-height: 100vh;
    width: 17rem;
    min-width: 17rem;
    max-width: 17rem;
    background: #fff;
}

.sidebar .sidebar-header {
    border-bottom: 1px solid #2c3744;
}

.sidebar .user-profile {
    padding: 50px 0 0 0;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.sidebar .user-profile .user-name {
    font-weight: 600;
    margin-top: 25px;
}

.sidebar .user-profile .display-income {
    margin-top: 5px;
    color: rgba(16, 16, 16, 0.4);
}

.sidebar .navigation-menu {
    padding-left: 0;
    padding-bottom: 80px;
    margin-bottom: 0;
    margin-top: 18px;
}

.sidebar .navigation-menu li {
    display: block;
    margin: 0;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.26, 0.66, 0.45, 0.78);
    transition-property: "background";
}

.sidebar .navigation-menu li.nav-category-divider {
    position: -webkit-sticky;
    position: sticky;
    top: 64px;
    display: block;
    background: #fff;
    margin: 15px 0px 0px 0px;
    padding: 20px 30px 10px 30px;
    font-size: 10px;
    color: rgba(16, 16, 16, 0.4);
    z-index: 1;
    font-weight: 500;
}

.sidebar .navigation-menu li.nav-discipline-category.nav-category-divider {
    position: relative !important;
    top: 1px;
}

.sidebar .navigation-menu li.nav-category-divider:first-child {
    margin-top: 0;
}

.sidebar .navigation-menu li a {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 12px 30px 12px 30px;
    font-size: 13px;
    line-height: 1;
    color: #525c5d;
    letter-spacing: 0.03rem;
    font-weight: 500;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sidebar .navigation-menu li a .link-icon {
    margin-right: 15px;
    line-height: 1;
    color: #525c5d;
    font-size: 1.1875rem;
    transition-duration: 0.3s;
    transition-property: "margin-right";
}

.sidebar .navigation-menu li:last-child a {
    border-bottom: none;
}

.sidebar .navigation-menu li .navigation-submenu {
    background: #fafafa;
    padding: 0px 0 10px 30px;
}

.sidebar .navigation-menu li .navigation-submenu.collapsing {
    transition: 0.2s ease-in;
}

.sidebar .navigation-menu li .navigation-submenu li {
    display: inherit;
}

.sidebar .navigation-menu li .navigation-submenu li a {
    display: block;
    padding: calc(9px) 30px calc(9px) calc(30px + 2px);
    opacity: 0.5;
    letter-spacing: 0.03rem;
    font-weight: 500;
    font-size: calc(13px - 1px);
    transition: 0.3s ease-in-out;
    transition-property: color;
}

.sidebar .navigation-menu li .navigation-submenu li a.turmaShow {
    color: #083028 !important;
    opacity: 1;
    font-weight: 700;
}

.sidebar .navigation-menu li .navigation-submenu li a.turmaShow:hover {
    color: #083028 !important;
    opacity: 1;
    font-weight: 700;
}

.sidebar .navigation-menu li .navigation-submenu li a.turmaShow:focus {
    color: #083028 !important;
    opacity: 1;
    font-weight: 700;
}

.sidebar .navigation-menu li .navigation-submenu li a[data-toggle="collapse"] {
    position: relative;
}

.sidebar .navigation-menu li .navigation-submenu li a[data-toggle="collapse"]:after {
    content: "";
    height: 7px;
    width: 7px;
    border-radius: 25px;
    position: absolute;
    right: calc(30px + 4px);
    top: 14px;
}

.sidebar .navigation-menu li .navigation-submenu li a.active {
    opacity: 0.7;
    color: #101010;
}

.sidebar .navigation-menu li .navigation-submenu li a:hover {
    opacity: 0.7;
    color: #101010;
}

.sidebar .navigation-menu li .navigation-submenu li:first-child a {
    padding-top: 10px;
}

.sidebar .navigation-menu li .navigation-submenu li:first-child a:after {
    top: 15px;
}

.sidebar .navigation-menu li .navigation-submenu li:nth-child(5n + 1) a:after {
    background: #4CCEAC;
}

.sidebar .navigation-menu li .navigation-submenu li:nth-child(5n + 2) a:after {
    background: #696ffb;
}

.sidebar .navigation-menu li .navigation-submenu li:nth-child(5n + 3) a:after {
    background: #DB504A;
}

.sidebar .navigation-menu li .navigation-submenu li:nth-child(5n + 4) a:after {
    background: #FF6F59;
}

.sidebar .navigation-menu li .navigation-submenu li:nth-child(5n + 5) a:after {
    background: #857bff;
}

.sidebar .navigation-menu li .navigation-submenu li .navigation-submenu {
    padding-left: 0px;
}

.sidebar .navigation-menu li .navigation-submenu li .navigation-submenu li a {
    opacity: 0.5;
}

.sidebar .navigation-menu li.active {
    background-color: rgb(165, 230, 207, .4);
}

.sidebar .navigation-menu li.active a .link-title {
    color: rgb(21, 112, 80);
}

.sidebar .navigation-menu li.active a .link-icon {
    color: rgb(21, 112, 80);
}

.sidebar .navigation-menu>li.active:not(.nav-category-divider):hover a:not([aria-expanded="true"]) .link-icon {
    color: rgb(21, 112, 80);
}

.sidebar .navigation-menu>li:not(.nav-category-divider):hover a:not([aria-expanded="true"]) .link-icon {
    margin-right: 20px;
    color: #4CCEAC;
}

.sidebar .navigation-menu>li:not(.nav-category-divider)>a[data-toggle="collapse"] {
    position: relative;
}

.sidebar .navigation-menu>li:not(.nav-category-divider)>a[data-toggle="collapse"]:after {
    content: "\f142";
    font-family: "Material Design Icons";
    font-size: 15px;
    text-rendering: auto;
    line-height: inherit;
    font-weight: bolder;
    position: absolute;
    top: 13px;
    right: 30px;
    display: block;
    transition: 0.3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    color: #839092;
}

.sidebar .navigation-menu>li:not(.nav-category-divider)>a[data-toggle="collapse"][aria-expanded="true"] {
    background: #fafafa;
}

.sidebar .navigation-menu>li:not(.nav-category-divider)>a[data-toggle="collapse"][aria-expanded="true"]:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* Footer */

footer {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 2rem 2.5rem;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991.98px) {
    footer {
        padding: 20px 0px 30px 0;
    }
}

footer ul {
    margin-left: 0;
    padding-left: 0;
}

footer ul li {
    display: inline-block;
    padding: 0 10px 0 0;
    line-height: 1;
}

footer ul li:not(:last-child) {
    margin-right: 10px;
    border-right: 1px solid #f2f4f9;
}

footer ul li a {
    font-weight: 600;
    letter-spacing: 0.03rem;
    color: #565656;
}


/* Layout */

.page-body {
    background: #fff;
}

.page-content-wrapper {
    background: #fbfcfd;
    border-left: 1px solid #f2f4f9;
}

@media (min-width: 992px) {
    .t-header .t-header-content-wrapper {
        border-left: 1px solid #f2f4f9;
    }
}

@media (min-width: 768px) {
    .page-body {
        position: relative;
        display: grid;
        max-width: 100%;
        grid-template-columns: 17rem calc(100vw - 17rem);
        transition: 0.3s;
    }
    .page-body .page-content-wrapper {
        position: relative;
        width: 100%;
        min-height: 100vh;
        padding: 1.5rem 2.5rem calc(90px + 1.5rem);
        margin-top: 65px;
    }
    .page-body .page-content-wrapper .page-content-wrapper-inner {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-body .page-content-wrapper .page-content-wrapper-inner .viewport-header {
        position: -webkit-sticky;
        position: sticky;
        top: 65px;
        background: #fbfcfd;
        z-index: 99;
    }
    .page-body .page-content-wrapper .page-content-wrapper-inner .viewport-header .breadcrumb {
        padding: 1rem 1rem 1rem 21px;
        margin-left: -20px;
        margin-right: -20px;
        background: #fbfcfd;
    }
    .page-body .page-content-wrapper .page-content-wrapper-inner .viewport-header .breadcrumb .breadcrumb-item {
        color: #565656;
        letter-spacing: 0.03rem;
        font-weight: 500;
    }
    .page-body .page-content-wrapper .page-content-wrapper-inner .viewport-header .breadcrumb .breadcrumb-item a {
        color: inherit;
    }
    .page-body .page-content-wrapper .page-content-wrapper-inner .viewport-header .breadcrumb .breadcrumb-item.active {
        color: rgb(21, 112, 80) !important;
    }
    .page-body .page-content-wrapper .page-content-wrapper-inner .viewport-header .page-title-heading {
        color: #565656;
        font-size: 1.5rem;
        font-weight: 500;
        margin-bottom: 0;
    }
    .page-body .page-content-wrapper .page-content-wrapper-inner .viewport-header .page-description {
        opacity: 0.7;
        margin-top: 15px;
    }
}

@media (max-width: 991.98px) {
    .t-header {
        width: 100vw;
    }
    .t-header .t-header-brand-wrapper {
        background: #fbfcfd;
        width: 4rem;
        min-width: 4rem;
        max-width: 4rem;
    }
    .t-header .t-header-brand-wrapper a .logo {
        -webkit-animation-name: menuItemFadeIn;
        animation-name: menuItemFadeIn;
        -webkit-animation-duration: 0.25s;
        animation-duration: 0.25s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        display: none;
    }
    @-webkit-keyframes menuItemFadeIn {
        from {
            -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
            display: none;
            opacity: 0;
        }
        to {
            display: block;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }
    }
    @keyframes menuItemFadeIn {
        from {
            -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
            display: none;
            opacity: 0;
        }
        to {
            display: block;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }
    }
    #hours,
    #minutes,
    #seconds {
        font-size: 16px;
        font-weight: bold;
        align-self: center;
    }
    .t-header .t-header-brand-wrapper a .logo-mini {
        display: block;
    }
    .page-body {
        display: flex;
        flex-direction: row;
        overflow: hidden;
        max-width: 100%;
    }
    .page-body .sidebar {
        position: relative;
        left: 0px;
        z-index: 99;
        width: 15rem;
        min-width: 15rem;
        max-width: 15rem;
        margin-left: -15rem;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
        transition-property: "margin-left", "width";
    }
    .page-body .page-content-wrapper {
        padding: 20px 20px;
        min-width: 100vw;
        margin-left: 0;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
        transition-property: "margin-left";
    }
    .page-body .page-content-wrapper .viewport-header .breadcrumb {
        background: transparent;
        padding-left: 0;
    }
    .page-body .page-content-wrapper footer {
        position: relative;
    }
    .page-body.sidebar-collpased .sidebar {
        margin-left: 0;
        min-width: 15rem;
    }
}

@media (max-width: 767.98px) {
    .page-body .page-content-wrapper {
        padding: 80px 20px 0px 20px;
    }
}

.answer-container {
    padding: 0px;
    height: auto;
}

.styles__answer-ctt {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    padding: 8px 10px;
    text-align: left;
    border-radius: 5px;
    min-height: 40px;
    background: rgba(255, 255, 255);
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 05%);
    margin-right: 30px;
}

.styles__answer-header {
    margin-top: 10px;
    margin-bottom: 5px;
}

.styles__answer-Title::before {
    position: absolute;
    left: 0px;
    content: " ";
    width: 4px;
    height: 24px;
    background: rgb(153, 65, 70);
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 28px;
}

.styles__answer-Title.natureza::before {
    position: absolute;
    left: 0px;
    content: " ";
    width: 6px;
    height: 24px;
    background: rgb(21, 112, 80);
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 28px;
}

.styles__answer-Title.matematica::before {
    position: absolute;
    left: 0px;
    content: " ";
    width: 6px;
    height: 24px;
    background: rgb(8, 104, 131);
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 28px;
}

.styles__answer-Title {
    margin-left: 32px;
}

.styles__answer-body {
    padding: 14px 16px;
    text-align: left;
    max-height: 80px;
}

.styles__answer-QuestN {
    display: flex;
    padding: 18px 12px;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 48px;
    border-bottom: 1.5px solid rgb(240, 241, 247);
    border-right: 1.5px solid rgb(240, 241, 247);
}

.styles__answer-QuestN p {
    font-size: 14px;
    font-weight: bold;
    color: rgb(16, 16, 16);
}

.styles__answer-body {
    display: flex;
    flex-direction: row;
    flex: 1 1 0%;
    align-items: center;
}

.styles__answer-QuestAlt {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1.5px solid rgb(240, 241, 247);
    padding: 9px 8px;
}

.styles__answer-QuestAlt-item {
    display: flex;
    margin-left: 10px;
}

.div-sumbt__sim {
    width: 100%;
    height: 40px;
}

.btn-sumbt__sim {
    width: 100%;
    background: rgb(21, 112, 80);
    border: none;
    color: #fff;
    height: 100%;
    font-weight: 700;
    transition: background 0.4s ease;
    display: flex;
    flex: 1 1 0%;
    justify-content: center;
    align-items: center;
}

.btn-sumbt__sim:hover,
.btn-sumbt__sim:focus {
    background: rgba(165, 230, 207, 0.4);
    color: rgb(21, 112, 80);
    border: none;
}

@media only screen and (min-width: 1440px) {
    .second-session {
        max-width: 338px !important;
        border-top-left-radius: 0%;
        border-top-right-radius: 0%;
    }
}

.flx-center {
    flex: 1 1 0%;
    display: flex;
}

.loader-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255, .9) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.a__submitBtn {
    width: 100%;
    height: 100%;
    display: flex;
    align-self: center;
    background: transparent;
    align-items: center;
    justify-content: center;
    color: #fff;
}

body.loader-time {
    overflow: hidden;
}


/* Loader css
-------------------------------------------------------------------------- */

#loader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: -moz-radial-gradient(50% 50%, circle cover, #ffffff 0%, #e6e6e6 100%);
    /* FF3.6+ */
    background: -webkit-radial-gradient(50% 50%, circle cover, #ffffff 0%, #e6e6e6 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(50% 50%, circle cover, #ffffff 0%, #e6e6e6 100%);
    /* Opera 11.10+ */
    background: -ms-radial-gradient(50% 50%, circle cover, #ffffff 0%, #e6e6e6 100%);
    /* IE10+ */
    background: radial-gradient(50% 50%, circle cover, #ffffff 0%, #e6e6e6 100%);
    /* W3C */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#loader-container {
    height: 120px;
    left: 0;
    margin-top: -60px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.smart-loader-img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -47px;
    margin-top: -48px;
}

#smart-loader {
    stroke-dasharray: 2.42777px, 242.77666px;
    stroke-dashoffset: 0;
    -webkit-animation: anim 1.6s linear infinite;
    animation: anim 1.6s linear infinite;
}

@-webkit-keyframes anim {
    12.5% {
        stroke-dasharray: 33.98873px, 242.77666px;
        stroke-dashoffset: -26.70543px;
    }
    43.75% {
        stroke-dasharray: 84.97183px, 242.77666px;
        stroke-dashoffset: -84.97183px;
    }
    100% {
        stroke-dasharray: 2.42777px, 242.77666px;
        stroke-dashoffset: -240.34889px;
    }
}

@keyframes anim {
    12.5% {
        stroke-dasharray: 33.98873px, 242.77666px;
        stroke-dashoffset: -26.70543px;
    }
    43.75% {
        stroke-dasharray: 84.97183px, 242.77666px;
        stroke-dashoffset: -84.97183px;
    }
    100% {
        stroke-dasharray: 2.42777px, 242.77666px;
        stroke-dashoffset: -240.34889px;
    }
}

@-webkit-keyframes stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}

@-moz-keyframes stretchdelay {
    0%,
    40%,
    100% {
        -moz-transform: scaleY(0.4);
    }
    20% {
        -moz-transform: scaleY(1);
    }
}

@-ms-keyframes stretchdelay {
    0%,
    40%,
    100% {
        -ms-transform: scaleY(0.4);
    }
    20% {
        -ms-transform: scaleY(1);
    }
}

@-o-keyframes stretchdelay {
    0%,
    40%,
    100% {
        -o-transform: scaleY(0.4);
    }
    20% {
        -o-transform: scaleY(1);
    }
}

@keyframes stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
    }
}

::selection {
    color: #ffffff;
    text-shadow: none;
    background-color: rgb(21, 112, 80);
}

::-webkit-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: rgb(21, 112, 80);
}

::-moz-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: rgb(21, 112, 80);
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #767683;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(21, 112, 80);
}

.styles__countdownTimer {
    margin-bottom: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex: 1 1 0%;
}

.stopwatch--text {
    color: rgb(51, 95, 84);
    margin-right: 8px;
    font-size: 18px;
    font-weight: 700;
    align-self: center;
    margin-left: 10px;
    margin-top: 8px;
}

.modal--Atention {
    -webkit-box-align: center;
    align-items: center;
    background: rgba(37, 39, 45, 0.5);
    display: none;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999999;
}

.modal--Atention.show {
    display: flex;
}

.styles__atention--modal {
    background: rgb(255, 255, 255);
    border-radius: 4px;
    max-height: calc(100% - 16px);
    max-width: calc(100% - 16px);
    overflow-y: auto;
    position: relative;
    min-height: 50px;
}

.styles__atention--closeModal {
    position: absolute;
    right: 8px;
    top: 2px;
    z-index: 10;
    background: transparent;
    display: flex;
    border: none;
    color: rgb(37, 39, 45);
    font-size: 20px;
}

.styles__atention--content {
    display: flex;
    flex-direction: column;
    width: 550px;
    max-width: 100%;
    padding: 25px;
}

.styles__atention--content h4 {
    color: #FF9F00;
    margin-bottom: 10px;
}

.styles__yes-btn {
    margin-left: 6px;
    font-size: 14px;
    padding: 4px;
    background: rgb(21, 135, 78);
    border: 0px;
    border-radius: 2px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-weight: 600;
    line-height: 1;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    display: block;
    width: 20%;
    margin-right: 10px;
}

.styles__no-btn {
    font-size: 14px;
    padding: 8px;
    background: rgb(21, 135, 78);
    border: 0px;
    border-radius: 2px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-weight: 600;
    line-height: 1;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    display: block;
    width: 20%;
}

.sim_alternative.correctAns {
    border: 1.2px solid rgb(21, 135, 78) !important;
}

#startCron {
    font-size: 14px;
    background: transparent;
    border: 1px solid rgb(206, 208, 221);
    border-radius: 20px;
    color: rgb(124, 129, 149);
    font-weight: 600;
    line-height: 1;
    padding: 8px 10px;
    margin-top: 5px;
    margin-left: 5px;
}

.styles__btnGab {
    margin-top: 20px;
    font-size: 12px;
    padding: calc(8px) 16px;
    background: transparent !important;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    font-weight: 700;
    line-height: 1;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    display: block;
    width: 100%;
    color: rgb(21, 112, 80) !important;
    border: 0.5px solid rgb(21, 112, 80) !important;
    cursor: pointer !important;
}

.styles__btnGab:hover {
    background-color: rgb(43, 159, 105) !important;
    color: #fff !important;
}

.not--allowedYet {
    color: rgb(37, 39, 45);
    cursor: not-allowed;
    background: rgb(240, 241, 247);
    border: none;
}

.not--allowedYet:hover {
    color: rgb(37, 39, 45);
    cursor: not-allowed;
    background: rgb(240, 241, 247);
    border: none;
}

.styles__notasSection {
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
    border-radius: 4px;
    padding: 18px;
    margin-bottom: 24px;
}

.styles__result--disc {
    display: flex;
    flex-direction: column;
}

.styles__result--disc p {
    color: rgb(124, 129, 149);
    line-height: 22px;
    font-size: 14px;
}

.styles__result--disc span {
    color: rgb(124, 129, 149);
    bottom: 0%;
    font-size: 20px;
    font-weight: bold;
}

.notaBold {
    color: rgb(163, 137, 42);
    font-weight: bold;
}

.header--InfoPage_Title h1 {
    color: rgb(37, 39, 45);
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin-left: 10px;
}

.styles__btnGab.klcAFt {
    background: rgb(240, 241, 247) !important;
    color: rgb(156, 159, 176) !important;
    cursor: no-drop !important;
    border: none !important;
}  

/*# sourceMappingURL=style.css.map */