/* _content/TiivoWeb/Components/TiivoComponentes/Perfil/ResultadosPerfil.razor.rz.scp.css */
*[b-rq9lzx3sx9] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-rq9lzx3sx9] {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.resultados[b-rq9lzx3sx9] {
    display: flex;
    background-color: var(--background);
    height: 70px;
    width: 100%;
    margin-top: 20px;
    border-radius: 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.ranking[b-rq9lzx3sx9] {
    display: flex;
    justify-content: space-evenly;
    width: 40%;
}

.trofeu[b-rq9lzx3sx9] {
    display: flex;
    align-items: center;
}

.posicao-ranking[b-rq9lzx3sx9] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.label-ranking[b-rq9lzx3sx9] {
    font-size: 12px;
    font-weight: bold;
}

.label-posicao[b-rq9lzx3sx9] {
    font-weight: bold;
    font-size: 25px;
    color: lightseagreen;
}

.div-divider[b-rq9lzx3sx9] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
}

.divider[b-rq9lzx3sx9] {
    height: 70%;
    width: 2px;
    background-color: ghostwhite;
}
/* _content/TiivoWeb/Components/TiivoComponentes/TextEdit/TextCepEdit.razor.rz.scp.css */
.tiivo-text-field[b-c6uz8sm22r] {
    height: 55px;
    width: 100%;
    border-width: 1px;
    background-color: transparent;
    border-color: #b8b8b8;
    outline: none;
    padding: 10px;
    font-size: 16px;
    border-radius: 3px;
    text-align: var(--textAlign);
    transition: border-color 0.3s ease-in-out;
    margin-top: 3px;
    color: #424242;
}

.tiivo-text-field:hover[b-c6uz8sm22r] {
    border-color: dimgrey;
}

.tiivo-text-field:focus[b-c6uz8sm22r] {
    border-width: 2px;
    border-color: var(--borderColor);
}

.tiivo-input-error[b-c6uz8sm22r] {
    color: red;
    font-size: 12px;
    margin-top: 4px;
    padding-left: 4px;
    margin-left: 3px;
    margin-right: auto;
}
/* _content/TiivoWeb/Components/TiivoComponentes/TextEdit/TextCnpjEdit.razor.rz.scp.css */
.tiivo-text-field[b-bbvr7e9pwp] {
    height: 55px;
    width: 100%;
    border-width: 1px;
    background-color: transparent;
    border-color: #b8b8b8;
    outline: none;
    padding: 10px;
    font-size: 16px;
    border-radius: 3px;
    text-align: var(--textAlign);
    transition: border-color 0.3s ease-in-out;
    margin-top: 3px;
    color: #424242;
}

.tiivo-text-field:hover[b-bbvr7e9pwp] {
    border-color: dimgrey;
}

.tiivo-text-field:focus[b-bbvr7e9pwp] {
    border-width: 2px;
    border-color: var(--borderColor);
}

.tiivo-input-error[b-bbvr7e9pwp] {
    color: red;
    font-size: 12px;
    margin-top: 4px;
    padding-left: 4px;
    margin-left: 3px;
    margin-right: auto;
}
/* _content/TiivoWeb/Components/TiivoComponentes/TiivoLoading/TiivoLoadingCircular.razor.rz.scp.css */
.tiivo-carregando-overlay[b-uzcrtju5gx] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(12, 15, 30, 0.6); /* Transparência */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.tiivo-spinner[b-uzcrtju5gx] {
    width: 60px;
    height: 60px;
    border: 4px solid transparent; /* todas as bordas transparentes */
    border-top: 4px solid #ec3525; /* apenas o topo com cor */
    border-radius: 50%;
    animation: spin-b-uzcrtju5gx 0.8s linear infinite;
    background-color: transparent; /* centro totalmente transparente */
}

@keyframes spin-b-uzcrtju5gx {
    to {
        transform: rotate(360deg);
    }
}
/* _content/TiivoWeb/Shared/Layout/LayoutAluno.razor.rz.scp.css */
.page[b-ltd6lhcoo6] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--background);
}

main[b-ltd6lhcoo6] {
    flex: 1;
    padding-bottom: 130px;
}

.sidebar[b-ltd6lhcoo6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, var(--background) 70%);
}

.top-row[b-ltd6lhcoo6] {
    background-color: var(--background);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ltd6lhcoo6]  a, .top-row[b-ltd6lhcoo6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-ltd6lhcoo6]  a:hover, .top-row[b-ltd6lhcoo6]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-ltd6lhcoo6]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-ltd6lhcoo6] {
        justify-content: space-between;
    }

        .top-row[b-ltd6lhcoo6]  a, .top-row[b-ltd6lhcoo6]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-ltd6lhcoo6] {
        flex-direction: row;
    }

    .sidebar[b-ltd6lhcoo6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ltd6lhcoo6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-ltd6lhcoo6]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-ltd6lhcoo6], article[b-ltd6lhcoo6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/TiivoWeb/Shared/Layout/LayoutLimpo.razor.rz.scp.css */
.page[b-wg2hgm22zz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wg2hgm22zz] {
    flex: 1;
}

.sidebar[b-wg2hgm22zz] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: rgba(255,255,255,0.0);
}

.top-row[b-wg2hgm22zz] {
    background-color: #0c0f1e;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wg2hgm22zz]  a, .top-row[b-wg2hgm22zz]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wg2hgm22zz]  a:hover, .top-row[b-wg2hgm22zz]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wg2hgm22zz]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-wg2hgm22zz] {
        justify-content: space-between;
    }

    .top-row[b-wg2hgm22zz]  a, .top-row[b-wg2hgm22zz]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wg2hgm22zz] {
        flex-direction: row;
    }

    .sidebar[b-wg2hgm22zz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wg2hgm22zz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wg2hgm22zz]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wg2hgm22zz], article[b-wg2hgm22zz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-wg2hgm22zz] {
    background: lightred;
    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-wg2hgm22zz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/TiivoWeb/Shared/Layout/LayoutLimpoAluno.razor.rz.scp.css */
body[b-5co06ojmr5] {
    background-color: white;
}
/* _content/TiivoWeb/Shared/Layout/MainLayout.razor.rz.scp.css */
.page[b-pob6idtwy9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pob6idtwy9] {
    flex: 1;
}

.sidebar[b-pob6idtwy9] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: rgba(255,255,255,0.0);
}

.top-row[b-pob6idtwy9] {
    background-color: #0c0f1e;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pob6idtwy9]  a, .top-row[b-pob6idtwy9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-pob6idtwy9]  a:hover, .top-row[b-pob6idtwy9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-pob6idtwy9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-pob6idtwy9] {
        justify-content: space-between;
    }

    .top-row[b-pob6idtwy9]  a, .top-row[b-pob6idtwy9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pob6idtwy9] {
        flex-direction: row;
    }

    .sidebar[b-pob6idtwy9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pob6idtwy9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-pob6idtwy9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-pob6idtwy9], article[b-pob6idtwy9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-pob6idtwy9] {
    background: lightred;
    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-pob6idtwy9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/TiivoWeb/Shared/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-i6idknk3d3] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-i6idknk3d3] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-i6idknk3d3] {
    height: 2rem;
    background-color: transparent;
}

.navbar-empresa-header[b-i6idknk3d3] {
    display: flex;
    margin-top: 10px;
    align-items: center;
    padding: 0.5rem 0.7rem;
}

.navbar-empresa-logo[b-i6idknk3d3] {
    width: 30px; /* Ajuste o tamanho conforme necess�rio */
    height: auto; /* Mant�m a propor��o da imagem */
}

.navbar-empresa-nome[b-i6idknk3d3] {
    font-weight: bold;
    font-size: 1.25rem;
    color: #0c0f1e; /* ou a cor que combinar com seu tema */
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.bi[b-i6idknk3d3] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-mortarboard-fill[b-i6idknk3d3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='0c0f1e' class='bi bi-mortarboard-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8.211 2.047a.5.5 0 0 0-.422 0l-7.5 3.5a.5.5 0 0 0 .025.917l7.5 3a.5.5 0 0 0 .372 0L14 7.14V13a1 1 0 0 0-1 1v2h3v-2a1 1 0 0 0-1-1V6.739l.686-.275a.5.5 0 0 0 .025-.917z M4.176 9.032a.5.5 0 0 0-.656.327l-.5 1.7a.5.5 0 0 0 .294.605l4.5 1.8a.5.5 0 0 0 .372 0l4.5-1.8a.5.5 0 0 0 .294-.605l-.5-1.7a.5.5 0 0 0-.656-.327L8 10.466z'/%3E%3C/svg%3E");
}

.bi-grid-1x2-fill[b-i6idknk3d3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='0c0f1e' class='bi bi-grid-1x2-fill' viewBox='0 0 16 16'%3E%3Cpath d='M0 1a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1zm9 0a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1zm0 9a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1z'/%3E%3C/svg%3E");
}

.bi-people-fill[b-i6idknk3d3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='0c0f1e' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5.784 6A2.24 2.24 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.3 6.3 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5'/%3E%3C/svg%3E");
}

.bi-door-open-fill[b-i6idknk3d3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='0c0f1e' class='bi bi-door-open-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 15a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1H13V2.5A1.5 1.5 0 0 0 11.5 1H11V.5a.5.5 0 0 0-.57-.495l-7 1A.5.5 0 0 0 3 1.5V15zM11 2h.5a.5.5 0 0 1 .5.5V15h-1zm-2.5 8c-.276 0-.5-.448-.5-1s.224-1 .5-1 .5.448.5 1-.224 1-.5 1'/%3E%3C/svg%3E");
}

.bi-trophy-fill[b-i6idknk3d3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='0c0f1e' class='bi bi-trophy-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5.5A.5.5 0 0 1 3 0h10a.5.5 0 0 1 .5.5q0 .807-.034 1.536a3 3 0 1 1-1.133 5.89c-.79 1.865-1.878 2.777-2.833 3.011v2.173l1.425.356c.194.048.377.135.537.255L13.3 15.1a.5.5 0 0 1-.3.9H3a.5.5 0 0 1-.3-.9l1.838-1.379c.16-.12.343-.207.537-.255L6.5 13.11v-2.173c-.955-.234-2.043-1.146-2.833-3.012a3 3 0 1 1-1.132-5.89A33 33 0 0 1 2.5.5m.099 2.54a2 2 0 0 0 .72 3.935c-.333-1.05-.588-2.346-.72-3.935m10.083 3.935a2 2 0 0 0 .72-3.935c-.133 1.59-.388 2.885-.72 3.935'/%3E%3C/svg%3E");
}

.bi-basket2-fill[b-i6idknk3d3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='0c0f1e' class='bi bi-basket2-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M5.929 1.757a.5.5 0 1 0-.858-.514L2.217 6H.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h.623l1.844 6.456A.75.75 0 0 0 3.69 15h8.622a.75.75 0 0 0 .722-.544L14.877 8h.623a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1.717L10.93 1.243a.5.5 0 1 0-.858.514L12.617 6H3.383zM4 10a1 1 0 0 1 2 0v2a1 1 0 1 1-2 0zm3 0a1 1 0 0 1 2 0v2a1 1 0 1 1-2 0zm4-1a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0v-2a1 1 0 0 1 1-1'/%3E%3C/svg%3E");
}

.bi-headset[b-i6idknk3d3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='0c0f1e' class='bi bi-headset' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 1a5 5 0 0 0-5 5v1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a6 6 0 1 1 12 0v6a2.5 2.5 0 0 1-2.5 2.5H9.366a1 1 0 0 1-.866.5h-1a1 1 0 1 1 0-2h1a1 1 0 0 1 .866.5H11.5A1.5 1.5 0 0 0 13 12h-1a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h1V6a5 5 0 0 0-5-5'/%3E%3C/svg%3E");
}

.bi-buildings-fill[b-i6idknk3d3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='0c0f1e' class='bi bi-buildings-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15 .5a.5.5 0 0 0-.724-.447l-8 4A.5.5 0 0 0 6 4.5v3.14L.342 9.526A.5.5 0 0 0 0 10v5.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V14h1v1.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5zM2 11h1v1H2zm2 0h1v1H4zm-1 2v1H2v-1zm1 0h1v1H4zm9-10v1h-1V3zM8 5h1v1H8zm1 2v1H8V7zM8 9h1v1H8zm2 0h1v1h-1zm-1 2v1H8v-1zm1 0h1v1h-1zm3-2v1h-1V9zm-1 2h1v1h-1zm-2-4h1v1h-1zm3 0v1h-1V7zm-2-2v1h-1V5zm1 0h1v1h-1z'/%3E%3C/svg%3E");
}

.nav-item[b-i6idknk3d3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-i6idknk3d3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-i6idknk3d3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-i6idknk3d3]  .nav-link {
        color: #0c0f1e;
        background-color: none;
        border: 1px;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        transition: all 0.3s ease-in-out;
    }

    .nav-item[b-i6idknk3d3]  a.active {
        background-color: rgba(12,15,30,1);
        color: white;
    }

    .nav-item[b-i6idknk3d3]  .nav-link:hover {
        background-color: rgba(12,15,30,0.37);
        color: white;
    }

        .nav-item[b-i6idknk3d3]  .nav-link:hover .bi,
        .nav-item[b-i6idknk3d3]  .nav-link:active .bi,
        .nav-item[b-i6idknk3d3]  .nav-link.active .bi {
            filter: brightness(0) invert(1); /* Torna o �cone branco */
        }

.navbar-toggler[b-i6idknk3d3] {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230c0f1e' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem transparent;
}

.nav-scrollable[b-i6idknk3d3] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-i6idknk3d3] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-i6idknk3d3] {
        display: none;
    }

    .nav-scrollable[b-i6idknk3d3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.nav-scrollable .nav-link span[b-i6idknk3d3] {
    transition: opacity 0.2s ease;
}


.mt-auto[b-i6idknk3d3] {
    margin-top: auto;
}

.nav-link.fixed-bottom[b-i6idknk3d3] {
    margin-top: auto; /* empurra para o final do container */
}

