/* Minification failed. Returning unminified contents.
(12,1): run-time error CSS1019: Unexpected token, found '@import'
(12,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300)'
(23,28): run-time error CSS1039: Token not allowed after unary operator: '-corSecundaria'
(27,26): run-time error CSS1039: Token not allowed after unary operator: '-corSecundariaEscuro'
(31,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(32,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(33,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(34,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(35,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(36,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(41,17): run-time error CSS1039: Token not allowed after unary operator: '-corSecundariaEscuro'
(42,28): run-time error CSS1039: Token not allowed after unary operator: '-corBranco'
(43,23): run-time error CSS1039: Token not allowed after unary operator: '-fontPadrao'
(48,28): run-time error CSS1039: Token not allowed after unary operator: '-corPrincipal'
(52,17): run-time error CSS1039: Token not allowed after unary operator: '-corPrincipal'
(56,28): run-time error CSS1039: Token not allowed after unary operator: '-corSecundaria'
(65,17): run-time error CSS1039: Token not allowed after unary operator: '-corPrincipal'
(70,28): run-time error CSS1039: Token not allowed after unary operator: '-corPrincipal'
(71,17): run-time error CSS1039: Token not allowed after unary operator: '-corBranco'
(81,32): run-time error CSS1039: Token not allowed after unary operator: '-corSecundaria'
(82,21): run-time error CSS1039: Token not allowed after unary operator: '-corBranco'
(86,28): run-time error CSS1039: Token not allowed after unary operator: '-corBranco'
(91,28): run-time error CSS1039: Token not allowed after unary operator: '-corPrincipal'
(92,17): run-time error CSS1039: Token not allowed after unary operator: '-corPrincipalClaro'
(106,23): run-time error CSS1039: Token not allowed after unary operator: '-fontPadrao'
(123,28): run-time error CSS1039: Token not allowed after unary operator: '-corBranco'
(124,31): run-time error CSS1039: Token not allowed after unary operator: '-corBranco'
(128,17): run-time error CSS1039: Token not allowed after unary operator: '-corBranco'
(132,28): run-time error CSS1039: Token not allowed after unary operator: '-corBranco'
(136,21): run-time error CSS1039: Token not allowed after unary operator: '-corSecundariaEscuro'
(175,17): run-time error CSS1039: Token not allowed after unary operator: '-corPrincipal'
(216,35): run-time error CSS1039: Token not allowed after unary operator: '-corSecundariaEscuro'
(235,17): run-time error CSS1039: Token not allowed after unary operator: '-corBranco'
(236,28): run-time error CSS1039: Token not allowed after unary operator: '-corPrincipal'
(267,32): run-time error CSS1039: Token not allowed after unary operator: '-corPrincipal'
(284,28): run-time error CSS1039: Token not allowed after unary operator: '-corPrincipal'
(285,17): run-time error CSS1039: Token not allowed after unary operator: '-corBranco'
(308,17): run-time error CSS1039: Token not allowed after unary operator: '-corBranco'
(335,22): run-time error CSS1039: Token not allowed after unary operator: '-corPrincipal'
 */
@font-face {
    font-family: 'RobotoCondensed-Regular';
    src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
}

@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: var(--corSecundaria);
}

    ::-webkit-scrollbar-thumb:hover {
        background: var(--corSecundariaEscuro);
    }

:root {
    --corBranco: #e8f2f3;
    --corPrincipal: #1A7F84;
    --corPrincipalClaro: #d1e5e6;
    --corSecundaria: #4b7e83;
    --corSecundariaEscuro: #1e3234;
    --fontPadrao: RobotoCondensed-Regular,sans-serif;
}

body {
    margin: 0 !important;
    color: var(--corSecundariaEscuro);
    background-color: var(--corBranco) !important;
    font-family: var(--fontPadrao);
    overflow-x: hidden;
}

.background-principal {
    background-color: var(--corPrincipal);
}

.cor-principal {
    color: var(--corPrincipal);
}

.background-secundaria {
    background-color: var(--corSecundaria);
}


.form-box {
    height: 70px;
}

.cor-secundaria {
    color: var(--corPrincipal);
}


.botao-principal {
    background-color: var(--corPrincipal);
    color: var(--corBranco);
    padding: 4px 20px;
    text-align: center;
    border-radius: 4px;
    font-size: 15px;
    border: 0;
    transition: 0.3s all;
}

    .botao-principal:hover {
        background-color: var(--corSecundaria);
        color: var(--corBranco)
    }

.conteudo-pagina {
    background-color: var(--corBranco) !important;
    padding: 80px 40px 80px 40px !important;
}

.footer {
    background-color: var(--corPrincipal);
    color: var(--corPrincipalClaro);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    margin-left: 0 !important;
    padding: 10px 0 0 0;
}


h1, h2, h3, h4, h5, h6 {
    font-family: var(--fontPadrao);
    font-weight: bold;
}

/* #region MenuTopo */

.top_nav .navbar-right {
    margin: 0;
}

.nav_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav .caret {
    border-top-color: var(--corBranco);
    border-bottom-color: var(--corBranco);
}

.user-profile {
    color: var(--corBranco);
}

.nav .open > a {
    background-color: var(--corBranco) !important;
}

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        color: var(--corSecundariaEscuro) !important;
    }

/* #endregion */

/* #region MenuLateral */

.menu-box {
    display: flex !important;
    flex-direction: column !important;
}


    .menu-box span, .menu-box i {
        font-size: 25px !important;
        text-align: center;
        width: 100% !important;
        margin-bottom: 5px;
    }

/* Quando o menu estiver aberto */
.nav-md .container.body .col-md-3.left_col .menu-box {
    flex-direction: row !important;
    justify-content: start;
    gap: 5px;
    align-items: center;
}

    .nav-md .container.body .col-md-3.left_col .menu-box span, .nav-md .container.body .col-md-3.left_col .menu-box i {
        font-size: 16px !important;
        width: 30px !important;
        margin-bottom: 0px !important;
    }

/* #endregion */

/* #region Login */

label {
    color: var(--corPrincipal);
    font-weight: 700;
    font-size: 1.4rem;
}

.login-container {
    min-height: 100vh;
    justify-content: stretch;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.login-imagem-box {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    text-align: end;
}

    .login-imagem-box img {
        height: 100%
    }

.login-form-box {
    margin: auto 0;
}

.form-signin {
    max-width: 470px;
    padding: 18px;
    margin: 0 auto;
}

.form-login-input {
    padding: 12px;
    margin-bottom: 20px !important;
    font-size: 16px;
    width: 100%;
    display: block;
    border: 0;
    border-bottom: 1px solid var(--corSecundariaEscuro);
}

.senha-box {
    position: relative;
}

    .senha-box i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        cursor: pointer;
    }

/* #endregion */


.pagination > .active > a {
    color: var(--corBranco) !important;
    background-color: var(--corPrincipal) !important;
    z-index: 0 !important;
}

.nav.side-menu > li.active > a {
    color: #fff !important;
}

.multiselect {
    display: block;
    width: 100%;
    text-align: start;
}

.multiselect-native-select {
    display: block;
    font-size: 20px !important;
    text-align: start;
}

    .multiselect-native-select .btn-group {
        font-size: 20px !important;
        min-width: 100%;
        display: block
    }

.dropdown-menu > .active > a {
    background-color: #fff !important;
}

    .dropdown-menu > .active > a:hover, .dropdown-menu > li > a:hover {
        background-color: var(--corPrincipal) !important;
    }

        .dropdown-menu > li > a:hover label {
            color: #fff !important;
        }

.avalicacao-box {
    margin-top: 10px;
    overflow: hidden;
    padding: 0;
    border: 1px solid #aaa;
    border-radius: 10px;
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.05);
}

.avaliacao-titulo {
    background-color: var(--corPrincipal);
    color: var(--corBranco);
    padding: 10px 20px;
    font-size: 18px;
}


.resposta-box {
    padding: 10px 25px;
    display: flex;
    margin: 10px 0 10px 0;
    flex-direction: column;
}

    .resposta-box p {
        margin-bottom: 0px;
    }

.turmas-box {
    max-height: 500px;
    overflow-y: scroll
}

.nav.third_menu li a {
    color: var(--corBranco)
}

.multiselect-selected-text {
    font-size: 15px
}

.alert-feedback {
    position: fixed;
    width: 400px;
    bottom: 50px;
    right: 30px;
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.1)
}

/* Region multiselect */
.multiselect-container {
    height: 500px;
    overflow-y: scroll;
}
/* end Region multiselect */

/* region SCROLL TOP */
.scroll-top {
    width: 35px;
    height: 35px;
    line-height: 45px;
    background: var(--corPrincipal);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff !important;
    position: fixed;
    bottom: 45px;
    right: 15px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 20px;
}

    .scroll-top:hover {
        -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
        box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
/* end region SCROLL TOP */

/* region Efeito Hamburguer Menu */

/*Efeito Menu*/
#menu_toggle {
    display: flex;
    justify-content: center;
    visibility: visible;
    background-color: transparent !important;
    border: none;
    cursor: pointer;
    padding: 0;
}

.line {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    transition: stroke-dasharray 250ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 3;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
}

.abriu .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
}

.abriu .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 3;
}

.abriu .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
}
/*fim Efeito Menu*/


.navbar-toggler {
    color: transparent !important;
}
/*Fim efeito menu*/
/* end region Efeito Hamburguer Menu */

.swal2-container div {
    font-size: 100%;
}
