/* /Pages/Auth/ForgotPassword.cshtml.rz.scp.css */
.login-container[b-65ijlylgy8] {
    background-color: #001f3f; /* Azul escuro */
    color: white;
    padding: 40px; /* Mais espaço interno */
    border-radius: 15px;
    max-width: 600px; /* Antes era 400px */
    min-height: 300px; /* Garante altura maior */
    margin: 40px auto; /* Centralizado */
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

.login-title[b-65ijlylgy8] {
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: bold;
}

.login-container label[b-65ijlylgy8] {
    display: block;
    margin-top: 15px;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7a9cc0;
}

.login-container input[b-65ijlylgy8]{
    width: 100%;
    padding: 12px;
    margin-top: 8px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
}

    .login-container input[type="checkbox"][b-65ijlylgy8] {
        width: auto;
        padding: 0;
        margin: 0 8px 0 0; /* opcional, só para afastar do texto */
        border: initial;
        border-radius: 0;
    }

.login-container button[b-65ijlylgy8] {
    margin-top: 20px;
    width: 100%;
    padding: 14px;
    background-color: #3EBFE8;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .login-container button:hover[b-65ijlylgy8] {
        background-color: #33a7d1;
    }

.login-footer[b-65ijlylgy8] {
    margin-top: 20px;
    text-align: center;
}

.text-checkbox[b-65ijlylgy8] {
    color: darkgray;
}

/* /Pages/Auth/Login.cshtml.rz.scp.css */
.login-container[b-8rauuqezxy] {
    background-color: #001f3f; /* Azul escuro */
    color: white;
    padding: 40px; /* Mais espaço interno */
    border-radius: 15px;
    max-width: 600px; /* Antes era 400px */
    min-height: 300px; /* Garante altura maior */
    margin: 40px auto; /* Centralizado */
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

.login-title[b-8rauuqezxy] {
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: bold;
}

.login-container label[b-8rauuqezxy] {
    display: block;
    margin-top: 15px;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7a9cc0;
}

.login-container input[b-8rauuqezxy]{
    width: 100%;
    padding: 12px;
    margin-top: 8px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
}

    .login-container input[type="checkbox"][b-8rauuqezxy] {
        width: auto;
        padding: 0;
        margin: 0 8px 0 0; /* opcional, só para afastar do texto */
        border: initial;
        border-radius: 0;
    }

.login-container button[b-8rauuqezxy] {
    margin-top: 20px;
    width: 100%;
    padding: 14px;
    background-color: #3EBFE8;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .login-container button:hover[b-8rauuqezxy] {
        background-color: #33a7d1;
    }

.login-footer[b-8rauuqezxy] {
    margin-top: 20px;
    text-align: center;
}

.text-checkbox[b-8rauuqezxy] {
    color: darkgray;
}

/* /Pages/Auth/ResetPassoword.cshtml.rz.scp.css */
.login-container[b-q802i2c88z] {
    background-color: #001f3f; /* Azul escuro */
    color: white;
    padding: 40px; /* Mais espaço interno */
    border-radius: 15px;
    max-width: 600px; /* Antes era 400px */
    min-height: 300px; /* Garante altura maior */
    margin: 40px auto; /* Centralizado */
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

.login-title[b-q802i2c88z] {
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: bold;
}

.login-container label[b-q802i2c88z] {
    display: block;
    margin-top: 15px;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7a9cc0;
}

.login-container input[b-q802i2c88z]{
    width: 100%;
    padding: 12px;
    margin-top: 8px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
}

    .login-container input[type="checkbox"][b-q802i2c88z] {
        width: auto;
        padding: 0;
        margin: 0 8px 0 0; /* opcional, só para afastar do texto */
        border: initial;
        border-radius: 0;
    }

.login-container button[b-q802i2c88z] {
    margin-top: 20px;
    width: 100%;
    padding: 14px;
    background-color: #3EBFE8;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .login-container button:hover[b-q802i2c88z] {
        background-color: #33a7d1;
    }

.login-footer[b-q802i2c88z] {
    margin-top: 20px;
    text-align: center;
}

.text-checkbox[b-q802i2c88z] {
    color: darkgray;
}

/* /Pages/Auth/Setup2FA.cshtml.rz.scp.css */
.setup2fa-container[b-41x7fc75gx] {
    background-color: #001f3f;
    color: white;
    padding: 40px;
    border-radius: 15px;
    max-width: 480px;
    margin: 40px auto;
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
    box-sizing: border-box;
}

.setup2fa-title[b-41x7fc75gx] {
    text-align: center;
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 2rem;
    font-weight: bold;
}

.setup2fa-subtitle[b-41x7fc75gx] {
    text-align: center;
    color: #7a9cc0;
    font-size: 0.9rem;
    margin-bottom: 30px;
}

.setup2fa-container label[b-41x7fc75gx] {
    display: block;
    margin-top: 15px;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7a9cc0;
}

.setup2fa-container .form-control[b-41x7fc75gx],
.setup2fa-container .input-code[b-41x7fc75gx] {
    width: 100%;
    background: rgba(255,255,255,0.10);
    border: 1.5px solid rgba(255,255,255,0.18);
    border-radius: 12px;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.25em;
    text-align: center;
    padding: 14px;
    box-sizing: border-box;
}

    .setup2fa-container .form-control:focus[b-41x7fc75gx],
    .setup2fa-container .input-code:focus[b-41x7fc75gx] {
        outline: none;
        border-color: rgba(62,191,232,0.5);
        background: rgba(255,255,255,0.09);
        box-shadow: none;
        color: #ffffff;
    }

    .setup2fa-container .form-control[b-41x7fc75gx]::placeholder,
    .setup2fa-container .input-code[b-41x7fc75gx]::placeholder {
        color: #4a6a88;
        letter-spacing: 0.15em;
        font-weight: normal;
    }

.setup2fa-container button[b-41x7fc75gx] {
    margin-top: 20px;
    width: 100%;
    padding: 14px;
    background-color: #3EBFE8;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .setup2fa-container button:hover[b-41x7fc75gx] {
        background-color: #33a7d1;
    }

.setup-step[b-41x7fc75gx] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}

.step-number[b-41x7fc75gx] {
    min-width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #3EBFE8;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.step-content[b-41x7fc75gx] {
    flex: 1;
}

    .step-content strong[b-41x7fc75gx] {
        font-size: 0.95rem;
        color: #ffffff;
    }

    .step-content p[b-41x7fc75gx] {
        font-size: 0.82rem;
        color: #7a9cc0;
        margin: 4px 0 0;
    }

.qr-wrapper[b-41x7fc75gx] {
    text-align: center;
    margin: 14px 0;
}

    .qr-wrapper img[b-41x7fc75gx] {
        border: 6px solid rgba(255,255,255,0.12);
        border-radius: 10px;
    }

.manual-key[b-41x7fc75gx] {
    background: rgba(255,255,255,0.07);
    border: 1px dashed rgba(62,191,232,0.3);
    border-radius: 8px;
    padding: 10px 16px;
    text-align: center;
    font-family: monospace;
    font-size: 0.95rem;
    letter-spacing: 0.12em;
    color: #3EBFE8;
    margin-top: 8px;
    margin-bottom: 1.25rem;
}

.setup-divider[b-41x7fc75gx] {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin: 24px 0;
}

.setup-step[b-41x7fc75gx] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.step-number[b-41x7fc75gx] {
    min-width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--bs-primary, #0d6efd);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .9rem;
    margin-top: 2px;
}
/* /Pages/Auth/TwoFactor.cshtml.rz.scp.css */
.twofactor-container[b-ygto3fxu59] {
    background-color: #001f3f;
    color: white;
    padding: 40px;
    border-radius: 15px;
    max-width: 420px;
    margin: 40px auto;
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
    box-sizing: border-box;
}

.twofactor-title[b-ygto3fxu59] {
    text-align: center;
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 2rem;
    font-weight: bold;
}

.twofactor-subtitle[b-ygto3fxu59] {
    text-align: center;
    color: #7a9cc0;
    font-size: 0.9rem;
    margin-bottom: 30px;
}

.twofactor-container label[b-ygto3fxu59] {
    display: block;
    margin-top: 15px;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7a9cc0;
}

.twofactor-container .input-code[b-ygto3fxu59] {
    width: 100%;
    background: rgba(255,255,255,0.10);
    border: 1.5px solid rgba(255,255,255,0.18);
    border-radius: 12px;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.3em;
    text-align: center;
    padding: 16px 14px;
    box-sizing: border-box;
}

    .twofactor-container .input-code:focus[b-ygto3fxu59] {
        outline: none;
        border-color: rgba(62,191,232,0.5);
        background: rgba(255,255,255,0.09);
        box-shadow: none;
        color: #ffffff;
    }

    .twofactor-container .input-code[b-ygto3fxu59]::placeholder {
        color: #4a6a88;
        font-size: 1.4rem;
        letter-spacing: 0.2em;
        font-weight: normal;
    }

.twofactor-container .form-check-label[b-ygto3fxu59] {
    color: #7a9cc0;
    font-size: 0.85rem;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 400;
}

.twofactor-container .form-check-input[b-ygto3fxu59] {
    background-color: rgba(255,255,255,0.1);
    border: 1.5px solid rgba(255,255,255,0.25);
}

    .twofactor-container .form-check-input:checked[b-ygto3fxu59] {
        background-color: #3EBFE8;
        border-color: #3EBFE8;
    }

.twofactor-container button[b-ygto3fxu59] {
    margin-top: 20px;
    width: 100%;
    padding: 14px;
    background-color: #3EBFE8;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .twofactor-container button:hover[b-ygto3fxu59] {
        background-color: #33a7d1;
    }

.twofactor-icon[b-ygto3fxu59] {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.5rem;
    color: #3EBFE8;
}
/* /Pages/Dashboards.razor.rz.scp.css */
body[b-vqjw2hk5aa] {
}
.container-fluid[b-vqjw2hk5aa] {
    margin: 30px;
    margin-left: 80px;
    margin-right: 80px;
}
h3[b-vqjw2hk5aa] {
    text-align: left;
    border-left: 4px solid #007bff;
    padding-left: 10px;
    color: #333;
    margin-bottom: 25px;
}
/* /Pages/Exclusao.razor.rz.scp.css */
/* ============================================================
   CONTAINER PRINCIPAL
============================================================ */

.form-container[b-35vlyibwfa] {
    width: 95%;
    max-width: 75vw;
    min-width: 300px;
    min-height: 75vh;
    margin: 30px auto;
    padding: 40px 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    background: #fafafa;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
}

    /* ============================================================
   DIVS INTERNAS (FORMULÁRIO / TABELA)
============================================================ */
    .form-container > div:first-child[b-35vlyibwfa] {
        flex: 1 1 40%;
        min-width: 250px;
    }

    .form-container > div:last-child[b-35vlyibwfa] {
        flex: 1 1 60%;
        min-width: 250px;
    }

    /* ============================================================
   TÍTULOS
============================================================ */
    .form-container h3[b-35vlyibwfa] {
        text-align: left;
        border-left: 4px solid #007bff;
        padding-left: 10px;
        color: #333;
        margin-bottom: 25px;
    }

.titulo-tabela[b-35vlyibwfa] {
    display: inline-block;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 3px solid #007bff;
}

/* ============================================================
   SEÇÕES DO FORMULÁRIO
============================================================ */
.form-section[b-35vlyibwfa] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

    .form-section label[b-35vlyibwfa] {
        margin-bottom: 6px;
    }

input.form-control[b-35vlyibwfa],
select.form-control[b-35vlyibwfa],
textarea.form-control[b-35vlyibwfa] {
    margin-bottom: 10px;
}

select.form-control[b-35vlyibwfa] {
    -webkit-appearance: auto;
}

.input-group-text[b-35vlyibwfa] {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
}

/* ============================================================
   SWITCH ESTILO iOS
============================================================ */
.switch-section[b-35vlyibwfa] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.switch[b-35vlyibwfa] {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 26px;
}

    .switch input[b-35vlyibwfa] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-35vlyibwfa] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .3s;
    border-radius: 34px;
}

    .slider[b-35vlyibwfa]:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: .3s;
        border-radius: 50%;
    }

input:checked + .slider[b-35vlyibwfa] {
    background-color: #4caf50;
}

    input:checked + .slider[b-35vlyibwfa]:before {
        transform: translateX(20px);
    }

/* ============================================================
   CAMPOS E BOTÕES
============================================================ */
.date-section[b-35vlyibwfa],
.matricula-section[b-35vlyibwfa] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-search[b-35vlyibwfa] {
    border: 1px solid #888;
    border-radius: 6px;
    background: #ddd;
    padding: 4px 8px;
    cursor: pointer;
}

.button-section[b-35vlyibwfa] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.btn-submit[b-35vlyibwfa] {
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    cursor: pointer;
}

.btn-back[b-35vlyibwfa] {
    background-color: #ccc;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    cursor: pointer;
}

.text-importar[b-35vlyibwfa] {
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .text-importar:hover[b-35vlyibwfa] {
        filter: brightness(0.2);
    }

.btn-primary[b-35vlyibwfa] {
    background-color: #007bff;
}

.search-dropdown[b-35vlyibwfa] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    border: 1px solid #ddd;
    border-radius: 0 0 6px 6px;
    max-height: 200px;
    overflow-y: auto;
}
/* ============================================================
   FOCOS E INTERAÇÕES
============================================================ */
input:focus[b-35vlyibwfa],
select:focus[b-35vlyibwfa],
textarea:focus[b-35vlyibwfa] {
    outline: none;
    box-shadow: 0 0 0 2px lightgray;
}

.search-dropdown li:hover[b-35vlyibwfa] {
    background: #F1F4FE !important;
}x-ms-webview

.btn[b-35vlyibwfa] {
    border: none;
}

    .btn:focus[b-35vlyibwfa],
    .btn:active[b-35vlyibwfa] {
        outline: none !important;
        transform: translateY(0.30px) !important;
        box-shadow: 0 2px 5px lightgray !important;
    }

/* ============================================================
   TABELA
============================================================ */
.tabela-container[b-35vlyibwfa] {
    width: 100%;
    overflow-x: hidden; /* impede scroll horizontal */
}

.tabela-ajustada[b-35vlyibwfa] {
    width: 100%;
    table-layout: fixed; /* força as colunas a caber na largura total */
    font-size: 1rem; /* texto ligeiramente menor */
    word-wrap: break-word; /* permite quebrar linhas */
}

    .tabela-ajustada th[b-35vlyibwfa],
    .tabela-ajustada td[b-35vlyibwfa] {
        white-space: normal; /* quebra de texto nas células */
        text-align: center;
        vertical-align: middle;
        padding: 0.4rem;
    }
/* ============================================================
   AVISO
============================================================ */

.aviso-tabela[b-35vlyibwfa] {
    flex: 1 1 650px;
    max-width: 100%;
    border: 1px dashed #ccc;
    border-radius: 8px;
    padding: 40px;
}

/* ============================================================
   MODAL
============================================================ */
.modal-dialog.modal-lg-responsive[b-35vlyibwfa] {
    max-width: 1000px;
    width: 85%;
    margin: 1.75rem auto;
}

.modal-content[b-35vlyibwfa] {
    border-radius: 12px;
    padding: 20px;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-footer .text-muted[b-35vlyibwfa] {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
}

/* ============================================================
   TABS
============================================================ */

.tabs[b-35vlyibwfa] {
    position: relative;
    top: 29px;
    left: 15%;
}

.nav-tabs[b-35vlyibwfa] {
    border-bottom: none;
}

.nav-link[b-35vlyibwfa] {
    border: 1px solid lightgray;
    border-bottom: none;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

    .nav-link:hover[b-35vlyibwfa] {
        border: 1px solid gray;
        border-bottom: none;
    }

.nav-item .nav-link.active[b-35vlyibwfa] {
    background-color: #fafafa;
    border-color: lightgray;
    border-bottom: none;
    box-shadow: none;
}

/* ============================================================
   MEDIA QUERIES
============================================================ */
@media (max-width: 768px) {
    .form-container[b-35vlyibwfa] {
        width: 95%;
        padding: 20px 30px;
        min-height: auto;
    }

        .form-container h3[b-35vlyibwfa] {
            font-size: 1.2rem;
        }


    .modal-dialog.modal-lg-responsive[b-35vlyibwfa] {
        width: 95%;
        margin: 1rem auto;
    }
}
/* /Pages/extra/Apolices.razor.rz.scp.css */
.btn[b-flgudawtuw] {
    border: none;
}

.button-container[b-flgudawtuw] {
    text-align: right;
    margin-bottom: 5px;
}

.btn:focus[b-flgudawtuw],
.btn:active[b-flgudawtuw] {
    outline: none !important;
    transform: translateY(0.30px) !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3) !important;
}

.btn-close:focus[b-flgudawtuw],
.btn-close:active[b-flgudawtuw] {
    outline: none !important;
}

.btn-outline-secondary:hover[b-flgudawtuw] {
    background-color: #E6E6E6 !important;
    color: #9BA3A7 !important;
}
/* /Pages/extra/VerApolice.razor.rz.scp.css */
.btn[b-hdhlqbeb5a] {
    border: none;
}

.button-container[b-hdhlqbeb5a] {
    text-align: right;
    margin-bottom: 5px;
}

.btn:focus[b-hdhlqbeb5a],
.btn:active[b-hdhlqbeb5a] {
    outline: none !important;
    transform: translateY(0.30px) !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3) !important;
}

.btn-close:focus[b-hdhlqbeb5a],
.btn-close:active[b-hdhlqbeb5a] {
    outline: none !important;
}

.btn-outline-secondary:hover[b-hdhlqbeb5a] {
    background-color: #E6E6E6 !important;
    color: #9BA3A7 !important;
}

.btnVoltar[b-hdhlqbeb5a] {
    bottom: 20px;
    right: 20px;
}
/* /Pages/GerirListas.razor.rz.scp.css */
.container-fluid[b-fhn516ywms] {
    margin: 30px;
    margin-left: 80px;
    margin-right: 80px;
}

h3[b-fhn516ywms] {
    text-align: left;
    border-left: 4px solid #007bff;
    padding-left: 10px;
    color: #333;
    margin-bottom: 25px;
}

.table-container[b-fhn516ywms] {
    width: 95%;
    max-width: 1600px;
    min-width: 300px;
    margin: 0;
    padding: 25px 40px;
    gap: 20px;
    background: #fafafa;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
}
.btn[b-fhn516ywms] {
    border: none;
}

.button-container[b-fhn516ywms] {
    text-align: right;
    margin-bottom: 5px;
}

.btn:focus[b-fhn516ywms],
.btn:active[b-fhn516ywms] {
    outline: none !important;
    transform: translateY(0.30px) !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3) !important;
}

.btn-close:focus[b-fhn516ywms],
.btn-close:active[b-fhn516ywms] {
    outline: none !important;
}

.btn-outline-secondary:hover[b-fhn516ywms] {
    background-color: #D4D4D4 !important;
    color: #9BA3A7 !important;
}

.btn-nav[b-fhn516ywms] {
    padding: 0.5rem 0.8rem;
    font-size: 0.8rem;
}

.btn-num[b-fhn516ywms] {
    background-color: #E6E6E6 !important;
    color: gray !important;
}

    .btn-num:hover[b-fhn516ywms] {
        background-color: #DEDEDE !important;
        color: dimgray !important;
    }

.btn-secondary[b-fhn516ywms] {
    background-color: lightgray !important;
    color: black !important;
}

/* --- TABELA --- */

.table[b-fhn516ywms] {
    margin: 0 !important;
    border: 1px solid #ddd;
}

/* ---  BARRA DE NAVEGAÇÃO --- */

.tabs[b-fhn516ywms] {
    position: relative;
    max-width: 60%;
    left: 3%;
}

.nav-tabs[b-fhn516ywms] {
    border-bottom: none;
}

.nav-link[b-fhn516ywms] {
    border: 1px solid lightgray;
    border-bottom: none;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
    color:;
}

    .nav-link:hover[b-fhn516ywms] {
        border: 1px solid gray;
        border-bottom: none;
    }

.nav-item .nav-link.active[b-fhn516ywms] {
    background-color: #fafafa;
    border-color: lightgray;
    border-bottom: none;
    box-shadow: none;
}

.navigation-bar[b-fhn516ywms] {
    background-color: #f8f9fa;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-top: none !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
}
/* /Pages/GerirUtilizador.razor.rz.scp.css */
.container-fluid[b-7md7y9ora1]{
    margin: 30px;
    margin-left: 80px;
    margin-right: 80px;
}

h3[b-7md7y9ora1] {
    text-align: left;
    border-left: 4px solid #007bff;
    padding-left: 10px;
    color: #333;
    margin-bottom: 25px;
}

.table-container[b-7md7y9ora1] {
    width: 95%;
    min-width: 300px;
    margin: 0;
    padding: 25px 40px;
    gap: 20px;
    background: #fafafa;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.btn[b-7md7y9ora1] {
    border: none;
}
.button-container[b-7md7y9ora1] {
    text-align: right;
    margin-bottom: 5px; 
}
.btn:focus[b-7md7y9ora1],
.btn:active[b-7md7y9ora1] {
    outline: none !important;
    transform: translateY(0.30px) !important; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.3) !important; 
}
.btn-close:focus[b-7md7y9ora1],
.btn-close:active[b-7md7y9ora1] {
    outline: none !important;
}

.btn-outline-secondary:hover[b-7md7y9ora1] {
    background-color: #D4D4D4 !important;
    color: #9BA3A7 !important;
}

.btn-nav[b-7md7y9ora1] {
    padding: 0.5rem 0.8rem;
    font-size: 0.8rem;
}

.btn-num[b-7md7y9ora1] {
    background-color: #E6E6E6 !important;
    color: gray !important;
}

    .btn-num:hover[b-7md7y9ora1] {
        background-color: #DEDEDE !important;
        color: dimgray !important;
    }

.btn-secondary[b-7md7y9ora1] {
    background-color: lightgray !important;
    color: black !important;
}


/* --- TABELA --- */

.table[b-7md7y9ora1] {
    margin: 0 !important;
    border: 1px solid #ddd;
}

.link[b-7md7y9ora1] {
    cursor: pointer;
    color: black;
    text-decoration: underline;
}

/* ---  BARRA DE NAVEGAÇÃO --- */

.navigation-bar[b-7md7y9ora1] {
    background-color: #f8f9fa;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-top: none !important;
    margin: 0 !important;
}
/* /Pages/Importar.razor.rz.scp.css */
/* CARD PRINCIPAL */

.portal-card[b-oegwa7jkov] {
    width: 95%;
    max-width: 85vw;
    height: 75vh;
    margin: 30px auto;
    background: #fafafa;
    border-radius: 16px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.12);
    display: flex;
    overflow: hidden;
}

.panel-esquerdo[b-oegwa7jkov] {
    width: 45%;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.panel-direito[b-oegwa7jkov] {
    width: 55%;
    border-left: 1px solid #e2e2e2;
    padding: 40px;
    display: flex;
    flex-direction: column;
}
.drop-zone[b-oegwa7jkov] {
    flex: 1;
    border: 2px dashed #cfcfcf;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fcfcfc;
    transition: 0.2s ease;
}

    .drop-zone:hover[b-oegwa7jkov] {
        background: #f2f6ff;
        border-color: #007bff;
    }

.drop-content[b-oegwa7jkov] {
    text-align: center;
    color: #6c757d;
}

    .drop-content i[b-oegwa7jkov] {
        font-size: 70px;
        margin-top: 10px;
    }
.empty-state[b-oegwa7jkov] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    text-align: center;
}

    .empty-state i[b-oegwa7jkov] {
        font-size: 60px;
        margin-bottom: 15px;
    }
.panel-esquerdo h3[b-oegwa7jkov] {
    border-left: 5px solid #0d6efd;
    padding-left: 12px;
    margin-bottom: 25px;
}
.panel-direito h3[b-oegwa7jkov] {
    display: inline-block;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 3px solid #007bff;
}
.drop-zone.dragging[b-oegwa7jkov] {
    background: #e9f2ff;
    border-color: #0d6efd;
    transform: scale(1.01);
}

/* ============================================================
   TABELA
============================================================ */
.tabela-container[b-oegwa7jkov] {
    width: 100%;
    overflow-x: hidden; /* impede scroll horizontal */
}

.tabela-ajustada[b-oegwa7jkov] {
    width: 100%;
    table-layout: fixed; /* força as colunas a caber na largura total */
    font-size: 1rem; /* texto ligeiramente menor */
    word-wrap: break-word; /* permite quebrar linhas */
}

    .tabela-ajustada th[b-oegwa7jkov],
    .tabela-ajustada td[b-oegwa7jkov] {
        white-space: normal; /* quebra de texto nas células */
        text-align: center;
        vertical-align: middle;
        padding: 0.4rem;
    }

/* ============================================================
   MODAL
============================================================ */
.modal-dialog.modal-lg-responsive[b-oegwa7jkov] {
    max-width: 1000px;
    width: 85%;
    margin: 1.75rem auto;
}

.modal-content[b-oegwa7jkov] {
    border-radius: 12px;
    padding: 20px;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-footer .text-muted[b-oegwa7jkov] {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
}

.infVeiculo[b-oegwa7jkov] {
    border: 1px dashed #ccc;
    padding: 15px;
    margin: 5px;
}

.infPedido[b-oegwa7jkov] {
    border: 1px dashed #ccc;
    padding: 15px;
    margin: 5px;
}

.dropdown[b-oegwa7jkov] {
    appearance: none; /* remove estilo padrão do browser */
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 30px 10px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l6 6 6-6' stroke='%23666' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    cursor: pointer;
    transition: border-color 0.3s, box-shadow 0.3s;
    border-radius: 3px;
}

    .dropdown:focus[b-oegwa7jkov] {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }

    .dropdown:hover[b-oegwa7jkov] {
        border-color: #888;
    }

.erros[b-oegwa7jkov] {
    color: red;
}

/* ============================================================
   CAMPOS E BOTÕES
============================================================ */
.date-section[b-oegwa7jkov],
.matricula-section[b-oegwa7jkov] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-search[b-oegwa7jkov] {
    border: 1px solid #888;
    border-radius: 6px;
    background: #ddd;
    padding: 4px 8px;
    cursor: pointer;
}

.button-section[b-oegwa7jkov] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.btn-submit[b-oegwa7jkov] {
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    cursor: pointer;
}

.btn-back[b-oegwa7jkov] {
    background-color: #ccc;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    cursor: pointer;
}


.loading-overlay[b-oegwa7jkov] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* /Pages/Inclusao.razor.rz.scp.css */
/* ============================================================
   CONTAINER PRINCIPAL
============================================================ */

.form-container[b-337hwbmual] {
    width: 95%;
    max-width: 75vw;
    min-width: 300px;
    min-height: 75vh;
    margin: 30px auto;
    padding: 40px 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; 
    gap: 20px;
    background: #fafafa;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
}

/* ============================================================
   DIVS INTERNAS (FORMULÁRIO / TABELA)
============================================================ */
    .form-container > div:first-child[b-337hwbmual] {
        flex: 1 1 40%;
        min-width: 250px;
    }

    .form-container > div:last-child[b-337hwbmual] {
        flex: 1 1 60%;
        min-width: 250px;
    }

    /* ============================================================
   TÍTULOS
============================================================ */
    .form-container h3[b-337hwbmual] {
        text-align: left;
        border-left: 4px solid #007bff;
        padding-left: 10px;
        color: #333;
        margin-bottom: 25px;
    }

.titulo-tabela[b-337hwbmual] {
    display: inline-block;
    color: #333;
    margin-bottom: 15px; 
    padding-bottom: 5px;
    border-bottom: 3px solid #007bff; 
}

/* ============================================================
   SEÇÕES DO FORMULÁRIO
============================================================ */
.form-section[b-337hwbmual] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

    .form-section label[b-337hwbmual] {
        margin-bottom: 6px;
    }

input.form-control[b-337hwbmual],
select.form-control[b-337hwbmual],
textarea.form-control[b-337hwbmual] {
    margin-bottom: 10px;
}

select.form-control[b-337hwbmual] {
    -webkit-appearance: auto;
}

.input-group-text[b-337hwbmual] {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
}

/* ============================================================
   SWITCH ESTILO iOS
============================================================ */
.switch-section[b-337hwbmual] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.switch[b-337hwbmual] {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 26px;
}

    .switch input[b-337hwbmual] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-337hwbmual] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .3s;
    border-radius: 34px;
}

    .slider[b-337hwbmual]:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: .3s;
        border-radius: 50%;
    }

input:checked + .slider[b-337hwbmual] {
    background-color: #4caf50;
}

    input:checked + .slider[b-337hwbmual]:before {
        transform: translateX(20px);
    }

/* ============================================================
   CAMPOS E BOTÕES
============================================================ */
.date-section[b-337hwbmual],
.matricula-section[b-337hwbmual] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-search[b-337hwbmual] {
    border: 1px solid #888;
    border-radius: 6px;
    background: #ddd;
    padding: 4px 8px;
    cursor: pointer;
}

.button-section[b-337hwbmual] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.btn-submit[b-337hwbmual] {
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    cursor: pointer;
}

.btn-back[b-337hwbmual] {
    background-color: #ccc;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    cursor: pointer;
}

.text-importar[b-337hwbmual] {
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}
.text-importar:hover[b-337hwbmual] {
    filter: brightness(0.2);
}

.btn-primary[b-337hwbmual] {
    background-color: #007bff;
}

.erros[b-337hwbmual]{
    color: red;
}

.search-dropdown[b-337hwbmual] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    border: 1px solid #ddd;
    border-radius: 0 0 6px 6px;
    max-height: 200px;
    overflow-y: auto;
}
/* ============================================================
   FOCOS E INTERAÇÕES
============================================================ */
input:focus[b-337hwbmual],
select:focus[b-337hwbmual],
textarea:focus[b-337hwbmual] {
    outline: none;
    box-shadow: 0 0 0 2px lightgray;
}

.search-dropdown li:hover[b-337hwbmual] {
    background: #F1F4FE !important;
}

.btn[b-337hwbmual] {
    border: none;
}

    .btn:focus[b-337hwbmual],
    .btn:active[b-337hwbmual] {
        outline: none !important;
        transform: translateY(0.30px) !important;
        box-shadow: 0 2px 5px lightgray !important;
    }

.dropdown[b-337hwbmual] {
    appearance: none; /* remove estilo padrão do browser */
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 30px 10px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l6 6 6-6' stroke='%23666' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    cursor: pointer;
    transition: border-color 0.3s, box-shadow 0.3s;
    border-radius: 3px;
}

    .dropdown:focus[b-337hwbmual] {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }

    .dropdown:hover[b-337hwbmual] {
        border-color: #888;
    }

/* ============================================================
   TABELA
============================================================ */
.tabela-container[b-337hwbmual] {
    width: 100%;
    overflow-x: hidden; /* impede scroll horizontal */
}

.tabela-ajustada[b-337hwbmual] {
    width: 100%;
    table-layout: fixed; /* força as colunas a caber na largura total */
    font-size: 1rem; /* texto ligeiramente menor */
    word-wrap: break-word; /* permite quebrar linhas */
}

    .tabela-ajustada th[b-337hwbmual],
    .tabela-ajustada td[b-337hwbmual] {
        white-space: normal; /* quebra de texto nas células */
        text-align: center;
        vertical-align: middle;
        padding: 0.4rem;
    }
/* ============================================================
   AVISO
============================================================ */

.aviso-tabela[b-337hwbmual] {
    flex: 1 1 650px;
    max-width: 100%;
    border: 1px dashed #ccc;
    border-radius: 8px;
    padding: 40px;
}

/* ============================================================
   MODAL
============================================================ */
.modal-dialog.modal-lg-responsive[b-337hwbmual] {
    max-width: 1000px;
    width: 85%;
    margin: 1.75rem auto;
}

.modal-content[b-337hwbmual] {
    border-radius: 12px;
    padding: 20px;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-footer .text-muted[b-337hwbmual] {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
}

.infVeiculo[b-337hwbmual] {
    border: 1px dashed #ccc;
    padding: 15px;
    margin: 5px;
}

.infPedido[b-337hwbmual] {
    border: 1px dashed #ccc;
    padding: 15px;
    margin: 5px;
}

/* ============================================================
   TABS
============================================================ */

.tabs[b-337hwbmual] {
    position: relative;
    top: 29px;
    left: 15%;
}

.nav-tabs[b-337hwbmual] {
    border-bottom: none;
}
.nav-link[b-337hwbmual] {
    border: 1px solid lightgray;
    border-bottom: none;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}
.nav-link:hover[b-337hwbmual] {
    border: 1px solid gray;
    border-bottom: none;
}
.nav-item .nav-link.active[b-337hwbmual] {
    background-color: #fafafa;
    border-color: lightgray;
    border-bottom: none;
    box-shadow: none;
}

/* ============================================================
   MEDIA QUERIES
============================================================ */
@media (max-width: 768px) {
    .form-container[b-337hwbmual] {
        width: 95%;
        padding: 20px 30px;
        min-height: auto;
    }

        .form-container h3[b-337hwbmual] {
            font-size: 1.2rem;
        }


    .modal-dialog.modal-lg-responsive[b-337hwbmual] {
        width: 95%;
        margin: 1rem auto;
    }
}
/* /Pages/Index.razor.rz.scp.css */
body[b-im1yxci5rw] {
    padding: 3%;
}
/*.container-fluid {
    margin: 30px;
    margin-left: 80px;
    margin-right: 80px;
}*/

.container-fluid[b-im1yxci5rw] {
    background-image: url("img/imgFundo.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
}

.home-container[b-im1yxci5rw] {
    max-width: 112% !important;
    width: 200%;
}

.home-page[b-im1yxci5rw] {
    display: flex; /* ativa flexbox */
    flex-direction: column; /* organiza header, search e cards em coluna */
    padding: 2%;
    min-height: 80vh; /* garante altura mínima da tela */
}
input[b-im1yxci5rw] {
    width: 40% !important;
    border-radius: 70px !important;
    padding: 10px;
    transition: all 0.2s ease;
    outline: none;
    box-shadow: none;
}
    input:hover[b-im1yxci5rw] {
        background-color: #F7F7F7;
    }
    input:focus[b-im1yxci5rw] {
        outline: none !important;
        box-shadow: none !important;
        border-color: none !important;
    }
.search-input[b-im1yxci5rw] {
    padding-left: 35px;
    background-image: url("https://cdn-icons-png.flaticon.com/512/622/622669.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 16px;
}
.search-dropdown[b-im1yxci5rw] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px 6px 6px 6px;
    max-height: 250px;
    overflow-y: auto;
}

    .search-dropdown li:hover[b-im1yxci5rw] {
        background: #F1F4FE !important;
    }

.cards[b-im1yxci5rw] {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    flex: 1; /* faz o cards crescer para ocupar o espaço disponível */
    align-items: center; /* faz os cards se esticarem verticalmente */
}

.card[b-im1yxci5rw] {
    flex: 1 1 200px; /* crescimento flexível */
    height: 250px;
    max-width: 30%;
    border-radius: 30px;
}
.card-body[b-im1yxci5rw] {
    display: flex; /* ativa flexbox */
    flex-direction: column; /* organiza ícone e texto em coluna */
    justify-content: center; /* centraliza verticalmente */
    align-items: center; /* centraliza horizontalmente */
    height: 100%; /* ocupa toda altura do card */
    text-align: center; /* centraliza o texto */
    color: white;
    background-color: #3EBFE8;
    cursor: pointer; /* muda o cursor para indicar clique */
    transition: background-color 0.2s ease, filter 0.2s ease; /* transição suave */
}
    .card-body.active[b-im1yxci5rw] {
        background-color: #3299BA; /* cor de ativo */
    }

    /* Quando passa o mouse */
    .card-body:hover[b-im1yxci5rw] {
        filter: brightness(0.9); /* leve escurecimento */
    }

.custom-card-dropdown[b-im1yxci5rw] {
    overflow: visible;
}

.card-dropdown-options[b-im1yxci5rw] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #3EBFE8;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 0 0 4px 4px;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 1001;
}

    .card-dropdown-options li[b-im1yxci5rw] {
        padding: 10px;
        cursor: pointer;
        color: white;
        border-top: 1px solid rgba(255,255,255,0.2);
        transition: background 0.2s ease;
    }

        .card-dropdown-options li:hover[b-im1yxci5rw] {
            background-color: #33a7d1;
        }

    .card-dropdown-options.show[b-im1yxci5rw] {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
/* /Pages/Logs.razor.rz.scp.css */
.container-fluid[b-ayxsvxvkbf] {
    margin: 30px;
    margin-left: 80px;
    margin-right: 80px;
}

h3[b-ayxsvxvkbf] {
    text-align: left;
    border-left: 4px solid #007bff;
    padding-left: 10px;
    color: #333;
    margin-bottom: 25px;
}

.table-container[b-ayxsvxvkbf] {
    width: 95%;
    max-width: 1600px;
    min-width: 300px;
    margin: 0;
    padding: 25px 40px;
    gap: 20px;
    background: #fafafa;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.btn[b-ayxsvxvkbf] {
    border: none;
}

    .btn:focus[b-ayxsvxvkbf],
    .btn:active[b-ayxsvxvkbf] {
        outline: none !important;
        transform: translateY(0.30px) !important;
        box-shadow: 0 2px 5px rgba(0,0,0,0.3) !important;
    }

.btn-close:focus[b-ayxsvxvkbf],
.btn-close:active[b-ayxsvxvkbf] {
    outline: none !important;
}

.btn-outline-secondary:hover[b-ayxsvxvkbf] {
    background-color: #D4D4D4 !important;
    color: #9BA3A7 !important;
}

.btn-nav[b-ayxsvxvkbf] {
    padding: 0.5rem 0.8rem;
    font-size: 0.8rem;
}

.btn-num[b-ayxsvxvkbf] {
    background-color: #E6E6E6 !important;
    color: gray !important;
}

    .btn-num:hover[b-ayxsvxvkbf] {
        background-color: #DEDEDE !important;
        color: dimgray !important;
    }

.btn-secondary[b-ayxsvxvkbf] {
    background-color: lightgray !important;
    color: black !important;
}

/* --- TABELA --- */

.table[b-ayxsvxvkbf] {
    margin: 0 !important;
    border: 1px solid #ddd;
}

    .table td[b-ayxsvxvkbf] {
        vertical-align: middle;
        font-size: 0.9rem;
    }

    .table th[b-ayxsvxvkbf] {
        font-size: 0.85rem;
        color: #555;
        font-weight: 600;
    }

.link[b-ayxsvxvkbf] {
    cursor: pointer;
    color: black;
    text-decoration: underline;
}
/* --- BADGES --- */

.badge[b-ayxsvxvkbf] {
    font-size: 0.75rem;
    padding: 0.4em 0.75em;
    border-radius: 6px;
    font-weight: 500;
    text-transform: lowercase;
}

/* --- TABS --- */

.tabs[b-ayxsvxvkbf] {
    position: relative;
    max-width: 60%;
    left: 3%;
}

.nav-tabs[b-ayxsvxvkbf] {
    border-bottom: none;
}

.nav-link[b-ayxsvxvkbf] {
    border: 1px solid lightgray;
    border-bottom: none;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

    .nav-link:hover[b-ayxsvxvkbf] {
        border: 1px solid gray;
        border-bottom: none;
    }

.nav-item .nav-link.active[b-ayxsvxvkbf] {
    background-color: #fafafa;
    border-color: lightgray;
    border-bottom: none;
    box-shadow: none;
}

/* --- BARRA DE NAVEGAÇÃO --- */

.navigation-bar[b-ayxsvxvkbf] {
    background-color: #f8f9fa;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-top: none !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
}

/* --- EMPTY STATE --- */

.text-muted[b-ayxsvxvkbf] {
    color: #888 !important;
}
/* /Pages/MenuInclusoes.razor.rz.scp.css */
html[b-pg28lcbum7], body[b-pg28lcbum7] {
    margin: 0;
    padding: 0;
    height: 100%;
}
/* Container principal da página inicial */
.portal-full[b-pg28lcbum7] {
    display: flex;
    flex: 1; 
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.half[b-pg28lcbum7] {
    flex: 1;
    position: relative;
    background-size: cover;
    background-position: center;
    border-right: 2px solid #ccc;
    transition: filter 0.5s ease;
}

/* Lado esquerdo */
.left[b-pg28lcbum7] {
    background-image: url("img/InclusoesImg.png");
}

/* Lado direito */
.right[b-pg28lcbum7] {
    background-image: url("img/ExclusoesImg.png");
    border-right: none;
}

/* Conteúdo superior */
.content[b-pg28lcbum7] {
    position: absolute;
    top: 40px;
    color: #000;
    max-width: 80%;
}

/* Esquerda: texto alinhado à esquerda */
.top-left[b-pg28lcbum7] {
    color: white;
    left: 40px;
    text-align: left;
    border-left: 4px solid #007bff;
    padding-left: 10px;
    margin-bottom: 25px;
}

/* Direita: texto alinhado à direita */
.top-right[b-pg28lcbum7] {
    color: white;
    right: 40px;
    text-align: right;
    border-right: 4px solid #007bff;
    padding-right: 10px;
    margin-bottom: 25px;
}

.btn-inclusao[b-pg28lcbum7] {
    position: absolute;
    top: 35%;
    left: 60%;
    transform: translateX(-50%);
}

.btn-exclusao[b-pg28lcbum7] {
    position: absolute;
    top: 35%;
    left: 40%;
    transform: translateX(-50%);
}

/* Tipografia */
h2[b-pg28lcbum7] {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    color: white;
}

p[b-pg28lcbum7] {
    font-size: 1rem;
    margin: 0;
}

/* Botões */
.btn[b-pg28lcbum7] {
    padding: 14px 40px;
    background-color: #3EBFE8;
    color: white;
    border: none;
    border-radius: 0px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}
    .btn:active[b-pg28lcbum7],
    .btn:focus[b-pg28lcbum7]{
        outline: none !important;
        box-shadow: 0 2px 5px rgba(0,0,0,0.3) !important;
        color: white;
    }
    .btn:hover[b-pg28lcbum7] {
        background-color: #33a7d1;
    }

.custom-select[b-pg28lcbum7] {
    position: relative;
    display: inline-block;
}


.selected[b-pg28lcbum7] {
    padding: 18px 44px;
    width: 100%;
    background-color: #3EBFE8;
    border: none;
    color: white;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
}

.dropdown-caret[b-pg28lcbum7] {
    display: inline-block; /* IMPORTANTE */
    margin-left: 8px;
    transition: transform 0.3s ease;
}

    .dropdown-caret.rotate[b-pg28lcbum7] {
        transform: rotate(180deg);
    }

.options[b-pg28lcbum7] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    color: white;
    background-color: #3EBFE8;
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all 0.3s ease;
}

    .options.show[b-pg28lcbum7] {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .options li[b-pg28lcbum7] {
        padding: 10px 12px;
        cursor: pointer;
        border-top: 1px solid rgba(255,255,255,0.2);
        transition: background 0.2s ease;
    }

        .options li:hover[b-pg28lcbum7] {
            background-color: #33a7d1;
        }


/* Pequeno zoom ao passar o rato */
.half:hover[b-pg28lcbum7] {
    transform: scale(1.005);
    transition: transform 0.15s ease;
}


.portal-full:hover .half[b-pg28lcbum7] {
    filter: brightness(0.6); /* escurece todas as metades */
}

.portal-full .half:hover[b-pg28lcbum7] {
    filter: brightness(1); /* mantém a original clara */
}


@media (max-width: 768px ) {
    .btn-inclusao[b-pg28lcbum7] {
        position: absolute;
        top: 80%;
        left: 60%;
        transform: translateX(-50%);
    }
    .btn-exclusao[b-pg28lcbum7] {
        position: absolute;
        top: 80%;
        left: 40%;
        transform: translateX(-50%);
    }
}
/* /Pages/Pedidos.razor.rz.scp.css */
.container-fluid[b-kmkj9acu0w] {
    margin: 30px;
    margin-left: 80px;
    margin-right: 80px;
}

h3[b-kmkj9acu0w] {
    text-align: left;
    border-left: 4px solid #007bff;
    padding-left: 10px;
    color: #333;
    margin-bottom: 25px;
}

.table-container[b-kmkj9acu0w] {
    width: 100%;
    min-width: 300px;
    margin: 0 !important;
    padding: 25px 40px;
    gap: 20px;
    background: #fafafa;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.table-scroll[b-kmkj9acu0w] {
    overflow-x: auto;
}

.container-header[b-kmkj9acu0w] {
    display: flex;
    align-items: center; /* Alinha verticalmente */
    justify-content: space-between; /* Espaço entre título e filtros */
    padding: 10px 20px;
    background-color: #f8f9fa; /* leve fundo cinza */
    border-bottom: 1px solid #dee2e6;
    gap: 20px; /* espaço entre elementos */
    margin-bottom: 20px;
}

    .container-header h3[b-kmkj9acu0w] {
        margin: 0;
        font-size: 1.5rem;
        font-weight: 600;
        color: #343a40;
    }

.filtros[b-kmkj9acu0w] {
    display: flex;
    align-items: center;
    gap: 10px; /* espaço entre filtros */
    flex-wrap: wrap; /* se a tela ficar pequena, quebra linha */
}

    .filtros label[b-kmkj9acu0w] {
        font-weight: 500;
        margin-right: 5px;
    }

    .filtros select[b-kmkj9acu0w],
    .filtros input[type="date"][b-kmkj9acu0w],
    .filtros input[type="text"][b-kmkj9acu0w] {
        padding: 5px 8px;
        border: 1px solid #ced4da;
        border-radius: 4px;
        font-size: 0.9rem;
    }

    .filtros input[type="text"][b-kmkj9acu0w] {
        width: 250px; /* largura do campo de pesquisa */
    }

    .filtros i.bi-search[b-kmkj9acu0w] {
        color: #495057;
    }


.btn[b-kmkj9acu0w] {
    border: none;
}

.button-container[b-kmkj9acu0w] {
    text-align: right;
    margin-bottom: 5px;
}

.btn:focus[b-kmkj9acu0w],
.btn:active[b-kmkj9acu0w] {
    outline: none !important;
    transform: translateY(0.30px) !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3) !important;
}

.btn-close:focus[b-kmkj9acu0w],
.btn-close:active[b-kmkj9acu0w] {
    outline: none !important;
}

.btn-outline-secondary:hover[b-kmkj9acu0w] {
    background-color: #D4D4D4 !important;
}

.btn-nav[b-kmkj9acu0w] {
    padding: 0.5rem 0.8rem;
    font-size: 0.8rem;
}

.btn-num[b-kmkj9acu0w] {
    background-color: #E6E6E6 !important;
    color: gray !important;
}

    .btn-num:hover[b-kmkj9acu0w] {
        background-color: #DEDEDE !important;
        color: dimgray !important;
    }

.btn-secondary[b-kmkj9acu0w] {
    background-color: lightgray !important;
    color: black !important;
}


/* --- TABELA --- */

.table-scroll[b-kmkj9acu0w] {
    overflow-x: auto;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.table[b-kmkj9acu0w] {
    width: max-content;
    min-width: 100%;
    border-collapse: collapse;
    margin: 0 !important;
}

    .table td[b-kmkj9acu0w],
    .table th[b-kmkj9acu0w] {
        font-size: 0.8rem !important;
        white-space: nowrap !important;
        padding: 8px 12px;
    }

    .link[b-kmkj9acu0w] {
        cursor: pointer;
        color: black;
        text-decoration: underline;
    }

/* ---  BARRA DE NAVEGAÇÃO --- */

.navigation-bar[b-kmkj9acu0w] {
    background-color: #f8f9fa;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-top: none !important;
    margin: 0 !important;
}


.tabs[b-kmkj9acu0w] {
    position: relative;
    max-width: 60%;
    left: 3%;
}

.loading-overlay[b-kmkj9acu0w] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* ── Modal Importar Registo ── */
.modal-backdrop-custom[b-kmkj9acu0w] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1000;
}

.modal-importar[b-kmkj9acu0w] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    background: #fff;
    border-radius: 12px;
    width: 420px;
    max-width: 95vw;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.modal-importar-header[b-kmkj9acu0w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px 12px;
    border-bottom: 1px solid #dee2e6;
}

.modal-importar-tabs[b-kmkj9acu0w] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px 20px 0;
    border-bottom: 2px solid #dee2e6;
}

.tab-btn[b-kmkj9acu0w] {
    background: none;
    border: none;
    padding: 6px 10px 10px;
    font-size: 0.9rem;
    color: #6c757d;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: color 0.15s, border-color 0.15s;
}

    .tab-btn.active[b-kmkj9acu0w] {
        color: #0d6efd;
        border-bottom-color: #0d6efd;
        font-weight: 600;
    }

    .tab-btn:hover:not(.active)[b-kmkj9acu0w] {
        color: #343a40;
    }

.tab-sep[b-kmkj9acu0w] {
    color: #dee2e6;
    font-size: 1rem;
}

.modal-importar-body[b-kmkj9acu0w] {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

.modal-importar-footer[b-kmkj9acu0w] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 12px 20px;
    border-top: 1px solid #dee2e6;
    background: #f8f9fa;
}

.apolices-list[b-kmkj9acu0w] {
    max-height: 140px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 6px;
}

.erros[b-kmkj9acu0w] {
    color: red;
}
/* /Pages/Perfil.razor.rz.scp.css */
.page-container[b-1xjqxn6evc] {
    padding: 20px;
    display: flex;
    justify-content: center;
}

.profile-card[b-1xjqxn6evc] {
    max-width: 700px;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    padding: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

.profile-header[b-1xjqxn6evc] {
    text-align: center;
    margin-bottom: 30px;
}

.image-container[b-1xjqxn6evc] {
    position: relative;
    display: inline-block;
}

.profile-image[b-1xjqxn6evc] {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 3px solid #05287D;
    object-fit: cover;
}

.btn-edit[b-1xjqxn6evc] {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #05287D;
    border-radius: 50%;
    padding: 6px 8px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.profile-name[b-1xjqxn6evc] {
    font-size: 2rem;
    margin: 15px 0 5px 0;
}

.profile-title[b-1xjqxn6evc] {
    font-size: 1.2rem;
    color: dimgray;
}

.profile-sections[b-1xjqxn6evc] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Modal overlay */
.modal-overlay[b-1xjqxn6evc] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Modal card estilo esboço */
.modal-card.edit-card[b-1xjqxn6evc] {
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 16px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 12px 28px rgba(0,0,0,0.2);
}

    .modal-card.edit-card h3[b-1xjqxn6evc] {
        margin-top: 0;
        color: #05287D;
        text-align: center;
        margin-bottom: 20px;
    }

/* Conteúdo do modal: foto + campos */
.modal-content[b-1xjqxn6evc] {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* Seção da foto */
.photo-section[b-1xjqxn6evc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
}

.profile-preview[b-1xjqxn6evc] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #05287D;
    margin-bottom: 10px;
}

/* Seção dos campos */
.fields-section[b-1xjqxn6evc] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

    .fields-section label[b-1xjqxn6evc] {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .fields-section input[type="text"][b-1xjqxn6evc],
    .photo-section input[type="file"][b-1xjqxn6evc] {
        padding: 8px 10px;
        border-radius: 6px;
        border: 1px solid #ccc;
    }

/* Botões */
.modal-buttons[b-1xjqxn6evc] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.btn[b-1xjqxn6evc] {
    border: none;
}

.btn:focus[b-1xjqxn6evc],
.btn:active[b-1xjqxn6evc] {
    outline: none !important;
    transform: translateY(0.30px) !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3) !important;
}

/* Responsivo para telas pequenas */
@media (max-width: 480px) {
    .modal-content[b-1xjqxn6evc] {
        flex-direction: column;
        align-items: stretch;
    }

    .photo-section[b-1xjqxn6evc] {
        width: 100%;
    }
}
/* /Pages/RecuperarPassword.razor.rz.scp.css */
.recuperar-container[b-it488nf6ir] {
    background-color: #001f3f; /* Azul escuro */
    color: white;
    padding: 40px; /* Mais espaço interno */
    border-radius: 15px;
    max-width: 600px;
    min-height: 300px;
    margin: 40px auto; /* Centralizado */
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

.recuperar-title[b-it488nf6ir] {
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: bold;
}

.recuperar-container label[b-it488nf6ir] {
    display: block;
    margin-top: 15px;
    font-weight: bold;
}

.recuperar-container input[b-it488nf6ir]{
    width: 100%;
    padding: 12px;
    margin-top: 8px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
}


.recuperar-container button[b-it488nf6ir] {
    margin-top: 20px;
    width: 100%;
    padding: 14px;
    background-color: #3EBFE8;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .recuperar-container button:hover[b-it488nf6ir] {
        background-color: #33a7d1;
    }

.recuperar-footer[b-it488nf6ir] {
    margin-top: 20px;
    text-align: center;
}

.text-success[b-it488nf6ir] {
    color: #2ecc71;
    margin-top: 15px;
    font-weight: bold;
}

.text-danger[b-it488nf6ir] {
    color: #e74c3c;
    margin-top: 15px;
    font-weight: bold;
}
/* /Pages/Shared/Footer.razor.rz.scp.css */
footer[b-0o3ep2noet] {
    background-color: #03194F !important;
    color: azure;
    z-index:1000;
}
/* /Pages/Shared/FullPageLayout.razor.rz.scp.css */
.fullpage-layout[b-ea4o37wn2l] {
    display: flex;
    flex: 1; /* preenche o espaço disponível */
    margin-top: 8vh;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
/* /Pages/Shared/GestaoLayout.razor.rz.scp.css */
.main-content[b-tsgip4btfb] {
    margin-top: 8vh;
    margin-left: 5%;
    flex-grow: 1;
    max-width: 85%;
    min-width: 85%;
    transition: all 0.3s ease;
}

div[b-tsgip4btfb] {
    transition: all 0.3s ease;
}

.sidebar-overlay[b-tsgip4btfb] {
    display: none;
    position: fixed;
    top: 8vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 998;
}

    .sidebar-overlay.show[b-tsgip4btfb] {
        display: block;
    }
/* /Pages/Shared/MainLayout.razor.rz.scp.css */
.page[b-fgowv0z6hw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fgowv0z6hw] {
    flex: 1;
    margin-top: 8vh !important;
}

.container-mt4[b-fgowv0z6hw] {
    margin-top: 8vh !important;
}

.top-row[b-fgowv0z6hw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fgowv0z6hw]  a, .top-row .btn-link[b-fgowv0z6hw] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-fgowv0z6hw] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fgowv0z6hw] {
        display: none;
    }

    .top-row.auth[b-fgowv0z6hw] {
        justify-content: space-between;
    }

    .top-row a[b-fgowv0z6hw], .top-row .btn-link[b-fgowv0z6hw] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fgowv0z6hw] {
        flex-direction: row;
    }

    .sidebar[b-fgowv0z6hw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fgowv0z6hw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-fgowv0z6hw], article[b-fgowv0z6hw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Shared/NavMenu.razor.rz.scp.css */
    /* ===== Navbar ===== */
    .navbar[b-l1vz9uitxx] {
        font-family: 'Poppins', serif;
        background-color: #000 !important;
        padding: 45px;
        height: 8vh;
        position: fixed; /* adiciona isto */
        width: 100vw;
        top: 0; /* e isto */
        z-index: 1000; /* e isto */
    }

    .navbar-brand[b-l1vz9uitxx] {
        font-size: 1.1rem;
        transition: filter 0.2s;
    }

        .navbar-brand:hover[b-l1vz9uitxx] {
            filter: brightness(0.7);
        }

    /* Anima��o da seta do dropdown */
    .navbar .dropdown-toggle[b-l1vz9uitxx]::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: 0.255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-left: .3em solid transparent;
        transition: transform 0.3s ease;
    }

    .navbar .dropdown-toggle[aria-expanded="true"][b-l1vz9uitxx]::after {
        transform: rotate(180deg);
    }

    /* Anima��o do dropdown */
    .dropdown-menu.animate-dropdown[b-l1vz9uitxx] {
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        pointer-events: none; /* impede clique enquanto escondido */
    }

    .dropdown-menu.show.animate-dropdown[b-l1vz9uitxx] {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto; /* ativa clique quando aberto */
    }

    /* ===== Navigation ===== */
    .nav-item[b-l1vz9uitxx] {
        font-size: 0.9rem;
        padding: 0.5rem 0;
        transition: filter 0.2s;
    }

        .nav-item[b-l1vz9uitxx]  .nav-link {
            color: #0074F0;
            background: none;
            border: none;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
            width: 100%;
        }

        .nav-item[b-l1vz9uitxx]  a.active {
            color: #0067D6 !important;
            background-color: #f0f0f0 !important;
            border-radius: 4px;
        }

        /* Remove o fundo e cor ativa do bot�o de login */
        .nav-item[b-l1vz9uitxx]  .login-link.active {
            background: none !important;
            color: #ffffff !important;
        }

        .nav-item[b-l1vz9uitxx]  .nav-link:hover {
            color: lightgray !important;
        }


    /* ===== Media Queries ===== */
    @media (min-width: 641px) {
        .navbar-toggler[b-l1vz9uitxx] {
            display: none;
        }
    }
/* /Pages/Shared/Sidebar.razor.rz.scp.css */
.sidebar[b-ewmwzg3qds] {
    width: 15%;
    background-color: #092033;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: width 0.3s;
    /* Sticky */
    position: fixed;
    top: 8vh;
    height: calc(100vh - 8vh);
    overflow-y: auto;
    flex-shrink: 0;
    z-index: 999;
}

.sidebar-collapsed[b-ewmwzg3qds] {
    width: 5%;
    background-color: #092033;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: width 0.3s;
    /* Sticky */
    position: fixed;
    top: 8vh;
    height: calc(100vh - 8vh);
    overflow-y: auto;
    flex-shrink: 0;
    z-index: 999;
}
.sidebar-collapsed span[b-ewmwzg3qds]{
    display: none;
}

    /* Expande ao hover */
    /*.sidebar:hover {
        width: 15%;
    }*/


.sidebar-header[b-ewmwzg3qds]{
    width: 100%;
}
    .sidebar-header i[b-ewmwzg3qds] {
        position: relative;
        align-items: start;
        font-size: 25px;
        color: white;
        left: 85%;
    }
        .sidebar-header i:hover[b-ewmwzg3qds] {
            cursor: pointer;
            filter: brightness(0.7);
        }

    .sidebar-header-collapsed i[b-ewmwzg3qds] {
        align-items: center;
        font-size: 30px;
        color: white;
    }
        .sidebar-header-collapsed i:hover[b-ewmwzg3qds] {
            cursor: pointer;
            filter: brightness(0.7);
        }

.sidebar-body[b-ewmwzg3qds] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.body-sec[b-ewmwzg3qds] {
    margin: 20px;
}

.bodylink[b-ewmwzg3qds] {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

/* Esconde texto quando colapsada */
.sidebar .bodylink span[b-ewmwzg3qds] {
    display: inline;
}

/* Ao hover, ativa display e animação */
/*.sidebar:hover .bodylink span {
    display: inline;
    animation: fadeSlideIn 0.3s ease forwards;
}
*/
/* Definindo a animação */
@keyframes fadeSlideIn-b-ewmwzg3qds {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
/* /Pages/Shared/_Footer.cshtml.rz.scp.css */
footer[b-ugtcd7pyfl] {
    background-color: #03194F !important;
    color: azure;
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
.fullpage-layout[b-0jhztgid6i] {
    display: flex;
    flex: 1; /* preenche o espaço disponível */
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
/* /Pages/Shared/_NavMenu.cshtml.rz.scp.css */
/* ===== Navbar ===== */
.navbar[b-40pn8btdaf] {
    font-family: 'Poppins', serif;
    background-color: #000 !important;
    padding: 45px;
    height: 8vh;
}

.navbar-brand[b-40pn8btdaf] {
    font-size: 1.1rem;
    transition: filter 0.2s;
}

    .navbar-brand:hover[b-40pn8btdaf] {
        filter: brightness(0.7);
    }

/* Animação da seta do dropdown */
.navbar .dropdown-toggle[b-40pn8btdaf]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: 0.255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    transition: transform 0.3s ease;
}

.navbar .dropdown-toggle[aria-expanded="true"][b-40pn8btdaf]::after {
    transform: rotate(180deg);
}

/* Animação do dropdown */
.dropdown-menu.animate-dropdown[b-40pn8btdaf] {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none; /* impede clique enquanto escondido */
}

.dropdown-menu.show.animate-dropdown[b-40pn8btdaf] {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; /* ativa clique quando aberto */
}

/* ===== Navigation ===== */
.nav-item[b-40pn8btdaf] {
    font-size: 0.9rem;
    padding: 0.5rem 0;
    transition: filter 0.2s;
}

    .nav-item[b-40pn8btdaf]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-40pn8btdaf]  a.active {
        color: #05287D !important;
        background-color: #f0f0f0 !important;
        border-radius: 4px;
    }

    /* Remove o fundo e cor ativa do botão de login */
    .nav-item[b-40pn8btdaf]  .login-link.active {
        background: none !important;
        color: #ffffff !important;
    }

    .nav-item[b-40pn8btdaf]  .nav-link:hover {
        color: lightgray !important;
    }
/* ===== Media Queries ===== */
@media (min-width: 641px) {
    .navbar-toggler[b-40pn8btdaf] {
        display: none;
    }
}
/* /Pages/Signin.razor.rz.scp.css */
.signin-container[b-j2pkn7p4m1] {
    background-color: #001f3f;
    color: white;
    padding: 40px;
    border-radius: 15px;
    max-width: 650px;
    min-height: 500px;
    margin: 40px auto;
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
    box-sizing: border-box;
}

.signin-title[b-j2pkn7p4m1] {
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: bold;
}

.signin-container label[b-j2pkn7p4m1] {
    display: block;
    margin-top: 15px;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7a9cc0;
}

.signin-container .form-control[b-j2pkn7p4m1] {
    background: rgba(255, 255, 255, 0.10);
    border: 1.5px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    color: #ffffff;
    font-size: 15px;
    padding: 14px;
}

    .signin-container .form-control:focus[b-j2pkn7p4m1] {
        outline: none;
        border-color: rgba(62, 191, 232, 0.5);
        background: rgba(255, 255, 255, 0.09);
        box-shadow: none;
        color: #ffffff;
    }

    .signin-container .form-control[b-j2pkn7p4m1]::placeholder {
        color: #4a6a88;
    }

.signin-container button[b-j2pkn7p4m1] {
    margin-top: 20px;
    width: 100%;
    padding: 14px;
    background-color: #3EBFE8;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .signin-container button:hover[b-j2pkn7p4m1] {
        background-color: #33a7d1;
    }

.signin-footer[b-j2pkn7p4m1] {
    margin-top: 20px;
    text-align: center;
}

.nome-row[b-j2pkn7p4m1] {
    display: flex;
    gap: 15px;
    margin-bottom: 0;
}

.nome-field[b-j2pkn7p4m1],
.sobrenome-field[b-j2pkn7p4m1] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.erros[b-j2pkn7p4m1]{
    margin-top: 1.25rem;
}
/* /Pages/VerPerfil.razor.rz.scp.css */
.page-container[b-xubok2iu9v] {
    padding: 20px;
    display: flex;
    justify-content: center;
}

.profile-card[b-xubok2iu9v] {
    max-width: 700px;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    padding: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

.profile-header[b-xubok2iu9v] {
    text-align: center;
    margin-bottom: 30px;
}

.image-container[b-xubok2iu9v] {
    position: relative;
    display: inline-block;
}

.profile-image[b-xubok2iu9v] {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 3px solid #05287D;
    object-fit: cover;
}

.btn-edit[b-xubok2iu9v] {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #05287D;
    border-radius: 50%;
    padding: 6px 8px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.profile-name[b-xubok2iu9v] {
    font-size: 2rem;
    margin: 15px 0 5px 0;
}

.profile-title[b-xubok2iu9v] {
    font-size: 1.2rem;
    color: dimgray;
}

.profile-sections[b-xubok2iu9v] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Modal overlay */
.modal-overlay[b-xubok2iu9v] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Modal card estilo esboço */
.modal-card.edit-card[b-xubok2iu9v] {
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 16px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 12px 28px rgba(0,0,0,0.2);
}

    .modal-card.edit-card h3[b-xubok2iu9v] {
        margin-top: 0;
        color: #05287D;
        text-align: center;
        margin-bottom: 20px;
    }

/* Conteúdo do modal: foto + campos */
.modal-content[b-xubok2iu9v] {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* Seção da foto */
.photo-section[b-xubok2iu9v] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
}

.profile-preview[b-xubok2iu9v] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #05287D;
    margin-bottom: 10px;
}

/* Seção dos campos */
.fields-section[b-xubok2iu9v] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

    .fields-section label[b-xubok2iu9v] {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .fields-section input[type="text"][b-xubok2iu9v],
    .photo-section input[type="file"][b-xubok2iu9v] {
        padding: 8px 10px;
        border-radius: 6px;
        border: 1px solid #ccc;
    }

/* Botões */
.btn-voltar[b-xubok2iu9v] {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px;    
}

.modal-buttons[b-xubok2iu9v] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.btn[b-xubok2iu9v] {
    border: none;
}

.btn:focus[b-xubok2iu9v],
.btn:active[b-xubok2iu9v] {
    outline: none !important;
    transform: translateY(0.30px) !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3) !important;
}

/* Responsivo para telas pequenas */
@media (max-width: 480px) {
    .modal-content[b-xubok2iu9v] {
        flex-direction: column;
        align-items: stretch;
    }

    .photo-section[b-xubok2iu9v] {
        width: 100%;
    }
}
