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

/* _content/Seduc.DiarioClasse.Client.UI/Components/Layout/JornadaEfapeLayout.razor.rz.scp.css */
.conteudo-full-page[b-0hx4q6ndtg] {
    position: relative;
    margin: 0 auto;
    margin-left:130px;
    display: block;
    max-width: 1368px;
    width: 100%;
}
@media only screen and (max-width: 1366px) {
    .conteudo-full-page[b-0hx4q6ndtg] {
        max-width: 1186px;
    }
}
@media only screen and (max-width: 1280px) and (min-width: 430px) {
    .conteudo-full-page[b-0hx4q6ndtg] {
        max-width: inherit;
        width: inherit;
        margin-left: 100px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 430px) {
    .conteudo-full-page[b-0hx4q6ndtg] {
        max-width: 97%;
        padding: 0 6px;
        margin-left: 5px;
    }
}
.grid-full-page[b-0hx4q6ndtg] {
    display:flex;
}





/* _content/Seduc.DiarioClasse.Client.UI/Components/Layout/MainLayout.razor.rz.scp.css */
:root[b-7jydelafz6] {
    --color-text-rodape: #183B56;
}
.page[b-7jydelafz6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7jydelafz6] {
    flex: 1;
}

.bb-top-row[b-7jydelafz6] {
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

    .visao-sfa-container[b-7jydelafz6] {
        width: 38px !important;
        height: 38px !important;
        gap: 0px !important;
        cursor: pointer;
        padding: 1px 5px;
        display: block;
    }

    .sfa-info[b-7jydelafz6] {
        display: none !important;
    }

    .icon-sfa[b-7jydelafz6] {
        width: 28px !important;
    }

    .visao-sfa-container[b-7jydelafz6] {
        width: 38px !important;
        height: 38px !important;
        gap: 0px !important;
        cursor: pointer;
    }

    .sfa-info[b-7jydelafz6] {
        display: none !important;
    }
}

@media (min-width: 641px) {


    .page[b-7jydelafz6] {
        flex-direction: row;
    }

/*    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }*/

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

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

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


}

#blazor-error-ui[b-7jydelafz6] {
    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-7jydelafz6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

footer[b-7jydelafz6] {
    display: flex;
    justify-content: center;
}

/*.rodape {
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    background-color: var(--color-white);
    text-align: center;
    gap: 50px;
    justify-content: center;
}*/

.links[b-7jydelafz6] {
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 10px;
}

    .links a[b-7jydelafz6] {
        color: var(--color-text-rodape);
        text-decoration: unset;
    }

    .links p[b-7jydelafz6] {
        color: var(--color-text-rodape);
        text-decoration: unset;
    }

    .links h6[b-7jydelafz6] {
        color: var(--color-text-rodape);
        text-decoration: unset;
    }

.notification[b-7jydelafz6]{
    position: relative;
    display: flex;
    flex-shrink: 0;
    border-radius: 1.4375rem;
    box-shadow: 0px 1px 4.7px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    padding: 0px 8px;
    color: #8397A6;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    &:hover{
        opacity:0.7;
        & .notificacao-numero{
            opacity:0.8;
        }
    }
}

.blur-overlay[b-7jydelafz6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.2); /* leve escurecimento opcional */
    z-index: 90;
}
/* _content/Seduc.DiarioClasse.Client.UI/Components/Layout/NavSidebar.razor.rz.scp.css */

:root[b-prxd55o2xv] {
}

/* Sidebar */
.menu-principal[b-prxd55o2xv] {
    position: fixed;
    /*top: calc(0 - 80px);*/
    z-index: 2;
    left: 0;
    height: calc(100vh - 80px);
    width: 250px;
    padding: 10px 14px;
    background-color: var( --sidebar-color );
    transition: width 0.3s ease, left 0.3s ease;
}

.menu-principal-fixed[b-prxd55o2xv] {
    transition: top .5s;
    top: 0;
    height: 100vh;
}

.menu-principal header[b-prxd55o2xv] {
    position: relative;
}

    .menu-principal header .conteudo-logo[b-prxd55o2xv] {
        display: flex;
    }

    .menu-principal header .toggle-wrapper[b-prxd55o2xv] {
        position: absolute;
        top: 50%;
        right: -43px;
        transform: translateY(-50%);
        height: 45px;
        width: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border-radius: 50%;
        cursor: pointer;
    }

    .menu-principal header .toggle[b-prxd55o2xv] {
        height: 30px;
        width: 30px;
        background: var(--color-grey-100);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: var(--sidebar-color);
    }

        .menu-principal header .toggle[b-prxd55o2xv]:before {
            content: '\f053';
        }

.menu-principal.close[b-prxd55o2xv] {
    width: 88px;
    z-index: 2 !important
    /* width: min(10vw, 88px);*/
}

    .menu-principal.close header .toggle[b-prxd55o2xv]:before {
        content: '\f054';
    }

    .menu-principal.close .text[b-prxd55o2xv] {
        display: none;
    }

    .menu-principal.close .logo-sidebar-nav[b-prxd55o2xv] {
        min-width: 60px;
        height: 62px;
        padding: 10px;
        gap: 10px;
        border-radius: 13px;
        background: var(--Logos-BgSaladoFuturo, rgba(229, 3, 3, 0.14));
        background-image: url(./assests/logo-icone.png);
        background-position: center;
        background-repeat: no-repeat;
        transition: var(--tran-03);
    }

.menu-principal .text[b-prxd55o2xv] {
    color: var(--Ttulo);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.156px;
    transition: var(--tran-03);
    white-space: nowrap;
    display: block;
}

.menu-principal .logo-sidebar-nav[b-prxd55o2xv] {
    min-width: 100%;
    height: 62px;
    padding: 10px;
    gap: 10px;
    border-radius: 13px;
    background: transparent;
    background-image: url(./assests/logo-sala-do-futuro.png);
    background-position: center;
    background-repeat: no-repeat;
    transition: var(--tran-03);
}

    .menu-principal .logo-sidebar-nav a[b-prxd55o2xv] {
        display: block;
        width: 100%;
        height: 100%;
    }

.menu-principal ul[b-prxd55o2xv] {
    padding-left: 0;
}

.menu-principal li[b-prxd55o2xv] {
    height: 50px;
    margin-top: 6px;
    list-style: none;
    display: flex;
    align-items: center;
}

    .menu-principal li a[b-prxd55o2xv] {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        text-decoration: none;
        border-radius: 6px;
        transition: var(--tran-04);
    }

        .menu-principal li a:hover[b-prxd55o2xv] {
            background: var(--icons-nav-bg-active);
        }

            .menu-principal li a:hover .icon[b-prxd55o2xv] {
                color: var(--color-icon-hover);
            }

            .menu-principal li a:hover .text[b-prxd55o2xv] {
                color: var(--color-icon-hover);
            }

    .menu-principal li .icon[b-prxd55o2xv] {
        color: var(--text-color);
        transition: var(--tran-02);
    }

    .menu-principal li.text[b-prxd55o2xv] {
        color: var(--text-color);
        transition: var(--tran-02);
    }

    .menu-principal li .icon[b-prxd55o2xv] {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 60px;
        font-size: 20px;
    }

    .menu-principal li .active[b-prxd55o2xv] {
        background: var(--icons-nav-bg-active);
    }

        .menu-principal li .active .icon[b-prxd55o2xv] {
            color: var(--color-icon-hover);
        }

        .menu-principal li .active .text[b-prxd55o2xv] {
            color: var(--color-icon-hover);
        }

.menu-principal .menu-bar[b-prxd55o2xv] {
    height: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bottom-content[b-prxd55o2xv] {
    margin-bottom: 15px;
}


.icon-img[b-prxd55o2xv] {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.menu-principal:not(.close) .nav-link[b-prxd55o2xv] {
    display: flex;
    align-items: center;
    padding-left: 10px;
    gap: 10px;
}

.menu-principal:not(.close) .icon-img[b-prxd55o2xv] {
    margin: 0;
}

.menu-principal.close .nav-link[b-prxd55o2xv] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-principal.close .icon-img[b-prxd55o2xv] {
    margin: 0 auto;
}

.nav-link.active[b-prxd55o2xv] {
    background: var(--icons-nav-bg-active);
}

    .nav-link.active .text[b-prxd55o2xv] {
        color: var(--color-icon-hover);
    }

.home[b-prxd55o2xv] {
    background-image: url("./assests/icon-home-menu.svg");
}

.nav-link:hover .home[b-prxd55o2xv],
.nav-link.active .home[b-prxd55o2xv] {
    background-image: url("./assests/icon-home-menu-hover.svg");
}

.diario-classe[b-prxd55o2xv] {
    background-image: url("./assests/icon-diario-classe-menu.svg");
}

.nav-link:hover .diario-classe[b-prxd55o2xv],
.nav-link.active .diario-classe[b-prxd55o2xv] {
    background-image: url("./assests/logo-diario-classe-home.svg");
}

.mural-aviso[b-prxd55o2xv] {
    background-image: url("./assests/icon-mural-aviso-menu.svg");
}

.nav-link:hover .mural-aviso[b-prxd55o2xv],
.nav-link.active .mural-aviso[b-prxd55o2xv] {
    background-image: url("./assests/logo-mural-aviso-home.svg");
}

.relatorios[b-prxd55o2xv] {
    background-image: url("./assests/icon-relatorio-menu.svg");
}

.nav-link:hover .relatorios[b-prxd55o2xv],
.nav-link.active .relatorios[b-prxd55o2xv] {
    background-image: url("./assests/logo-relatorio-home.svg");
}

.mensagens[b-prxd55o2xv] {
    background-image: url("./assests/icon-mensagem-menu.svg");
}

.nav-link:hover .mensagens[b-prxd55o2xv],
.nav-link.active .mensagens[b-prxd55o2xv] {
    background-image: url("./assests/icon-mensagem-menu-hover.svg");
}

.provas-atividades[b-prxd55o2xv] {
    background-image: url("./assests/icon-provas-atividades-menu.svg");
}

.nav-link:hover .provas-atividades[b-prxd55o2xv],
.nav-link.active .provas-atividades[b-prxd55o2xv] {
    background-image: url("./assests/logo-provas-atividades-home.svg");
}

.atalho-documentos[b-prxd55o2xv] {
    background-image: url("./assests/icon-documento-menu.svg");
}

.nav-link:hover .atalho-documentos[b-prxd55o2xv],
.nav-link.active .atalho-documentos[b-prxd55o2xv] {
    background-image: url("./assests/logo-documento-home.svg");
}

.jornada-efape[b-prxd55o2xv] {
    background-image: url("./assests/icon-jornada-efape.svg");
}

.nav-link:hover .jornada-efape[b-prxd55o2xv],
.nav-link.active .jornada-efape[b-prxd55o2xv] {
    background-image: url("./assests/icon-efape.svg");
}

.copa-da-escola[b-prxd55o2xv] {
    background-image: url("./assests/icon-copa-escola.svg")
}

.nav-link:hover .copa-da-escola[b-prxd55o2xv],
.nav-link.active .copa-da-escola[b-prxd55o2xv] {
    background-image: url("./assests/logo-copa-escola-home.svg");
}

.configuracao[b-prxd55o2xv] {
    background-image: url("./assests/icon-configuracoes-menu.svg");
}

.sair[b-prxd55o2xv] {
    background-image: url("./assests/icon-sair-menu.svg");
}

.nav-link:hover .sair[b-prxd55o2xv],
.nav-link.active .sair[b-prxd55o2xv] {
    background-image: url("./assests/icon-sair-menu-hover.svg");
}

    .nav-link:hover .sair + .text.nav-text[b-prxd55o2xv] {
        color: #940207;
    }


.item-link[b-prxd55o2xv] {
    position: relative;
}

.tooltip-custom[b-prxd55o2xv] {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #1565D8;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 1000;
}

.search-item[b-prxd55o2xv] {
    padding: 0px;
}

.search-box[b-prxd55o2xv] {
    display: flex;
    align-items: center;
    background: #f7f9fc;
    border-radius: 8px;
    padding: 6px 10px;
    border: 1px solid #e0e0e0;
    width: 100%;
}

    .search-box i[b-prxd55o2xv] {
        color: #999;
        margin-right: 8px;
    }

.search-input[b-prxd55o2xv] {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    color: #333;
}

    .search-input[b-prxd55o2xv]::placeholder {
        color: #aaa;
    }


@media only screen and (max-width: 576px) {
    .menu-principal.close[b-prxd55o2xv] {
        left: -84px;
    }
}
/* _content/Seduc.DiarioClasse.Client.UI/Components/Layout/ProvasAtividadesLayout.razor.rz.scp.css */
.conteudo-full-page[b-0sojlq5vkv] {
    position: relative;
    margin: 0 auto;
    margin-left: 130px;
    display: block;
    max-width: 1368px;
    width: 100%;
}

@media only screen and (max-width: 1366px) {
    .conteudo-full-page[b-0sojlq5vkv] {
        max-width: 1186px;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 430px) {
    .conteudo-full-page[b-0sojlq5vkv] {
        max-width: inherit;
        width: inherit;
        margin-left: 100px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 430px) {
    .conteudo-full-page[b-0sojlq5vkv] {
        max-width: 97%;
        padding: 0 6px;
        margin-left: 5px;
    }
}

.grid-full-page[b-0sojlq5vkv] {
    display: flex;
}
/* _content/Seduc.DiarioClasse.Client.UI/Components/Pages/CopaDaEscola/Componente/CardAvatar.razor.rz.scp.css */

.card-info[b-duj7vdurw9] {
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
    margin-bottom: 24px;
}

.frame[b-duj7vdurw9] {
    width: 100%;
    height: 620px;
    overflow: hidden !important;
}

@media (max-width: 768px) {
    .frame[b-duj7vdurw9] {
        height: 975px;
    }
}
/* _content/Seduc.DiarioClasse.Client.UI/Components/Pages/CopaDaEscola/Componente/CardDenuncia.razor.rz.scp.css */
.card-denuncia[b-n04e8hmk13] {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06), 0 4px 10px rgba(16, 24, 40, 0.10);
}

.card-denuncia-content[b-n04e8hmk13] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.card-denuncia-icon[b-n04e8hmk13] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #ef4444;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ef4444;
    font-weight: bold;
    font-size: 16px;
    flex-shrink: 0;
}

.card-denuncia-title[b-n04e8hmk13] {
    margin: 0;
    font-weight: 600;
    color: #162F67;
    font-size: 20px;
}

.card-denuncia-description[b-n04e8hmk13] {
    margin: 4px 0 0;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.4;
    max-width: 720px;
}

.card-denuncia-action .btn[b-n04e8hmk13] {
    border-radius: 20px;
    padding: 6px 18px;
    font-weight: 500;
}


@media (max-width: 576px) {
    .card-denuncia[b-n04e8hmk13] {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .card-denuncia-content[b-n04e8hmk13] {
        width: 100%;
    }

    .card-denuncia-action[b-n04e8hmk13] {
        width: 100%;
    }

        .card-denuncia-action .btn[b-n04e8hmk13] {
            width: 100%;
            text-align: center;
        }

    .card-denuncia-description[b-n04e8hmk13] {
        max-width: 100%;
    }
}
/* _content/Seduc.DiarioClasse.Client.UI/Components/Pages/CopaDaEscola/Componente/CardInfoCopa.razor.rz.scp.css */

.card-info[b-se9of1pwua] {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
    margin-bottom: 24px;
}

.card-info-header[b-se9of1pwua] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.titulo-card-info[b-se9of1pwua] {
    font-size: 20px;
    color: #374F78;
    font-weight: 700;
}

.descricao-info-titulo[b-se9of1pwua] {
    font-size: 16px;
    color: #374F78;
    font-weight: 600;
}

.icone-info[b-se9of1pwua] {
    width: 20px;
    height: 20px;
    background: #E5E7EB; 
    border-radius: 4px;
    flex-shrink: 0;
}

.descricao-info[b-se9of1pwua] {
    font-size: 14px;
    color: #555;
}


.passos[b-se9of1pwua] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
    margin: 16px 0;
}

.passo[b-se9of1pwua] {
    background: #FFFFFF; 
    border-radius: 12px;
    padding: 16px;
    text-align: left;
    min-height: 120px;
    display: flex;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.08);
}

.passo-numero[b-se9of1pwua] {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #374F78;
}

.passo-imagem[b-se9of1pwua] {
    max-width: 60px;
    height: auto;
}


.passo-descricao[b-se9of1pwua] {
    font-size: 14px;
    font-weight: 500;
    color: #1E3A8A;
    line-height: 1.4;
    display: flex;
    align-items: center;
}

.passo-layout[b-se9of1pwua] {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 12px;
    height: 100%;
}


.passo-info[b-se9of1pwua] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.passo-conteudo[b-se9of1pwua] {
    display: flex;
    align-items: center;
    height: 100%;
}

.card-info-body[b-se9of1pwua] {
    margin-top: 8px;
}

.btn-recolher[b-se9of1pwua] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #2563EB; /* azul */
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transition: background-color 0.2s ease, transform 0.15s ease;
}

/* Área clicável confortável */
.btn-recolher[b-se9of1pwua] {
    width: 36px;
    height: 36px;
}

    .btn-recolher:hover[b-se9of1pwua] {
        background-color: #1D4ED8;
    }

    .btn-recolher:active[b-se9of1pwua] {
        transform: scale(0.95);
    }

    .btn-recolher .chevron[b-se9of1pwua] {
        width: 10px;
        height: 10px;
        border-right: 2px solid #FFFFFF;
        border-bottom: 2px solid #FFFFFF;
        transform: rotate(45deg);
        transition: transform 0.2s ease;
    }
    
    .btn-recolher.expandido .chevron[b-se9of1pwua] {
        transform: rotate(-135deg);
    }
   
    .btn-recolher:hover .chevron[b-se9of1pwua] {
        border-color: #FFF;
    }



@media (max-width: 768px) {

    .card-info[b-se9of1pwua] {
        padding: 16px;
    }

    .titulo-card-info[b-se9of1pwua] {
        font-size: 18px;
    }

    .descricao-info-titulo[b-se9of1pwua] {
        font-size: 15px;
    }

    .passos[b-se9of1pwua] {
        grid-template-columns: 1fr;
    }

    .passo[b-se9of1pwua] {
        padding: 14px;
        min-height: 140px;
    }

    .passo-numero[b-se9of1pwua] {
        font-size: 32px;
    }

    .passo-descricao[b-se9of1pwua] {
        align-items: flex-start; 
        text-align: left;
    }
    .passo-layout[b-se9of1pwua] {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .passo-info[b-se9of1pwua] {
        align-items: flex-start;
    }

  
}

@media (max-width: 480px) {
   
    .passo-numero[b-se9of1pwua] {
        font-size: 28px;
    }

    .btn-detalhes[b-se9of1pwua] {
        width: 100%;
        text-align: center;
    }
}
/* _content/Seduc.DiarioClasse.Client.UI/Components/Pages/CopaDaEscola/Componente/CraqueDaRodada.razor.rz.scp.css */
/* Wrapper: dois cards lado a lado (desktop), quebra no mobile */
.cdr-wrap[b-nh25mmytks] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

/* Card base (igual ao visual do Figma: fundo branco, borda suave, sombra leve) */
.cdr-card[b-nh25mmytks] {
    background: #ffffff;
    border: 1px solid #ECEFF5;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    padding: 18px 18px 16px 18px;
    min-height: 220px;
}

.cdr-header[b-nh25mmytks] {
    margin-bottom: 14px;
}

.cdr-title[b-nh25mmytks] {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #162F67; /* título (aprox. do Figma) */
    letter-spacing: -0.2px;
}

.cdr-subtitle[b-nh25mmytks] {
    margin: 8px 0 0 0;
    font-size: 14px;
    line-height: 1.35;
    color: #747B89; /* descrição (aprox. do Figma) */
    max-width: 520px;
}

/* Grid de pessoas: 3 por linha e quebra para baixo */
.cdr-grid[b-nh25mmytks] {
    display: grid;
    gap: 14px;
    align-items: start;
}

.cdr-grid-3[b-nh25mmytks] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Item pessoa (centralizado como no Figma) */
.cdr-person[b-nh25mmytks] {
    display: grid;
    justify-items: center;
    text-align: center;
    padding: 6px 4px;
}

.cdr-name[b-nh25mmytks] {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #1E3A8A; /* azul do texto do nome */
}

.cdr-detail[b-nh25mmytks] {
    margin-top: 2px;
    font-size: 11px;
    color: #64748B;
}

.cdr-empty[b-nh25mmytks] {
    font-size: 12px;
    color: #64748B;
    padding: 12px 6px;
}

/* Avatar base */
.cdr-avatar-img[b-nh25mmytks] {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

/* CONTAINER DO CRAQUE */
.cdr-craque-avatar[b-nh25mmytks] {
    position: relative;
    width: 92px;
    height: 72px;
    display: grid;
    place-items: center;
}

/* IMAGEM DE FUNDO (LOUROS) */
.cdr-craque-bg[b-nh25mmytks] {
    position: absolute;
    inset: 0;
    width: 92px;
    height: 72px;
    object-fit: contain;
    z-index: 0;
}


/* AVATAR SOBRE A IMAGEM */
.cdr-craque-avatar .cdr-avatar-img[b-nh25mmytks] {
    width: 40px;
    height: 40px;
    z-index: 1;
}

/* FALLBACK DE AVATAR (CRAQUE) */
.cdr-avatar-fallback[b-nh25mmytks] {
    width: 75px;
    height: 75px;
    border-radius: 999px;
    background: #D1D5DB; /* mesmo cinza do técnico */
    margin-top:-19px;
}


/* Técnico: círculo cinza com avatar dentro */
.cdr-tecnico-avatar[b-nh25mmytks] {
    width: 66px;
    height: 66px;
    border-radius: 999px;
    background: #D1D5DB;
    display: grid;
    place-items: center;
}

    .cdr-tecnico-avatar .cdr-avatar-img[b-nh25mmytks] {
        width: 44px;
        height: 44px;
    }

/* CENTRALIZA ITEM ÚNICO NO CARD */
.cdr-center-single[b-nh25mmytks] {
    grid-template-columns: 1fr;
    justify-items: center;
}


/* Responsivo */
@media (max-width: 980px) {
    .cdr-wrap[b-nh25mmytks] {
        grid-template-columns: 1fr;
    }

    .cdr-grid-3[b-nh25mmytks] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .cdr-grid-3[b-nh25mmytks] {
        grid-template-columns: 1fr;
    }

    .cdr-card[b-nh25mmytks] {
        padding: 16px;
    }
}
/* _content/Seduc.DiarioClasse.Client.UI/Components/Pages/CopaDaEscola/Componente/FasesCopa.razor.rz.scp.css */
.fases[b-a4nbx80fzo] {
    display: grid;
    grid-template-columns: auto 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
    align-items: stretch;
}

.fase[b-a4nbx80fzo] {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 16px;
    min-height: 180px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

    .fase.ativa[b-a4nbx80fzo] {
        background: linear-gradient( 180deg, #E3F2FD 0%, #F4F9FF 45%, #FFFFFF 100% );
        border: 1px solid #E3F2FD;
        border-bottom: 4px solid #1565D8;
    }

.fase-layout[b-a4nbx80fzo] {
    display: grid;
    grid-template-columns: 140px 1px 1fr;
    align-items: stretch;
    height: 100%;
}

.fase-info[b-a4nbx80fzo] {
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100%;
    padding-right: 5px
}

.fase-titulo[b-a4nbx80fzo] {
    font-size: 16px;
    color: #606878; 
    margin-bottom: 0px; 
}

.fase-header[b-a4nbx80fzo] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    column-gap: 12px;
}

.fase-header-texto[b-a4nbx80fzo] {
    min-width: 0; 
}

.fase-icone[b-a4nbx80fzo] {
    width: 40px; 
    height: 60px;
    object-fit: contain;
}


.fase-nome[b-a4nbx80fzo] {
    font-size: 24px;
    color: #606878;
    min-height: 44px;
    margin-top: 0;
    line-height: 1.1;
    display: block;
}

.fase.ativa .fase-titulo[b-a4nbx80fzo],
.fase.ativa .fase-nome[b-a4nbx80fzo] {
    color: #374F78; 
}


.fase-periodo[b-a4nbx80fzo] {
    align-self: end;
    font-size: 12px;
    color: #64748B;
}

.fase-divider[b-a4nbx80fzo] {
    width: 1px;
    background: #E5E7EB;
}

.fase-rodadas[b-a4nbx80fzo] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 5px;
}

.rodada[b-a4nbx80fzo] {
    display: grid;
    grid-template-columns: 70px 1fr; 
    align-items: center;
    column-gap: 14px;
    font-size: 12px;
    color: #475569;
    padding: 6px 10px;
    border-radius: 999px;
}

    .rodada.ativa[b-a4nbx80fzo] {
        background: #FFFFFF;
        box-shadow: 0 2px 6px rgba(0,0,0,.08);
        font-weight: 600;
    }

        .rodada.ativa .rodada-data[b-a4nbx80fzo],
        .rodada.ativa .rodada-desc[b-a4nbx80fzo] {
            color: #374F78;
        }


.rodada-data[b-a4nbx80fzo] {
    font-weight: 500;
    white-space: nowrap;
}

.rodada-desc[b-a4nbx80fzo] {
    color: #64748B;
    justify-self: start;
}

.fase-principal[b-a4nbx80fzo] {
    width: max-content;
}

    .fase-principal .fase-layout[b-a4nbx80fzo] {
        grid-template-columns: max-content;
    }




@media (max-width: 1225px) {
    /* 1 card por linha */
    .fases[b-a4nbx80fzo] {
        grid-template-columns: 1fr;
    }

    /* mantém o layout interno web */
    .fase-layout[b-a4nbx80fzo] {
        grid-template-columns: 216px 1px 1fr;
        align-items: stretch;
    }

    .fase-divider[b-a4nbx80fzo] {
        display: block;
    }

    .fase-principal[b-a4nbx80fzo] {
        width: 100%;
    }
}


@media (max-width: 994px) {
    .fase[b-a4nbx80fzo] {
        min-height: auto;
    }

    .fase-layout[b-a4nbx80fzo] {
        grid-template-columns: 1fr;
    }

    .fase-divider[b-a4nbx80fzo] {
        display: none;
    }

    .fase-info[b-a4nbx80fzo] {
        gap: 4px;
    }

    .fase-principal[b-a4nbx80fzo] {
        width: 100%;
    }

    .fase-header[b-a4nbx80fzo] {
        display: grid;
        grid-template-columns: 1fr auto;
        width: 100%;
    }

    .fase-header-texto[b-a4nbx80fzo] {
        width: 100%;
    }

    .fase-icone[b-a4nbx80fzo] {
        justify-self: end;
    }

    .fase-principal[b-a4nbx80fzo] {
        width: 100% !important;
    }
        .fase-principal .fase-layout[b-a4nbx80fzo] {
            grid-template-columns: 1fr !important;
        }

        .fase-principal .fase-header[b-a4nbx80fzo] {
            width: 100%;
        }

        .fase-principal .fase-icone[b-a4nbx80fzo] {
            justify-self: end;
        }
}
/* _content/Seduc.DiarioClasse.Client.UI/Components/Pages/CopaDaEscola/Componente/InformacoesDoTime.razor.rz.scp.css */
.info-time-card[b-ddh1ai5jg1] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0,0,0,.08);
    padding: 16px 20px;
    margin-top: 12px;
}

/* HEADER */
.info-time-header[b-ddh1ai5jg1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.info-time-title[b-ddh1ai5jg1] {
    font-size: 18px;
    font-weight: 700;
    color: #0f2a63;
}

.turma[b-ddh1ai5jg1] {
    font-size: 14px;
    font-weight: 600;
    color: #0f2a63;
}

/* BODY */
.info-time-body[b-ddh1ai5jg1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

/* STEPS */
.info-time-steps[b-ddh1ai5jg1] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.step[b-ddh1ai5jg1] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.step-text[b-ddh1ai5jg1] {
    font-size: 14px;
    color: #374151;
}

    .step-text.strong[b-ddh1ai5jg1] {
        font-weight: 600;
    }

.sep[b-ddh1ai5jg1] {
    color: #9ca3af;
}

/* DOTS */
.dot[b-ddh1ai5jg1] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #d1d5db;
}

    .dot.small[b-ddh1ai5jg1] {
        width: 14px;
        height: 14px;
    }

/* ACTIONS */
.info-time-actions[b-ddh1ai5jg1] {
    display: flex;
    align-items: center;
}

.btn-choose[b-ddh1ai5jg1] {
    margin-left: 8px;
    background: #eef2ff;
    color: #2563eb;
    border: none;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}
    /* hover (desktop) */
    .btn-choose:hover[b-ddh1ai5jg1] {
        background: #1D4ED8;
        color: #FFFFFF;
        border-color: #1D4ED8;
        box-shadow: 0 6px 14px rgba(29, 78, 216, 0.20);
        transform: translateY(-1px);
    }

.btn-consultar[b-ddh1ai5jg1] {
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.avatar[b-ddh1ai5jg1] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* quando for imagem */
    .avatar img[b-ddh1ai5jg1] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }


/* _content/Seduc.DiarioClasse.Client.UI/Components/Pages/CopaDaEscola/Componente/PontuacaoMeuTime.razor.rz.scp.css */
.pontuacao-meu-time[b-cpd72wqae1] {
    width: 100%;
}

.pontuacao-box[b-cpd72wqae1] {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    box-shadow: 0 4px 9px rgba(0,0,0,.08);
    padding: 18px;
}

.pontuacao-cards[b-cpd72wqae1] {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    justify-content: center;
    padding: 10px 0 0;
    flex-wrap: wrap;
}

.pontuacao-header[b-cpd72wqae1] {
    margin-bottom: 55px;
}

.pontuacao-titulo[b-cpd72wqae1] {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #0f2a63;
}

.pontuacao-subtitulo[b-cpd72wqae1] {
    margin: 8px 0 0;
    font-size: 13px;
    color: #6b7280;
}


/* CARD INTERNO (faixa cinza contínua) */
.pontuacao-inner[b-cpd72wqae1] {
    position: relative;
    overflow: visible;
    background: #F3F3F3;
    border: none;
    box-shadow: inset 0 1px 0 rgba(0,0,0,.04);
    padding: 8px 18px 24px;
    margin: 0 -18px -18px;
    border-radius:10px;
}

    .pontuacao-inner[b-cpd72wqae1]::before {
        display: none;
        content: none;
    }


/* agora os cards ficam dentro do “inner” */
.pontuacao-cards[b-cpd72wqae1] {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    justify-content: center;
    flex-wrap: nowrap;
    transform: translateY(-34px); /* ajuste fino: 28~40px conforme seu print */
    position: relative;
    z-index: 2; /* garante que fique acima do cinza */
}

/* loading/erro/vazio centralizado no inner */
.pontuacao-loading[b-cpd72wqae1],
.pontuacao-erro[b-cpd72wqae1],
.pontuacao-vazio[b-cpd72wqae1] {
    padding: 12px 0;
    color: #6b7280;
    text-align: center;
}

/* legenda abaixo dos cards, dentro do inner */
.pontuacao-legenda[b-cpd72wqae1] {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 34px;
    /*margin-top: 14px;*/
    color: #6b7280;
    font-size: 13px;
    margin-top: -10px; /* ajuste fino */
    padding-top: 12px; /* mantém respiro */
    margin-top: 12px;
}

/* wrapper para anel + card */
.fase-card-wrap[b-cpd72wqae1] {
    position: relative;
    width: 305px;
    padding-top: 26px; /* espaço pro badge */
}

.pontos-badge[b-cpd72wqae1] {
    position: absolute;
    top: 0;
    right: 18px;
    width: 74px;
    height: 74px;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(0,0,0,.08);
    display: grid;
    place-items: center;
    z-index: 3;
    --c1: #8b5cf6;
    --c2: #10b981;
    --c3: #f97316;
    /* defaults numéricos */
    --p1: 0;
    --p2: 0;
    background: radial-gradient(circle at 50% 50%, #ffffff 58%, transparent 59%), conic-gradient( var(--c1) 0% calc(var(--p1) * 1%), var(--c2) calc(var(--p1) * 1%) calc(var(--p2) * 1%), var(--c3) calc(var(--p2) * 1%) 100% );
    /* Borda branca externa */
    outline: 4px solid #ffffff;
    outline-offset: -2px;
}


.pontos-badge-inner[b-cpd72wqae1] {
    width: 62px;
    height: 62px;
    border-radius: 999px;
    background: #fff;
    display: grid;
    place-items: center;
    text-align: center;
    border: 1px solid rgba(0,0,0,.04);
}

.pontos-badge.is-empty[b-cpd72wqae1] {
    background: radial-gradient(circle at 50% 50%, #ffffff 58%, transparent 59%), conic-gradient(#d6c2b7 0% 100%);
}


.pontos-valor[b-cpd72wqae1] {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #2b2b2b;
}

.pontos-label[b-cpd72wqae1] {
    font-size: 12px;
    color: #6b7280;
    margin-top: -2px;
}

.fase-card[b-cpd72wqae1] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(0,0,0,.06);
    overflow: hidden; /* ESSENCIAL: faz o footer seguir o radius */
    padding: 0; /* vamos controlar padding por seção */
}

.fase-card-mid[b-cpd72wqae1] {
    padding: 0 14px 10px;
}

.fase-card-bottom[b-cpd72wqae1] {
    padding: 6px 14px 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fase-card-top[b-cpd72wqae1] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 10px;
    padding: 14px 14px 10px;
}

.fase-etapa[b-cpd72wqae1] {
    font-weight: 700;
    color: #0f2a63;
    font-size: 16px;
}

.fase-nome[b-cpd72wqae1] {
    color: #0f2a63;
    font-size: 14px;
    margin-top: 2px;
    text-transform: lowercase;
}

.fase-medalha[b-cpd72wqae1] {
    font-size: 12px;
    color: #6b7280;
}


.rodada-linha[b-cpd72wqae1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #6b7280;
}

.rodada-label[b-cpd72wqae1] {
    font-weight: 600;
    color: #374151;
}

.rodada-pontos[b-cpd72wqae1] {
    color: #6b7280;
}



.metricas[b-cpd72wqae1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

/* wrapper de cada métrica (permite sobrepor a bolha) */
.metrica-ui[b-cpd72wqae1] {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* LIMITADOR VISUAL */
.metrica-track[b-cpd72wqae1] {
    position: relative;
    display: inline-flex;
    align-items: center;
    max-width: 100%;
}

/* pill menor (pontinhos) */
.metrica-pill[b-cpd72wqae1] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 28px 6px 10px; /* espaço reservado para a bolha */
    background: #F3F4F6;
    border-radius: 999px;
}

/* bolha do ícone (sobrepõe SEM aumentar largura) */
.metrica-bubble[b-cpd72wqae1] {
    position: absolute;
    right: -5px; /* dentro do pill */
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #F3F4F6;
    display: grid;
    place-items: center;
}



/* bolinhas */
.dot[b-cpd72wqae1] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #E5E7EB;
}

    /* desligada (cinza claro do Figma) */
    .dot.is-off[b-cpd72wqae1] {
        background: #fff;
    }

/* ligada por tipo */
.dot-tarefas.is-on[b-cpd72wqae1] {
    background: #8B5CF6;
}

.dot-acertos.is-on[b-cpd72wqae1] {
    background: #10B981;
}

.dot-frequencia.is-on[b-cpd72wqae1] {
    background: #F97316;
}

/* ícone dentro do pill (fica à direita) */
.metrica-svg[b-cpd72wqae1] {
    width: 16px;
    height: 16px;
}


.metrica-icon[b-cpd72wqae1] {
    width: 18px;
    height: 18px;
    display: inline-block;
    flex: 0 0 auto;
    position: relative;
}

    /* Tarefas: quadradinho com “linhas” */
    .metrica-icon.tarefas[b-cpd72wqae1] {
        border: 2px solid #8B5CF6;
        border-radius: 4px;
    }

        .metrica-icon.tarefas[b-cpd72wqae1]::after {
            content: "";
            position: absolute;
            left: 4px;
            right: 4px;
            top: 5px;
            height: 2px;
            background: #8B5CF6;
            box-shadow: 0 4px 0 #8B5CF6;
        }
    /* Acertos: check */
    .metrica-icon.acertos[b-cpd72wqae1]::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 999px;
        border: 2px solid transparent;
    }

    .metrica-icon.acertos[b-cpd72wqae1]::after {
        content: "";
        position: absolute;
        width: 9px;
        height: 5px;
        border-left: 2px solid #10B981;
        border-bottom: 2px solid #10B981;
        transform: rotate(-45deg);
        left: 4px;
        top: 6px;
    }


    /* Frequência: “calendário” */
    .metrica-icon.frequencia[b-cpd72wqae1] {
        border: 2px solid #F97316;
        border-radius: 4px;
    }

        .metrica-icon.frequencia[b-cpd72wqae1]::before {
            content: "";
            position: absolute;
            left: 2px;
            right: 2px;
            top: 4px;
            height: 2px;
            background: #F97316;
        }

        .metrica-icon.frequencia[b-cpd72wqae1]::after {
            content: "";
            position: absolute;
            width: 2px;
            height: 4px;
            background: #F97316;
            top: 0px;
            left: 4px;
            box-shadow: 8px 0 0 #F97316;
        }



.chev[b-cpd72wqae1] {
    width: 10px;
    height: 10px;
    border-right: 2px solid #6b7280;
    border-bottom: 2px solid #6b7280;
    transform: rotate(45deg);
    margin-top: -2px;
}

/* legenda abaixo */
.pontuacao-legenda[b-cpd72wqae1] {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 34px;
    margin-top: 12px;
    color: #6b7280;
    font-size: 13px;
}

.leg-item[b-cpd72wqae1] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.leg-icon[b-cpd72wqae1] {
    width: 18px;
    height: 18px;
    display: block;
}

.pontuacao-loading[b-cpd72wqae1],
.pontuacao-erro[b-cpd72wqae1],
.pontuacao-vazio[b-cpd72wqae1] {
    padding: 12px 0;
    color: #6b7280;
}


/* conteúdo expandido */
.fase-detalhes[b-cpd72wqae1] {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eef2f7;
    color: #6b7280;
    font-size: 13px;
}


/* Footer clicável ocupando toda a largura */
.fase-expand-row[b-cpd72wqae1] {
    width: 100%;
    height: 20px;
    background: #F3F3F3;
    border: 0;
    border-top: 1px solid #eef2f7;
    cursor: pointer;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .fase-expand-row:hover[b-cpd72wqae1] {
        background: #ededed;
    }

    .fase-expand-row:active[b-cpd72wqae1] {
        background: #e6e6e6;
    }

    .fase-expand-row .chev[b-cpd72wqae1] {
        width: 10px;
        height: 10px;
        border-right: 2px solid #6b7280;
        border-bottom: 2px solid #6b7280;
        transform: rotate(45deg);
        margin-top: -2px;
    }

    .fase-expand-row.open .chev[b-cpd72wqae1] {
        transform: rotate(-135deg);
        margin-top: 2px;
    }



.fase-card-rodadas[b-cpd72wqae1] {
    padding: 0 14px 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rodada-item + .rodada-item[b-cpd72wqae1] {
    border-top: 1px dashed #e5e7eb;
    padding-top: 12px;
}

.rodada-extra[b-cpd72wqae1] {
    opacity: .95;
}


/* ===== Layout ABERTO: Rodada | Métricas | Pontos ===== */
.rodada-item.rodada-open[b-cpd72wqae1] {
    display: grid;
    grid-template-columns: 1fr auto auto; /* label | metricas | pontos */
    align-items: center;
    column-gap: 8px;
}

    /* remove o margin-bottom da linha quando aberto */
    .rodada-item.rodada-open .rodada-linha[b-cpd72wqae1] {
        margin: 0 !important;
        display: contents; /* faz label e pontos “virarem” colunas do grid */
    }

    /* label fica na 1ª coluna */
    .rodada-item.rodada-open .rodada-label[b-cpd72wqae1] {
        grid-column: 1;
    }

    /* métricas ficam no MEIO */
    .rodada-item.rodada-open .metricas[b-cpd72wqae1] {
        grid-column: 2;
        width: auto;
        justify-content: flex-start;
        gap: 6px;
        margin: 0;
        margin-top: -15px;
    }

    /* pontos ficam na direita */
    .rodada-item.rodada-open .rodada-pontos[b-cpd72wqae1] {
        grid-column: 3;
        white-space: nowrap;
        margin: 0;
        font-size: 12px;
    }

    /* estado aberto: esconder os ícones (bolha) */
    .rodada-item.rodada-open .metrica-bubble[b-cpd72wqae1] {
        display: none;
    }

    /* estado aberto: compactar pill (sem espaço da bolha) */
    .rodada-item.rodada-open .metrica-pill[b-cpd72wqae1] {
        padding: 4px 8px;
        gap: 4px;
    }

    /* reduz as bolinhas */
    .rodada-item.rodada-open .dot[b-cpd72wqae1] {
        width: 6px;
        height: 6px;
    }
    /* (opcional) deixa o conjunto ligeiramente menor ainda */
    .rodada-item.rodada-open .metrica-track[b-cpd72wqae1] {
        transform-origin: left center;
    }


/* ===============================
   TABLET / SMALL DESKTOP (<=1205px)
   2 cards por linha, centralizados
   =============================== */
@media (max-width: 1205px) {

    .pontuacao-cards[b-cpd72wqae1] {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 18px;
    }

    .fase-card-wrap[b-cpd72wqae1] {
        width: calc(50% - 18px);
        max-width: 520px; /* evita ficar largo demais em telas grandes */
    }

    .fase-card[b-cpd72wqae1] {
        width: 100%;
    }

    .pontos-badge[b-cpd72wqae1] {
        right: 14px; /* ajuste fino */
    }
}


@media (max-width: 768px) {

    .fase-card-wrap[b-cpd72wqae1] {
        width: 100% !important;
        max-width: 100% !important;
    }

    .pontuacao-cards[b-cpd72wqae1] {
        justify-content: stretch !important;
    }
}




@media (max-width: 520px) {
    .metricas[b-cpd72wqae1] {
        justify-content: flex-start;
        gap: 14px;
    }
}

/* _content/Seduc.DiarioClasse.Client.UI/Components/Pages/CopaDaEscola/Componente/RankingClassificatorio.razor.rz.scp.css */
.ranking-card[b-e0ki60uel5] {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #e5e7eb;
}

.ranking-title[b-e0ki60uel5] {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 20px;
    color: #162F67;
}

.ranking-subtitle[b-e0ki60uel5] {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 20px;
}

.ranking-icone[b-e0ki60uel5] {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .ranking-icone img[b-e0ki60uel5] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.ranking-header[b-e0ki60uel5],
.ranking-row[b-e0ki60uel5] {
    display: grid;
    grid-template-columns: 1fr 90px 110px 90px 90px;
    align-items: center;
    gap: 8px;
}

.ranking-header[b-e0ki60uel5] {
    font-weight: 600;
    font-size: 18px;
    color: #183B56;
    margin-bottom: 8px;
}

.ranking-row[b-e0ki60uel5] {
    position: relative; /* referência para o overlay */
    display: grid;
    grid-template-columns: 1fr 90px 110px 90px 90px;
    align-items: center;
    gap: 8px;
    background: #F3F3F3;
    border-radius: 8px;
    padding: 5px;
    margin-bottom: 12px;
}


.ranking-selecao[b-e0ki60uel5] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ranking-posicao[b-e0ki60uel5] {
    font-weight: 600;
    color: #183B56;
    font-size: 18px;
}

.badge[b-e0ki60uel5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    width:90%;
}

.badge-pontos[b-e0ki60uel5] {
    background: #e5f0ff;
    color: #2563eb;
}

.badge-frequencia[b-e0ki60uel5] {
    background: #f3e8ff;
    color: #7c3aed;
}

.badge-tarefas[b-e0ki60uel5] {
    background: #dcfce7;
    color: #15803d;
}

.badge-acertos[b-e0ki60uel5] {
    background: #fef3c7;
    color: #b45309;
}


.ranking-metrics-card[b-e0ki60uel5] {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    display: grid;
    grid-template-columns: 100px 100px 100px 100px;
    align-items: center;
    justify-items: center;
    padding: 12px 15px;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

.tabs-container[b-e0ki60uel5] {
    width: 100%;
}

.tabs-header[b-e0ki60uel5] {
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    padding: 0px 12px 0 12px;
    margin: 0 0 14px 0;
    border-bottom: 1px solid #C7D0DE; /* linha inferior bem fina */
    box-sizing: border-box;
}
   

.tab-button[b-e0ki60uel5] {
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 10px 22px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

    .tab-button:hover[b-e0ki60uel5] {
        color: #374151;
    }

    .tab-button.active[b-e0ki60uel5] {
        background: #E5E7EB; /* cinza mais escuro para destacar */
        color: #4B5563;
        border: 1px solid #BFC8D6;
        border-bottom: 0;
        /* senta em cima da linha de 1px do header */
        margin-bottom: -1px;
        position: relative;
        z-index: 1;
    }

        .tab-button.active[b-e0ki60uel5]::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: -1px;
            height: 2px;
            background: #8FA1B8;
        }

    /* (Opcional) Deixa as abas “coladas” sem espaço visual na borda */
    .tab-button + .tab-button[b-e0ki60uel5] {
        margin-left: 10px;
    }

.tabs-content[b-e0ki60uel5] {
    padding: 10px 0;
}

.tab-panel[b-e0ki60uel5] {
    padding: 10px;
}

.tabs-strip[b-e0ki60uel5] {
    width: 100%;
    display: block;
}

@media (max-width: 1200px) {
    .ranking-header[b-e0ki60uel5],
    .ranking-row[b-e0ki60uel5] {
        grid-template-columns: 1fr 80px 80px 80px 80px;
    }

    .ranking-metrics-card[b-e0ki60uel5] {
        grid-template-columns: repeat(4, 80px);
        padding: 10px 12px;
        right: 8px;
    }

    .badge[b-e0ki60uel5] {
        width: 100%;
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .ranking-header[b-e0ki60uel5] {
        display: none;
       /* header não faz sentido no mobile*/
    }

    .ranking-row[b-e0ki60uel5] {
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .ranking-icone[b-e0ki60uel5] {
        width: 28px;
        height: 28px;
        min-width: 28px;
    }

    .ranking-metrics-card[b-e0ki60uel5] {
        position: static;
        transform: none;
        margin-top: 10px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        width: 100%;
    }

    .badge[b-e0ki60uel5] {
        flex-direction: column;
        height: auto;
        padding: 6px 4px;
        border-radius: 8px;
        font-size: 13px;
    }

        .badge[b-e0ki60uel5]::before {
            content: attr(data-label);
            font-size: 11px;
            font-weight: 500;
            color: #6b7280;
            line-height: 1;
            margin-bottom: 2px;
        }
}




@media (max-width: 768px) {
    .ranking-row[b-e0ki60uel5] {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ranking-metrics-card[b-e0ki60uel5] {
        grid-column: 1 / -1;
        grid-template-columns: repeat(4, 1fr);
    }
}
/* _content/Seduc.DiarioClasse.Client.UI/Components/Pages/CopaDaEscola/Componente/SelecaoRodada.razor.rz.scp.css */

.selecao-card[b-o9s1serwis] {
    width: 100%;
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(16, 24, 40, 0.08);
    padding: 20px 22px;
}

/* Cabeçalho do card */
.selecao-card-header[b-o9s1serwis] {
    margin-bottom: 14px;
}

.selecao-titulo[b-o9s1serwis] {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #0F2B6B; /* ajuste se seu design system tiver cor */
}

.selecao-subtitulo[b-o9s1serwis] {
    margin: 6px 0 0 0;
    font-size: 13px;
    color: #64748B;
}

/* corpo centraliza o campo e dá respiro como no print */
.selecao-card-body[b-o9s1serwis] {
    width: 100%;
    display: flex;
    justify-content: center;
}



.campo[b-o9s1serwis] {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 40px;
    background: url('/assests/campo.svg') no-repeat center;
    background-size: contain;
    width: min(100%, 980px); /* controla largura do gramado dentro do card */
    min-height: 600px;
    margin: 0; /* não precisa mais "margin:auto" */
    padding-left: 200px; /* mantém sua lógica de posicionamento */
}

.coluna[b-o9s1serwis] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.aluno-card[b-o9s1serwis] {
    display: flex;
    flex-direction: column; /* coloca um em cima do outro */
    align-items: center; /* centraliza tudo */
    gap: 6px; /* espaço entre avatar e nome */
}

.avatar[b-o9s1serwis] {
    background: url('/assests/copa_avatar_default.svg') no-repeat center;
    background-size: cover; /* garante que a imagem preencha */
    width: 48px;
    height: 48px;
    border-radius: 50%; /* opcional: deixa redondo */
}

.jogador[b-o9s1serwis] {
    background-color: #2C5605;
    border-radius: 8%;
    max-width: 144px;
    height: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 8px 4px 8px 4px
}

.nome-aluno[b-o9s1serwis] {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: -3%;
    transition: var(--tran-03);
    white-space: nowrap;
    display: block;
    color: white;
}

.nome-turma[b-o9s1serwis] {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -3%;
    transition: var(--tran-03);
    white-space: nowrap;
    display: block;
    color: white;
}

@media (max-width: 768px) {
    .selecao-card[b-o9s1serwis] {
        padding: 16px;
    }

    .campo[b-o9s1serwis] {
        flex-direction: column !important;
        align-items: center;
        justify-content: start;
        gap: 20px;
        padding-left: 0 !important;
        min-height: 820px;
        background: url('/assests/campo-horizontal.svg') no-repeat center;
        background-size: contain; /* melhor que cover para não cortar */
    }

    .coluna[b-o9s1serwis] {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .aluno-card[b-o9s1serwis] {
        padding-top: 10px;
    }
}

/* _content/Seduc.DiarioClasse.Client.UI/Components/Pages/CopaDaEscola/Home/home.razor.rz.scp.css */
.alerta-topo[b-jdajkv1z6b] {
    background: #FFF6CC;
    padding: 10px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #374F78;
}

.tabs[b-jdajkv1z6b] {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.tab[b-jdajkv1z6b] {
    border: none;
    background: #F1F5F9;
    padding: 8px 14px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    color: #374F78;
    font-weight:700;
}

    .tab.active[b-jdajkv1z6b] {
        background: #1565D8;
        color: #fff;
    }

.turmas-copa[b-jdajkv1z6b] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.turma-card[b-jdajkv1z6b] {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
}

.campo-imagem[b-jdajkv1z6b] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #F1F5F9;
    padding: 6px;
    border-radius: 6px;
}

.img-placeholder[b-jdajkv1z6b] {
    width: 28px;
    height: 18px;
    background: #CBD5E1;
    border-radius: 3px;
}

.campo-texto[b-jdajkv1z6b] {
    background: #F1F5F9;
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 14px;
}

.btn-detalhes[b-jdajkv1z6b] {
    margin-top: 12px;
    background: #1565D8;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 20px;
    cursor: pointer;
}





.ancora-tabs[b-jdajkv1z6b] {
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 999px;
    padding: 8px;
    width: fit-content;
}

.ancora-tab[b-jdajkv1z6b] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: #0F172A;
    background: #F3F4F6;
    border: 1px solid transparent;
    transition: background-color .12s ease, color .12s ease, border-color .12s ease;
}

    .ancora-tab:hover[b-jdajkv1z6b] {
        background: #E5E7EB;
    }

    /* Estado ativo (igual "Início" no print) */
    .ancora-tab.ativo[b-jdajkv1z6b] {
        background: #1D4ED8;
        color: #FFFFFF;
    }

/* Para o scroll não “grudar” no topo se você tiver header fixo */
.secao-ancora[b-jdajkv1z6b] {
    scroll-margin-top: 110px; /* ajuste conforme altura do seu cabeçalho/topbar */
}





@media (max-width: 768px) {

    .tabs[b-jdajkv1z6b] {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 8px;
    }

    .tab[b-jdajkv1z6b] {
        flex: 0 0 auto;
        font-size: 14px;
        padding: 6px 12px;
    }

    .turmas-copa[b-jdajkv1z6b] {
        grid-template-columns: 1fr;
    }

    .turma-card[b-jdajkv1z6b] {
        padding: 14px;
    }

  
}

@media (max-width: 576px) {

    .ancora-tabs[b-jdajkv1z6b] {
        width: 100%; /* ocupa a largura da tela */
        border-radius: 12px; /* fica mais natural no mobile */
        padding: 8px;
        overflow-x: auto; /* permite scroll horizontal */
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap; /* não quebra linha */
        gap: 8px;
    }

    .ancora-tab[b-jdajkv1z6b] {
        flex: 0 0 auto; /* cada botão mantém seu tamanho */
        height: 36px; /* levemente maior para toque */
        padding: 0 12px;
        font-size: 12px;
        white-space: nowrap; /* evita quebrar “Informações do Time” */
    }

    /* opcional: esconder scrollbar (mobile/Chrome) */
    .ancora-tabs[b-jdajkv1z6b]::-webkit-scrollbar {
        display: none;
    }

    .ancora-tabs[b-jdajkv1z6b] {
        scrollbar-width: none; /* Firefox */
    }
}



@media (max-width: 480px) {
    .alerta-topo[b-jdajkv1z6b] {
        font-size: 13px;
        padding: 8px 12px;
    }

    .btn-detalhes[b-jdajkv1z6b] {
        width: 100%;
        text-align: center;
    }
}
/* _content/Seduc.DiarioClasse.Client.UI/Components/Pages/CopaDaEscola/SelecaoCapitaoTecnico.razor.rz.scp.css */
/* Cards */
.card-seletor[b-zx9zpnn160] {
    background: #fff;
    border: 1px solid #E6EDF7;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(16, 24, 40, 0.06);
    padding: 16px;
    height: 100%;
}

.card-seletor-header[b-zx9zpnn160] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-seletor-titulo[b-zx9zpnn160] {
    font-weight: 700;
    font-size: 20px;
    color: #162F67;
}

.card-seletor-desc[b-zx9zpnn160] {
    margin-top: 8px;
    font-size: 14px;
    color: #606878;
    line-height: 1.35;
}

.btn-confirmar[b-zx9zpnn160] {
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 600;
}

/* Modal */
.copa-modal-backdrop[b-zx9zpnn160] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 16px;
}

.copa-modal[b-zx9zpnn160] {
    width: min(520px, 92vw);
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 24px 60px rgba(2, 6, 23, 0.25);
    padding: 18px 18px 16px 18px;
}

.copa-modal-titulo[b-zx9zpnn160] {
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.08em;
    color: #303969;
    text-align: center;
    margin-bottom: 10px;
}

.copa-modal-texto[b-zx9zpnn160] {
    font-size: 14px;
    color: #303969;
    line-height: 1.4;
    text-align: center;
    padding: 4px 12px 12px 12px;
}

.copa-modal-acoes[b-zx9zpnn160] {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding-top: 6px;
}

.copa-btn-outline[b-zx9zpnn160],
.copa-btn-solid[b-zx9zpnn160] {
    min-width: 140px;
    border-radius: 999px;
    padding: 9px 14px;
    font-weight: 700;
}

.copa-btn-outline[b-zx9zpnn160] {
    border-width: 2px;
}

.select-arredondado[b-zx9zpnn160] {
    border-radius: 14px !important; /* mais arredondado */
}
/* _content/Seduc.DiarioClasse.Client.UI/Components/Pages/CopaDaEscola/SelecoesEscolhidas.razor.rz.scp.css */
.titulo-secao[b-f4o7bbt8d6] {
    font-size: 20px;
    font-weight: 600;
    color: #183B56; /* mesmo azul do layout */
    margin-top: 16px;
    margin-bottom: 16px;
}

.classificacao-container[b-f4o7bbt8d6] {
    margin-top: 12px;
}


.classificacao-head[b-f4o7bbt8d6],
.classificacao-row[b-f4o7bbt8d6] {
    display: grid;
    grid-template-columns: 380px 1fr; /* esquerda maior */
    gap: 12px;
    font-size: 16px;
    color: #162F67;
    font-weight:600;
}


.card-cell[b-f4o7bbt8d6] {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0 12px;
}



.card-classificacao[b-f4o7bbt8d6] {
    justify-content: flex-start;
    min-width: 0;
}

.rank-stack[b-f4o7bbt8d6] {
    display: flex;
    align-items: center;
    width: 100%;
}

/* pill ranking */
.rank-pill[b-f4o7bbt8d6] {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #183B56;
    /* ⭐ FIXA A LARGURA */
    width: 90px; /* ajuste ideal */
    flex-shrink: 0;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(16,24,40,0.06), 0 1px 3px rgba(16,24,40,0.10);
}



/* pill turma (sobreposto) */
.turma-pill[b-f4o7bbt8d6] {
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    background: #FFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    font-size: 14px;
    color: #183B56;
    font-weight: 500;
    margin-left: -10px;
    /* ⭐ FAZ OCUPAR TODO ESPAÇO RESTANTE */
    flex: 1;
    min-width: 0; /* ESSENCIAL para ellipsis funcionar */

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(16,24,40,0.06), 0 1px 3px rgba(16,24,40,0.10);
}



/* destaque minha turma */
.turma-pill-minha[b-f4o7bbt8d6] {
    background: #EFF6FF;
    border-color: #BFDBFE;
    color: #1D4ED8;
}

/* =========================
   SELEÇÃO (DIREITA)
========================= */

.card-selecao[b-f4o7bbt8d6] {
    gap: 10px;
    min-width: 0;
    font-size:14px;
    color: #183B56;
}

.selecao-icone[b-f4o7bbt8d6] {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    object-fit: cover;
}

.selecao-nome[b-f4o7bbt8d6] {
    font-size: 14px;
    font-weight: 500;
    color: #183B56;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.classificacao-scroll[b-f4o7bbt8d6] {
    max-height: 480px; /* ~10 linhas */
    overflow-y: auto;
    padding-right: 6px; /* espaço p/ scrollbar não “comer” conteúdo */
}

    .classificacao-scroll[b-f4o7bbt8d6]::-webkit-scrollbar {
        width: 8px;
    }

    .classificacao-scroll[b-f4o7bbt8d6]::-webkit-scrollbar-thumb {
        background: rgba(15, 23, 42, 0.20);
        border-radius: 999px;
    }

    .classificacao-scroll[b-f4o7bbt8d6]::-webkit-scrollbar-track {
        background: transparent;
    }


/* =========================
   RESPONSIVO
========================= */

@media (max-width: 768px) {

    /* Mantém 2 colunas no mobile, porém mais compactas */
    .classificacao-head[b-f4o7bbt8d6],
    .classificacao-row[b-f4o7bbt8d6] {
        grid-template-columns: 1fr 1.1fr; /* direita levemente maior, ajuste fino se quiser */
        gap: 10px;
    }

    /* Rank menor no mobile para sobrar espaço */
    .rank-pill[b-f4o7bbt8d6] {
        width: 52px; /* compacto como no anexo */
        padding: 0 8px;
        font-size: 12px;
    }

    /* Turma pode quebrar em 2 linhas se precisar */
    .turma-pill[b-f4o7bbt8d6] {
        height: auto; /* permite 2 linhas */
        min-height: 44px; /* mantém “altura base” */
        white-space: normal; /* permite quebra */
        line-height: 1.1;
        padding: 8px 12px;
    }

    /* Seleção também compacta */
    .card-cell[b-f4o7bbt8d6] {
        height: 44px;
        padding: 0 10px;
    }

    .selecao-nome[b-f4o7bbt8d6] {
        font-size: 14px;
    }

    .rank-texto[b-f4o7bbt8d6] {
        display: none;
    }

    /* opcional: centralizar melhor só o número */
    .rank-pill[b-f4o7bbt8d6] {
        width: 40px;
        padding: 0;
        justify-content: center;
    }
}
/* _content/Seduc.DiarioClasse.Client.UI/Components/Pages/DiarioClasse/Relatorios/RelatorioFrequenciaRegistroAulaDetalhes.razor.rz.scp.css */
.div-relatorio-detalhes[b-rooa5mthf1] {
    padding-top: 1rem;
}

.filtros[b-rooa5mthf1] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* _content/Seduc.DiarioClasse.Client.UI/Components/Pages/Home.razor.rz.scp.css */

.boas-vindas[b-nse8y864fu] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 1rem;
}

.boas-vindas-infos[b-nse8y864fu]{
    display: flex;
    flex-direction: column;
}

.boas-vindas-perfil[b-nse8y864fu]{
    display: flex;
    flex-direction: column;
}

.boas-vindas-perfil p[b-nse8y864fu] {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin-top: 0;
    margin-bottom: 0rem;
}

.boas-vindas-perfil a[b-nse8y864fu] {
    text-decoration: underline;
}

.div-box[b-nse8y864fu] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* flex-wrap: wrap;*/
    gap: 28px;
    margin-top: 20px;
}
@media only screen and (max-width: 768px) {
    .div-box[b-nse8y864fu] {
        grid-template-columns: repeat(2, 1fr);
    }
}
.box-parceiros[b-nse8y864fu] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*max-width: 277px;*/
    height: 160px;
    border-radius: 17px;
    border: 1.7px solid var(--color-gray-300);
    background-color: var(--color-white);
    text-decoration: none;
    text-align: center;
}

.box-parceiros:hover[b-nse8y864fu] {
    background-color: var(--hover-box);
}

.contrast .box-parceiros[b-nse8y864fu] {
    background-color: var(--color-black);
}

.contrast .box-parceiros:hover[b-nse8y864fu] {
    background-color: var(--color-black-900);
}

.alterar-escola[b-nse8y864fu] {
    max-width: 51px;
    width: 100%;
}
/*CONTEUDO DA PAGINA HOME BOX´S*/
.conteudo-box[b-nse8y864fu] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /*    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    align-self: stretch;
    flex-wrap: wrap;*/
    gap: 2.1rem;
    & .box-item{
        display: flex;
        /*max-width: 304px;*/
        width: 100%;
        height: 13.803rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.06175rem;
        border-radius: 1.06175rem;
        border: 1.699px solid var(--CorBorda, #C1C9D8);
        background-color: var(--MenusHome-bg, #FFF);
        background-position:center center;
        background-repeat:no-repeat;
    &:hover{
        border-radius: 1.06175rem;
        border: 1.699px solid var(--hover-borda, rgba(22, 47, 103, 0.67));
        background-color: var(--hover-bg, #F5F9FF);
        }
    }
}


@media only screen and (max-width: 1366px) {
    .conteudo-box[b-nse8y864fu] {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        & .box-item{
            /*max-width: 259.3px;*/
            width: 100%;
            height: 13.803rem;
        }
    }

}

@media (max-width: 992px) {
    .notification-container[b-nse8y864fu] {
        padding: 14px;
    }

    .notification-number[b-nse8y864fu] {
        font-size: 36px;
    }

    .notification-text[b-nse8y864fu] {
        font-size: 16px;
    }

    .arrow-icon[b-nse8y864fu] {
        width: 28px;
        height: 28px;
    }

        .arrow-icon i[b-nse8y864fu] {
            font-size: 13px;
        }
}


@media only screen and (max-width: 820px) {
    .conteudo-box[b-nse8y864fu] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        & .box-item

    {
        /*max-width: 259.3px;*/
        width: 100%;
        height: 13.803rem;
    }
    
    }
}


@media only screen and (max-width: 800px) {
    .conteudo-box[b-nse8y864fu] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        & .box-item{
            /*max-width: 259.3px;*/
            width: 100%;
            height: 13.803rem;
        }
    }
    .cards-container[b-nse8y864fu] {
        display: flex;
        width: 100%;
    }

   
}

/* Telas pequenas (smartphones ou monitores pequenos) */
@media (max-width: 576px) {
    .notification-container[b-nse8y864fu] {
        padding: 12px;
        border-radius: 10px;
    }

    .notification-header[b-nse8y864fu] {
        flex-direction: row;
        align-items: flex-start;
    }

    .notification-number[b-nse8y864fu] {
        font-size: 28px;
    }

    .notification-text[b-nse8y864fu] {
        font-size: 14px;
    }

    .arrow-icon[b-nse8y864fu] {
        width: 26px;
        height: 26px;
    }

        .arrow-icon i[b-nse8y864fu] {
            font-size: 12px;
        }
}


@media only screen and (max-width: 430px) {
    .boas-vindas[b-nse8y864fu] {
        flex-direction: column;
    }

    .boas-vindas-perfil p[b-nse8y864fu] {
        align-items: flex-start;
        flex-direction: column;
    }

    .conteudo-box[b-nse8y864fu] {
        gap: 1rem;
        & .box-item
        {
            /*max-width: 172px;*/
            width: 100%;
            height: 9.803rem;
        }
     }

   
}

/* LOGO DOS ITEM BOX*/
.diario-classe[b-nse8y864fu]{
    background-image:url(./assests/logo-diario-classe.svg);
}
.mural-aviso[b-nse8y864fu] {
    background-image: url(./assests/logo-mural-aviso.svg);
}
.relatorios[b-nse8y864fu] {
    background-image: url(./assests/logo-relatorios.svg);
}
.pro-ponto[b-nse8y864fu] {
    background-image: url(./assests/logo-pro-ponto.svg);
}
.conviva[b-nse8y864fu] {
    background-image: url(./assests/logo-conviva.svg);
}
.portal-rh[b-nse8y864fu] {
    background-image: url(./assests/logo-portal-rh.svg);
}
.token-atividades[b-nse8y864fu] {
    background-image: url(./assests/logo-token-atividades.svg);
}


.notification-container[b-nse8y864fu] {
    background-color: white;
    border: none;
    border-radius: 10px;
    padding: 5px 15px;
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

    .notification-container:hover[b-nse8y864fu] {
        background-color: #E7F0FC;
        transform: translateY(-5px);
    }

/* Linha superior com número e seta */
.notification-header[b-nse8y864fu] {
    display: flex;
    justify-content: space-between; /* número à esquerda e seta à direita */
    align-items: center;
    width: 100%;
}

/* Bolinha da seta */
.arrow-icon[b-nse8y864fu] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F3F7FB;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .arrow-icon i[b-nse8y864fu] {
        color: #1565D8;
        font-size: 16px;
    }

/* Número grande */
.notification-number[b-nse8y864fu] {
    font-family: 'Open Sans', sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #55585D;
}

/* Texto abaixo */
.notification-text[b-nse8y864fu] {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #606878;
    margin-top: 4px;
}

.documentos[b-nse8y864fu] {
    background-image: url(./assests/logo-documentos.svg);
}
.token-atividades[b-nse8y864fu] {
    background-image: url(./assests/logo-token-atividades.svg);
}


.ola[b-nse8y864fu] {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px;
    font-style: normal;
    /*font-weight: 500;*/
    line-height: normal;
    /*letter-spacing: 0.16px;*/
    color: #22435d;
}
.ola-servidor[b-nse8y864fu] {
    font-family: 'Open Sans', sans-serif !important;
    /*font-size: 20px;*/
    font-style: normal;
    /*font-weight: 600;*/
    line-height: normal;
    /*letter-spacing: 0.2px;*/
    color: #22435d;
}
/* _content/Seduc.DiarioClasse.Client.UI/Components/Pages/JornadaEfape/Home/JornadaEfapeHome.razor.rz.scp.css */
.icon-efape[b-te937bxbbi] {
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(./assests/icon-efape.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}


.icon-planejamento-aula[b-te937bxbbi] {
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(./assests/icon-planejamento-aula.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.icon-escola-gestao[b-te937bxbbi] {
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(./assests/icon-escola-gestao.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.icon-cardapio-formativo[b-te937bxbbi] {
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(./assests/icon-cardapio-formativo.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.box-item[b-te937bxbbi] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; /* ou cover */
}
/* _content/Seduc.DiarioClasse.Client.UI/Components/Pages/Login/Login.razor.rz.scp.css */
@font-face {
    font-family: 'Open Sans', sans-serif;
    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: 'Open Sans', sans-serif;
    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');
}

p[b-v42djhstmr] {
    font-size: 14px;
}

a[b-v42djhstmr] {
    font-size: 14px;
}

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

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

    .section#govsp-rodape[b-v42djhstmr] {
        min-height: 0px !important;
    }

    .container.rodape[b-v42djhstmr] {
        margin-top: 30px !important;
    }

    .container-info[b-v42djhstmr] {

        width: 25% !important;
    }

    #conteudo[b-v42djhstmr] {
        height: calc(100vh - 100px) !important;
    }
}

@media screen and (max-width: 980px) {
    .container-info[b-v42djhstmr] {
        max-width: 27rem !important;
        width: 100% !important;
        padding: 0.5rem !important;
    }

    #conteudo[b-v42djhstmr] {
        height: calc(100vh - 100px) !important;
    }
}

@media screen and (max-width: 780px) {
    #conteudo[b-v42djhstmr] {
        height: calc(100vh - 160px) !important;
    }

    .container-info[b-v42djhstmr] {
        display: block !important;
        padding: 40px !important;
        flex-wrap: nowrap !important;
    }

    section#govsp-rodape[b-v42djhstmr] {
        margin-top: 0px !important;
    }

    .container.rodape[b-v42djhstmr] {
        margin-top: -40px !important;
    }
}


.servidor[b-v42djhstmr] {
    color: var(--cones-Sistema-Texto-Ttulo-pgina, #183B56);
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.18px;
    text-align: left;
    margin-bottom: 30px; /* Espaçamento entre textos */
}

.texto1[b-v42djhstmr]{
    color: var(--cones-Sistema-Texto-Texto-normal, #55585D);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    margin-bottom: 30px; /* Espaçamento entre textos */
}

.texto2[b-v42djhstmr] {
    color: var(--cones-Sistema-Texto-Texto-normal, #55585D);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 20.8px */
    margin-top: 25px; /* Espaçamento entre textos */
}

.texto3[b-v42djhstmr] {
    color: #1565D8;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-bottom: 25px; /* Espaçamento entre textos */
    cursor: pointer;
}

.texto4[b-v42djhstmr] {
    color: var(--cones-Sistema-Texto-Texto-normal, #55585D);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 20.8px */
}

.texto5[b-v42djhstmr] {
    color: var(--cones-Sistema-Texto-Texto-normal, #55585D);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
}

.container-info[b-v42djhstmr] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 40px;
    gap: 50px;
    max-width: 874px;
}

.left[b-v42djhstmr] {
    max-width: 300px;
}

.right[b-v42djhstmr] {
    max-width: 350px;
    text-align: center; /* Centraliza textos e elementos */
}

.btn-store-container[b-v42djhstmr] {
    display: flex;
    gap: 20px; /* Espaçamento entre os botões */
    justify-content: center; /* Centraliza os botões horizontalmente */
    flex-wrap: wrap; /* Permite quebrar linha em telas menores */
    margin-top: 20px;
}

.btn-store[b-v42djhstmr] {
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
}

.btn-img[b-v42djhstmr] {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    filter: brightness(0) invert(1);
}
/* _content/Seduc.DiarioClasse.Client.UI/Components/Pages/Login/LoginAlternativo.razor.rz.scp.css */
@font-face {
    font-family: 'Open Sans', sans-serif;
    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: 'Open Sans', sans-serif;
    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');
}

p[b-g6urvt0cnj] {
    font-size: 14px;
}

a[b-g6urvt0cnj] {
    font-size: 14px;
}

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

.div-login[b-g6urvt0cnj] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box-login[b-g6urvt0cnj] {
    background-color: #fff;
    box-shadow: 0px 2.571px 12.856px 0px rgba(0, 0, 0, 0.06);
    border-radius: 13.714px;
    padding: 1.5rem;
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.div-logo[b-g6urvt0cnj] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    & .logo

{
    background-image: url(./assests/logo-sala-do-futuro.png);
    background-color: transparent;
    width: 178px;
    height: 51px;
}

& .logo-govbr-footer[b-g6urvt0cnj] {
    background-image: url(./assests/logo-sp-gov-br.svg);
    background-color: transparent;
    width: 126px;
    height: 19px;
}

}

.aviso-login[b-g6urvt0cnj] {
    padding: 0.5rem;
    text-align: center;
}

.form-login[b-g6urvt0cnj] {
    max-width: 27rem;
    width: 100%;
    padding: 0.5rem;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.div-esqueci-senha[b-g6urvt0cnj] {
    display: flex;
    justify-content: end;
}

.div-primeiro-acesso[b-g6urvt0cnj] {
    display: flex;
    justify-content: center;
    text-align: center;
}

.div-suporte[b-g6urvt0cnj] {
    margin-top: 10px;
}

.btnPerfil[b-g6urvt0cnj] {
    padding: 0.2rem;
    border-radius: 15px;
}
@media screen and (max-width: 1180px) {
    .box-login[b-g6urvt0cnj] {
        width: 25%;
    }
}
@media screen and (max-width: 980px) {
        .box-login[b-g6urvt0cnj] {
            max-width: 27rem;
            width: 100%;
            padding: 0.5rem;
        }

        .logo[b-g6urvt0cnj] {
            text-align: center;
            height: auto;
        }

            .logo img[b-g6urvt0cnj] {
                width: 80%;
            }

        .aviso-login[b-g6urvt0cnj] {
            padding-bottom: 0;
        }

            .aviso-login p[b-g6urvt0cnj] {
                margin-bottom: 0;
            }
    }

    .btn_gov_br[b-g6urvt0cnj] {
        font-size: 16px;
        font-weight: 600;
        line-height: 2rem;
        text-align: center;
        color: #FFFFFF;
        display: flex;
        padding: 0.3rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.8rem;
        border-radius: 1.25rem;
        background: #1351B4;
        text-decoration: none;
    }

        .btn_gov_br:hover[b-g6urvt0cnj] {
            background-image: linear-gradient(rgba(255,255,255, 0.3), rgba(255,255,255, 0.3));
        }

    section#govsp-rodape[b-g6urvt0cnj] {
        margin-top: 0px !important;
    }

    @media screen and (max-width: 780px) {
        section#govsp-rodape[b-g6urvt0cnj] {
            margin-top: 0px !important;
        }
    }
/* _content/Seduc.DiarioClasse.Client.UI/Components/Pages/ProvasAtividades/Home/HomeProvasAtividades.razor.rz.scp.css */
.conteudo-box-provas-atividades[b-pz2tzk3hop] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2.1rem;
}

    /* Estilo base dos cards */
    .conteudo-box-provas-atividades .box-item[b-pz2tzk3hop] {
        display: flex;
        width: 100%;
        height: 13.803rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.06175rem;
        border-radius: 1.06175rem;
        border: 1.699px solid var(--CorBorda, #C1C9D8);
        background-color: var(--MenusHome-bg, #FFF);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; /* garante responsividade */
        transition: all 0.2s ease-in-out; /* animação suave no hover */
        text-decoration: none;
    }

        /* Hover */
        .conteudo-box-provas-atividades .box-item:hover[b-pz2tzk3hop] {
            border: 1.699px solid var(--hover-borda, rgba(22, 47, 103, 0.67));
            background-color: var(--hover-bg, #F5F9FF);
        }


.token-atividades-home .icon[b-pz2tzk3hop] {
    background-image: url("./assests/logo-token-atividade-home.svg");
}

.lancamento-resposta .icon[b-pz2tzk3hop] {
    background-image: url("./assests/icone-lancamento-respostas.svg");
}

.lancamento-redacao .icon[b-pz2tzk3hop] {
    background-image: url("./assests/icon-redacao.svg");
}


.box-item .icon[b-pz2tzk3hop] {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /*margin-bottom: 1rem;*/
}

.descricao[b-pz2tzk3hop] {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 1%;
    color: #1C3664;
    text-align: center;
    vertical-align: middle;

}

/* Até 1366px */
@media only screen and (max-width: 1366px) {
    .conteudo-box-provas-atividades[b-pz2tzk3hop] {
        grid-template-columns: repeat(5, 1fr);
    }

        .conteudo-box-provas-atividades .box-item[b-pz2tzk3hop] {
            max-width: 259.3px;
            width: 100%;
            height: 13.803rem;
        }
}

/* Entre 430px e 1280px */
@media only screen and (max-width: 1280px) and (min-width: 800px) {
    .conteudo-box-sub[b-pz2tzk3hop] {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;

        & .box-item {
            width: 100% !important;
            height: 6.803rem !important;
        }
    }
}

/* Até 800px */
@media only screen and (max-width: 800px) {
    .conteudo-box-provas-atividades[b-pz2tzk3hop] {
        grid-template-columns: repeat(2, 1fr);
    }

        .conteudo-box-provas-atividades .box-item[b-pz2tzk3hop] {
            width: 100%;
            height: 13.803rem;
        }

    .conteudo-box-sub[b-pz2tzk3hop] {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;

        & .box-item {
            width: 100% !important;
            height: 6.803rem !important;
        }
    }
}

/* Até 430px */
@media only screen and (max-width: 430px) {
    .conteudo-box-provas-atividades[b-pz2tzk3hop] {
        gap: 1rem;
        grid-template-columns: repeat(2, 1fr);
    }

        .conteudo-box-provas-atividades .box-item[b-pz2tzk3hop] {
            width: 100%;
            height: 9.803rem;
        }
}


/*CONTEUDO DA PAGINA HOME BOX´S*/
.conteudo-box[b-pz2tzk3hop] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.1rem;

    & .box-item {
        display: flex;
        /*max-width: 304px;*/
        width: 100%;
        height: 13.803rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.06175rem;
        border-radius: 1.06175rem;
        border: 1.699px solid var(--CorBorda, #C1C9D8);
        background-color: var(--MenusHome-bg, #FFF);
        background-position: center center;
        background-repeat: no-repeat;

        &:hover {
            border-radius: 1.06175rem;
            border: 1.699px solid var(--hover-borda, rgba(22, 47, 103, 0.67));
            background-color: var(--hover-bg, #F5F9FF);
        }
    }
}

.conteudo-box-sub[b-pz2tzk3hop] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.1rem;

    & .box-item {
        display: flex;
        width: 100%;
        height: 6.803rem;
        flex-direction: row;
        justify-content: flex-start;
        gap: 1.06175rem;
        border-radius: 1.06175rem;
        background-color: var(--MenusHome-bg, #FFF);
        background-position: center center;
        background-repeat: no-repeat;
        align-items: center;
        text-decoration: none;
        color: inherit;
        padding-left: 2rem;
        line-height: 1.2rem;

        &:hover {
            border-radius: 1.06175rem;
            border: 1.699px solid var(--hover-borda, rgba(22, 47, 103, 0.67));
            background-color: var(--hover-bg, #F5F9FF);
        }
    }
}

.cards-container[b-pz2tzk3hop] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.1rem;
    margin-bottom: 2.1rem;
}
/* _content/Seduc.DiarioClasse.Client.UI/Components/Pages/Relatorios/Home/HomeRelatorios.razor.rz.scp.css */
.conteudo-box-relatorio[b-a21jc6s5sv] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2.1rem;
}

    /* Estilo base dos cards */
    .conteudo-box-relatorio .box-item[b-a21jc6s5sv] {
        display: flex;
        width: 100%;
        height: 13.803rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.06175rem;
        border-radius: 1.06175rem;
        border: 1.699px solid var(--CorBorda, #C1C9D8);
        background-color: var(--MenusHome-bg, #FFF);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; /* garante responsividade */
        transition: all 0.2s ease-in-out; /* animação suave no hover */
    }

        /* Hover */
        .conteudo-box-relatorio .box-item:hover[b-a21jc6s5sv] {
            border: 1.699px solid var(--hover-borda, rgba(22, 47, 103, 0.67));
            background-color: var(--hover-bg, #F5F9FF);
        }


.relatorio-tarefas-sp-reg-aula[b-a21jc6s5sv] {
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(./assests/icone-titulo-rel-tarefa-reg-aulas.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.box-item[b-a21jc6s5sv] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; /* ou cover */
}

/* Até 1366px */
@media only screen and (max-width: 1366px) {
    .conteudo-box-relatorio[b-a21jc6s5sv] {
        grid-template-columns: repeat(5, 1fr);
    }

        .conteudo-box-relatorio .box-item[b-a21jc6s5sv] {
            max-width: 259.3px;
            width: 100%;
            height: 13.803rem;
        }
}

@media only screen and (max-width: 992px) {
    .conteudo-box-relatorio[b-a21jc6s5sv] {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Entre 430px e 1280px */
/*@media only screen and (max-width: 1280px) and (min-width: 800px) {
    .conteudo-box-sub {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        & .box-item

{
    width: 100% !important;
    height: 6.803rem !important;
}

}
}*/

/* Até 800px */
@media only screen and (max-width: 800px) {
    .conteudo-box-relatorio[b-a21jc6s5sv] {
        grid-template-columns: repeat(2, 1fr);
    }

        .conteudo-box-relatorio .box-item[b-a21jc6s5sv] {
            width: 100%;
            height: 13.803rem;
        }

    /* .conteudo-box-sub {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
        & .box-item {
         width: 100% !important;
         height: 6.803rem !important;
         }
    }*/
}

/* Até 430px */
@media only screen and (max-width: 430px) {
    .conteudo-box-relatorio[b-a21jc6s5sv] {
        gap: 1rem;
        grid-template-columns: repeat(2, 1fr);
    }

        .conteudo-box-relatorio .box-item[b-a21jc6s5sv] {
            width: 100%;
            height: 9.803rem;
        }
}


/*CONTEUDO DA PAGINA HOME BOX´S*/
/*.conteudo-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.1rem;
    & .box-item

{
    display: flex;*/
/*max-width: 304px;*/
/*width: 100%;
    height: 13.803rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.06175rem;
    border-radius: 1.06175rem;
    border: 1.699px solid var(--CorBorda, #C1C9D8);
    background-color: var(--MenusHome-bg, #FFF);
    background-position: center center;
    background-repeat: no-repeat;
    &:hover

{
    border-radius: 1.06175rem;
    border: 1.699px solid var(--hover-borda, rgba(22, 47, 103, 0.67));
    background-color: var(--hover-bg, #F5F9FF);
}

}
}*/

/*.conteudo-box-sub {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.1rem;
    & .box-item

{
    display: flex;
    width: 100%;
    height: 6.803rem;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1.06175rem;
    border-radius: 1.06175rem;
    background-color: var(--MenusHome-bg, #FFF);
    background-position: center center;
    background-repeat: no-repeat;
    align-items: center;
    text-decoration: none;
    color: inherit;
    padding-left: 2rem;
    line-height: 1.2rem;
    &:hover

{
    border-radius: 1.06175rem;
    border: 1.699px solid var(--hover-borda, rgba(22, 47, 103, 0.67));
    background-color: var(--hover-bg, #F5F9FF);
}

}
}*/

/*.cards-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.1rem;
    margin-bottom: 2.1rem;
}*/
/* _content/Seduc.DiarioClasse.Client.UI/Components/Shareds/AppToast.razor.rz.scp.css */
.myapp-toast-container[b-onaeohgn8q] {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    padding: 12px 16px;
    color: #fff;
    font-size: 16px;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
    position: fixed;
    top: 155px;
    right: 5px;
    min-width: 250px;
    z-index: 1050;
    opacity: 1;
    animation: fadeIn-b-onaeohgn8q 0.3s ease-in-out;
}

.myapp-toast-icon i[b-onaeohgn8q] {
    font-size: 20px;
}

.myapp-toast-content[b-onaeohgn8q] {
    flex: 1;
}

.myapp-toast-close[b-onaeohgn8q] {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    position: absolute; 
    top:0px;
    right: 0px;
    line-height: 1;
    transform: rotate(90deg); 
}

.myapp-toast-success[b-onaeohgn8q] {
    background-color: #15B957;
}

.myapp-toast-error[b-onaeohgn8q] {
    background-color: #dc3545;
}

.myapp-toast-warning[b-onaeohgn8q] {
    background-color: #ffc107;
    color: #000;
}

@keyframes fadeIn-b-onaeohgn8q {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


@media(max-width:576px){
    .myapp-toast-container[b-onaeohgn8q] {
        top: 136px;
    }
}

/* _content/Seduc.DiarioClasse.Client.UI/Components/Shareds/PopupPerfil.razor.rz.scp.css */

@media only screen and (max-width: 800px) {
    .perfil-container[b-m67a2k3mn1] {
        gap: 0px !important;
        height: 38px !important;
        width: 38px !important;
        background-color: transparent !important;
    }

    .perfil-info[b-m67a2k3mn1] {
        display: none !important;
    }

    .popup-inline[b-m67a2k3mn1] {
        position: fixed !important;
        top: 340px !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        margin-top: 0 !important;
        width: 90% !important;
        max-width: 400px !important;
        max-height: 80vh !important;
        overflow-y: auto !important;
    }

    .avatar-circle[b-m67a2k3mn1] {
        height: 38px !important;
        width: 38px !important;
        box-shadow: 0px 1px 4.7px 0px rgba(0, 0, 0, 0.25);
    }
}

.perfil-wrapper[b-m67a2k3mn1] {
    position: relative;
    display: inline-block;
}

.perfil-container[b-m67a2k3mn1] {
    position: relative;
    display: flex;
    height: 60px;
    align-items: center;
    gap: 10px;
    width: 290px;
    cursor: pointer;
    border-radius: 20px;
    z-index: 100; /* acima do blur */
    background-color: white;
}

    .perfil-container:hover[b-m67a2k3mn1] {
        opacity: 0.8;
        box-shadow: 0px 0.5px 4.7px 0px rgba(0, 0, 0, 0.15);
    }

.avatar-circle[b-m67a2k3mn1] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px; /* mesma largura e altura */
    height: 55px;
    border-radius: 50%; /* torna o botão perfeitamente circular */
    background: radial-gradient(194.49% 194.49% at 25% 6.25%, #F6E4FF 0%, #EAF1FE 48.99%, #FFF 100%);
}

.perfil-info[b-m67a2k3mn1] {
    display: flex;
    flex-direction: column;
}

.perfil-nome[b-m67a2k3mn1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.perfil-nome-text[b-m67a2k3mn1] {
    color: #304869;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    text-align: left;
    padding: 3px;
    width: 180px;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.escola-nome[b-m67a2k3mn1] {
    overflow: hidden;
    color: var(--cones-Sistema-Texto-Ttulo-pgina, #183B56);
    text-align: left;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 16px */
    letter-spacing: -0.48px;
    padding: 3px;
    border-radius: 100px;
    background: var(--Boto-Fundo-Nav-Hover, #F6F9FD);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 210px;
}

.nome-troca-perfil[b-m67a2k3mn1] {
    color: var(--cones-Gerais-Azul-Marinho30, #303969);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: 0.16px;
    text-transform: uppercase;
}

.popup-inline[b-m67a2k3mn1] {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 2px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 100;
    min-width: 300px;
    max-height: 60vh;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

/* Estado inicial: escondido acima */
.popup-enter[b-m67a2k3mn1] {
    transform: translateY(-10px);
    opacity: 0;
}

/* Estado final: visível */
.popup-enter-active[b-m67a2k3mn1] {
    transform: translateY(0);
    opacity: 1;
}

/* Estado inicial para fechar */
.popup-leave[b-m67a2k3mn1] {
    transform: translateY(0);
    opacity: 1;
}

/* Estado final ao fechar */
.popup-leave-active[b-m67a2k3mn1] {
    transform: translateY(-10px);
    opacity: 0;
}


.popup-buttons[b-m67a2k3mn1] {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
}

.seta-icon[b-m67a2k3mn1] {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    transition: transform 0.3s ease;
}

    .seta-icon.aberta[b-m67a2k3mn1] {
        transform: rotate(180deg);
    }

    .seta-icon.fechada[b-m67a2k3mn1] {
        transform: rotate(0deg);
    }
/* _content/Seduc.DiarioClasse.Client.UI/Components/Shareds/Stories.razor.rz.scp.css */
.stories-wrapper[b-43uzqnyzjy] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%; /* Adicionado */
    max-width: 100%; /* Adicionado */
    overflow: visible; /* Adicionado */
}

.stories-container[b-43uzqnyzjy] {
    display: flex;
    flex-direction: column;
    width: 100%; /* Garante que o contêiner não limite o scroll */
}

.stories-title[b-43uzqnyzjy] {
    color: var(--cones-Sistema-Texto-Subttulo, #304869);
    text-align: left;
    font-size: 16px;
    font-style: normal;
    /* font-weight: 300; */
    line-height: 110%; /* 15.4px */
    margin: 0px !important;
}


.scroll-btn[b-43uzqnyzjy] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* background-color: transparent; */
    border: none;
    font-size: 20px;
    /* cursor: pointer; */
    color: #1565d8;
    background: #f3f7fb;
    gap: 5px;
    padding: 8px;
    display: flex; /* Adicionado */
    align-items: center; /* Centraliza verticalmente */
    justify-content: center; /* Centraliza horizontalmente */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    z-index: 10; /* Valor alto para ficar acima de tudo */
    pointer-events: auto; /* Garante que o botão receba eventos */
}

    .scroll-btn span[b-43uzqnyzjy] {
        width: 16px;
        height: 16px;
        padding: 5px 2px;
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -2px;
    }

    .scroll-btn.left[b-43uzqnyzjy] {
        position: absolute;
        left: -13px;
        top: 44%;
        transform: translate(-10%, -50%);
        z-index: 10;
    }

    .scroll-btn.right[b-43uzqnyzjy] {
        position: absolute;
        right: -1px;
        top: 44%;
        transform: translate(50%, -50%);
        z-index: 10;
    }

.stories-scroll[b-43uzqnyzjy] {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    padding: 10px;
    width: 100%;
    gap: 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    /* WebKit (Chrome, Edge, Safari) */
    .stories-scroll[b-43uzqnyzjy]::-webkit-scrollbar {
        display: none; /* Chrome, Safari e Opera - esconde scrollbar */
    }

.story-item[b-43uzqnyzjy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    text-align: center;
    padding-right: 0; /* Alterado de 5px para 0 (o gap já cuida do espaçamento) */
    min-width: 80px; /* Adicionado largura mínima */
}

.story-circle[b-43uzqnyzjy] {
    display: flex;
    width: 70px;
    height: 70px;
    padding: 19px 13px 18.259px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 3px solid;
    background-color: transparent;
}

.story-icon[b-43uzqnyzjy] {
    width: 32px;
    height: 32px;
}

.circle-nao-visualizado[b-43uzqnyzjy] {
    border-color: #1565d8;
}

.circle-visualizado[b-43uzqnyzjy] {
    border-color: #c1c9d8;
}

.story-caption[b-43uzqnyzjy] {
    color: #304869;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    /* font-weight: 300; */
    line-height: 110%; /* 15.4px */
    width: 80px;
    height: 30px;
    word-wrap: break-word; /* ou */
    overflow-wrap: break-word;
    white-space: normal;
    margin-top: 5px;
}


@media only screen and (max-width: 768px) {
    .stories-container[b-43uzqnyzjy] {
        padding-top: 15px;
    }
}


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

        .stories-container[b-43uzqnyzjy] {
            padding-top: 15px;
        }
    }
/* _content/Seduc.DiarioClasse.Client.UI/Components/Shareds/StoriesCarousel.razor.rz.scp.css */
.carousel-fullscreen[b-ugf8kh2wqt] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(6.099999904632568px);
}

.carousel[b-ugf8kh2wqt] {
    width: 500px;
    height: 695px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Garante que o conteúdo não ultrapasse os limites */
    z-index: 1000;
    background: transparent;
}

.carousel-inner[b-ugf8kh2wqt] {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    padding-left: 10.5%;
}

.carousel-item[b-ugf8kh2wqt] {
    width: 400px;
    height: 695px;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Evita que o conteúdo ultrapasse os limites */
    background: #111111;
    border-radius: 16px;
}

    .carousel-item img[b-ugf8kh2wqt] {
        display: block !important;
    }

    .carousel-item video[b-ugf8kh2wqt] {
        display: block !important;
        object-fit: contain; /* Faz o vídeo preencher o contêiner, cortando se necessário */
        /*background-color: #000;*/
    }

.carousel-image-wrapper[b-ugf8kh2wqt] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .carousel-image-wrapper img[b-ugf8kh2wqt] {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .carousel-image-wrapper video[b-ugf8kh2wqt] {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.carousel .erro[b-ugf8kh2wqt] {
    width: 400px;
    height: 695px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    background: #000;
    color: #fff;
}

.carousel-caption[b-ugf8kh2wqt] {
    position: absolute;
    top: 8px;
    left: 3.5%;
    text-align: left;
    color: #fff;
    background-color: transparent;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    line-height: 130%;
    letter-spacing: 0.16px;
    text-transform: uppercase;
}

/* Estilos compartilhados para todos os botões */
.btn-carousel[b-ugf8kh2wqt] {
    position: absolute;
    top: 24px;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: none;
    z-index: 1100;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .btn-carousel:hover[b-ugf8kh2wqt] {
        color: #444;
    }

    .btn-carousel img[b-ugf8kh2wqt] {
        width: 20px; /* Tamanho fixo da imagem */
        height: 20px; /* Tamanho fixo da imagem */
        object-fit: contain; /* Garante que a imagem seja ajustada sem distorção */
    }

/* Botão de som */
.btn-sound[b-ugf8kh2wqt] {
    right: 26%;
}

/* Botão de play/stop */
.btn-play[b-ugf8kh2wqt] {
    right: 19%;
}

/* Botão de fechar */
.btn-fechar[b-ugf8kh2wqt] {
    right: 12%;
}

.carousel-content-wrapper[b-ugf8kh2wqt] {
    position: relative;
    width: 500px;
    height: 695px;
}

.video-error-message[b-ugf8kh2wqt] {
    width: 400px;
    height: 710px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 16px;
}


.btn-prev[b-ugf8kh2wqt] {
    position: absolute;
    left: -10px; /* Ajuste a distância do botão em relação ao slide */
    top: 50%; /* Centraliza verticalmente */
    transform: translateY(-50%); /* Ajusta o alinhamento vertical */
    z-index: 1100; /* Garante que o botão fique acima do slide */
    background: 0 0;
    width: 40px; /* Largura do botão */
    height: 40px; /* Altura do botão */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: opacity .15s ease;
    border: none; /* Remove a borda */
    color: #fff;
    font-size: 2rem; /* Define o tamanho da fonte */
}


.btn-next[b-ugf8kh2wqt] {
    position: absolute;
    right: -10px; /* Ajuste a distância do botão em relação ao slide */
    top: 50%; /* Centraliza verticalmente */
    transform: translateY(-50%); /* Ajusta o alinhamento vertical */
    z-index: 1100; /* Garante que o botão fique acima do slide */
    background: 0 0;
    width: 40px; /* Largura do botão */
    height: 40px; /* Altura do botão */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: opacity .15s ease;
    border: none; /* Remove a borda */
    color: #fff;
    font-size: 2rem; /* Define o tamanho da fonte */
}

.custom-indicators[b-ugf8kh2wqt] {
    display: flex;
    gap: 6px;
    padding: 8px 0;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 370px; /* mesma largura do slide */
    z-index: 1001;
}

.indicator-wrapper[b-ugf8kh2wqt] {
    flex: 1;
    height: 4px;
    background-color: #555555;
    border-radius: 2px;
    overflow: hidden;
}


.indicator-bar[b-ugf8kh2wqt] {
    height: 100%;
    width: 0%;
    background-color: #1565d8;
    border-radius: 2px;
    animation-play-state: paused; /* Pausa a animação por padrão */
}

    .indicator-bar.passed[b-ugf8kh2wqt] {
        width: 100% !important;
    }

    .indicator-bar.active[b-ugf8kh2wqt] {
        animation-fill-mode: forwards;
        animation-play-state: running; /* Ativa a animação quando o slide está ativo */
    }


