@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/BlazorStrap/BlazorStrap.bundle.scp.css';

/* _content/SEE.AvaliacaoPresencialAula.Client.UI/Components/App.razor.rz.scp.css */
@media screen and (max-width: 780px) {
    section#govsp-rodape[b-e75l457meq] {
        margin-top: auto;
    }

        section#govsp-rodape .linha-botoes[b-e75l457meq] {
            flex-direction: column;
            padding: 0;
            margin-top: 12px;
        }

            section#govsp-rodape .linha-botoes .coluna-4[b-e75l457meq] {
                min-width: 100%;
                width: 100%;
                padding-top: 15px;
            }

            section#govsp-rodape .linha-botoes .btn-model[b-e75l457meq] {
                width: 95%;
            }
    .bb-sidebar.sidebar-sed[b-e75l457meq] {
        display: none !important; 
    }
}

@media (max-width: 640.98px) {
    .bb-sidebar.sidebar-sed[b-e75l457meq] {
        display: none !important; 
    }
}
/* _content/SEE.AvaliacaoPresencialAula.Client.UI/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-sd7q8nw7sg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-sd7q8nw7sg] {
    flex: 1;
}

.sidebar[b-sd7q8nw7sg] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-sd7q8nw7sg] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sd7q8nw7sg]  a, .top-row[b-sd7q8nw7sg]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-sd7q8nw7sg]  a:hover, .top-row[b-sd7q8nw7sg]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-sd7q8nw7sg]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.user-logado[b-sd7q8nw7sg] {
    font-weight: 600 !important;
    margin-top: revert;
}

.conteudo-perfil[b-sd7q8nw7sg] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.foto-perfil[b-sd7q8nw7sg] {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

    .foto-perfil img[b-sd7q8nw7sg] {
        width: 100%;
        height: auto;
        margin-top: -2px;
        margin-left: 0px;
    }

@media screen and (max-width: 768px) {

    .foto-perfil[b-sd7q8nw7sg] {
        display: none;
    }
   
}

@media (max-width: 640.98px) {
    .top-row[b-sd7q8nw7sg] {
        justify-content: space-between;
    }

        .top-row[b-sd7q8nw7sg]  a, .top-row[b-sd7q8nw7sg]  .btn-link {
            margin-left: 0;
        }

    .foto-perfil[b-sd7q8nw7sg] {
        display: none;
    }
}

@media (min-width: 641px) {
    .page[b-sd7q8nw7sg] {
        flex-direction: row;
    }

    .sidebar[b-sd7q8nw7sg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-sd7q8nw7sg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-sd7q8nw7sg]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-sd7q8nw7sg], article[b-sd7q8nw7sg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-sd7q8nw7sg] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-sd7q8nw7sg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SEE.AvaliacaoPresencialAula.Client.UI/Components/Pages/ApoioPresencial/ApoioPresencial.razor.rz.scp.css */
.btnEscolas[b-pa9zg6uy7b] {
    padding: 0.2rem;
}
.botoes[b-pa9zg6uy7b] {
    text-align: center;
}

.selecionar-escola[b-pa9zg6uy7b] {
    border: 0.5px solid var(--color-blue);
    background-color: var(--color-blue-100);
}

.conteudo-casos[b-pa9zg6uy7b] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin: -0.5rem;
    width: 100%;
}

.conteudo-casos-wrapper[b-pa9zg6uy7b] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.conteudo-casos a[b-pa9zg6uy7b] {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex: 0 0 auto;
    max-width: 200px;
    min-width: 200px;
    margin: 0.5rem;
}

.conteudo-casos .box-casos[b-pa9zg6uy7b] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .conteudo-casos .box-casos:hover[b-pa9zg6uy7b] {
        transform: translateY(-4px);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    }

.number-casos[b-pa9zg6uy7b] {
    color: #596E79;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.legenda-casos[b-pa9zg6uy7b] {
    color: var(--color-gray-600);
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2;
    display: flex;
    margin-top: 1.2rem;
    flex: 0 0 calc(14,28% -1rem);
    flex-grow: 1;
    overflow: hidden;
    word-wrap: break-word;
}

.todos[b-pa9zg6uy7b] {
    border: 0.5px solid var(--color-gray-800);
    background-color: var(--color-gray-100);
}

.atrasados[b-pa9zg6uy7b] {
    border: 0.5px solid var(--color-red);
    background-color: var(--color-red-100);
}

.andamentos[b-pa9zg6uy7b] {
    border: 0.5px solid var(--color-yellow);
    background-color: var(--color-yellow-500);
}

.totais[b-pa9zg6uy7b] {
    border: 0.5px solid var(--color-green);
    background-color: var(--color-green-100);
}

.nao-iniciados[b-pa9zg6uy7b] {
    border: 0.5px solid var(--color-blue);
    background-color: var(--color-blue-100);
}

.meta-apoio-semanal[b-pa9zg6uy7b] {
    border: 0.5px solid var(--color-gray-700);
    background-color: var(--color-gray-200);
}


.inativos[b-pa9zg6uy7b] {
    border: 0.5px solid;
    color: rebeccapurple;
    background-color: rgba(160, 32, 240, 0.1);
}

.semanal[b-pa9zg6uy7b] {
    background-color: #FFFFD9;
    border: 0.5px solid var(--color-yellow);
}

.concluidos[b-pa9zg6uy7b] {
    background-color: var(0.5px solid);
    border-color: var(--color-green);
}

.gestores[b-pa9zg6uy7b] {
    border: 0.5px solid var(--color-orange-600);
    background-color: var(--color-orange-100);
}

.row.align-items-end[b-pa9zg6uy7b] {
    margin-top: 2rem;
}

.escola-nome[b-pa9zg6uy7b] {
    font-weight: bold;
    font-size: 1.1em;
}

.legenda-grid[b-pa9zg6uy7b] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.85rem;
}

    .legenda-grid > div[b-pa9zg6uy7b] {
        display: flex;
        align-items: center;
    }

    .legenda-grid a[b-pa9zg6uy7b] {
        display: inline-flex;
        align-items: center;
        margin-right: 0.5rem;
    }

    .legenda-grid p[b-pa9zg6uy7b] {
        margin: 0;
    }

.panel-body[b-pa9zg6uy7b] {
    padding: 15px;
}

.grid-controls[b-pa9zg6uy7b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.items-per-page[b-pa9zg6uy7b] {
    display: flex;
    align-items: center;
}

    .items-per-page label[b-pa9zg6uy7b] {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        white-space: nowrap;
    }

    .items-per-page select[b-pa9zg6uy7b] {
        margin-left: 5px;
        width: auto;
    }

.search-box[b-pa9zg6uy7b] {
    flex-grow: 0;
    width: auto;
    max-width: 200px;
}

    .search-box input[b-pa9zg6uy7b] {
        width: 100%;
    }

.table-responsive[b-pa9zg6uy7b] {
    overflow-x: auto;
}

.table[b-pa9zg6uy7b] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: #333;
}

    .table th[b-pa9zg6uy7b], .table td[b-pa9zg6uy7b] {
        padding: 0.5rem;
        border: 1px solid #f0f0f0;
    }

    .table th[b-pa9zg6uy7b] {
        background-color: #459ad6;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: 0.05em;
        vertical-align: middle;
        text-align: center;
        padding: 0.75rem 0.5rem;
    }

    .table td[b-pa9zg6uy7b] {
        border-bottom: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        vertical-align: middle;
    }

    .table tr:last-child td[b-pa9zg6uy7b] {
        border-bottom: none;
    }

    .table td:last-child[b-pa9zg6uy7b] {
        border-right: none;
    }

.table-striped tbody tr:nth-of-type(odd)[b-pa9zg6uy7b] {
    background-color: #e2efff;
}

.pagination-info[b-pa9zg6uy7b] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.items-info[b-pa9zg6uy7b] {
    margin-bottom: 10px;
}

.pagination[b-pa9zg6uy7b] {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.page-item[b-pa9zg6uy7b] {
    margin: 2px;
}

.page-link[b-pa9zg6uy7b] {
    padding: 0.25rem 0.5rem;
    color: #459ad6;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.2rem;
}

.page-item.active .page-link[b-pa9zg6uy7b] {
    color: #fff;
    background-color: #459ad6;
    border-color: #459ad6;
}

.page-item.disabled .page-link[b-pa9zg6uy7b] {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.support-text[b-pa9zg6uy7b] {
    font-size: 16px;
    width: 85%;
    line-height: 1.5;
    word-wrap: break-word;
    text-align: justify;
}

.support-text a[b-pa9zg6uy7b] {
    text-decoration: underline;
}

.table.gestores th[b-pa9zg6uy7b] {
    background-color: var(--color-orange-600);
}

.table.todos th[b-pa9zg6uy7b] {
    background-color: var(--color-gray-800);
}

.table.atrasados th[b-pa9zg6uy7b] {
    background-color: var(--color-red);
}

.table.andamentos th[b-pa9zg6uy7b] {
    background-color: var(--color-yellow);
}

.table.concluidos th[b-pa9zg6uy7b] {
    background-color: var(--color-green);
}

.table.nao-iniciados th[b-pa9zg6uy7b] {
    background-color: var(--color-blue);
}

.table.inativos th[b-pa9zg6uy7b] {
    background-color: rebeccapurple;
}

.table.totais th[b-pa9zg6uy7b] {
    background-color: var(--color-green);
}

.table.gestores tr:nth-of-type(odd)[b-pa9zg6uy7b] {
    background-color: var(--color-orange-100);
}

.table.todos tr:nth-of-type(odd)[b-pa9zg6uy7b] {
    background-color: var(--color-gray-100);
}

.table.atrasados tr:nth-of-type(odd)[b-pa9zg6uy7b] {
    background-color: var(--color-red-100);
}

.table.andamentos tr:nth-of-type(odd)[b-pa9zg6uy7b] {
    background-color: var(--color-yellow-500);
}

.table.concluidos tr:nth-of-type(odd)[b-pa9zg6uy7b] {
    background-color: var(--color-green-100);
}

.table.nao-iniciados tr:nth-of-type(odd)[b-pa9zg6uy7b] {
    background-color: var(--color-blue-100);
}

.table.inativos tr:nth-of-type(odd)[b-pa9zg6uy7b] {
    background-color: rgba(160, 32, 240, 0.1);
}

.table.totais tr:nth-of-type(odd)[b-pa9zg6uy7b] {
    background-color: var(--color-green-100);
}

table.semanal[b-pa9zg6uy7b] {
    border: 2px solid #FFD700; 
}

.table.semanal th[b-pa9zg6uy7b] {
    background-color: #FFD700; 
    color: #000; 
}

.table.semanal tr:nth-of-type(odd)[b-pa9zg6uy7b] {
    background-color: #FFFFD9;
}

.table.semanal tr:nth-of-type(even)[b-pa9zg6uy7b] {
    background-color: #FFFFE0;
}

.table.semanal td[b-pa9zg6uy7b] {
    border-color: #FFD700;
}

@media screen and (max-width: 1400px) {
    .conteudo-casos[b-pa9zg6uy7b] {
        justify-content: center;
    }
}

@media screen and (max-width: 1200px) {
    .conteudo-casos[b-pa9zg6uy7b] {
        justify-content: center;
    }

    .legenda-item[b-pa9zg6uy7b] {
        width: 100%;
    }

    .conteudo-casos a[b-pa9zg6uy7b] {
        flex: 0 0 calc(20% - 1rem);
    }
}

@media screen and (max-width: 992px) {
    .conteudo-casos a[b-pa9zg6uy7b] {
        flex: 0 0 calc(33.33% - 1rem); 
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .grid-controls[b-pa9zg6uy7b] {
        flex-direction: column;
        align-items: stretch;
    }

    .items-per-page[b-pa9zg6uy7b], .search-box[b-pa9zg6uy7b] {
        width: 100%;
        margin-bottom: 10px;
    }

    .items-per-page[b-pa9zg6uy7b] {
        justify-content: flex-start;
    }

    .search-box[b-pa9zg6uy7b] {
        max-width: none;
    }

    .table thead[b-pa9zg6uy7b] {
        display: none;
    }

    .table[b-pa9zg6uy7b], .table tbody[b-pa9zg6uy7b], .table tr[b-pa9zg6uy7b], .table td[b-pa9zg6uy7b] {
        display: block;
        width: 100%;
    }

        .table tr[b-pa9zg6uy7b] {
            margin-bottom: 15px;
            border: 1px solid #f0f0f0;
            border-radius: 8px;
        }

        .table td[b-pa9zg6uy7b] {
            text-align: right;
            padding-left: 50%;
            position: relative;
            border-bottom: 1px solid #f0f0f0;
            border-right: none;
        }

            .table td[b-pa9zg6uy7b]:before {
                content: attr(data-label);
                position: absolute;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                text-align: left;
                font-weight: bold;
                top: 50%;
                transform: translateY(-50%);
            }

            .table td:last-child[b-pa9zg6uy7b] {
                border-bottom: none;
            }

    .pagination-info[b-pa9zg6uy7b] {
        flex-direction: column;
        align-items: flex-start;
    }

    .items-info[b-pa9zg6uy7b], .pagination[b-pa9zg6uy7b] {
        margin-bottom: 10px;
    }

    .legenda-grid[b-pa9zg6uy7b] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

        .legenda-grid > div[b-pa9zg6uy7b] {
            width: 100%;
        }

    .info-row[b-pa9zg6uy7b] {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .escola-nome[b-pa9zg6uy7b] {
        margin-bottom: 1rem;
    }

    .conteudo-casos a[b-pa9zg6uy7b] {
        flex: 0 0 calc(50% - 1rem); 
        justify-content: center;
    }

}

@media screen and (max-width: 480px) {
    .conteudo-casos a[b-pa9zg6uy7b] {
        flex: 0 0 100%; 
        justify-content: center;
    }
}
/* _content/SEE.AvaliacaoPresencialAula.Client.UI/Components/Pages/Login/GerenciarLogin.razor.rz.scp.css */
.decor-nav-top[b-vbjrhq31w9], .decor-nav-row[b-vbjrhq31w9], .decor-nav-row-footer[b-vbjrhq31w9], .decor-header-see[b-vbjrhq31w9], .decor-container[b-vbjrhq31w9], .decor-body[b-vbjrhq31w9], .decor-footer-description[b-vbjrhq31w9] {
    max-width: none;
}

@font-face {
    font-family: 'AllerBold';
    src: url('https://sedseecdn.azureedge.net/fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'), url('https://sedseecdn.azureedge.net/fonts/aller_bd-webfont.woff') format('woff'), url('https://sedseecdn.azureedge.net/fonts/aller_bd-webfont.ttf') format('truetype'), url('https://sedseecdn.azureedge.net/fonts/aller_bd-webfont.svg#webfonti8hol64m') format('svg');
}

@font-face {
    font-family: 'AllerRegular';
    src: url('https://sedseecdn.azureedge.net/fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'), url('https://sedseecdn.azureedge.net/fonts/aller_rg-webfont.woff') format('woff'), url('https://sedseecdn.azureedge.net/fonts/aller_rg-webfont.ttf') format('truetype'), url('https://sedseecdn.azureedge.net/fonts/aller_rg-webfont.svg#webfontGBXJYuuM') format('svg');
}

@media only screen and (max-width: 767px) {
    .logo img[b-vbjrhq31w9] {
        max-width: 100%;
    }

    .login-session[b-vbjrhq31w9] {
        padding: 0;
        margin-bottom: 40px;
    }

        .login-session .form-login .btn[b-vbjrhq31w9] {
            margin-bottom: 10px;
        }

    .services[b-vbjrhq31w9] {
        padding: 0 10px;
    }

        .services .service-item[b-vbjrhq31w9] {
            margin-bottom: 30px;
            padding: 0 1% 20px 1%;
        }
}

@media only screen and (min-width: 768px) {
    .login-session[b-vbjrhq31w9] {
        padding: 0 0 35px;
    }

        .login-session .title h2[b-vbjrhq31w9] {
            font-size: 46px;
            line-height: 46px;
            margin-top: 35px;
            margin-bottom: 35px;
        }

        .login-session .form-login .btn[b-vbjrhq31w9] {
            margin-bottom: 20px;
        }

    .services .row > *[b-vbjrhq31w9] {
        width: 33.3%;
        padding: 0 1% 20px 1%;
        margin-bottom: 20px;
    }

    .logo[b-vbjrhq31w9], .logo-navbar[b-vbjrhq31w9] {
        display: table-cell;
        vertical-align: bottom;
    }

    .logo-navbar[b-vbjrhq31w9] {
        padding-left: 32px;
    }

    .login-session .title[b-vbjrhq31w9],
    .login-session .form-login[b-vbjrhq31w9],
    .address[b-vbjrhq31w9],
    .content .form-aluno[b-vbjrhq31w9],
    .content .form-aluno .form-group[b-vbjrhq31w9] {
        float: left;
        margin-right: 1%;
    }

    .content .form-func[b-vbjrhq31w9] {
        float: left;
    }

    .content .form-CIE[b-vbjrhq31w9] {
        float: left;
        margin-right: 1%;
    }

    .last[b-vbjrhq31w9],
    .login-session .form-login[b-vbjrhq31w9],
    .content .form-aluno .form-group + .form-group + .form-group[b-vbjrhq31w9] {
        margin-right: 1%;
        float: right;
    }


    .centered[b-vbjrhq31w9] {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .login-session .title[b-vbjrhq31w9] {
        width: 55%;
    }

    .address[b-vbjrhq31w9] {
        width: 82.97872%;
    }

    .esqueci-a-senha .content[b-vbjrhq31w9] {
        width: 100%;
    }

    .content .form-aluno[b-vbjrhq31w9] {
        width: 31.624113%;
        height: 490px;
    }

        .content .form-aluno .form-group[b-vbjrhq31w9] {
            width: 48.93617%;
        }

            .content .form-aluno .form-group + .form-group[b-vbjrhq31w9],
            .content .form-aluno .form-group + .form-group + .form-group[b-vbjrhq31w9] {
                width: 23.40426%;
            }

                .content .form-aluno .form-group + .form-group + .form-group + .form-group[b-vbjrhq31w9] {
                    width: 100%;
                }

    .content .form-func[b-vbjrhq31w9] {
        width: 31.624113%;
        margin-right: 1%;
        height: 490px;
    }

    .content .form-CIE[b-vbjrhq31w9] {
        width: 31.624113%;
        height: 490px;
    }
}

@media (max-width: 450px) {
    div [vw] canvas[b-vbjrhq31w9] {
        min-height: unset !important;
        min-width: unset !important;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        -o-filter: blur(0px);
        filter: blur(0px);
        min-height: calc(0.35 * 680px) !important;
        min-width: calc(0.35 * 420px) !important
    }

    div[vw] [vw-plugin-wrapper].active[b-vbjrhq31w9] {
        height: 350px !important;
        width: 210px !important
    }
}

.decor-body[b-vbjrhq31w9] {
    font-family: 'AllerRegular';
}

    .decor-body h1[b-vbjrhq31w9], .decor-body h2[b-vbjrhq31w9], .decor-body h3[b-vbjrhq31w9], .decor-body h4[b-vbjrhq31w9], .decor-body h5[b-vbjrhq31w9], .decor-body h6[b-vbjrhq31w9] {
        font-family: 'AllerBold';
        margin: 0 0 30px;
        font-weight: normal;
        color: #333;
    }

    .decor-body h1[b-vbjrhq31w9] {
        font-size: 36px;
        line-height: 40px;
    }

    .decor-body h2[b-vbjrhq31w9] {
        font-size: 46px;
        line-height: 46px;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .decor-body h3[b-vbjrhq31w9] {
        font-size: 24px;
        line-height: 28px;
    }

    .decor-body h4[b-vbjrhq31w9] {
        font-size: 18px;
        line-height: 22px;
    }

    .decor-body h5[b-vbjrhq31w9] {
        font-size: 14px;
        line-height: 18px;
    }

    .decor-body h6[b-vbjrhq31w9] {
        font-size: 12px;
        line-height: 16px;
    }

p[b-vbjrhq31w9] {
    color: #333;
    font-size: 18px;
    margin: 0 0 30px;
    text-align: left;
}

.row[b-vbjrhq31w9] {
    margin: 0;
}

.content-text-only[b-vbjrhq31w9] {
    max-width: 600px;
    margin: 0 auto;
}

.decor-body .btn[b-vbjrhq31w9] {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
    padding: 6px 12px;
    letter-spacing: -1px;
    font-family: 'AllerBold';
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .decor-body .btn.disabled[b-vbjrhq31w9], .decor-body .btn[disabled][b-vbjrhq31w9], fieldset[disabled] .btn[b-vbjrhq31w9] {
        filter: initial;
        opacity: 1.0;
    }

.decor-body .btn-red[b-vbjrhq31w9] {
    background-color: #f74949;
    color: #fff;
}

    .decor-body .btn-red:hover[b-vbjrhq31w9],
    .decor-body .btn-red:focus[b-vbjrhq31w9] {
        background-color: #f63131;
        color: #fff;
    }

    .decor-body .btn-red:active[b-vbjrhq31w9] {
        background-color: #cf2a2a;
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.decor-body .btn-large[b-vbjrhq31w9] {
    padding: 12px 30px;
    font-size: 16px;
    line-height: 16px;
}

.logo[b-vbjrhq31w9], .logo-navbar[b-vbjrhq31w9] {
    padding: 0 0 15px;
    margin: 0;
    text-align: center;
}

    .logo-navbar .menu-item[b-vbjrhq31w9] {
        color: #333;
        padding: 10px;
        display: inline-block;
        vertical-align: bottom;
        font-family: 'AllerBold';
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
    }

        .logo-navbar .menu-item.current[b-vbjrhq31w9] {
            color: #459ad6;
            outline: none;
        }

.login-session .row[b-vbjrhq31w9] {
    background-color: #459ad6;
    padding: 15px;
}

.login-session a[b-vbjrhq31w9],
.login-session p[b-vbjrhq31w9] {
    color: #fff;
}

.login-session a[b-vbjrhq31w9] {
    text-decoration: underline;
}

    .login-session a:hover[b-vbjrhq31w9],
    .login-session a:focus[b-vbjrhq31w9] {
        text-decoration: none;
    }

.login-session p[b-vbjrhq31w9] {
    font-size: 14px;
    line-height: 0.5px;
    /*    margin-bottom: 25px;*/
}

.login-session .title[b-vbjrhq31w9] {
}

    .login-session .title h2[b-vbjrhq31w9] {
        font-family: 'AllerBold';
        letter-spacing: -1px;
        color: #fff;
    }

    .login-session .title p[b-vbjrhq31w9] {
        font-size: 16px;
        line-height: 24px;
    }

.login-session .form-login[b-vbjrhq31w9] {
    margin: 0;
}

    .login-session .form-login .form-label[b-vbjrhq31w9] {
        color: #fff;
    }

    .login-session .form-login .forgot[b-vbjrhq31w9] {
        font-size: 12px;
        line-height: 12px;
        text-decoration: none;
        float: right;
        padding: 20px 0 0 0;
    }

        .login-session .form-login .forgot:hover[b-vbjrhq31w9],
        .login-session .form-login .forgot:focus[b-vbjrhq31w9] {
            text-decoration: underline;
        }

    .login-session .form-login p + p[b-vbjrhq31w9] {
        margin-bottom: 0;
    }

.services[b-vbjrhq31w9] {
    text-align: center;
}

    .services .row[b-vbjrhq31w9] {
        font-size: 0;
    }

        .services .row > *[b-vbjrhq31w9] {
            display: inline-block;
            vertical-align: top;
        }

    .services a[b-vbjrhq31w9] {
        color: #333;
    }

.service-item .ball[b-vbjrhq31w9] {
    margin-bottom: 10px;
}

    .service-item .ball a[b-vbjrhq31w9] {
        display: inline-block;
        width: 108px;
        height: 108px;
        line-height: 100px;
        background-color: #459ad6;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: transform 0.8s ease, background-color 0.3s ease;
        -moz-transition: transform 0.8s ease, background-color 0.3s ease;
        -o-transition: transform 0.8s ease, background-color 0.3s ease;
        -ms-transition: transform 0.8s ease, background-color 0.3s ease;
        transition: transform 0.8s ease, background-color 0.3s ease;
    }

    .service-item .ball [class*="ico-"][b-vbjrhq31w9] {
        vertical-align: middle;
    }

.service-item .title[b-vbjrhq31w9] {
    font-family: 'AllerBold';
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
}

.service-item p[b-vbjrhq31w9] {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
}

.service-item:hover[b-vbjrhq31w9],
.service-item:focus[b-vbjrhq31w9] {
    background-color: #F2F1EF;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

    .service-item:hover .ball a[b-vbjrhq31w9],
    .service-item:focus .ball a[b-vbjrhq31w9] {
        -webkit-transition: transform 0.8s ease, background-color 0.3s ease;
        -moz-transition: transform 0.8s ease, background-color 0.3s ease;
        -o-transition: transform 0.8s ease, background-color 0.3s ease;
        -ms-transition: transform 0.8s ease, background-color 0.3s ease;
        transition: transform 0.8s ease, background-color 0.3s ease;
        -webkit-transform: translateY(-25px);
        -moz-transform: translateY(-25px);
        -o-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        transform: translateY(-25px);
        -webkit-box-shadow: 0 5px 1px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 1px 0 rgba(0, 0, 0, 0.2);
        background-color: #ffb600;
    }

.title-section[b-vbjrhq31w9] {
    margin: 0 0 15px 0;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 20px;
    font-family: 'AllerBold';
    font-weight: normal;
    color: #666;
    border-bottom: solid 1px #999;
}

.title-clean[b-vbjrhq31w9] {
    border: none;
    padding-bottom: 0;
}

.box-featured > .title-section[b-vbjrhq31w9] {
    font-size: 22px;
    font-family: Arial;
    font-weight: bold;
    letter-spacing: -1px;
    color: #000;
    padding-top: 7px;
    padding-bottom: 15px;
    border-color: #ccc;
}

.box-featured .list-featured[b-vbjrhq31w9] {
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    list-style: none;
}

    .box-featured .list-featured li[b-vbjrhq31w9] {
        position: relative;
        margin-bottom: 3px;
        background-color: #c9eaf8;
    }

        .box-featured .list-featured li[b-vbjrhq31w9]:before {
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            display: block;
            left: 10px;
            top: 50%;
            margin-top: -3.5px;
            background-color: #459ad6;
        }

        .box-featured .list-featured li > a[b-vbjrhq31w9] {
            display: block;
            color: #265475;
            font-size: 14px;
            padding: 15px 10px 15px 30px;
        }

.form-boletim[b-vbjrhq31w9] {
    border: 1px solid #eee;
    width: 100%;
    height: 650px;
    overflow: hidden;
}

.form[b-vbjrhq31w9] {
    margin-bottom: 20px;
}

.form-label[b-vbjrhq31w9] {
    display: inline-block;
    color: #333;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-family: 'AllerBold';
}

.fields-required[b-vbjrhq31w9] {
    color: #333;
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
}

.required[b-vbjrhq31w9] {
    font-weight: bold;
    color: #333;
}

.form-field[b-vbjrhq31w9] {
    color: #333;
    font-size: 12px;
}

.form p .input[b-vbjrhq31w9],
.has-error .input[b-vbjrhq31w9] {
    margin-bottom: 0;
}

.form p .help-block[b-vbjrhq31w9],
.has-error .help-block[b-vbjrhq31w9] {
    margin: 0;
    color: #fff;
    background-color: #f74949;
    padding: 2px 5px;
    font-size: 11px;
    margin-bottom: 4px;
}

.form-register[b-vbjrhq31w9],
.form-aluno[b-vbjrhq31w9],
.form-func[b-vbjrhq31w9],
.form-CIE[b-vbjrhq31w9] {
    background-color: #459ad6;
    padding: 20px;
}

    .form-register p[b-vbjrhq31w9],
    .form-register .fields-required[b-vbjrhq31w9],
    .form-register .form-label[b-vbjrhq31w9],
    .form-register .required[b-vbjrhq31w9],
    .form-aluno p[b-vbjrhq31w9],
    .form-aluno .fields-required[b-vbjrhq31w9],
    .form-aluno .form-label[b-vbjrhq31w9],
    .form-aluno .required[b-vbjrhq31w9],
    .form-func p[b-vbjrhq31w9],
    .form-func .fields-required[b-vbjrhq31w9],
    .form-func .form-label[b-vbjrhq31w9],
    .form-func .required[b-vbjrhq31w9],
    .form-CIE p[b-vbjrhq31w9],
    .form-CIE .fields-required[b-vbjrhq31w9],
    .form-CIE .form-label[b-vbjrhq31w9],
    .form-CIE .required[b-vbjrhq31w9] {
        color: #fff;
    }

.input[b-vbjrhq31w9],
.select[b-vbjrhq31w9],
.textarea[b-vbjrhq31w9] {
    font-family: 'AllerBold';
    width: 100%;
    padding: 14px 10px;
    border: 0;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .input:focus[b-vbjrhq31w9],
    .select:focus[b-vbjrhq31w9],
    .textarea:focus[b-vbjrhq31w9] {
        background-color: #F2F1EF;
        outline: 0;
    }

.select[b-vbjrhq31w9] {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

    .select[value=""][b-vbjrhq31w9] {
        color: #BFBFBF;
        font-style: italic;
    }

.textarea[b-vbjrhq31w9] {
    resize: vertical;
}

.radio[b-vbjrhq31w9],
.checkbox[b-vbjrhq31w9] {
    margin-bottom: 6px;
    display: block;
    color: #333;
}

    .radio .form-label[b-vbjrhq31w9],
    .radio input[type="radio"][b-vbjrhq31w9],
    .radio input[type="checkbox"][b-vbjrhq31w9],
    .checkbox .form-label[b-vbjrhq31w9],
    .checkbox input[type="radio"][b-vbjrhq31w9],
    .checkbox input[type="checkbox"][b-vbjrhq31w9] {
        display: inline-block;
        vertical-align: middle;
        margin: 0 2px 0 0;
    }

    .radio input[type="radio"][b-vbjrhq31w9],
    .checkbox input[type="checkbox"][b-vbjrhq31w9] {
        width: auto;
    }

input[type="radio"][b-vbjrhq31w9],
input[type="checkbox"][b-vbjrhq31w9] {
    line-height: normal;
    margin: 4px 0 0;
}

input[b-vbjrhq31w9]::-webkit-input-placeholder,
textarea[b-vbjrhq31w9]::-webkit-input-placeholder {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

input:-moz-placeholder[b-vbjrhq31w9],
textarea:-moz-placeholder[b-vbjrhq31w9] {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

input[b-vbjrhq31w9]::-moz-placeholder,
textarea[b-vbjrhq31w9]::-moz-placeholder {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

input:-ms-input-placeholder[b-vbjrhq31w9],
textarea:-ms-input-placeholder[b-vbjrhq31w9] {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

.decor_password_required[b-vbjrhq31w9] {
    display: none;
    font-size: 12px;
}

    .decor_password_required ul[b-vbjrhq31w9] {
        padding: 0;
        margin: 0;
        List-style: none;
    }

        .decor_password_required ul li[b-vbjrhq31w9] {
            margin-bottom: 8px;
            color: red;
            font-weight: 700
        }

            .decor_password_required ul li.active[b-vbjrhq31w9] {
                color: green;
            }

.btnPerfil[b-vbjrhq31w9] {
    padding: 0.2rem;
}

@media (max-width: 768px) {
    html[b-vbjrhq31w9], body[b-vbjrhq31w9] {
        height: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .decor-body[b-vbjrhq31w9] {
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 15px;
    }

    .login-session[b-vbjrhq31w9] {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        overflow-y: auto;
    }

        .login-session .row[b-vbjrhq31w9] {
            --bs-gutter-x: 0;
            --bs-gutter-y: 0;
            margin: 0;
            padding: 20px 15px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            min-height: 0;
            flex: 0 1 auto;
        }

    .title[b-vbjrhq31w9] {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

        .title h2[b-vbjrhq31w9] {
            font-size: 1.3em;
            margin-bottom: 15px;
        }

    .form-login[b-vbjrhq31w9] {
        width: 100% !important;
        max-width: 250px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

    .form-group[b-vbjrhq31w9] {
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

    .form-label[b-vbjrhq31w9] {
        align-self: flex-start;
        margin-bottom: 5px;
        font-size: 0.9em;
    }

    .input.form-control[b-vbjrhq31w9] {
        width: 100%;
        height: 40px;
        font-size: 14px;
        padding: 8px 12px;
    }

    .btn-red.btn-large[b-vbjrhq31w9] {
        width: 100%;
        height: 40px;
        font-size: 16px;
        margin-top: 10px;
    }

    .login-links[b-vbjrhq31w9] {
        width: 100%;
        max-width: 250px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

        .login-links a[b-vbjrhq31w9], .login-links p[b-vbjrhq31w9] {
            margin: 3px 0;
            text-align: center;
            width: 100%;
            font-size: 12px;
            line-height: 1.3;
            word-wrap: break-word;
        }

    .logo[b-vbjrhq31w9] {
        text-align: center;
        width: 120%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .logo img[b-vbjrhq31w9] {
            max-width: 80%;
            height: auto;
        }

    section#govsp-rodape[b-7o48ivkyxz][b-vbjrhq31w9] {
        margin-top: -80px;
    }
}
/* _content/SEE.AvaliacaoPresencialAula.Client.UI/Components/Pages/Login/Login.razor.rz.scp.css */
.decor-nav-top[b-a7rh8wyjc9], .decor-nav-row[b-a7rh8wyjc9], .decor-nav-row-footer[b-a7rh8wyjc9], .decor-header-see[b-a7rh8wyjc9], .decor-container[b-a7rh8wyjc9], .decor-body[b-a7rh8wyjc9], .decor-footer-description[b-a7rh8wyjc9] {
    max-width: none;
}

@font-face {
    font-family: 'AllerBold';
    src: url('https://sedseecdn.azureedge.net/fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'), url('https://sedseecdn.azureedge.net/fonts/aller_bd-webfont.woff') format('woff'), url('https://sedseecdn.azureedge.net/fonts/aller_bd-webfont.ttf') format('truetype'), url('https://sedseecdn.azureedge.net/fonts/aller_bd-webfont.svg#webfonti8hol64m') format('svg');
}

@font-face {
    font-family: 'AllerRegular';
    src: url('https://sedseecdn.azureedge.net/fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'), url('https://sedseecdn.azureedge.net/fonts/aller_rg-webfont.woff') format('woff'), url('https://sedseecdn.azureedge.net/fonts/aller_rg-webfont.ttf') format('truetype'), url('https://sedseecdn.azureedge.net/fonts/aller_rg-webfont.svg#webfontGBXJYuuM') format('svg');
}

@media only screen and (max-width: 767px) {
    .logo img[b-a7rh8wyjc9] {
        max-width: 100%;
    }

    .login-session[b-a7rh8wyjc9] {
        padding: 0;
        margin-bottom: 40px;
    }

        .login-session .form-login .btn[b-a7rh8wyjc9] {
            margin-bottom: 10px;
        }

    .services[b-a7rh8wyjc9] {
        padding: 0 10px;
    }

        .services .service-item[b-a7rh8wyjc9] {
            margin-bottom: 30px;
            padding: 0 1% 20px 1%;
        }
}

@media only screen and (min-width: 768px) {
    .login-session[b-a7rh8wyjc9] {
        padding: 0 0 35px;
    }

        .login-session .title h2[b-a7rh8wyjc9] {
            font-size: 46px;
            line-height: 46px;
            margin-top: 35px;
            margin-bottom: 35px;
        }

        .login-session .form-login .btn[b-a7rh8wyjc9] {
            margin-bottom: 20px;
        }

    .services .row > *[b-a7rh8wyjc9] {
        width: 33.3%;
        padding: 0 1% 20px 1%;
        margin-bottom: 20px;
    }

    .logo[b-a7rh8wyjc9], .logo-navbar[b-a7rh8wyjc9] {
        display: table-cell;
        vertical-align: bottom;
    }

    .logo-navbar[b-a7rh8wyjc9] {
        padding-left: 32px;
    }

    .login-session .title[b-a7rh8wyjc9],
    .login-session .form-login[b-a7rh8wyjc9],
    .address[b-a7rh8wyjc9],
    .content .form-aluno[b-a7rh8wyjc9],
    .content .form-aluno .form-group[b-a7rh8wyjc9] {
        float: left;
        margin-right: 1%;
    }

    .content .form-func[b-a7rh8wyjc9] {
        float: left;
    }

    .content .form-CIE[b-a7rh8wyjc9] {
        float: left;
        margin-right: 1%;
    }

    .last[b-a7rh8wyjc9],
    .login-session .form-login[b-a7rh8wyjc9],
    .content .form-aluno .form-group + .form-group + .form-group[b-a7rh8wyjc9] {
        margin-right: 1%;
        float: right;
    }


    .centered[b-a7rh8wyjc9] {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .login-session .title[b-a7rh8wyjc9] {
        width: 55%;
    }

    .address[b-a7rh8wyjc9] {
        width: 82.97872%;
    }

    .esqueci-a-senha .content[b-a7rh8wyjc9] {
        width: 100%;
    }

    .content .form-aluno[b-a7rh8wyjc9] {
        width: 31.624113%;
        height: 490px;
    }

        .content .form-aluno .form-group[b-a7rh8wyjc9] {
            width: 48.93617%;
        }

            .content .form-aluno .form-group + .form-group[b-a7rh8wyjc9],
            .content .form-aluno .form-group + .form-group + .form-group[b-a7rh8wyjc9] {
                width: 23.40426%;
            }

                .content .form-aluno .form-group + .form-group + .form-group + .form-group[b-a7rh8wyjc9] {
                    width: 100%;
                }

    .content .form-func[b-a7rh8wyjc9] {
        width: 31.624113%;
        margin-right: 1%;
        height: 490px;
    }

    .content .form-CIE[b-a7rh8wyjc9] {
        width: 31.624113%;
        height: 490px;
    }
}

@media (max-width: 450px) {
    div [vw] canvas[b-a7rh8wyjc9] {
        min-height: unset !important;
        min-width: unset !important;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        -o-filter: blur(0px);
        filter: blur(0px);
        min-height: calc(0.35 * 680px) !important;
        min-width: calc(0.35 * 420px) !important
    }

    div[vw] [vw-plugin-wrapper].active[b-a7rh8wyjc9] {
        height: 350px !important;
        width: 210px !important
    }
}

.decor-body[b-a7rh8wyjc9] {
    font-family: 'AllerRegular';
}

    .decor-body h1[b-a7rh8wyjc9], .decor-body h2[b-a7rh8wyjc9], .decor-body h3[b-a7rh8wyjc9], .decor-body h4[b-a7rh8wyjc9], .decor-body h5[b-a7rh8wyjc9], .decor-body h6[b-a7rh8wyjc9] {
        font-family: 'AllerBold';
        margin: 0 0 30px;
        font-weight: normal;
        color: #333;
    }

    .decor-body h1[b-a7rh8wyjc9] {
        font-size: 36px;
        line-height: 40px;
    }

    .decor-body h2[b-a7rh8wyjc9] {
        font-size: 46px;
        line-height: 46px;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .decor-body h3[b-a7rh8wyjc9] {
        font-size: 24px;
        line-height: 28px;
    }

    .decor-body h4[b-a7rh8wyjc9] {
        font-size: 18px;
        line-height: 22px;
    }

    .decor-body h5[b-a7rh8wyjc9] {
        font-size: 14px;
        line-height: 18px;
    }

    .decor-body h6[b-a7rh8wyjc9] {
        font-size: 12px;
        line-height: 16px;
    }

p[b-a7rh8wyjc9] {
    color: #333;
    font-size: 18px;
    margin: 0 0 30px;
    text-align: left;
}

.row[b-a7rh8wyjc9] {
    margin: 0;
}

.content-text-only[b-a7rh8wyjc9] {
    max-width: 600px;
    margin: 0 auto;
}

.decor-body .btn[b-a7rh8wyjc9] {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
    padding: 6px 12px;
    letter-spacing: -1px;
    font-family: 'AllerBold';
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .decor-body .btn.disabled[b-a7rh8wyjc9], .decor-body .btn[disabled][b-a7rh8wyjc9], fieldset[disabled] .btn[b-a7rh8wyjc9] {
        filter: initial;
        opacity: 1.0;
    }

.decor-body .btn-red[b-a7rh8wyjc9] {
    background-color: #f74949;
    color: #fff;
}

    .decor-body .btn-red:hover[b-a7rh8wyjc9],
    .decor-body .btn-red:focus[b-a7rh8wyjc9] {
        background-color: #f63131;
        color: #fff;
    }

    .decor-body .btn-red:active[b-a7rh8wyjc9] {
        background-color: #cf2a2a;
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.decor-body .btn-large[b-a7rh8wyjc9] {
    padding: 12px 30px;
    font-size: 16px;
    line-height: 16px;
}

.logo[b-a7rh8wyjc9], .logo-navbar[b-a7rh8wyjc9] {
    padding: 0 0 15px;
    margin: 0;
    text-align: center;
}

    .logo-navbar .menu-item[b-a7rh8wyjc9] {
        color: #333;
        padding: 10px;
        display: inline-block;
        vertical-align: bottom;
        font-family: 'AllerBold';
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
    }

        .logo-navbar .menu-item.current[b-a7rh8wyjc9] {
            color: #459ad6;
            outline: none;
        }

.login-session .row[b-a7rh8wyjc9] {
    background-color: #459ad6;
    padding: 15px;
}

.login-session a[b-a7rh8wyjc9],
.login-session p[b-a7rh8wyjc9] {
    color: #fff;
}

.login-session a[b-a7rh8wyjc9] {
    text-decoration: underline;
}

    .login-session a:hover[b-a7rh8wyjc9],
    .login-session a:focus[b-a7rh8wyjc9] {
        text-decoration: none;
    }

.login-session p[b-a7rh8wyjc9] {
    font-size: 14px;
    line-height: 0.5px;
/*    margin-bottom: 25px;*/
}

.login-session .title[b-a7rh8wyjc9] {
}

    .login-session .title h2[b-a7rh8wyjc9] {
        font-family: 'AllerBold';
        letter-spacing: -1px;
        color: #fff;
    }

    .login-session .title p[b-a7rh8wyjc9] {
        font-size: 16px;
        line-height: 24px;
    }

.login-session .form-login[b-a7rh8wyjc9] {
    margin: 0;
}

    .login-session .form-login .form-label[b-a7rh8wyjc9] {
        color: #fff;
    }

    .login-session .form-login .forgot[b-a7rh8wyjc9] {
        font-size: 12px;
        line-height: 12px;
        text-decoration: none;
        float: right;
        padding: 20px 0 0 0;
    }

        .login-session .form-login .forgot:hover[b-a7rh8wyjc9],
        .login-session .form-login .forgot:focus[b-a7rh8wyjc9] {
            text-decoration: underline;
        }

    .login-session .form-login p + p[b-a7rh8wyjc9] {
        margin-bottom: 0;
    }

.services[b-a7rh8wyjc9] {
    text-align: center;
}

    .services .row[b-a7rh8wyjc9] {
        font-size: 0;
    }

        .services .row > *[b-a7rh8wyjc9] {
            display: inline-block;
            vertical-align: top;
        }

    .services a[b-a7rh8wyjc9] {
        color: #333;
    }

.service-item .ball[b-a7rh8wyjc9] {
    margin-bottom: 10px;
}

    .service-item .ball a[b-a7rh8wyjc9] {
        display: inline-block;
        width: 108px;
        height: 108px;
        line-height: 100px;
        background-color: #459ad6;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: transform 0.8s ease, background-color 0.3s ease;
        -moz-transition: transform 0.8s ease, background-color 0.3s ease;
        -o-transition: transform 0.8s ease, background-color 0.3s ease;
        -ms-transition: transform 0.8s ease, background-color 0.3s ease;
        transition: transform 0.8s ease, background-color 0.3s ease;
    }

    .service-item .ball [class*="ico-"][b-a7rh8wyjc9] {
        vertical-align: middle;
    }

.service-item .title[b-a7rh8wyjc9] {
    font-family: 'AllerBold';
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
}

.service-item p[b-a7rh8wyjc9] {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
}

.service-item:hover[b-a7rh8wyjc9],
.service-item:focus[b-a7rh8wyjc9] {
    background-color: #F2F1EF;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

    .service-item:hover .ball a[b-a7rh8wyjc9],
    .service-item:focus .ball a[b-a7rh8wyjc9] {
        -webkit-transition: transform 0.8s ease, background-color 0.3s ease;
        -moz-transition: transform 0.8s ease, background-color 0.3s ease;
        -o-transition: transform 0.8s ease, background-color 0.3s ease;
        -ms-transition: transform 0.8s ease, background-color 0.3s ease;
        transition: transform 0.8s ease, background-color 0.3s ease;
        -webkit-transform: translateY(-25px);
        -moz-transform: translateY(-25px);
        -o-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        transform: translateY(-25px);
        -webkit-box-shadow: 0 5px 1px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 1px 0 rgba(0, 0, 0, 0.2);
        background-color: #ffb600;
    }

.title-section[b-a7rh8wyjc9] {
    margin: 0 0 15px 0;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 20px;
    font-family: 'AllerBold';
    font-weight: normal;
    color: #666;
    border-bottom: solid 1px #999;
}

.title-clean[b-a7rh8wyjc9] {
    border: none;
    padding-bottom: 0;
}

.box-featured > .title-section[b-a7rh8wyjc9] {
    font-size: 22px;
    font-family: Arial;
    font-weight: bold;
    letter-spacing: -1px;
    color: #000;
    padding-top: 7px;
    padding-bottom: 15px;
    border-color: #ccc;
}

.box-featured .list-featured[b-a7rh8wyjc9] {
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    list-style: none;
}

    .box-featured .list-featured li[b-a7rh8wyjc9] {
        position: relative;
        margin-bottom: 3px;
        background-color: #c9eaf8;
    }

        .box-featured .list-featured li[b-a7rh8wyjc9]:before {
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            display: block;
            left: 10px;
            top: 50%;
            margin-top: -3.5px;
            background-color: #459ad6;
        }

        .box-featured .list-featured li > a[b-a7rh8wyjc9] {
            display: block;
            color: #265475;
            font-size: 14px;
            padding: 15px 10px 15px 30px;
        }

.form-boletim[b-a7rh8wyjc9] {
    border: 1px solid #eee;
    width: 100%;
    height: 650px;
    overflow: hidden;
}

.form[b-a7rh8wyjc9] {
    margin-bottom: 20px;
}

.form-label[b-a7rh8wyjc9] {
    display: inline-block;
    color: #333;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-family: 'AllerBold';
}

.fields-required[b-a7rh8wyjc9] {
    color: #333;
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
}

.required[b-a7rh8wyjc9] {
    font-weight: bold;
    color: #333;
}

.form-field[b-a7rh8wyjc9] {
    color: #333;
    font-size: 12px;
}

.form p .input[b-a7rh8wyjc9],
.has-error .input[b-a7rh8wyjc9] {
    margin-bottom: 0;
}

.form p .help-block[b-a7rh8wyjc9],
.has-error .help-block[b-a7rh8wyjc9] {
    margin: 0;
    color: #fff;
    background-color: #f74949;
    padding: 2px 5px;
    font-size: 11px;
    margin-bottom: 4px;
}

.form-register[b-a7rh8wyjc9],
.form-aluno[b-a7rh8wyjc9],
.form-func[b-a7rh8wyjc9],
.form-CIE[b-a7rh8wyjc9] {
    background-color: #459ad6;
    padding: 20px;
}

    .form-register p[b-a7rh8wyjc9],
    .form-register .fields-required[b-a7rh8wyjc9],
    .form-register .form-label[b-a7rh8wyjc9],
    .form-register .required[b-a7rh8wyjc9],
    .form-aluno p[b-a7rh8wyjc9],
    .form-aluno .fields-required[b-a7rh8wyjc9],
    .form-aluno .form-label[b-a7rh8wyjc9],
    .form-aluno .required[b-a7rh8wyjc9],
    .form-func p[b-a7rh8wyjc9],
    .form-func .fields-required[b-a7rh8wyjc9],
    .form-func .form-label[b-a7rh8wyjc9],
    .form-func .required[b-a7rh8wyjc9],
    .form-CIE p[b-a7rh8wyjc9],
    .form-CIE .fields-required[b-a7rh8wyjc9],
    .form-CIE .form-label[b-a7rh8wyjc9],
    .form-CIE .required[b-a7rh8wyjc9] {
        color: #fff;
    }

.input[b-a7rh8wyjc9],
.select[b-a7rh8wyjc9],
.textarea[b-a7rh8wyjc9] {
    font-family: 'AllerBold';
    width: 100%;
    padding: 14px 10px;
    border: 0;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .input:focus[b-a7rh8wyjc9],
    .select:focus[b-a7rh8wyjc9],
    .textarea:focus[b-a7rh8wyjc9] {
        background-color: #F2F1EF;
        outline: 0;
    }

.select[b-a7rh8wyjc9] {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

    .select[value=""][b-a7rh8wyjc9] {
        color: #BFBFBF;
        font-style: italic;
    }

.textarea[b-a7rh8wyjc9] {
    resize: vertical;
}

.radio[b-a7rh8wyjc9],
.checkbox[b-a7rh8wyjc9] {
    margin-bottom: 6px;
    display: block;
    color: #333;
}

    .radio .form-label[b-a7rh8wyjc9],
    .radio input[type="radio"][b-a7rh8wyjc9],
    .radio input[type="checkbox"][b-a7rh8wyjc9],
    .checkbox .form-label[b-a7rh8wyjc9],
    .checkbox input[type="radio"][b-a7rh8wyjc9],
    .checkbox input[type="checkbox"][b-a7rh8wyjc9] {
        display: inline-block;
        vertical-align: middle;
        margin: 0 2px 0 0;
    }

    .radio input[type="radio"][b-a7rh8wyjc9],
    .checkbox input[type="checkbox"][b-a7rh8wyjc9] {
        width: auto;
    }

input[type="radio"][b-a7rh8wyjc9],
input[type="checkbox"][b-a7rh8wyjc9] {
    line-height: normal;
    margin: 4px 0 0;
}

input[b-a7rh8wyjc9]::-webkit-input-placeholder,
textarea[b-a7rh8wyjc9]::-webkit-input-placeholder {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

input:-moz-placeholder[b-a7rh8wyjc9],
textarea:-moz-placeholder[b-a7rh8wyjc9] {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

input[b-a7rh8wyjc9]::-moz-placeholder,
textarea[b-a7rh8wyjc9]::-moz-placeholder {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

input:-ms-input-placeholder[b-a7rh8wyjc9],
textarea:-ms-input-placeholder[b-a7rh8wyjc9] {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

.decor_password_required[b-a7rh8wyjc9] {
    display: none;
    font-size: 12px;
}

    .decor_password_required ul[b-a7rh8wyjc9] {
        padding: 0;
        margin: 0;
        List-style: none;
    }

        .decor_password_required ul li[b-a7rh8wyjc9] {
            margin-bottom: 8px;
            color: red;
            font-weight: 700
        }

            .decor_password_required ul li.active[b-a7rh8wyjc9] {
                color: green;
            }
.btnPerfil[b-a7rh8wyjc9]{
    padding: 0.2rem;
}

@media (max-width: 768px) {
    html[b-a7rh8wyjc9], body[b-a7rh8wyjc9] {
        height: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .decor-body[b-a7rh8wyjc9] {
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 15px;
    }

    .login-session[b-a7rh8wyjc9] {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start; 
        overflow-y: auto;
    }

        .login-session .row[b-a7rh8wyjc9] {
            --bs-gutter-x: 0;
            --bs-gutter-y: 0;
            margin: 0;
            padding: 20px 15px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            min-height: 0; 
            flex: 0 1 auto; 
        }

    .title[b-a7rh8wyjc9] {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

        .title h2[b-a7rh8wyjc9] {
            font-size: 1.3em;
            margin-bottom: 15px;
        }

    .form-login[b-a7rh8wyjc9] {
        width: 100% !important;
        max-width: 250px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

    .form-group[b-a7rh8wyjc9] {
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

    .form-label[b-a7rh8wyjc9] {
        align-self: flex-start;
        margin-bottom: 5px;
        font-size: 0.9em;
    }

    .input.form-control[b-a7rh8wyjc9] {
        width: 100%;
        height: 40px;
        font-size: 14px;
        padding: 8px 12px;
    }

    .btn-red.btn-large[b-a7rh8wyjc9] {
        width: 100%;
        height: 40px;
        font-size: 16px;
        margin-top: 10px;
    }

    .login-links[b-a7rh8wyjc9] {
        width: 100%;
        max-width: 250px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

        .login-links a[b-a7rh8wyjc9], .login-links p[b-a7rh8wyjc9] {
            margin: 3px 0;
            text-align: center;
            width: 100%;
            font-size: 12px;
            line-height: 1.3;
            word-wrap: break-word;
        }

    .logo[b-a7rh8wyjc9] {
        text-align: center;
        width: 120%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .logo img[b-a7rh8wyjc9] {
            max-width: 80%;
            height: auto;
        }

    section#govsp-rodape[b-7o48ivkyxz][b-a7rh8wyjc9] {
        margin-top: -80px;
    }
}
.btn_gov_br[b-a7rh8wyjc9] {
    font-size: 16px;
    font-weight: 700;
    line-height: 2rem;
    color: rgb(69, 154, 214) !important;
    display: inline-flex;
    padding: 0.3rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    border-radius: 0.5rem; /* arredondado suave */
    background: #FFFFFF; /* fundo branco */
    text-decoration: none;
    border: 1px solid #ccc;
    white-space: nowrap;
    transition: background 0.3s, color 0.3s, border 0.3s;
}

    .btn_gov_br:hover[b-a7rh8wyjc9] {
        background: #f0f0f0;
        color: rgb(69, 154, 214) !important;
    }



section#govsp-rodape[b-a7rh8wyjc9] {
    margin-top: 0px !important;
}
/* _content/SEE.AvaliacaoPresencialAula.Client.UI/Components/Pages/Relatorio/Semanal.razor.rz.scp.css */
.panel-body[b-yr2hcwbonc] {
    padding: 15px;
}

.grid-controls[b-yr2hcwbonc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.items-per-page[b-yr2hcwbonc] {
    display: flex;
    align-items: center;
}

    .items-per-page label[b-yr2hcwbonc] {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        white-space: nowrap;
    }

    .items-per-page select[b-yr2hcwbonc] {
        margin-left: 5px;
        width: auto;
    }

.search-box[b-yr2hcwbonc] {
    flex-grow: 0;
    width: auto;
    max-width: 200px;
}

    .search-box input[b-yr2hcwbonc] {
        width: 100%;
    }

.table-responsive[b-yr2hcwbonc] {
    overflow-x: auto;
}

.table[b-yr2hcwbonc] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
}

    .table th[b-yr2hcwbonc], .table td[b-yr2hcwbonc] {
        padding: 0.5rem;
        border: 1px solid #f0f0f0;
    }

    .table th[b-yr2hcwbonc] {
        background-color: #459ad6;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: 0.05em;
        vertical-align: middle;
        text-align: center;
        padding: 0.75rem 0.5rem; 
    }

    .table td[b-yr2hcwbonc] {
        border-bottom: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        vertical-align: middle; 
    }

    .table tr:last-child td[b-yr2hcwbonc] {
        border-bottom: none;
    }

    .table td:last-child[b-yr2hcwbonc] {
        border-right: none;
    }

.table-striped tbody tr:nth-of-type(odd)[b-yr2hcwbonc] {
    background-color: #e2efff;
}

.pagination-info[b-yr2hcwbonc] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.items-info[b-yr2hcwbonc] {
    margin-bottom: 10px;
}

.pagination[b-yr2hcwbonc] {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.page-item[b-yr2hcwbonc] {
    margin: 2px;
}

.page-link[b-yr2hcwbonc] {
    padding: 0.25rem 0.5rem;
    color: #459ad6;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.2rem;
}

.page-item.active .page-link[b-yr2hcwbonc] {
    color: #fff;
    background-color: #459ad6;
    border-color: #459ad6;
}

.page-item.disabled .page-link[b-yr2hcwbonc] {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}



@media screen and (max-width: 768px) {
    .grid-controls[b-yr2hcwbonc] {
        flex-direction: column;
        align-items: stretch;
    }

    .items-per-page[b-yr2hcwbonc], .search-box[b-yr2hcwbonc] {
        width: 100%;
        margin-bottom: 10px;
    }

    .items-per-page[b-yr2hcwbonc] {
        justify-content: flex-start;
    }

    .search-box[b-yr2hcwbonc] {
        max-width: none;
    }

    .table thead[b-yr2hcwbonc] {
        display: none;
    }

    .table[b-yr2hcwbonc], .table tbody[b-yr2hcwbonc], .table tr[b-yr2hcwbonc], .table td[b-yr2hcwbonc] {
        display: block;
        width: 100%;
    }

        .table tr[b-yr2hcwbonc] {
            margin-bottom: 15px;
            border: 1px solid #f0f0f0;
            border-radius: 8px;
        }

        .table td[b-yr2hcwbonc] {
            text-align: right;
            padding-left: 50%;
            position: relative;
            border-bottom: 1px solid #f0f0f0;
            border-right: none;
        }

            .table td[b-yr2hcwbonc]:before {
                content: attr(data-label);
                position: absolute;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                text-align: left;
                font-weight: bold;
                top: 50%; 
                transform: translateY(-50%);
            }

            .table td:last-child[b-yr2hcwbonc] {
                border-bottom: none;
            }

    .pagination-info[b-yr2hcwbonc] {
        flex-direction: column;
        align-items: flex-start;
    }

    .items-info[b-yr2hcwbonc], .pagination[b-yr2hcwbonc] {
        margin-bottom: 10px;
    }
}
