@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/AulasJa.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3sfmybomqs] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3sfmybomqs] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    #blazor-error-ui .dismiss[b-3sfmybomqs] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AulasJa.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-qt9qfpt6ne] {
    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-qt9qfpt6ne] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-qt9qfpt6ne] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-qt9qfpt6ne] {
    font-size: 1.1rem;
}

.bi[b-qt9qfpt6ne] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-qt9qfpt6ne] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-qt9qfpt6ne] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-qt9qfpt6ne] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-qt9qfpt6ne] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-qt9qfpt6ne] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-qt9qfpt6ne] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-qt9qfpt6ne] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-qt9qfpt6ne] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-qt9qfpt6ne] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-qt9qfpt6ne] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-qt9qfpt6ne] {
        padding-bottom: 1rem;
    }

    .nav-item[b-qt9qfpt6ne]  .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-qt9qfpt6ne]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-qt9qfpt6ne]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-qt9qfpt6ne] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-qt9qfpt6ne] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-qt9qfpt6ne] {
        display: none;
    }

    .nav-scrollable[b-qt9qfpt6ne] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/AulasJa.Web/Components/Layout/NavMenuSuperior.razor.rz.scp.css */
.topbar[b-5xi970z8v0] {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 74px !important;
    background: #fff !important;
    border-bottom: 1px solid #e7edf3 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 99999 !important; /* Prioridade máxima */
}

.topbar-inner[b-5xi970z8v0] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px !important; /* Ajustado para caber bem no celular */
}

.brand-left[b-5xi970z8v0] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-logo[b-5xi970z8v0] {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.brand-text[b-5xi970z8v0] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-title[b-5xi970z8v0] {
    font-size: 24px;
    font-weight: 800;
    color: #111827;
}

.brand-subtitle[b-5xi970z8v0] {
    margin-top: 4px;
    font-size: 12px;
    color: #6b7280;
}

/* user */
.userbox[b-5xi970z8v0] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}

.avatar[b-5xi970z8v0] {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    background: #6d67f1;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 13px;
    flex-shrink: 0;
    overflow: hidden;
}


.username[b-5xi970z8v0] {
    font-weight: 700;
    color: #111827;
}

.caret[b-5xi970z8v0] {
    color: #6b7280;
    font-size: 14px;
}

/* dropdown */
.user-menu[b-5xi970z8v0] {
    position: absolute;
    top: 46px;
    right: 0;
    width: 220px;
    background: #fff;
    border: 1px solid #e7edf3;
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(17,24,39,0.10);
    overflow: hidden;
    z-index: 50;
}

.user-menu-item[b-5xi970z8v0] {
    width: 100%;
    text-align: left;
    padding: 10px 12px;
    background: transparent;
    border: none;
    font-size: 13px;
    cursor: pointer;
}

    .user-menu-item:hover[b-5xi970z8v0] {
        background: #f6f7fb;
    }

.user-menu-sep[b-5xi970z8v0] {
    height: 1px;
    background: #e7edf3;
}

.btn-link[b-5xi970z8v0] {
    color: #111827;
    font-weight: 700;
}

    .btn-link.danger[b-5xi970z8v0] {
        color: #b91c1c;
    }

.muted[b-5xi970z8v0] {
    color: #6b7280;
}
/* Navbar */
.btn-enter[b-5xi970z8v0] {
    background-color: #1976D2;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 6px 24px;
    font-weight: 600;
    font-size: 0.9rem;
}

    .btn-enter:hover[b-5xi970z8v0] {
        background-color: #4793de;
    }
/* MODAL BLOQUEANTE */
.modal-backdrop-custom-senha[b-5xi970z8v0] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: rgba(0, 0, 0, 0.7) !important; /* Fundo preto transparente */
    backdrop-filter: blur(4px) !important; /* Borra o fundo (efeito Apple) */
    z-index: 9999 !important; /* Fica acima de TUDO no sistema */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.modal-dialog-custom-senha[b-5xi970z8v0] {
    background-color: white !important;
    width: 100% !important;
    max-width: 400px !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    padding: 30px !important;
    animation: modalPopIn-b-5xi970z8v0 0.3s ease-out forwards !important;
}

.icon-lock[b-5xi970z8v0] {
    width: 64px !important;
    height: 64px !important;
    background-color: #f0fdf4 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
}

@keyframes modalPopIn-b-5xi970z8v0 {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.modal-header-custom-senha[b-5xi970z8v0] {
    padding: 20px 24px !important;
    border-bottom: 1px solid #e5e7eb !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: white !important;
}

    .modal-header-custom-senha h3[b-5xi970z8v0] {
        margin: 0 !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        color: #111827 !important;
    }
.avatar-img[b-5xi970z8v0] {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
/* _content/AulasJa.Web/Components/Pages/Admin/AdminDashboard.razor.rz.scp.css */
/* WRAPPER: Garante fundo total e espaço do menu */
.dashboard-wrapper[b-aywaqhdm1o] {
    background-color: #f9fafb; /* Cor de fundo suave (off-white) igual à imagem */
    min-height: 100vh;
    padding-top: 100px; /* Espaço para o menu fixo */
    width: 100%;
}

/* CONTENT: Centraliza e limita a largura para dar o espaçamento lateral */
.dashboard-content[b-aywaqhdm1o] {
    max-width: 1500px; /* Largura máxima para telas grandes */
    margin: 0 auto; /* Centraliza horizontalmente */
    padding-left: 40px; /* Espaçamento lateral esquerdo */
    padding-right: 40px; /* Espaçamento lateral direito */
    padding-bottom: 40px;
}

/* Header */
.dashboard-header[b-aywaqhdm1o] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

    .dashboard-header h1[b-aywaqhdm1o] {
        font-size: 28px;
        font-weight: 800;
        color: #111827;
        margin: 0;
    }

    .dashboard-header p[b-aywaqhdm1o] {
        color: #6b7280;
        margin: 4px 0 0 0;
        font-size: 14px;
    }

/* Botão Sair (Outline Vermelho/Cinza conforme imagem) */
.btn-logout-outline[b-aywaqhdm1o] {
    background: transparent;
    border: 1px solid #e5e7eb;
    color: #ef4444;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-logout-outline:hover[b-aywaqhdm1o] {
        background-color: #fef2f2;
        border-color: #fecaca;
    }

/* --- STATS GRID --- */
.stats-grid[b-aywaqhdm1o] {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 colunas fixas para desktop */
    gap: 24px;
    margin-bottom: 40px;
}

.stat-card[b-aywaqhdm1o] {
    background: #fff;
    border: 1px solid #f3f4f6; /* Borda bem sutil */
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02); /* Sombra suave */
}

.stat-icon-wrapper[b-aywaqhdm1o] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.stat-content[b-aywaqhdm1o] {
    display: flex;
    flex-direction: column;
}

.stat-label[b-aywaqhdm1o] {
    font-size: 12px;
    color: #6b7280;
    font-weight: 600;
    margin-bottom: 4px;
}

.stat-value[b-aywaqhdm1o] {
    font-size: 24px;
    font-weight: 800;
    color: #111827;
    line-height: 1;
}

/* Cores Stats */
.bg-blue[b-aywaqhdm1o] {
    background-color: #eff6ff;
}

.text-blue[b-aywaqhdm1o] {
    color: #3b82f6;
}

.bg-green[b-aywaqhdm1o] {
    background-color: #f0fdf4;
}

.text-green[b-aywaqhdm1o] {
    color: #22c55e;
}

.bg-purple[b-aywaqhdm1o] {
    background-color: #f3e8ff;
}

.text-purple[b-aywaqhdm1o] {
    color: #a855f7;
}

.bg-yellow[b-aywaqhdm1o] {
    background-color: #fefce8;
}

.text-yellow[b-aywaqhdm1o] {
    color: #eab308;
}


/* --- MÓDULOS --- */
.section-title[b-aywaqhdm1o] {
    font-size: 18px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 20px;
}

.modules-grid[b-aywaqhdm1o] {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 colunas */
    gap: 24px;
}

.module-card[b-aywaqhdm1o] {
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 220px;
}

.module-header-row[b-aywaqhdm1o] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.module-icon[b-aywaqhdm1o] {
    font-size: 18px;
}

.module-header-row h4[b-aywaqhdm1o] {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    color: #111827;
}

.module-card p[b-aywaqhdm1o] {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Cores Cards Módulos */
.card-white[b-aywaqhdm1o] {
    background: #fff;
    border: 1px solid #f3f4f6;
}

.card-blue[b-aywaqhdm1o] {
    background-color: #eff6ff;
    border: 1px solid #dbeafe;
}

    .card-blue p[b-aywaqhdm1o] {
        color: #1e3a8a;
    }

    .card-blue h4[b-aywaqhdm1o] {
        color: #1d4ed8;
    }

.card-red[b-aywaqhdm1o] {
    background-color: #fef2f2;
    border: 1px solid #fee2e2;
}

    .card-red p[b-aywaqhdm1o] {
        color: #b91c1c;
    }

    .card-red h4[b-aywaqhdm1o] {
        color: #ef4444;
    }


/* BOTÕES */
.btn-custom[b-aywaqhdm1o] {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    margin-top: auto;
}

.btn-dark[b-aywaqhdm1o] {
    background-color: #1e1b4b;
    color: #fff;
}

    .btn-dark:hover[b-aywaqhdm1o] {
        background-color: #312e81;
    }

.btn-light-blue[b-aywaqhdm1o] {
    background-color: #dbeafe;
    color: #1e40af;
}

    .btn-light-blue:hover[b-aywaqhdm1o] {
        background-color: #bfdbfe;
    }

.btn-light-red[b-aywaqhdm1o] {
    background-color: #fee2e2;
    color: #991b1b;
}

    .btn-light-red:hover[b-aywaqhdm1o] {
        background-color: #fecaca;
    }

/* Responsividade */
@media (max-width: 1200px) {
    .stats-grid[b-aywaqhdm1o] {
        grid-template-columns: repeat(2, 1fr);
    }

    .modules-grid[b-aywaqhdm1o] {
        grid-template-columns: repeat(2, 1fr);
    }

    .dashboard-content[b-aywaqhdm1o] {
        max-width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 768px) {
    .stats-grid[b-aywaqhdm1o], .modules-grid[b-aywaqhdm1o] {
        grid-template-columns: 1fr;
    }
}
/* _content/AulasJa.Web/Components/Pages/Admin/Aprovacoes.razor.rz.scp.css */
/* WRAPPER */
.aprovacao-wrapper[b-3u3demavih] {
    background-color: #f8f9fa;
    min-height: 100vh;
    padding-top: 100px; /* Espaço menu fixo */
    width: 100%;
}

.aprovacao-content[b-3u3demavih] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px 40px 40px;
}

/* HEADER */
.page-header[b-3u3demavih] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

    .page-header h1[b-3u3demavih] {
        font-size: 28px;
        font-weight: 800;
        color: #111827;
        margin: 0;
    }

    .page-header p[b-3u3demavih] {
        color: #6b7280;
        margin: 4px 0 0 0;
    }

.btn-voltar[b-3u3demavih] {
    background: #fff;
    border: 1px solid #e5e7eb;
    color: #374151;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

/* TABS */
.tabs-container[b-3u3demavih] {
    display: flex;
    background: #f5f3f3;
    border-radius: 12px;
    padding: 6px;
    margin-bottom: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.tab-btn[b-3u3demavih] {
    flex: 1;
    border: none;
    background: transparent;
    padding: 12px;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s;
}

    .tab-btn.active[b-3u3demavih] {
        background: #fff;
        color: #111827;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

/* CARDS LIST */
.cards-list[b-3u3demavih] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.approval-card[b-3u3demavih] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-left[b-3u3demavih] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.avatar-circle[b-3u3demavih] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

    .avatar-circle.purple[b-3u3demavih] {
        background: #f3e8ff;
        color: #9333ea;
    }

    .avatar-circle.blue[b-3u3demavih] {
        background: #eff6ff;
        color: #3b82f6;
    }

    .avatar-circle.yellow[b-3u3demavih] {
        background: #fefce8;
        color: #eab308;
    }

.card-info h3[b-3u3demavih] {
    margin: 0 0 6px 0;
    font-size: 18px;
    color: #111827;
}

.meta-row[b-3u3demavih] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #6b7280;
}

.badge-type[b-3u3demavih] {
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #e5e7eb;
}

    .badge-type.instrutor[b-3u3demavih] {
        background: #f3f4f6;
        color: #374151;
    }

    .badge-type.cfc[b-3u3demavih] {
        background: #eff6ff;
        color: #1e40af;
    }

.sub-meta[b-3u3demavih] {
    margin-top: 4px;
    font-size: 13px;
    color: #4b5563;
    background: #f9fafb;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
}

/* ACTIONS BUTTONS */
.card-actions[b-3u3demavih] {
    display: flex;
    gap: 12px;
}

.btn-visualizar[b-3u3demavih], .btn-aprovar[b-3u3demavih], .btn-rejeitar[b-3u3demavih] {
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.btn-visualizar[b-3u3demavih] {
    background: #fff;
    border: 1px solid #e5e7eb;
    color: #374151;
}

.btn-aprovar[b-3u3demavih] {
    background: #1976D2;
    border: 1px solid #16a34a;
    color: #fff;
}

.btn-rejeitar[b-3u3demavih] {
    background: #dc2626;
    border: 1px solid #dc2626;
    color: #fff;
}

.btn-visualizar:hover[b-3u3demavih] {
    background: #f9fafb;
}

.btn-aprovar:hover[b-3u3demavih] {
    background: #15803d;
}

.btn-rejeitar:hover[b-3u3demavih] {
    background: #b91c1c;
}


/* MODALS OVERLAY */
.modal-overlay[b-3u3demavih] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-3u3demavih] {
    background: #fff;
    border-radius: 16px;
    width: 90%;
    max-width: 1000px;
    max-height: 90vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.modal-header[b-3u3demavih] {
    padding: 24px;
    border-bottom: 1px solid #e5e7eb;
    position: relative;
    display: block !important;
}

.btn-close-modal[b-3u3demavih] {
    position: absolute;
    top: 24px;
    right: 24px;
    background: transparent;
    border: none;
    font-size: 24px;
    color: #9ca3af;
    cursor: pointer;
}

/* ESTILOS DOC MODAL */
.modal-body-doc[b-3u3demavih] {
    display: flex;
    padding: 24px;
    gap: 32px;
}

.doc-info-col[b-3u3demavih] {
    flex: 1;
}

.doc-preview-col[b-3u3demavih] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.info-group[b-3u3demavih] {
    margin-bottom: 16px;
}

    .info-group label[b-3u3demavih] {
        display: block;
        font-size: 11px;
        font-weight: 700;
        color: #6b7280;
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    .info-group span[b-3u3demavih] {
        font-size: 15px;
        color: #111827;
        font-weight: 500;
    }

.doc-image-wrapper[b-3u3demavih] {
    background: #f3f4f6;
    border: 2px dashed #d1d5db;
    border-radius: 12px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

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

.doc-placeholder[b-3u3demavih] {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #9ca3af;
    gap: 8px;
}

.btn-download[b-3u3demavih] {
    display: block;
    text-align: center;
    padding: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    text-decoration: none;
    color: #374151;
    font-weight: 600;
}

/* ESTILOS PRICE MODAL */
.price-modal[b-3u3demavih] {
    max-width: 900px;
}

.modal-subheader[b-3u3demavih] {
    padding: 0 24px 24px 24px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.person-tag[b-3u3demavih] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.prices-grid[b-3u3demavih] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 24px;
}

.price-box[b-3u3demavih] {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
}

.price-header[b-3u3demavih] {
    font-weight: 700;
    color: #111827;
    margin-bottom: 16px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.price-row[b-3u3demavih] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 13px;
    color: #4b5563;
    border-bottom: 1px dashed #f3f4f6;
    padding-bottom: 4px;
}

/* REJECT MODAL */
.reject-modal[b-3u3demavih] {
    max-width: 500px;
}

.reject-body[b-3u3demavih] {
    padding: 0 24px 24px 24px;
    text-align: center;
}

.btn-confirmar-rejeicao[b-3u3demavih] {
    background: #dc2626;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

.btn-cancelar[b-3u3demavih] {
    background: white;
    border: 1px solid #e5e7eb;
    color: #374151;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    margin-right: 10px;
}

/* FOOTER GERAL */
.modal-footer-custom[b-3u3demavih] {
    padding: 24px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.btn-aprovar-lg[b-3u3demavih] {
    background: #16a34a;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
}

.btn-rejeitar-lg[b-3u3demavih] {
    background: #dc2626;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
}

/* Empty State */
.empty-state[b-3u3demavih] {
    text-align: center;
    padding: 60px;
    color: #9ca3af;
}

    .empty-state i[b-3u3demavih] {
        font-size: 48px;
        margin-bottom: 16px;
        display: block;
    }

@media (max-width: 768px) {
    .modal-body-doc[b-3u3demavih] {
        flex-direction: column;
    }

    .prices-grid[b-3u3demavih] {
        grid-template-columns: 1fr;
    }

    .card-actions[b-3u3demavih] {
        flex-direction: column;
    }
}
/* _content/AulasJa.Web/Components/Pages/Admin/CadastroNovoUsuario.razor.rz.scp.css */
/* Container Base (Fica fora do EditForm, não precisa de deep) */
.cadastro-container[b-wqv2cq71d1] {
    padding-top: 100px;
    background-color: #f9fafb;
    min-height: 100vh;
    font-family: 'Segoe UI', sans-serif;
    padding-bottom: 40px;
}

.cadastro-content[b-wqv2cq71d1] {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header-nav[b-wqv2cq71d1] {
    margin-bottom: 24px;
}

.btn-voltar[b-wqv2cq71d1] {
    background: transparent;
    border: none;
    font-weight: 600;
    color: #4b5563;
    font-size: 0.95rem;
    cursor: pointer;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 0;
}

    .btn-voltar:hover[b-wqv2cq71d1] {
        color: #111827;
    }

/* SELECTION AREA (CARDS) */
.selection-area[b-wqv2cq71d1] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 30px;
}

.selection-card[b-wqv2cq71d1] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}

    .selection-card:hover[b-wqv2cq71d1] {
        transform: translateY(-3px);
        box-shadow: 0 8px 16px rgba(0,0,0,0.06);
        border-color: #d1d5db;
    }

    .selection-card.active[b-wqv2cq71d1] {
        border: 2px solid #3b82f6;
        background-color: #eff6ff;
        box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.2);
    }

.icon-box img[b-wqv2cq71d1] {
    margin-bottom: 12px;
}

.selection-card h3[b-wqv2cq71d1] {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 4px;
}

.selection-card p[b-wqv2cq71d1] {
    font-size: 12px;
    color: #6b7280;
    margin: 0;
}

/* ======================================================== */
/* FORMS AREA - ADICIONADO ::DEEP POR CAUSA DO EDITFORM     */
/* ======================================================== */
[b-wqv2cq71d1] .form-container {
    background: white;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
    border: 1px solid #e5e7eb;
    width: 100%;
}

[b-wqv2cq71d1] .form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 16px;
}

    [b-wqv2cq71d1] .form-header h3 {
        margin: 0;
        font-size: 1.15rem;
        font-weight: 700;
        color: #111827;
    }

[b-wqv2cq71d1] .badge {
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
}

[b-wqv2cq71d1] .badge-aluno,
[b-wqv2cq71d1] .badge-instrutor,
[b-wqv2cq71d1] .badge-cfc,
[b-wqv2cq71d1] .badge-admin {
    background-color: #6CA743;
}

[b-wqv2cq71d1] .form-section {
    margin-bottom: 24px;
}

    [b-wqv2cq71d1] .form-section h4 {
        font-size: 15px;
        font-weight: 700;
        color: #111827;
        margin-bottom: 16px;
    }

[b-wqv2cq71d1] .form-group {
    margin-bottom: 16px;
}

    [b-wqv2cq71d1] .form-group label {
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #4b5563;
        margin-bottom: 6px;
    }

[b-wqv2cq71d1] .form-control {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    color: #111827;
    transition: border 0.2s;
}

    [b-wqv2cq71d1] .form-control:focus {
        outline: none;
        border-color: #6CA743;
        box-shadow: 0 0 0 3px rgba(108, 167, 67, 0.15);
    }

[b-wqv2cq71d1] textarea.form-control {
    resize: vertical;
}
[b-wqv2cq71d1] .form-control-taxa {
    width: 90%;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    color: #111827;
    transition: border 0.2s;
}

    [b-wqv2cq71d1] .form-control-taxa:focus {
        outline: none;
        border-color: #6CA743;
        box-shadow: 0 0 0 3px rgba(108, 167, 67, 0.15);
    }
[b-wqv2cq71d1] .alert-info {
    background-color: #eff6ff;
    color: #1e40af;
    border: 1px solid #dbeafe;
    padding: 12px;
    border-radius: 8px;
    font-size: 13px;
    display: flex;
    gap: 8px;
    align-items: center;
}

/* ACTIONS */
[b-wqv2cq71d1] .form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    border-top: 1px solid #f3f4f6;
    padding-top: 20px;
    margin-top: 8px;
}

[b-wqv2cq71d1] .btn-cancel {
    background: white;
    border: 1px solid #d1d5db;
    color: #374151;
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

    [b-wqv2cq71d1] .btn-cancel:hover {
        background: #f9fafb;
    }

[b-wqv2cq71d1] .btn-save {
    background: #1976D2;
    border: none;
    color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

    [b-wqv2cq71d1] .btn-save:hover {
        background-color: #1565C0;
    }

/* ======================================================== */
/* UPLOAD AREA (A CAIXA TRACEJADA)                          */
/* ======================================================== */
[b-wqv2cq71d1] .upload-area {
    position: relative;
    border: 2px dashed #cbd5e1 !important;
    background-color: #fff;
    border-radius: 0.75rem;
    padding: 2rem;
    text-align: center;
    transition: all 0.2s;
    overflow: hidden;
}

    [b-wqv2cq71d1] .upload-area:hover {
        background-color: #f1f5f9;
        border-color: #94a3b8 !important;
    }

[b-wqv2cq71d1] .file-input-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* Isso esconde o botão nativo do navegador */
    cursor: pointer;
    z-index: 10;
}

/* Resto das validações e botões de senha */
[b-wqv2cq71d1] .validation-message {
    color: #ef4444;
    font-size: 12px;
    margin-top: 4px;
}

[b-wqv2cq71d1] .input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

[b-wqv2cq71d1] .btn-toggle-password {
    position: absolute;
    right: 8px;
    background: transparent;
    border: none;
    padding: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s;
}

    [b-wqv2cq71d1] .btn-toggle-password:hover {
        background-color: #f3f4f6;
    }

    [b-wqv2cq71d1] .btn-toggle-password svg {
        stroke: #6b7280;
    }

    [b-wqv2cq71d1] .btn-toggle-password:hover svg {
        stroke: #374151;
    }

/* Animação */
.fade-in[b-wqv2cq71d1] {
    animation: fadeIn-b-wqv2cq71d1 0.2s ease-in-out;
}

@keyframes fadeIn-b-wqv2cq71d1 {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

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

/* Responsividade */
@media (max-width: 768px) {
    .selection-area[b-wqv2cq71d1] {
        grid-template-columns: repeat(2, 1fr);
    }

    [b-wqv2cq71d1] .form-container {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .selection-area[b-wqv2cq71d1] {
        grid-template-columns: 1fr;
    }

    [b-wqv2cq71d1] .form-actions {
        flex-direction: column-reverse;
    }

    [b-wqv2cq71d1] .btn-cancel,
    [b-wqv2cq71d1] .btn-save {
        width: 100%;
        justify-content: center;
    }
}
/* Grid para colocar 3 em cima e 3 embaixo, igual a imagem */
.categorias-grid[b-wqv2cq71d1] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 8px;
}

/* Quadrado padrão (desmarcado) */
.categoria-box[b-wqv2cq71d1] {
    border: 1px solid #0d6efd; /* Azul padrão do Bootstrap */
    color: #212529;
    padding: 12px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    user-select: none;
}

    /* Efeito ao passar o mouse */
    .categoria-box:hover[b-wqv2cq71d1] {
        background-color: #f8f9fa;
    }

    /* Quadrado Selecionado (Igual a imagem) */
    .categoria-box.selected[b-wqv2cq71d1] {
        background-color: #f0f7ff; /* Fundo azul bem claro */
        border: 2px solid #0d6efd; /* Borda um pouco mais grossa */
        color: #000;
        font-weight: 700;
    }

/* Responsividade para celular */
@media (max-width: 768px) {
    .categorias-grid[b-wqv2cq71d1] {
        grid-template-columns: repeat(2, 1fr); /* No celular fica 2 por linha */
    }
}
/* _content/AulasJa.Web/Components/Pages/Admin/Configuracoes.razor.rz.scp.css */
/* Container Principal */
.config-container[b-ernjburrwf] {
    background-color: #f9fafb;
    min-height: 100vh;
    padding: 120px 30px 30px 30px;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.config-content[b-ernjburrwf] {
    max-width: 1000px;
    margin: 0 auto;
}

/* Header */
.header-row[b-ernjburrwf] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.btn-voltar[b-ernjburrwf] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4b5563;
    transition: 0.2s;
}

    .btn-voltar:hover[b-ernjburrwf] {
        background-color: #f3f4f6;
        color: #111827;
    }

.page-title[b-ernjburrwf] {
    font-size: 24px;
    font-weight: 800;
    color: #111827;
    margin: 0;
}

.page-subtitle[b-ernjburrwf] {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

/* TABS (Ajustadas para colar no card) */
.custom-tabs[b-ernjburrwf] {
    border-bottom: none; /* Remove borda inferior da UL para colar no card */
    gap: 4px;
    padding-left: 10px; /* Alinhamento visual */
}

    .custom-tabs .nav-link[b-ernjburrwf] {
        background-color: transparent;
        border: none;
        color: #6b7280;
        font-weight: 600;
        padding: 12px 20px;
        border-radius: 8px 8px 0 0; /* Arredonda só em cima */
        transition: all 0.2s;
    }

        .custom-tabs .nav-link:hover[b-ernjburrwf] {
            color: #65a34e;
            background-color: rgba(101, 163, 78, 0.05);
        }

        .custom-tabs .nav-link.active[b-ernjburrwf] {
            background-color: white;
            color: #65a34e;
            border: 1px solid #e5e7eb; /* Borda ao redor */
            border-bottom: 1px solid white; /* "Apaga" a borda de baixo para fundir com o card */
            position: relative;
            top: 1px; /* Empurra 1px para baixo cobrindo a borda do card */
            z-index: 2;
        }

    .custom-tabs i[b-ernjburrwf] {
        margin-right: 8px;
    }

/* CARD DE CONTEÚDO */
.settings-card[b-ernjburrwf] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 0 12px 12px 12px; /* Canto superior esquerdo reto para colar na aba */
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
    position: relative;
    z-index: 1;
}

/* Se a primeira aba estiver ativa, arredonda o canto superior direito do card */
.nav-link:first-child.active ~ .settings-card[b-ernjburrwf] {
    border-top-left-radius: 0;
}

/* Inputs e Labels */
.form-label[b-ernjburrwf] {
    color: #374151;
    margin-bottom: 6px;
}

.form-control[b-ernjburrwf], .form-select[b-ernjburrwf] {
    border-color: #d1d5db;
    padding: 10px 12px;
    border-radius: 8px;
}

    .form-control:focus[b-ernjburrwf] {
        border-color: #65a34e;
        box-shadow: 0 0 0 3px rgba(101, 163, 78, 0.1);
    }

/* Botão Salvar */
.btn-save[b-ernjburrwf] {
    background-color: #2563eb; /* Azul padrão ou use o Verde #65a34e */
    color: white;
    font-weight: 700;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    transition: 0.2s;
}

    .btn-save:hover[b-ernjburrwf] {
        background-color: #1d4ed8;
        transform: translateY(-1px);
    }

/* Modal */
.modal-backdrop.show[b-ernjburrwf] {
    opacity: 0.5;
    background-color: #000;
}

.modal.show[b-ernjburrwf] {
    display: block;
    background-color: rgba(0,0,0,0.5);
}

.modal-content[b-ernjburrwf] {
    border-radius: 16px;
    overflow: hidden;
}

/* Animação suave */
.fade-in[b-ernjburrwf] {
    animation: fadeIn-b-ernjburrwf 0.3s ease-out;
}

@keyframes fadeIn-b-ernjburrwf {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/AulasJa.Web/Components/Pages/Admin/GestaoFinanceira.razor.rz.scp.css */
/* Container Base */
.finance-container[b-pa27kig2g7] {
    padding-top: 100px;
    background-color: #f9fafb;
    min-height: 100vh;
    font-family: 'Segoe UI', sans-serif;
    padding-bottom: 40px;
}

.finance-content[b-pa27kig2g7] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Header */
.header-row[b-pa27kig2g7] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

.btn-voltar[b-pa27kig2g7] {
    background: transparent;
    border: none;
    font-size: 13px;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .btn-voltar:hover[b-pa27kig2g7] {
        color: #111827;
    }

.header-left h1[b-pa27kig2g7] {
    font-size: 28px;
    font-weight: 800;
    color: #111827;
    margin: 0 0 4px 0;
}

.header-left p[b-pa27kig2g7] {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

.header-actions[b-pa27kig2g7] {
    display: flex;
    gap: 12px;
}

.btn-outline[b-pa27kig2g7] {
    background: white;
    border: 1px solid #e5e7eb;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
}

    .btn-outline:hover[b-pa27kig2g7] {
        background: #f3f4f6;
    }

/* KPI CARDS */
.kpi-grid[b-pa27kig2g7] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

.kpi-card[b-pa27kig2g7] {
    background: white;
    border: 1px solid #f3f4f6;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.kpi-info[b-pa27kig2g7] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.label[b-pa27kig2g7] {
    font-size: 13px;
    color: #6b7280;
    font-weight: 600;
}

.value[b-pa27kig2g7] {
    font-size: 28px;
    font-weight: 800;
    color: #111827;
    margin: 0;
}

.kpi-icon[b-pa27kig2g7] {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-size: 20px;
}

/* Cores dos Ícones */
.bg-green[b-pa27kig2g7] {
    background-color: #f0fdf4;
}

.text-green[b-pa27kig2g7] {
    color: #16a34a;
}

.bg-blue[b-pa27kig2g7] {
    background-color: #eff6ff;
}

.text-blue[b-pa27kig2g7] {
    color: #3b82f6;
}

.bg-yellow[b-pa27kig2g7] {
    background-color: #fefce8;
}

.text-yellow[b-pa27kig2g7] {
    color: #eab308;
}

/* TABS */
.tabs-area[b-pa27kig2g7] {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.tab-btn[b-pa27kig2g7] {
    background: #f3f4f6;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.2s;
}

    .tab-btn.active[b-pa27kig2g7] {
        background: white;
        color: #111827;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

/* TABLE AREA */
.table-card[b-pa27kig2g7] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.table-title[b-pa27kig2g7] {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 20px 0;
}

.finance-table[b-pa27kig2g7] {
    width: 100%;
    border-collapse: collapse;
}

    .finance-table th[b-pa27kig2g7] {
        text-align: left;
        font-size: 12px;
        text-transform: uppercase;
        color: #6b7280;
        padding: 12px 16px;
        border-bottom: 1px solid #f3f4f6;
    }

    .finance-table td[b-pa27kig2g7] {
        padding: 16px;
        font-size: 14px;
        color: #111827;
        border-bottom: 1px solid #f3f4f6;
        vertical-align: middle;
    }

.text-info-custom[b-pa27kig2g7] {
    color: #3b82f6;
    font-weight: 600;
}

/* BADGES DE STATUS */
.badge-status[b-pa27kig2g7] {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: lowercase;
}

.pago[b-pa27kig2g7] {
    background-color: #22c55e;
    color: white;
}

.pendente[b-pa27kig2g7] {
    background-color: #eab308;
    color: white;
}

.cancelar[b-pa27kig2g7] {
    background-color: #ef4444;
    color: white;
}

.loading-area[b-pa27kig2g7], .empty-tab[b-pa27kig2g7] {
    text-align: center;
    padding: 60px;
    color: #9ca3af;
}

/* Responsividade */
@media (max-width: 1024px) {
    .kpi-grid[b-pa27kig2g7] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .kpi-grid[b-pa27kig2g7] {
        grid-template-columns: 1fr;
    }

    .header-row[b-pa27kig2g7] {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .tabs-area[b-pa27kig2g7] {
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .finance-content[b-pa27kig2g7] {
        padding: 0 20px;
    }
}

.fade-in[b-pa27kig2g7] {
    animation: fadeIn-b-pa27kig2g7 0.3s ease-in-out;
}

@keyframes fadeIn-b-pa27kig2g7 {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* ESTILOS DA TABELA DE REPASSES (ABA 2) */
.text-danger[b-pa27kig2g7] {
    color: #ef4444;
}

.text-success[b-pa27kig2g7] {
    color: #22c55e;
}

.fw-bold[b-pa27kig2g7] {
    font-weight: 700;
}

.badge-status.processando[b-pa27kig2g7] {
    background-color: #3b82f6; /* Azul */
    color: white;
}

.btn-pay[b-pa27kig2g7] {
    background-color: #f3f4f6;
    border: 1px solid #d1d5db;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-pay:hover[b-pa27kig2g7] {
        background-color: #e5e7eb;
        color: #111827;
    }

/* ESTILOS DA CONFIGURAÇÃO BANCÁRIA (ABA 3) */
.config-grid[b-pa27kig2g7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.config-card[b-pa27kig2g7] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.config-title[b-pa27kig2g7] {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
    margin-top: 0;
}

.form-group[b-pa27kig2g7] {
    margin-bottom: 16px;
}

    .form-group label[b-pa27kig2g7] {
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #374151;
        margin-bottom: 6px;
    }

.form-control[b-pa27kig2g7] {
    width: 100%;
    padding: 10px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    color: #111827;
}

/* Layout lado a lado (Agencia e Conta) */
.row-inputs[b-pa27kig2g7] {
    display: flex;
    gap: 16px;
}

.half[b-pa27kig2g7] {
    flex: 1;
}

.help-text[b-pa27kig2g7] {
    font-size: 12px;
    color: #6b7280;
    margin: -4px 0 8px 0;
}

/* Input Group (Input com Botão ou Prefixo) */
.input-group[b-pa27kig2g7] {
    display: flex;
    align-items: center;
    position: relative;
}

    .input-group .prefix[b-pa27kig2g7] {
        position: absolute;
        left: 12px;
        color: #6b7280;
        font-size: 14px;
    }

    .input-group input[type="number"][b-pa27kig2g7] {
        padding-left: 35px; /* Espaço para o R$ */
    }

    .input-group .suffix[b-pa27kig2g7] {
        position: absolute;
        right: 12px;
        color: #6b7280;
        font-weight: 600;
    }

/* Botões específicos da config */
.btn-update[b-pa27kig2g7] {
    margin-left: 10px;
    background-color: #65a30d; /* Verde oliva/musgo */
    color: white;
    border: none;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

    .btn-update:hover[b-pa27kig2g7] {
        background-color: #4d7c0f;
    }

.btn-save-full[b-pa27kig2g7] {
    width: 100%;
    margin-top: 10px;
    background-color: #65a30d; /* Verde oliva/musgo igual imagem */
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

    .btn-save-full:hover[b-pa27kig2g7] {
        background-color: #4d7c0f;
    }

.divider[b-pa27kig2g7] {
    margin: 24px 0;
    border: 0;
    border-top: 1px solid #f3f4f6;
}

/* Responsividade Config */
@media (max-width: 900px) {
    .config-grid[b-pa27kig2g7] {
        grid-template-columns: 1fr;
    }
}
/* _content/AulasJa.Web/Components/Pages/Admin/GestaoUsuarios.razor.rz.scp.css */
.user-management-container[b-ci4qz4ucuj] {
    padding: 2rem;
    padding-top: 100px;
    background-color: #f9fafb;
    min-height: 100vh;
    font-family: 'Segoe UI', sans-serif;
}

.user-management-content[b-ci4qz4ucuj] {
    max-width: 1600px; /* Limita o tamanho */
    margin: 0 auto; /* Centraliza */
}
/* Header */
.header-row[b-ci4qz4ucuj] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2rem;
}

.breadcrumb[b-ci4qz4ucuj] {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

h1[b-ci4qz4ucuj] {
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
    margin: 0;
}

p[b-ci4qz4ucuj] {
    color: #6b7280;
    margin: 0;
}

.btn-novo[b-ci4qz4ucuj] {
    background-color: #1976D2;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .btn-novo:hover[b-ci4qz4ucuj] {
        background-color: #1565C0;
    }

.btn-voltar[b-ci4qz4ucuj] {
    background: transparent;
    border: none;
    font-weight: 600;
    color: #4b5563;
    font-size: 0.95rem;
    cursor: pointer;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 0;
}

    .btn-voltar:hover[b-ci4qz4ucuj] {
        color: #111827;
    }
/* Search Box */
.search-box[b-ci4qz4ucuj] {
    background: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 2rem;
}

    .search-box i[b-ci4qz4ucuj] {
        color: #9ca3af;
    }

    .search-box input[b-ci4qz4ucuj] {
        border: none;
        outline: none;
        flex: 1;
        font-size: 1rem;
        color: #374151;
    }

.status-select[b-ci4qz4ucuj] {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 0.4rem;
    color: #374151;
    outline: none;
    background: #f9fafb;
}

/* Tabs */
.tabs-row[b-ci4qz4ucuj] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    background: #f3f4f6;
    padding: 0.3rem;
    border-radius: 10px;
    width: fit-content;
}

.tab-item[b-ci4qz4ucuj] {
    padding: 0.6rem 1.2rem;
    cursor: pointer;
    border-radius: 8px;
    font-weight: 600;
    color: #4b5563;
    font-size: 0.95rem;
    position: relative; /* Para o ponto piscante */
}

    .tab-item.active[b-ci4qz4ucuj] {
        background: white;
        color: #111827;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

/* Bolinha Piscando */
.pulse-dot[b-ci4qz4ucuj] {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 8px;
    height: 8px;
    background-color: #ef4444;
    border-radius: 50%;
    animation: pulse-b-ci4qz4ucuj 1.5s infinite;
}

@keyframes pulse-b-ci4qz4ucuj {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(239, 68, 68, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
    }
}

/* Table */
.table-container[b-ci4qz4ucuj] {
    background: white;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 1rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.table-header[b-ci4qz4ucuj] {
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-table[b-ci4qz4ucuj] {
    width: 100%;
    border-collapse: collapse;
}

    .custom-table th[b-ci4qz4ucuj] {
        text-align: left;
        color: #6b7280;
        font-size: 0.85rem;
        text-transform: uppercase;
        padding: 1rem;
        border-bottom: 1px solid #f3f4f6;
    }

    .custom-table td[b-ci4qz4ucuj] {
        padding: 1rem;
        border-bottom: 1px solid #f3f4f6;
        color: #111827;
        font-size: 0.95rem;
        vertical-align: middle;
    }

/* Badges e Botões da Tabela */
.badge-type[b-ci4qz4ucuj] {
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #e5e7eb;
}

    .badge-type.instrutor[b-ci4qz4ucuj] {
        background: #eff6ff;
        color: #1d4ed8;
    }

    .badge-type.cfc[b-ci4qz4ucuj] {
        background: #f0fdf4;
        color: #15803d;
    }

    .badge-type.aluno[b-ci4qz4ucuj] {
        background: #fdf2f8;
        color: #db2777;
    }

.doc-badge[b-ci4qz4ucuj] {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.8rem;
    margin-right: 4px;
}

.badge-status.ativo[b-ci4qz4ucuj] {
    background: #16a34a;
    color: white;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.badge-status.pendente[b-ci4qz4ucuj] {
    background: #ca8a04;
    color: white;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}
.badge-status.inativo[b-ci4qz4ucuj] {
    background: #ca0413;
    color: white;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Botões de Ação Aprovação */
.btn-approve-sm[b-ci4qz4ucuj] {
    background: #16a34a;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    margin-right: 6px;
}

.btn-reject-sm[b-ci4qz4ucuj] {
    background: #dc2626;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

/* Botões de Ação Listagem */
.actions-col button[b-ci4qz4ucuj] {
    background: transparent;
    border: 1px solid #e5e7eb;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-icon-edit[b-ci4qz4ucuj] {
    color: #2563eb;
}

    .btn-icon-edit:hover[b-ci4qz4ucuj] {
        background: #eff6ff;
        border-color: #bfdbfe;
    }

.btn-icon-block[b-ci4qz4ucuj] {
    color: #dc2626;
    margin-left: 6px;
}

    .btn-icon-block:hover[b-ci4qz4ucuj] {
        background: #fef2f2;
        border-color: #fecaca;
    }

.text-warning[b-ci4qz4ucuj] {
    color: #eab308;
}
.btn-icon-email[b-ci4qz4ucuj] {
    background-color: transparent;
    border: none;
    color: #3b82f6; /* Azul */
    padding: 6px 10px;
    border-radius: 6px;
    transition: all 0.2s ease;
    margin-right: 4px;
}

    .btn-icon-email:hover[b-ci4qz4ucuj] {
        background-color: #eff6ff; /* Fundo azul claro ao passar o mouse */
        color: #1d4ed8;
    }
    .btn-icon-email:disabled[b-ci4qz4ucuj] {
        opacity: 0.6;
        cursor: not-allowed;
        background-color: transparent; /* Evita que fique azul escuro quando desabilitado */
    }
/* _content/AulasJa.Web/Components/Pages/Admin/Tratativas.razor.rz.scp.css */
/* Container Geral */
.tratativas-container[b-i7rpt32luh] {
    padding-top: 100px;
    background-color: #f9fafb;
    min-height: 100vh;
    font-family: 'Segoe UI', sans-serif;
    padding-bottom: 60px;
}

.tratativas-content[b-i7rpt32luh] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header-row[b-i7rpt32luh] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

.btn-voltar[b-i7rpt32luh] {
    background: transparent;
    border: none;
    font-size: 18px;
    color: #4b5563;
    cursor: pointer;
    padding: 8px;
    transition: color 0.2s;
}

    .btn-voltar:hover[b-i7rpt32luh] {
        color: #111827;
    }

.header-row h1[b-i7rpt32luh] {
    font-size: 26px;
    font-weight: 800;
    color: #111827;
    margin: 0;
}

.header-row p[b-i7rpt32luh] {
    color: #6b7280;
    margin: 4px 0 0 0;
    font-size: 14px;
}

/* LISTA DE CARDS */
.tratativa-card[b-i7rpt32luh] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 24px;
    position: relative;
    display: flex;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    overflow: hidden;
}

/* Faixa Lateral */
.card-status-bar[b-i7rpt32luh] {
    width: 6px;
    flex-shrink: 0;
}

.tratativa-card.pending .card-status-bar[b-i7rpt32luh] {
    background-color: #ef4444;
}
/* Vermelho */
.tratativa-card.resolved .card-status-bar[b-i7rpt32luh] {
    background-color: #22c55e;
}
/* Verde */

.card-body-custom[b-i7rpt32luh] {
    flex: 1;
    padding: 24px;
}

/* Conteúdo do Card */
.card-top[b-i7rpt32luh] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.badge-status[b-i7rpt32luh] {
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    margin-right: 8px;
}

.bg-danger[b-i7rpt32luh] {
    background-color: #ef4444;
}

.bg-success-light[b-i7rpt32luh] {
    background-color: #dcfce7;
    color: #15803d;
    border: 1px solid #86efac;
}

.report-date[b-i7rpt32luh] {
    font-size: 12px;
    color: #9ca3af;
}

.aula-title[b-i7rpt32luh] {
    margin: 8px 0 0 0;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.top-right[b-i7rpt32luh] {
    text-align: right;
}

.valor-aula[b-i7rpt32luh] {
    font-size: 18px;
    font-weight: 800;
    color: #111827;
    display: block;
}

.valor-label[b-i7rpt32luh] {
    font-size: 11px;
    color: #6b7280;
    text-transform: uppercase;
}

/* Pessoas */
.people-row[b-i7rpt32luh] {
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 20px;
}

.person[b-i7rpt32luh] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.avatar-placeholder[b-i7rpt32luh] {
    width: 36px;
    height: 36px;
    background-color: #f3f4f6;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #9ca3af;
    font-size: 18px;
}

.person small[b-i7rpt32luh] {
    display: block;
    font-size: 11px;
    color: #9ca3af;
    text-transform: uppercase;
    font-weight: 600;
}

.person strong[b-i7rpt32luh] {
    font-size: 14px;
    color: #374151;
}

/* Relato */
.report-box[b-i7rpt32luh] {
    background-color: #f9fafb;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.report-header[b-i7rpt32luh] {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

.report-text[b-i7rpt32luh] {
    font-style: italic;
    color: #4b5563;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

/* Botões da Lista */
.actions-row[b-i7rpt32luh] {
    display: flex;
    justify-content: flex-end;
}

.btn-resolve[b-i7rpt32luh] {
    background-color: #65a30d; /* Verde Oliva */
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    font-size: 13px;
    transition: background 0.2s;
}

    .btn-resolve:hover[b-i7rpt32luh] {
        background-color: #4d7c0f;
    }

.resolution-box[b-i7rpt32luh] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #15803d;
    font-weight: 600;
}

/* ============================
   ESTILOS DO MODAL (POPUP)
   ============================ */
.modal-overlay[b-i7rpt32luh] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1050;
    display: grid;
    place-items: center;
    backdrop-filter: blur(2px);
}

.modal-box[b-i7rpt32luh] {
    background: white;
    width: 650px;
    max-width: 95%;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    overflow: hidden;
}

.modal-header-custom[b-i7rpt32luh] {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .modal-header-custom h3[b-i7rpt32luh] {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        color: #111827;
    }

    .modal-header-custom p[b-i7rpt32luh] {
        margin: 4px 0 0 0;
        font-size: 13px;
        color: #6b7280;
    }

.close-btn[b-i7rpt32luh] {
    background: transparent;
    border: none;
    font-size: 20px;
    color: #9ca3af;
    cursor: pointer;
}

.modal-body-custom[b-i7rpt32luh] {
    padding: 0 24px 24px 24px;
}

/* Grid de Opções (Estornar / Liberar) */
.selection-grid[b-i7rpt32luh] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.option-card[b-i7rpt32luh] {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    background: white;
}

    .option-card:hover[b-i7rpt32luh] {
        border-color: #d1d5db;
        box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    }

    /* Estado Selecionado */
    .option-card.selected[b-i7rpt32luh] {
        border: 2px solid #16a34a; /* Verde Borda */
        background-color: #f0fdf4; /* Fundo verde bem claro */
    }

.icon-circle[b-i7rpt32luh] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #e5e7eb;
    display: grid;
    place-items: center;
    margin: 0 auto 12px auto;
    font-size: 18px;
}

.option-card.selected .icon-circle[b-i7rpt32luh] {
    background-color: white;
    border-color: #16a34a;
}

.option-card h4[b-i7rpt32luh] {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 6px 0;
}

.option-card p[b-i7rpt32luh] {
    font-size: 12px;
    color: #6b7280;
    margin: 0;
    line-height: 1.4;
}

/* Cores de ícones */
.text-danger[b-i7rpt32luh] {
    color: #dc2626;
}

.text-success[b-i7rpt32luh] {
    color: #16a34a;
}

/* Formulário do Modal */
.form-group label[b-i7rpt32luh] {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.form-control[b-i7rpt32luh] {
    width: 100%;
    padding: 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-family: inherit;
    font-size: 14px;
    color: #111827;
    resize: none;
}

    .form-control:focus[b-i7rpt32luh] {
        outline: none;
        border-color: #16a34a;
        box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.1);
    }

/* Footer do Modal */
.modal-footer-custom[b-i7rpt32luh] {
    padding: 20px 24px;
    border-top: 1px solid #f3f4f6;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.btn-cancel[b-i7rpt32luh] {
    background: white;
    border: 1px solid #e5e7eb;
    color: #374151;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

.btn-confirm[b-i7rpt32luh] {
    background: #65a30d;
    color: white;
    border: none; /* Verde Oliva */
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

    .btn-confirm:hover[b-i7rpt32luh] {
        background-color: #4d7c0f;
    }
/* _content/AulasJa.Web/Components/Pages/Aluno/AgendarAula.razor.rz.scp.css */
body[b-849brhn805] {
}
/* Layout Principal */
.page-container[b-849brhn805] {
    background-color: #f9fafb; /* Fundo cinza bem claro */
    min-height: 100vh;
    padding: 12px 40px 30px 40px;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.content-wrapper[b-849brhn805] {
    max-width: 1200px;
    margin: 0 auto;
}

.btn-voltar[b-849brhn805] {
    background: transparent;
    border: none;
    color: #4b5563;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 20px;
    cursor: pointer;
}

    .btn-voltar:hover[b-849brhn805] {
        color: #111827;
    }

/* Grid de duas colunas (Esquerda: Perfil / Direita: Agenda) */
.grid-layout[b-849brhn805] {
    display: grid;
    grid-template-columns: 320px 1fr; /* Coluna esquerda fixa em 320px */
    gap: 24px;
    align-items: start;
}

/* =========================================
   COLUNA ESQUERDA: CARD DO PERFIL
   ========================================= */
.provider-card[b-849brhn805] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px; /* Borda arredondada suave */
    padding: 24px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.provider-header[b-849brhn805] {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

/* Avatar Quadrado com borda arredondada (CFC) */
.avatar-cfc[b-849brhn805] {
    width: 80px;
    height: 80px;
    background-color: #65a34e;
    color: white;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

/* Avatar Redondo (Instrutor) */
.avatar-instrutor img[b-849brhn805] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.provider-name[b-849brhn805] {
    font-size: 18px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 4px;
    line-height: 1.2;
}

.provider-location[b-849brhn805] {
    color: #6b7280;
    font-size: 13px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

/* Estrelas */
.rating-box[b-849brhn805] {
    margin-bottom: 20px;
    font-size: 14px;
}

/* Lista de Detalhes (Ícones verdes e texto alinhado) */
.provider-details[b-849brhn805] {
    text-align: left;
    margin-top: 20px;
    border-top: 1px solid #f3f4f6;
    padding-top: 20px;
}

.detail-item[b-849brhn805] {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.detail-icon-box[b-849brhn805] {
    color: #65a34e; /* Verde do ícone */
    font-size: 18px;
    padding-top: 2px;
}

.detail-text strong[b-849brhn805] {
    display: block;
    font-size: 13px;
    color: #374151;
    font-weight: 600;
}

.detail-text p[b-849brhn805] {
    font-size: 12px;
    color: #6b7280;
    margin: 0;
}

/* Tags (Categorias) */
.tags-section[b-849brhn805] {
    text-align: left;
    margin-top: 10px;
}

.tags-label[b-849brhn805] {
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
    display: block;
}

.tag[b-849brhn805] {
    background-color: #1f2937; /* Preto suave */
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 600;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
}

/* =========================================
   COLUNA DIREITA: STEP CARD
   ========================================= */
.step-card[b-849brhn805] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.step-header[b-849brhn805] {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    align-items: flex-start;
}

    .step-header i[b-849brhn805] {
        font-size: 20px;
        color: #111827;
    }

    .step-header h3[b-849brhn805] {
        font-size: 16px;
        font-weight: 700;
        margin: 0 0 4px 0;
        color: #111827;
    }

    .step-header p[b-849brhn805] {
        font-size: 13px;
        color: #6b7280;
        margin: 0;
    }

.section-title[b-849brhn805] {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    margin-top: 0;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* =========================================
   GRID DE DATAS E HORÁRIOS
   ========================================= */
.dates-grid[b-849brhn805] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.date-option[b-849brhn805] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

    .date-option:hover[b-849brhn805] {
        border-color: #65a34e;
        transform: translateY(-1px);
        box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
    }

    .date-option.selected[b-849brhn805] {
        border-color: #65a34e;
        background-color: #f0fdf4;
        box-shadow: 0 0 0 1px #65a34e;
    }

.weekday[b-849brhn805] {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 4px;
}

.day[b-849brhn805] {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 4px;
}

.slots[b-849brhn805] {
    font-size: 11px;
    color: #6b7280;
}

.slots-grid[b-849brhn805] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f3f4f6;
}

.slot-btn[b-849brhn805] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 10px 0;
    font-size: 13px;
    color: #374151;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    width: 100%;
}

    .slot-btn:hover[b-849brhn805] {
        border-color: #65a34e;
        color: #65a34e;
    }

    .slot-btn.selected[b-849brhn805] {
        background-color: #65a34e;
        color: white;
        border-color: #65a34e;
    }

/* =========================================
   SELEÇÃO DE VEÍCULOS (NOVO - IGUAL IMAGEM 1)
   ========================================= */
.vehicles-list[b-849brhn805] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vehicle-option[b-849brhn805] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    background-color: white;
    transition: all 0.2s ease;
}

    .vehicle-option:hover[b-849brhn805] {
        border-color: #65a34e;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

    .vehicle-option.selected[b-849brhn805] {
        border-color: #65a34e;
        border-width: 2px;
        background-color: #f0fdf4; /* Fundo verde claro */
    }

/* Ícone do Veículo */
.vehicle-icon[b-849brhn805] {
    font-size: 26px;
    color: #9ca3af; /* Cinza padrão */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Quando selecionado, o ícone fica verde */
.vehicle-option.selected .vehicle-icon[b-849brhn805] {
    color: #65a34e;
}

.vehicle-info[b-849brhn805] {
    display: flex;
    flex-direction: column;
}

    .vehicle-info strong[b-849brhn805] {
        font-size: 15px;
        font-weight: 700;
        color: #111827;
        margin-bottom: 4px;
    }

    .vehicle-info small[b-849brhn805] {
        font-size: 13px;
        color: #6b7280;
    }


/* =========================================
   CARD DE RESUMO E CONFIRMAÇÃO
   ========================================= */
.summary-card[b-849brhn805] {
    background-color: #f0fdf4; /* Fundo verde bem claro (igual imagem 1) */
    border: 1px solid #bbf7d0; /* Borda verde suave */
    border-radius: 12px;
    padding: 24px;
    margin-top: 24px;
}

.summary-header[b-849brhn805] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #15803d; /* Verde escuro para o título */
    margin-bottom: 20px;
}

    .summary-header i[b-849brhn805] {
        font-size: 20px;
    }

    .summary-header h5[b-849brhn805] {
        margin: 0;
        font-weight: 700;
        font-size: 16px;
        color: #111827; /* Texto preto/escuro para o título */
    }

.summary-body[b-849brhn805] {
    margin-bottom: 24px;
    border-bottom: 1px solid #dcfce7; /* Linha divisória sutil */
    padding-bottom: 16px;
}

.summary-row[b-849brhn805] {
    display: flex;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
}

    .summary-row strong[b-849brhn805] {
        min-width: 90px;
        color: #111827;
        font-weight: 600;
    }

    .summary-row span[b-849brhn805] {
        color: #4b5563; /* Cinza escuro para o valor */
        flex: 1;
    }

/* =========================================
   BOTÃO CONFIRMAR (Estilo Largo e Verde)
   ========================================= */
.btn-confirmar[b-849brhn805] {
    display: block;
    width: 100%;
    background-color: #65a34e; /* Verde Principal */
    color: white;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .btn-confirmar:hover[b-849brhn805] {
        background-color: #558b41;
    }

    .btn-confirmar:active[b-849brhn805] {
        transform: translateY(1px);
    }

/* Animações */
.fade-in[b-849brhn805] {
    animation: fadeIn-b-849brhn805 0.4s ease-in-out;
}

@keyframes fadeIn-b-849brhn805 {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

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

/* Responsividade */
@media (max-width: 900px) {
    .grid-layout[b-849brhn805] {
        grid-template-columns: 1fr;
    }

    .dates-grid[b-849brhn805] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* _content/AulasJa.Web/Components/Pages/Aluno/AlunoDashboard.razor.rz.scp.css */
/* Layout Base */
.dashboard-container[b-btw01q3llq] {
    padding-top: 110px;
    background-color: #f9fafb;
    min-height: 100vh;
    font-family: 'Segoe UI', sans-serif;
    padding-bottom: 60px;
}

/* AJUSTE PRINCIPAL: Aumentei o max-width e ajustei o padding */
.dashboard-content[b-btw01q3llq] {
    max-width: 1600px; /* Era 1200px ou menos, aumentei para preencher mais */
    margin: 0 auto;
    padding: 0 40px; /* Margem lateral equilibrada */
}

/* Header */
.dash-header[b-btw01q3llq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

    .dash-header h1[b-btw01q3llq] {
        font-size: 28px;
        font-weight: 800;
        color: #111827;
        margin: 0;
    }

    .dash-header p[b-btw01q3llq] {
        color: #6b7280;
        margin: 4px 0 0 0;
    }

.btn-agendar[b-btw01q3llq] {
    background-color: #1976D2; /* Verde Oliva */
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    gap: 8px;
    align-items: center;
}

    .btn-agendar:hover[b-btw01q3llq] {
        background-color: #1565C0;
    }

/* Alerta Pendência */
.alert-pendencia[b-btw01q3llq] {
    background-color: #fffbeb; /* Amarelo bem claro */
    border: 1px solid #fcd34d;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 30px;
    color: #92400e;
}

.alert-icon[b-btw01q3llq] {
    font-size: 24px;
    color: #f59e0b;
}

.alert-text strong[b-btw01q3llq] {
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
    color: #78350f;
}

.alert-text p[b-btw01q3llq] {
    margin: 0;
    font-size: 13px;
}

.alert-timer[b-btw01q3llq] {
    margin-left: auto;
    font-size: 12px;
    color: #b45309;
}

/* Grid Principal */
.dash-grid[b-btw01q3llq] {
    display: grid;
    grid-template-columns: 3fr 1.2fr; /* Coluna da esquerda um pouco mais larga */
    gap: 24px;
}

/* Coluna Esquerda: Aulas */
.aulas-card[b-btw01q3llq] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

.card-header-aulas[b-btw01q3llq] {
    padding: 20px;
    border-bottom: 1px solid #f3f4f6;
    font-weight: 700;
    color: #111827;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.title-row[b-btw01q3llq] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

.card-header-aulas span[b-btw01q3llq] {
    font-weight: 400;
    font-size: 12px;
    color: #6b7280;
    margin-left: 24px; /* Alinha com o texto acima */
}

.card-header-aulas i[b-btw01q3llq] {
    color: #1976D2;
}

/* NOVO ESTILO DAS ABAS (IGUAL IMAGEM) */
.tabs-aulas[b-btw01q3llq] {
    display: flex;
    background-color: #f3f4f6; /* Fundo cinza claro da pílula */
    padding: 4px;
    border-radius: 8px;
    gap: 0;
    margin: 20px; /* Adicionado margem para afastar do card header */
}

    .tabs-aulas button[b-btw01q3llq] {
        flex: 1; /* Ocupa espaço igual */
        border: none;
        background: transparent;
        padding: 8px 16px;
        font-size: 14px;
        font-weight: 500;
        color: #6b7280;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.2s;
        text-align: center;
    }

        .tabs-aulas button.active[b-btw01q3llq] {
            background: white;
            color: #111827;
            font-weight: 600;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1); /* Sombra suave */
        }

/* Tab Content */
.tab-content[b-btw01q3llq] {
    padding: 0 20px 20px 20px; /* Padding equilibrado */
}

/* Box Aula Pendente */
.aula-pendente-box[b-btw01q3llq] {
    border: 1px solid #fcd34d;
    background: #fffcf5;
    border-radius: 8px;
    padding: 24px;
    position: relative;
    margin-bottom: 20px;
}

.header-box[b-btw01q3llq] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.status-badge.warn[b-btw01q3llq] {
    background: #fef3c7;
    color: #92400e;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
}

.timer-badge[b-btw01q3llq] {
    font-size: 12px;
    color: #ea580c;
    display: flex;
    align-items: center;
    gap: 5px;
}

.aula-pendente-box h3[b-btw01q3llq] {
    margin: 0 0 6px 0;
    font-size: 18px;
    color: #111827;
}

.instrutor-name[b-btw01q3llq] {
    margin: 0 0 20px 0;
    color: #4b5563;
    font-size: 14px;
}

.comprovante-label[b-btw01q3llq] {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 8px;
    display: block;
    font-weight: 600;
}

.comprovante-img[b-btw01q3llq] {
    background: #e5e7eb;
    height: 180px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: #9ca3af;
    font-size: 13px;
    margin-bottom: 24px;
    overflow: hidden;
    border: 1px dashed #d1d5db;
}

    .comprovante-img img[b-btw01q3llq] {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

/* Avaliação */
.avaliacao-section[b-btw01q3llq] {
    background: #eff6ff;
    border: 1px solid #dbeafe;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 24px;
    text-align: center;
}

    .avaliacao-section h4[b-btw01q3llq] {
        margin: 0 0 6px 0;
        font-size: 15px;
        color: #1e40af;
        font-weight: 700;
    }

    .avaliacao-section p[b-btw01q3llq] {
        margin: 0 0 16px 0;
        font-size: 13px;
        color: #3b82f6;
    }

.stars-input[b-btw01q3llq] {
    display: flex;
    gap: 8px;
    justify-content: center;
    font-size: 28px;
    color: #d1d5db;
    cursor: pointer;
    margin-bottom: 8px;
}

    .stars-input .bi-star-fill[b-btw01q3llq] {
        color: #f59e0b;
    }

    .stars-input i:hover[b-btw01q3llq] {
        color: #fbbf24;
    }

.star-hint[b-btw01q3llq] {
    font-size: 13px;
    color: #f59e0b;
    font-weight: 600;
    min-height: 20px;
    margin-bottom: 16px;
}

.form-control[b-btw01q3llq] {
    width: 100%;
    padding: 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
}

/* Botões de Ação */
.actions-confirm[b-btw01q3llq] {
    display: flex;
    gap: 12px;
}

.btn-confirmar[b-btw01q3llq] {
    flex: 2;
    background: #1976D2;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.2s;
}

    .btn-confirmar:hover[b-btw01q3llq] {
        background: #1565C0;
    }

    .btn-confirmar:disabled[b-btw01q3llq] {
        background: #d1d5db;
        color: #9ca3af;
        cursor: not-allowed;
    }

.btn-reportar[b-btw01q3llq] {
    flex: 1;
    background: white;
    border: 1px solid #ef4444;
    color: #ef4444;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-reportar:hover[b-btw01q3llq] {
        background: #fef2f2;
    }

.disclaimer[b-btw01q3llq] {
    display: block;
    text-align: center;
    margin-top: 12px;
    font-size: 11px;
    color: #6b7280;
}

/* LISTA DE AULAS */
.aula-list-item[b-btw01q3llq] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #f3f4f6;
}

    .aula-list-item:last-child[b-btw01q3llq] {
        border-bottom: none;
    }

.date-box[b-btw01q3llq] {
    background: #eff6ff;
    color: #1d4ed8;
    padding: 8px 14px;
    border-radius: 8px;
    text-align: center;
    min-width: 60px;
}

    .date-box.gray[b-btw01q3llq] {
        background: #f3f4f6;
        color: #6b7280;
    }

    .date-box .day[b-btw01q3llq] {
        display: block;
        font-weight: 800;
        font-size: 18px;
        line-height: 1;
    }

    .date-box .month[b-btw01q3llq] {
        display: block;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 2px;
    }

.info-box[b-btw01q3llq] {
    flex: 1;
}

    .info-box h4[b-btw01q3llq] {
        margin: 0;
        font-size: 15px;
        color: #111827;
        font-weight: 600;
    }

    .info-box p[b-btw01q3llq] {
        margin: 4px 0 0 0;
        font-size: 13px;
        color: #6b7280;
    }

.status-tag[b-btw01q3llq] {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 600;
}

.scheduled[b-btw01q3llq] {
    background: #e0f2fe;
    color: #0284c7;
}

.done[b-btw01q3llq] {
    background: #f0fdf4;
    color: #16a34a;
}

.btn-action-sm[b-btw01q3llq] {
    background: transparent;
    border: none;
    color: #9ca3af;
    font-size: 18px;
    cursor: pointer;
}

.empty-state[b-btw01q3llq] {
    text-align: center;
    padding: 40px;
    color: #9ca3af;
    font-size: 14px;
}

/* Coluna Direita: Cards */
.side-card[b-btw01q3llq] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

    .side-card h3[b-btw01q3llq] {
        margin: 0 0 4px 0;
        font-size: 15px;
        color: #111827;
    }

.sub-label[b-btw01q3llq] {
    margin: 0 0 16px 0;
    font-size: 12px;
    color: #6b7280;
}

.saldo-box[b-btw01q3llq] {
    background: #f9fafb;
    padding: 16px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 16px;
}

    .saldo-box .label[b-btw01q3llq] {
        display: block;
        font-size: 12px;
        color: #6b7280;
    }

    .saldo-box .value[b-btw01q3llq] {
        display: block;
        font-size: 32px;
        font-weight: 800;
        color: #1976D2;
    }

.btn-comprar[b-btw01q3llq] {
    width: 100%;
    background: #1976D2;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    gap: 6px;
    align-items: center;
}

.bg-blue-light[b-btw01q3llq] {
    background: #eff6ff;
    border-color: #dbeafe;
}

.next-aula-info strong[b-btw01q3llq] {
    display: block;
    color: #1e40af;
    font-size: 16px;
    margin-top: 8px;
}

.next-aula-info p[b-btw01q3llq] {
    margin: 0;
    font-size: 13px;
    color: #3b82f6;
}

/* Financeiro Rows */
.finance-row[b-btw01q3llq] {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 8px;
    color: #4b5563;
}

    .finance-row strong[b-btw01q3llq] {
        color: #111827;
    }

.status-pago[b-btw01q3llq] {
    color: #15803d;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
}

.status-pendente[b-btw01q3llq] {
    color: #eab308;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
}

.loading-overlay[b-btw01q3llq] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

/* =========================================
   RESPONSIVIDADE (MOBILE & TABLET)
   ========================================= */
@media (max-width: 1024px) {
    /* 1. Remove as margens gigantes de 200px e ajusta para a tela do celular */
    .dashboard-container[b-btw01q3llq] {
        padding: 20px 15px !important;
    }

    /* 2. Força a grade a ter apenas 1 coluna (Minhas Aulas em cima, Saldo embaixo) */
    .dash-grid[b-btw01q3llq] {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    /* 3. Ajusta o cabeçalho para não encavalar o botão de Nova Aula com o Título */
    .dash-header[b-btw01q3llq] {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .btn-agendar[b-btw01q3llq] {
        width: 100%;
        justify-content: center;
    }

    /* 4. Ajusta as abas para caberem lado a lado no celular sem apertar o texto */
    .tabs-aulas[b-btw01q3llq] {
        margin: 16px 0;
    }

        .tabs-aulas button[b-btw01q3llq] {
            padding: 8px 4px;
            font-size: 13px;
        }

    /* 5. Ajusta os alertas para empilharem o texto e o timer caso a tela seja muito fina */
    .alert-pendencia[b-btw01q3llq], .alert-agendada[b-btw01q3llq] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .alert-timer[b-btw01q3llq] {
        margin-left: 0;
        margin-top: 5px;
    }
}
/* ALERTA PENDÊNCIA (AMARELO) - Mantido */
.alert-pendencia[b-btw01q3llq] {
    background-color: #fffbeb;
    border: 1px solid #fcd34d;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px; /* Reduzi um pouco para ficar mais perto se tiverem 2 alertas */
    color: #92400e;
}

/* NOVO: ALERTA AULA AGENDADA HOJE (VERDE) */
.alert-agendada[b-btw01q3llq] {
    background-color: #f0fdf4; /* Verde bem claro */
    border: 1px solid #bbf7d0; /* Verde borda */
    border-radius: 8px;
    padding: 16px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px; /* Espaço entre alertas */
    color: #166534; /* Verde texto escuro */
}

    /* Ícone do alerta verde */
    .alert-agendada .alert-icon[b-btw01q3llq] {
        font-size: 24px;
        color: #16a34a; /* Verde ícone */
    }

    .alert-agendada .alert-text strong[b-btw01q3llq] {
        display: block;
        font-size: 15px;
        margin-bottom: 4px;
        color: #14532d;
    }

    .alert-agendada .alert-text p[b-btw01q3llq] {
        margin: 0;
        font-size: 13px;
        color: #15803d;
    }

    .alert-agendada .alert-timer[b-btw01q3llq] {
        margin-left: auto;
        font-size: 12px;
        color: #15803d;
        font-weight: 600;
    }

/* =========================================
   ESTILOS DO MODAL DE AGENDAMENTO (FIX)
   ========================================= */

/* Fundo Escuro (Overlay) */
.modal-overlay[b-btw01q3llq] {
    position: fixed; /* Fixa na tela, independente do scroll */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* Preto semitransparente */
    z-index: 2000; /* Valor alto para ficar acima de tudo */
    display: flex; /* Flexbox para centralizar */
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px); /* Desfoque suave no fundo */
}

/* Caixa do Modal */
.modal-box.agendamento-modal[b-btw01q3llq] {
    background-color: white;
    width: 500px;
    max-width: 90%; /* Responsivo em telas pequenas */
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); /* Sombra destacada */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: zoomIn-b-btw01q3llq 0.2s ease-out; /* Animação de entrada */
    position: relative; /* Garante que elementos filhos se posicionem corretamente */
}

@keyframes zoomIn-b-btw01q3llq {
    from {
        transform: scale(0.95);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Cabeçalho do Modal */
.modal-header-custom[b-btw01q3llq] {
    padding: 20px 24px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
}

    .modal-header-custom h3[b-btw01q3llq] {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        color: #111827;
    }

.close-btn[b-btw01q3llq] {
    background: transparent;
    border: none;
    font-size: 20px;
    color: #9ca3af;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 4px;
    transition: background 0.2s;
}

    .close-btn:hover[b-btw01q3llq] {
        background-color: #f3f4f6;
        color: #4b5563;
    }

/* Corpo do Modal */
.modal-body-custom[b-btw01q3llq] {
    padding: 24px;
    overflow-y: auto; /* Permite scroll se o conteúdo for muito grande */
    max-height: 70vh;
}

.modal-subtitle[b-btw01q3llq] {
    font-size: 13px;
    color: #6b7280;
    margin: -4px 0 16px 0;
}

/* Créditos Disponíveis (Verde) */
.creditos-info[b-btw01q3llq] {
    font-size: 14px;
    color: #166534;
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    padding: 10px 12px;
    border-radius: 6px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .creditos-info strong[b-btw01q3llq] {
        font-weight: 700;
    }

/* Formulários */
.form-group[b-btw01q3llq] {
    margin-bottom: 16px;
}

    .form-group label[b-btw01q3llq] {
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #374151;
        margin-bottom: 6px;
    }

.form-control[b-btw01q3llq] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    color: #111827;
    background-color: #fff;
}

    .form-control:focus[b-btw01q3llq] {
        outline: none;
        border-color: #16a34a;
        box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.1);
    }

    .form-control:disabled[b-btw01q3llq] {
        background-color: #f9fafb;
        cursor: not-allowed;
    }

/* Rodapé do Modal */
.modal-footer-custom[b-btw01q3llq] {
    padding: 16px 24px;
    background-color: #f9fafb;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.btn-cancel[b-btw01q3llq] {
    background: white;
    border: 1px solid #d1d5db;
    color: #374151;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
}

    .btn-cancel:hover[b-btw01q3llq] {
        background-color: #f3f4f6;
    }

.btn-confirm-agendar[b-btw01q3llq] {
    background-color: #65a30d; /* Verde Oliva */
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
}

    .btn-confirm-agendar:hover[b-btw01q3llq] {
        background-color: #4d7c0f;
    }

/* ----------------------------------
   ESTADO SEM CRÉDITO (Da sua imagem)
   ---------------------------------- */
.no-credit-alert[b-btw01q3llq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background-color: #f9fafb;
    border: 2px dashed #e5e7eb;
    border-radius: 8px;
    text-align: center;
    margin-top: 10px;
}

    .no-credit-alert i[b-btw01q3llq] {
        font-size: 40px;
        color: #9ca3af; /* Cinza ícone */
        margin-bottom: 12px;
    }

    .no-credit-alert p[b-btw01q3llq] {
        font-size: 14px;
        color: #4b5563;
        margin: 0 0 20px 0;
    }

.btn-comprar-modal[b-btw01q3llq] {
    background-color: #2563eb; /* Azul Botão */
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s;
}

    .btn-comprar-modal:hover[b-btw01q3llq] {
        background-color: #1d4ed8;
    }


/* =========================================
   LAYOUT ABA PRÓXIMAS (ESTILO)
   ========================================= */

.aula-card-modern[b-btw01q3llq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05); /* Sombra bem leve */
}

.aula-info-left[b-btw01q3llq] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.aula-date[b-btw01q3llq] {
    font-size: 22px;
    font-weight: 900;
    color: #111827;
    margin: 0;
    letter-spacing: -0.5px;
}

.aula-time[b-btw01q3llq] {
    font-size: 15px;
    color: #72a543; /* Verde do sistema para destacar a hora */
    margin: 0;
    font-weight: 500;
}

.aula-location[b-btw01q3llq] {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.aula-actions-right[b-btw01q3llq] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
}

/* Badge escuro igual à imagem */
.badge-agendada[b-btw01q3llq] {
    background-color: #1e1b4b; /* Azul super escuro */
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px; /* Formato de pílula */
    letter-spacing: 0.5px;
}

.reagendar-wrapper[b-btw01q3llq] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

/* Botão vazado verde combinando com o sistema */
.btn-outline-reagendar[b-btw01q3llq] {
    background-color: transparent;
    color: #72a543;
    border: 1px solid #72a543;
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s;
}

    .btn-outline-reagendar:hover:not(:disabled)[b-btw01q3llq] {
        background-color: #f4fbf0; /* Fundo verde bem claro ao passar o mouse */
    }

    .btn-outline-reagendar:disabled[b-btw01q3llq] {
        color: #9ca3af;
        border-color: #d1d5db;
        cursor: not-allowed;
        background-color: #f9fafb;
    }

.antecedencia-msg-small[b-btw01q3llq] {
    font-size: 11px;
    color: #ef4444;
    margin: 0;
}

/* Responsividade para telas menores */
@media (max-width: 600px) {
    .aula-card-modern[b-btw01q3llq] {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .aula-actions-right[b-btw01q3llq] {
        align-items: flex-start;
        width: 100%;
        flex-direction: row-reverse; /* Coloca o badge do lado do botão */
        justify-content: space-between;
    }

    .reagendar-wrapper[b-btw01q3llq] {
        align-items: flex-start;
    }
}
/* Feedback visual de que a imagem é clicável */
.comprovante-thumb-clickable[b-btw01q3llq] {
    cursor: pointer;
    transition: opacity 0.2s ease;
}

    .comprovante-thumb-clickable:hover[b-btw01q3llq] {
        opacity: 0.85; /* Dá uma leve clareada na imagem para indicar que pode clicar */
    }

/* ==========================================
   ESTRUTURA DO POPUP DE IMAGEM
   ========================================== */
.image-popup-overlay[b-btw01q3llq] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85); /* Fundo escuro transparente */
    z-index: 10000; /* Fica por cima de absolutamente tudo na tela */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: zoom-out; /* Cursor muda para indicar que clicar no fundo fecha */
}

.image-popup-box[b-btw01q3llq] {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    cursor: default; /* Remove o cursor de fechar dentro da caixa */
    background-color: white;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .image-popup-box img[b-btw01q3llq] {
        max-width: 100%;
        max-height: 85vh; /* Garante que a imagem cabe na tela sem cortar */
        object-fit: contain;
        border-radius: 8px;
    }

.close-popup-btn[b-btw01q3llq] {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ef4444; /* Vermelho claro */
    color: white;
    border: none;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s;
}

    .close-popup-btn:hover[b-btw01q3llq] {
        background-color: #dc2626; /* Vermelho escuro */
        transform: scale(1.1);
    }
/* Botão vazado vermelho para cancelar aula */
.btn-outline-cancelar[b-btw01q3llq] {
    background-color: transparent;
    color: #ef4444; /* Vermelho padrão de alerta do seu CSS */
    border: 1px solid #ef4444;
    padding: 6px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s;
}

    /* Efeito ao passar o mouse (fundo vermelho bem claro, igual ao btn-reportar) */
    .btn-outline-cancelar:hover:not(:disabled)[b-btw01q3llq] {
        background-color: #fef2f2;
    }

    /* Estado desabilitado (idêntico ao botão de reagendar) */
    .btn-outline-cancelar:disabled[b-btw01q3llq] {
        color: #9ca3af;
        border-color: #d1d5db;
        cursor: not-allowed;
        background-color: #f9fafb;
    }
/* Status Tag Cancelada (Fundo vermelho claro, texto vermelho escuro) */
.status-tag.canceled[b-btw01q3llq] {
    background: #fef2f2;
    color: #ef4444;
}

/* Status Tag Neutro/Padrão (Fundo cinza, texto cinza escuro) */
.status-tag.gray-tag[b-btw01q3llq] {
    background: #f3f4f6;
    color: #4b5563;
}
/* Status Tag Neutro/Padrão (Fundo azul, texto preto) */
.status-tag.blue-tag[b-btw01q3llq] {
    background: #9bb8f2;
    color: #2a098f;
}
/* _content/AulasJa.Web/Components/Pages/Aluno/CadastroAluno.razor.rz.scp.css */
/* Layout Geral */
.cadastro-container[b-nfmh2r8otq] {
    max-width: 650px;
    margin: 2rem auto;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    color: #333;
    margin-top: 100px;
}

/* Card do Formulário (Efeito Flutuante Moderno) */
.form-card[b-nfmh2r8otq] {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    overflow: hidden;
    margin-bottom: 2rem;
    border: none;
}

/* Cabeçalho Azul (Padrão AulasJa) */
.card-header-custom[b-nfmh2r8otq] {
    background-color: #1976D2;
    background: linear-gradient(135deg, #1E88E5 0%, #0D47A1 100%);
    color: white;
    padding: 2rem;
    text-align: center;
}

    .card-header-custom h1[b-nfmh2r8otq] {
        margin: 0;
        font-size: 1.8rem;
        font-weight: 800;
        letter-spacing: -0.5px;
    }

    .card-header-custom p[b-nfmh2r8otq] {
        margin: 0.5rem 0 0 0;
        font-size: 0.95rem;
        opacity: 0.9;
        font-weight: 500;
    }

/* Corpo do Formulário */
.card-body-custom[b-nfmh2r8otq] {
    padding: 2rem 2.5rem;
}

.form-group[b-nfmh2r8otq] {
    margin-bottom: 1.5rem;
}

label[b-nfmh2r8otq] {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #4b5563;
    font-size: 0.9rem;
}

/* Inputs Arredondados Modernos */
[b-nfmh2r8otq] .form-control, [b-nfmh2r8otq] .form-select {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #e5e7eb;
    border-radius: 50px; /* Formato Pill */
    font-size: 0.95rem;
    color: #1f2937;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}

    [b-nfmh2r8otq] .form-control:focus, [b-nfmh2r8otq] .form-select:focus {
        border-color: #1976D2;
        box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.15);
        outline: none;
    }

/* Botões de Ação */
.btn-action[b-nfmh2r8otq] {
    display: block;
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 50px; /* Formato Pill */
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 1.5rem;
}

/* Botão Azul Principal (Próximo / Finalizar) */
.btn-next[b-nfmh2r8otq], .btn-finish[b-nfmh2r8otq] {
    background-color: #1976D2;
    color: white;
    box-shadow: 0 4px 12px rgba(25, 118, 210, 0.2);
}

    .btn-next:hover[b-nfmh2r8otq], .btn-finish:hover[b-nfmh2r8otq] {
        background-color: #1565C0;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(25, 118, 210, 0.3);
    }

    .btn-finish:disabled[b-nfmh2r8otq] {
        background-color: #90CAF9;
        box-shadow: none;
        cursor: not-allowed;
        transform: none;
    }

/* Botões Lado a Lado (Passo 2) */
.action-buttons[b-nfmh2r8otq] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

    .action-buttons .btn-action[b-nfmh2r8otq] {
        margin-top: 0;
    }

/* Botão Voltar (Outline) */
.btn-back-outline[b-nfmh2r8otq] {
    background-color: white;
    border: 2px solid #e5e7eb;
    color: #6b7280;
    width: 35%;
    box-shadow: none;
}

    .btn-back-outline:hover[b-nfmh2r8otq] {
        background-color: #f9fafb;
        border-color: #d1d5db;
        color: #374151;
        transform: translateY(-2px);
    }

/* Cards de Benefícios (Rodapé) harmonizados com Azul */
.benefits-grid[b-nfmh2r8otq] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

.benefit-card[b-nfmh2r8otq] {
    padding: 1.5rem;
    border-radius: 16px;
    background-color: #fff;
    border: 1px solid transparent;
    transition: transform 0.2s ease;
}

    .benefit-card:hover[b-nfmh2r8otq] {
        transform: translateY(-3px);
    }

    .benefit-card h6[b-nfmh2r8otq] {
        font-weight: 800;
        margin-bottom: 0.5rem;
        font-size: 1rem;
        display: flex;
        align-items: center;
    }

    .benefit-card p[b-nfmh2r8otq] {
        font-size: 0.85rem;
        color: #666;
        margin: 0;
        line-height: 1.4;
    }

    /* Paleta Coesa (Tons Frios Modernos) */

    /* Azul Primário */
    .benefit-card.info-1[b-nfmh2r8otq] {
        background-color: #e3f2fd;
        border-color: #bbdefb;
    }

        .benefit-card.info-1 h6[b-nfmh2r8otq] {
            color: #1565c0;
        }

        .benefit-card.info-1 p[b-nfmh2r8otq] {
            color: #1976d2;
        }

    /* Ciano/Sky Blue */
    .benefit-card.info-2[b-nfmh2r8otq] {
        background-color: #e0f7fa;
        border-color: #b2ebf2;
    }

        .benefit-card.info-2 h6[b-nfmh2r8otq] {
            color: #006064;
        }

        .benefit-card.info-2 p[b-nfmh2r8otq] {
            color: #00838f;
        }

    /* Índigo */
    .benefit-card.info-3[b-nfmh2r8otq] {
        background-color: #e8eaf6;
        border-color: #c5cae9;
    }

        .benefit-card.info-3 h6[b-nfmh2r8otq] {
            color: #283593;
        }

        .benefit-card.info-3 p[b-nfmh2r8otq] {
            color: #3949ab;
        }

/* Validação */
[b-nfmh2r8otq] .validation-message {
    color: #ef4444;
    font-size: 0.85rem;
    margin-top: 0.4rem;
    padding-left: 12px;
}

/* Animação de transição suave */
.fade-in[b-nfmh2r8otq] {
    animation: fadeIn-b-nfmh2r8otq 0.4s ease-in-out;
}

@keyframes fadeIn-b-nfmh2r8otq {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

/* Estrutura de Grid para Inputs Menores */
.row-inputs[b-nfmh2r8otq] {
    display: flex;
    gap: 1rem;
}

    .row-inputs .form-group[b-nfmh2r8otq] {
        flex: 1;
    }

@media (max-width: 768px) {
    .benefits-grid[b-nfmh2r8otq] {
        grid-template-columns: 1fr;
    }

    .cadastro-container[b-nfmh2r8otq] {
        padding: 0 1rem;
    }

    .row-inputs[b-nfmh2r8otq] {
        flex-direction: column;
        gap: 0;
    }
}
/* Correção para o input de data no iOS não abrir sozinho e ficar formatado como no PC */
input[type="date"][b-nfmh2r8otq] {
    -webkit-appearance: none;
    appearance: none;
    min-height: 45px; /* Altura padrão para combinar com os outros campos */
    background-color: #fff;
}

    /* Opcional: Para garantir que o placeholder nativo não fique bugado no iOS */
    input[type="date"][b-nfmh2r8otq]::-webkit-date-and-time-value {
        text-align: left;
    }
/* _content/AulasJa.Web/Components/Pages/Aluno/CadastroSucesso.razor.rz.scp.css */
/* Fundo da tela ocupando 100% da altura */
.sucesso-container[b-tf6iplnmit] {
    background-color: #f4f7fb; /* Fundo levemente azulado do sistema */
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Fonte padrão AulasJá */
}

/* Card central branco (Efeito Flutuante Moderno) */
.sucesso-card[b-tf6iplnmit] {
    background: white;
    max-width: 550px;
    width: 100%;
    padding: 50px 40px;
    border-radius: 24px; /* Mais arredondado */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06); /* Sombra suave de flutuação */
    border: none; /* Removida a borda dura */
}

/* Ícone circular (Azul AulasJá) */
.icon-circle-success[b-tf6iplnmit] {
    width: 90px;
    height: 90px;
    background-color: #e8f0fe; /* Fundo azul claro */
    color: #1976D2; /* Ícone azul escuro (Primary) */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    box-shadow: 0 0 0 10px #f0f7ff; /* Anel externo azul bem sutil */
}

/* Borda tracejada para o box de aviso */
.border-dashed[b-tf6iplnmit] {
    border-style: dashed !important;
    border-color: #cbd5e1 !important;
}

/* Botão principal (Azul do sistema) */
.btn-primary-custom[b-tf6iplnmit] {
    background-color: #1976D2;
    color: white;
    border: none;
    border-radius: 50px; /* Formato Pill (Pílula) consistente com o sistema */
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    font-size: 1.1rem;
    padding: 12px 32px; /* Espaçamento interno ideal para botões pill */
    font-weight: 700;
}

    .btn-primary-custom:hover[b-tf6iplnmit] {
        background-color: #1565C0;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(25, 118, 210, 0.3); /* Sombra azul no hover */
    }

/* Animação suave de entrada */
.fade-in[b-tf6iplnmit] {
    animation: fadeIn-b-tf6iplnmit 0.5s ease-out;
}

@keyframes fadeIn-b-tf6iplnmit {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

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

/* Responsividade para Celulares */
@media (max-width: 600px) {
    .sucesso-card[b-tf6iplnmit] {
        padding: 40px 20px;
    }

    .icon-circle-success[b-tf6iplnmit] {
        width: 75px;
        height: 75px;
        font-size: 2.5rem;
    }

    .sucesso-card h2[b-tf6iplnmit] {
        font-size: 1.5rem;
    }

    .action-box[b-tf6iplnmit] {
        flex-direction: column;
        text-align: center !important;
    }
}
/* _content/AulasJa.Web/Components/Pages/Aluno/CheckoutPagamento.razor.rz.scp.css */
.page-container[b-z8tsw9uhyv] {
    background-color: #f9fafb;
    min-height: 100vh;
    padding: 40px;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.content-wrapper[b-z8tsw9uhyv] {
    max-width: 1100px;
    margin: 0 auto;
}

.checkout-header h2[b-z8tsw9uhyv] {
    font-weight: 800;
    color: #111827;
}

.btn-voltar[b-z8tsw9uhyv] {
    background: none;
    border: none;
    color: #6b7280;
    font-weight: 600;
    margin-bottom: 10px;
}

/* GRID LAYOUT */
.checkout-grid[b-z8tsw9uhyv] {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 30px;
    align-items: start;
}

/* SUMMARY CARD (ESQUERDA) */
.summary-card[b-z8tsw9uhyv] {
    background: white;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.summary-item[b-z8tsw9uhyv] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 14px;
}

.label[b-z8tsw9uhyv] {
    color: #6b7280;
}

.value[b-z8tsw9uhyv] {
    font-weight: 600;
    color: #111827;
    text-align: right;
}

.divider[b-z8tsw9uhyv] {
    margin: 20px 0;
    border-color: #f3f4f6;
}

.total-row[b-z8tsw9uhyv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 800;
    font-size: 18px;
    color: #111827;
}

.total-price[b-z8tsw9uhyv] {
    color: #65a34e;
    font-size: 24px;
}

/* PAYMENT CARD (DIREITA) */
.payment-card[b-z8tsw9uhyv] {
    background: white;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
}

.payment-methods[b-z8tsw9uhyv] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.method-option[b-z8tsw9uhyv] {
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
    text-align: center;
}

    .method-option:hover[b-z8tsw9uhyv] {
        border-color: #65a34e;
        background-color: #f0fdf4;
    }

    .method-option.active[b-z8tsw9uhyv] {
        border-color: #65a34e;
        background-color: #f0fdf4;
        color: #166534;
    }

    .method-option i[b-z8tsw9uhyv] {
        font-size: 24px;
        display: block;
        margin-bottom: 8px;
    }

    .method-option small[b-z8tsw9uhyv] {
        display: block;
        font-size: 11px;
        color: #6b7280;
    }

/* Check Circle Indicator */
.check-circle[b-z8tsw9uhyv] {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 16px;
    height: 16px;
    border: 2px solid #e5e7eb;
    border-radius: 50%;
}

.method-option.active .check-circle[b-z8tsw9uhyv] {
    background-color: #65a34e;
    border-color: #65a34e;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

/* Botão Pagar */
.btn-pay[b-z8tsw9uhyv] {
    background-color: #65a34e;
    color: white;
    font-weight: 700;
    font-size: 16px;
    padding: 14px;
    border-radius: 8px;
    transition: 0.2s;
}

    .btn-pay:hover[b-z8tsw9uhyv] {
        background-color: #558b41;
        color: white;
    }

.qr-code-img[b-z8tsw9uhyv] {
    max-width: 200px;
    margin: 20px auto;
    display: block;
}

@media (max-width: 900px) {
    .checkout-grid[b-z8tsw9uhyv] {
        grid-template-columns: 1fr;
    }

    .summary-col[b-z8tsw9uhyv] {
        order: 2;
    }

    .payment-col[b-z8tsw9uhyv] {
        order: 1;
    }

    .payment-methods[b-z8tsw9uhyv] {
        grid-template-columns: 1fr;
    }

    .method-option[b-z8tsw9uhyv] {
        display: flex;
        align-items: center;
        gap: 16px;
        text-align: left;
    }

        .method-option i[b-z8tsw9uhyv] {
            margin-bottom: 0;
        }
}
/* _content/AulasJa.Web/Components/Pages/Aluno/MonteSeuPacote.razor.rz.scp.css */
.page-container[b-s7c3l2imma] {
    background-color: #f9fafb;
    min-height: 100vh;
    padding: 30px;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.content-wrapper[b-s7c3l2imma] {
    max-width: 1200px;
    margin: 0 auto;
}

.btn-voltar[b-s7c3l2imma] {
    background: none;
    border: none;
    color: #6b7280;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.page-title[b-s7c3l2imma] {
    font-weight: 800;
    color: #111827;
    margin: 0;
}

/* TABS CATEGORIA */
.category-tabs[b-s7c3l2imma] {
    display: flex;
    gap: 10px;
    background: white;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.cat-tab[b-s7c3l2imma] {
    flex: 1;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    color: #6b7280;
    background: #f3f4f6;
    cursor: default;
}

    .cat-tab.active[b-s7c3l2imma] {
        background: white;
        border: 2px solid #e5e7eb;
        color: #111827;
        box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
    }

    .cat-tab.disabled[b-s7c3l2imma] {
        opacity: 0.6;
        background: #f9fafb;
    }

/* LAYOUT GRID */
.layout-grid[b-s7c3l2imma] {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 24px;
    align-items: start;
}

/* SECTION CARDS */
.section-card[b-s7c3l2imma] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.section-header[b-s7c3l2imma] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

    .section-header h3[b-s7c3l2imma] {
        font-size: 18px;
        font-weight: 800;
        margin: 0;
        color: #111827;
    }

.step-badge[b-s7c3l2imma] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #65a34e;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

    .step-badge.purple[b-s7c3l2imma] {
        background-color: #9333ea;
    }

    .step-badge.blue[b-s7c3l2imma] {
        background-color: #2563eb;
    }

/* PACOTES (GRID DE 4) */
.packages-grid[b-s7c3l2imma] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}

.pkg-card[b-s7c3l2imma] {
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px 10px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
    position: relative;
    background: white;
}

    .pkg-card:hover[b-s7c3l2imma] {
        border-color: #a3e635;
    }

    .pkg-card.selected[b-s7c3l2imma] {
        border-color: #65a34e;
        background-color: #f7fce8;
        box-shadow: 0 0 0 1px #65a34e;
    }

.pkg-qty[b-s7c3l2imma] {
    font-size: 28px;
    font-weight: 800;
    color: #111827;
    line-height: 1;
}

.pkg-label[b-s7c3l2imma] {
    font-size: 11px;
    font-weight: 700;
    color: #6b7280;
    letter-spacing: 0.5px;
}

.badge-economy[b-s7c3l2imma] {
    background-color: #dcfce7;
    color: #166534;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 10px;
    font-weight: 700;
    margin-top: 8px;
    display: inline-block;
    text-transform: uppercase;
}

.price-display[b-s7c3l2imma] {
    background: #f9fafb;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.big-price[b-s7c3l2imma] {
    font-size: 24px;
    font-weight: 800;
    color: #65a34e;
}

.small-total[b-s7c3l2imma] {
    font-size: 12px;
    color: #6b7280;
}

/* OPTION ROWS (CHECKBOXES) */
.option-row[b-s7c3l2imma] {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    transition: 0.2s;
    margin-bottom: 12px;
}

    .option-row:hover[b-s7c3l2imma] {
        border-color: #d1d5db;
    }

    .option-row.active[b-s7c3l2imma] {
        border-color: #a855f7; /* Roxo para aluguel */
        background-color: #faf5ff;
    }
/* Cor diferente para extras (azul) se quiser diferenciar no pai */
.section-card:nth-child(3) .option-row.active[b-s7c3l2imma] {
    border-color: #3b82f6;
    background-color: #eff6ff;
}

.custom-checkbox[b-s7c3l2imma] {
    width: 24px;
    height: 24px;
    border: 2px solid #d1d5db;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: 0.2s;
}

.option-row.active .custom-checkbox[b-s7c3l2imma] {
    background-color: currentColor; /* Pega a cor do texto do pai se aplicado, ou fixo */
    border-color: currentColor;
}
/* Fix para cores específicas */
.section-card:nth-child(2) .option-row.active .custom-checkbox[b-s7c3l2imma] {
    background: #a855f7;
    border-color: #a855f7;
}

.section-card:nth-child(3) .option-row.active .custom-checkbox[b-s7c3l2imma] {
    background: #3b82f6;
    border-color: #3b82f6;
}

.option-content[b-s7c3l2imma] {
    flex: 1;
}

.badge-extra[b-s7c3l2imma] {
    background: #d1fae5;
    color: #065f46;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 700;
}

.tiny-text[b-s7c3l2imma] {
    font-size: 10px;
    color: #9ca3af;
    text-transform: uppercase;
}

/* SUMMARY CARD */
.summary-col[b-s7c3l2imma] {
    position: sticky;
    top: 20px;
}

.summary-card[b-s7c3l2imma] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-top: 4px solid #111827; /* Borda escura no topo */
}

.summary-title[b-s7c3l2imma] {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 24px;
    color: #111827;
}

.sum-row[b-s7c3l2imma] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 14px;
    color: #374151;
}

.divider[b-s7c3l2imma] {
    height: 1px;
    background: #e5e7eb;
    margin: 16px 0;
    border-style: inherit;
}

.total-section[b-s7c3l2imma] {
    margin-top: 20px;
    margin-bottom: 20px;
}

.total-value[b-s7c3l2imma] {
    font-size: 28px;
    font-weight: 800;
    color: #65a34e;
    line-height: 1;
}

.installment-info[b-s7c3l2imma] {
    font-size: 12px;
    color: #6b7280;
}

.btn-checkout[b-s7c3l2imma] {
    width: 100%;
    background-color: #65a34e;
    color: white;
    font-weight: 700;
    padding: 16px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    transition: 0.2s;
    margin-top: 10px;
}

    .btn-checkout:hover[b-s7c3l2imma] {
        background-color: #558b41;
    }

.security-note[b-s7c3l2imma] {
    margin-top: 16px;
    text-align: center;
    font-size: 12px;
    color: #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.fade-in[b-s7c3l2imma] {
    animation: fadeIn-b-s7c3l2imma 0.5s ease-out;
}

.fade-in-row[b-s7c3l2imma] {
    animation: fadeIn-b-s7c3l2imma 0.3s ease-out;
}

@keyframes fadeIn-b-s7c3l2imma {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

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

@media (max-width: 600px) {
    /* 1. Nos celulares pequenos, os pacotes ficam de 2 em 2 */
    .packages-grid[b-s7c3l2imma] {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    /* 2. Reduz o padding dos cards internos para ganhar espaço */
    .section-card[b-s7c3l2imma] {
        padding: 16px;
    }

    .pkg-qty[b-s7c3l2imma] {
        font-size: 24px;
    }

    /* 3. Preço final da seleção se ajusta */
    .price-display[b-s7c3l2imma] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    /* 4. Opções de aluguel Manual/Automático ficam em 1 coluna */
    .rental-options-grid[b-s7c3l2imma] {
        grid-template-columns: 1fr;
    }
}

.locked-mode[b-s7c3l2imma] {
    pointer-events: none; /* Impede clique */
    opacity: 0.8;
}

    .locked-mode .cat-tab.active[b-s7c3l2imma] {
        border-color: #65a34e;
        background-color: #f0fdf4;
        color: #166534;
    }
/* Card de Aluguel */
.section-rental[b-s7c3l2imma] {
    transition: 0.3s;
    border: 1px solid #e5e7eb;
}

    .section-rental.active-border[b-s7c3l2imma] {
        border-color: #a855f7; /* Roxo */
        box-shadow: 0 0 0 1px #a855f7;
        background-color: #fff;
    }

.rental-header-box[b-s7c3l2imma] {
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
    background: white;
}

    .rental-header-box:hover[b-s7c3l2imma] {
        border-color: #a855f7;
    }

    .rental-header-box.active[b-s7c3l2imma] {
        background-color: #faf5ff; /* Fundo roxo bem claro */
        border-color: #a855f7;
    }

/* Checkbox Roxo */
.custom-checkbox.purple[b-s7c3l2imma] {
    border-color: #d1d5db;
    color: white;
}

    .custom-checkbox.purple.checked[b-s7c3l2imma] {
        background-color: #9333ea; /* Purple-600 */
        border-color: #9333ea;
    }

.text-purple[b-s7c3l2imma] {
    color: #9333ea;
}

/* Grid dos Botões Manual/Auto */
.rental-options-grid[b-s7c3l2imma] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 16px;
}

.rental-option-card[b-s7c3l2imma] {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
    background: white;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .rental-option-card:hover[b-s7c3l2imma] {
        border-color: #a855f7;
    }

    .rental-option-card.selected[b-s7c3l2imma] {
        background-color: #f3e8ff; /* Roxo claro */
        border: 2px solid #a855f7;
    }

.option-title[b-s7c3l2imma] {
    font-size: 14px;
    color: #111827;
    margin-bottom: 4px;
    font-weight: 500;
}

.option-price[b-s7c3l2imma] {
    font-size: 16px;
    color: #4b5563; /* Cinza */
    font-weight: 600;
}

/* Indicador visual se necessário (opcional, o design da imagem não tem check, só cor) */
.selected-indicator[b-s7c3l2imma] {
    display: none;
}
.terms-section[b-s7c3l2imma] {
    background-color: #f1f5f9; /* Fundo azulado/cinza bem claro */
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
}

.term-box[b-s7c3l2imma] {
    transition: all 0.2s ease;
}

.term-content-scroll[b-s7c3l2imma] {
    /* Personaliza a barra de rolagem do termo para ficar fininha e bonita */
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

    .term-content-scroll[b-s7c3l2imma]::-webkit-scrollbar {
        width: 6px;
    }

    .term-content-scroll[b-s7c3l2imma]::-webkit-scrollbar-thumb {
        background-color: #cbd5e1;
        border-radius: 10px;
    }

.custom-checkbox-term input:checked[b-s7c3l2imma] {
    background-color: #10b981; /* Cor verde de sucesso ao marcar */
    border-color: #10b981;
}
/* _content/AulasJa.Web/Components/Pages/Cfc/CadastroAlunoCfc.razor.rz.scp.css */
/* Container Base */
.cadastro-container[b-dj3399prfa] {
    padding-top: 100px;
    background-color: #f9fafb;
    min-height: 100vh;
    font-family: 'Segoe UI', sans-serif;
    padding-bottom: 60px;
}

/* Header */
.header-row[b-dj3399prfa] {
    max-width: 1000px;
    margin: 0 auto 24px auto;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 20px;
}

.btn-voltar[b-dj3399prfa] {
    background: transparent;
    border: none;
    font-size: 14px;
    color: #4b5563;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .btn-voltar:hover[b-dj3399prfa] {
        color: #111827;
    }

.header-row h1[b-dj3399prfa] {
    font-size: 24px;
    font-weight: 800;
    color: #111827;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-row p[b-dj3399prfa] {
    color: #6b7280;
    margin: 2px 0 0 0;
    font-size: 13px;
}

.text-green[b-dj3399prfa] {
    color: #16a34a;
}

/* Card do Formulário */
.form-card[b-dj3399prfa] {
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.form-section-title[b-dj3399prfa] {
    margin-bottom: 24px;
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 16px;
}

    .form-section-title h3[b-dj3399prfa] {
        margin: 0;
        font-size: 18px;
        color: #111827;
        font-weight: 700;
    }

    .form-section-title p[b-dj3399prfa] {
        margin: 4px 0 0 0;
        font-size: 13px;
        color: #6b7280;
    }

/* Grid de Colunas */
.grid-layout[b-dj3399prfa] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
}

.col-title[b-dj3399prfa] {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 16px 0;
    border-bottom: 2px solid #f3f4f6;
    padding-bottom: 8px;
    display: inline-block;
}

/* Inputs */
.form-group[b-dj3399prfa] {
    margin-bottom: 16px;
}

    .form-group label[b-dj3399prfa] {
        display: block;
        font-size: 12px;
        font-weight: 600;
        color: #374151;
        margin-bottom: 6px;
    }

.form-control[b-dj3399prfa] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 13px;
    color: #111827;
    background-color: white;
}

    .form-control:focus[b-dj3399prfa] {
        outline: none;
        border-color: #16a34a;
        box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.1);
    }

.row-inputs[b-dj3399prfa] {
    display: flex;
    gap: 12px;
}

.half[b-dj3399prfa] {
    flex: 1;
}

/* Botões */
.form-actions[b-dj3399prfa] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    border-top: 1px solid #f3f4f6;
    padding-top: 24px;
}

.btn-cancel[b-dj3399prfa] {
    background: white;
    border: 1px solid #d1d5db;
    color: #374151;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

    .btn-cancel:hover[b-dj3399prfa] {
        background-color: #f3f4f6;
    }

.btn-submit[b-dj3399prfa] {
    background-color: #65a30d;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

    .btn-submit:hover[b-dj3399prfa] {
        background-color: #4d7c0f;
    }

    .btn-submit:disabled[b-dj3399prfa] {
        background-color: #d1d5db;
        cursor: not-allowed;
    }

.fade-in[b-dj3399prfa] {
    animation: fadeIn-b-dj3399prfa 0.4s ease-out;
}

@keyframes fadeIn-b-dj3399prfa {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

/* Responsividade */
@media (max-width: 768px) {
    .grid-layout[b-dj3399prfa] {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .form-card[b-dj3399prfa] {
        padding: 20px;
    }
}
/* _content/AulasJa.Web/Components/Pages/Cfc/CadastroAulaCfc.razor.rz.scp.css */
/* Layout Base */
.cadastro-container[b-muxgz3x6ei] {
    padding-top: 100px;
    background-color: #f9fafb;
    min-height: 100vh;
    font-family: 'Segoe UI', sans-serif;
    padding-bottom: 60px;
}

.cadastro-content[b-muxgz3x6ei] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header-row[b-muxgz3x6ei] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.btn-voltar[b-muxgz3x6ei] {
    background: transparent;
    border: none;
    font-size: 14px;
    color: #4b5563;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .btn-voltar:hover[b-muxgz3x6ei] {
        color: #111827;
    }

.header-row h1[b-muxgz3x6ei] {
    font-size: 24px;
    font-weight: 800;
    color: #111827;
    margin: 0;
}

.header-row p[b-muxgz3x6ei] {
    color: #6b7280;
    margin: 2px 0 0 0;
    font-size: 13px;
}

/* Grid Principal */
.main-grid[b-muxgz3x6ei] {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 24px;
    align-items: start;
}

/* Formulário Esquerda */
.form-card[b-muxgz3x6ei], .list-card[b-muxgz3x6ei] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}

    .form-card h3[b-muxgz3x6ei], .list-card h3[b-muxgz3x6ei] {
        font-size: 16px;
        font-weight: 700;
        color: #111827;
        margin: 0 0 20px 0;
        border-bottom: 1px solid #f3f4f6;
        padding-bottom: 12px;
    }

.form-group[b-muxgz3x6ei] {
    margin-bottom: 16px;
}

    .form-group label[b-muxgz3x6ei] {
        display: block;
        font-size: 12px;
        font-weight: 600;
        color: #4b5563;
        margin-bottom: 6px;
    }

.form-control[b-muxgz3x6ei] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    background: white;
}

    .form-control:disabled[b-muxgz3x6ei] {
        background: #f3f4f6;
        cursor: not-allowed;
    }

.row-inputs[b-muxgz3x6ei] {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

    .row-inputs .form-group[b-muxgz3x6ei] {
        margin-bottom: 0;
    }

.half[b-muxgz3x6ei] {
    flex: 1;
}

.btn-submit[b-muxgz3x6ei] {
    width: 100%;
    background-color: #2563eb;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.2s;
}

    .btn-submit:hover[b-muxgz3x6ei] {
        background-color: #1d4ed8;
    }

    .btn-submit:disabled[b-muxgz3x6ei] {
        background-color: #9ca3af;
        cursor: not-allowed;
    }

/* Lista da Direita */
.aulas-list[b-muxgz3x6ei] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 500px;
    overflow-y: auto;
    padding-right: 5px;
}

.aula-item[b-muxgz3x6ei] {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px;
    background: #fdfdfd;
    border-left: 4px solid #2563eb;
}

.aula-header[b-muxgz3x6ei] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

    .aula-header strong[b-muxgz3x6ei] {
        font-size: 14px;
        color: #111827;
    }

.badge[b-muxgz3x6ei] {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
}

.bg-yellow[b-muxgz3x6ei] {
    background-color: #fef08a;
    color: #854d0e;
}

.bg-green[b-muxgz3x6ei] {
    background-color: #dcfce3;
    color: #166534;
}

.btn-close-sm[b-muxgz3x6ei] {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

    .btn-close-sm i[b-muxgz3x6ei] {
        font-size: 16px;
    }

.aula-details p[b-muxgz3x6ei] {
    margin: 0 0 4px 0;
    font-size: 12px;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .aula-details p i[b-muxgz3x6ei] {
        color: #9ca3af;
    }

.empty-list[b-muxgz3x6ei] {
    text-align: center;
    color: #9ca3af;
    padding: 40px 0;
    font-size: 13px;
}

@media (max-width: 900px) {
    .main-grid[b-muxgz3x6ei] {
        grid-template-columns: 1fr;
    }
}
/* ========================================= */
/* ESTILOS DO AUTOCOMPLETE INSTRUTOR        */
/* ========================================= */
.autocomplete-container[b-muxgz3x6ei] {
    position: relative; /* Essencial para a lista flutuar presa ao input */
}

.autocomplete-list[b-muxgz3x6ei] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e5e7eb; /* Borda mais suave e moderna */
    border-radius: 0.5rem; /* 8px para um visual mais arredondado */
    margin-top: 4px;
    padding: 6px 0; /* Pequeno respiro no topo e na base da lista */
    list-style: none;
    max-height: 220px;
    overflow-y: auto;
    z-index: 1050; /* Aumentado para garantir que fique acima de modais e outros campos */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* Sombra elegante (dá o efeito de flutuação) */
}

    /* Customização da Barra de Rolagem (Deixa muito mais profissional) */
    .autocomplete-list[b-muxgz3x6ei]::-webkit-scrollbar {
        width: 6px;
    }

    .autocomplete-list[b-muxgz3x6ei]::-webkit-scrollbar-track {
        background: transparent;
    }

    .autocomplete-list[b-muxgz3x6ei]::-webkit-scrollbar-thumb {
        background-color: #cbd5e1;
        border-radius: 10px;
    }

        .autocomplete-list[b-muxgz3x6ei]::-webkit-scrollbar-thumb:hover {
            background-color: #94a3b8;
        }

    .autocomplete-list li[b-muxgz3x6ei] {
        padding: 10px 16px;
        cursor: pointer;
        font-size: 14px; /* Aumentado um pouquinho para alinhar com o input */
        color: #4b5563; /* Cinza chumbo, melhor para leitura */
        display: flex;
        align-items: center;
        gap: 10px;
        transition: all 0.2s ease; /* Transição mais suave */
    }

        .autocomplete-list li i[b-muxgz3x6ei] {
            color: #9ca3af; /* Ícone com cor neutra por padrão */
            font-size: 1.1em;
        }

        .autocomplete-list li:hover[b-muxgz3x6ei] {
            background-color: #f8fafc; /* Fundo cinza beeeem claro/azulado */
            color: #0f172a; /* Texto mais escuro no hover */
        }

            .autocomplete-list li:hover i[b-muxgz3x6ei] {
                color: #0d6efd; /* Ícone ganha a cor principal do sistema no hover (Azul Bootstrap) */
            }

        .autocomplete-list li.no-results[b-muxgz3x6ei] {
            color: #9ca3af;
            cursor: default;
            font-style: italic;
            justify-content: center; /* Centraliza a mensagem de "não encontrado" */
        }

            .autocomplete-list li.no-results:hover[b-muxgz3x6ei] {
                background-color: transparent; /* Remove o efeito de hover quando não tem resultado */
                color: #9ca3af;
            }
/* _content/AulasJa.Web/Components/Pages/Cfc/CadastroInstrutorCfc.razor.rz.scp.css */
/* Container Base (Esses ficam fora do EditForm, então não precisam de ::deep) */
.cadastro-container[b-hxetzfh5bl] {
    padding-top: 100px;
    background-color: #f9fafb;
    min-height: 100vh;
    font-family: 'Segoe UI', sans-serif;
    padding-bottom: 60px;
}

/* Header */
.header-row[b-hxetzfh5bl] {
    max-width: 1000px;
    margin: 0 auto 24px auto;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 20px;
}

.btn-voltar[b-hxetzfh5bl] {
    background: transparent;
    border: none;
    font-size: 14px;
    color: #4b5563;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .btn-voltar:hover[b-hxetzfh5bl] {
        color: #111827;
    }

.header-row h1[b-hxetzfh5bl] {
    font-size: 24px;
    font-weight: 800;
    color: #111827;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-row p[b-hxetzfh5bl] {
    color: #6b7280;
    margin: 2px 0 0 0;
    font-size: 13px;
}

/* ======================================================== */
/* O Card do Formulário e seu interior começam a usar ::deep */
/* ======================================================== */
[b-hxetzfh5bl] .form-card {
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

[b-hxetzfh5bl] .form-section-title {
    margin-bottom: 24px;
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 16px;
}

    [b-hxetzfh5bl] .form-section-title h3 {
        margin: 0;
        font-size: 18px;
        color: #111827;
        font-weight: 700;
    }

    [b-hxetzfh5bl] .form-section-title p {
        margin: 4px 0 0 0;
        font-size: 13px;
        color: #6b7280;
    }

/* Grid de Colunas */
[b-hxetzfh5bl] .grid-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
}

[b-hxetzfh5bl] .col-title {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 16px 0;
    border-bottom: 2px solid #f3f4f6;
    padding-bottom: 8px;
    display: inline-block;
}

/* Inputs e Labels */
[b-hxetzfh5bl] .form-group {
    margin-bottom: 16px;
}

    [b-hxetzfh5bl] .form-group label {
        display: block;
        font-size: 12px;
        font-weight: 600;
        color: #374151;
        margin-bottom: 6px;
    }

[b-hxetzfh5bl] .form-control {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 13px;
    color: #111827;
    background-color: white;
}

    [b-hxetzfh5bl] .form-control:focus {
        outline: none;
        border-color: #16a34a;
        box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.1);
    }

[b-hxetzfh5bl] .row-inputs {
    display: flex;
    gap: 12px;
}

[b-hxetzfh5bl] .half {
    flex: 1;
}

/* Botões */
[b-hxetzfh5bl] .form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    border-top: 1px solid #f3f4f6;
    padding-top: 24px;
}

[b-hxetzfh5bl] .btn-cancel {
    background: white;
    border: 1px solid #d1d5db;
    color: #374151;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

    [b-hxetzfh5bl] .btn-cancel:hover {
        background-color: #f3f4f6;
    }

[b-hxetzfh5bl] .btn-submit {
    background-color: #65a30d;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

    [b-hxetzfh5bl] .btn-submit:hover {
        background-color: #4d7c0f;
    }

    [b-hxetzfh5bl] .btn-submit:disabled {
        background-color: #d1d5db;
        cursor: not-allowed;
    }

/* Cores específicas e Uploads */
[b-hxetzfh5bl] .text-cyan {
    color: #0891b2;
}

[b-hxetzfh5bl] .bg-cyan {
    background-color: #06b6d4 !important;
}

    [b-hxetzfh5bl] .bg-cyan:hover {
        background-color: #0891b2 !important;
    }

[b-hxetzfh5bl] .upload-box {
    border: 1px dashed #d1d5db;
    border-radius: 6px;
    padding: 12px;
    text-align: center;
    position: relative;
    flex: 1;
    background: #f9fafb;
    overflow: hidden; /* Garante que o input invisível não vaze */
}

    [b-hxetzfh5bl] .upload-box span {
        font-size: 12px;
        font-weight: 600;
        color: #4b5563;
    }

    [b-hxetzfh5bl] .upload-box:hover {
        background-color: #f1f5f9;
        border-color: #94a3b8;
    }

[b-hxetzfh5bl] .file-input-invisible {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* Esconde o botão feio nativo */
    cursor: pointer;
    z-index: 10;
}

[b-hxetzfh5bl] .validation-message {
    color: #ef4444;
    font-size: 12px;
    margin-top: 4px;
}

/* Animação */
.fade-in[b-hxetzfh5bl] {
    animation: fadeIn-b-hxetzfh5bl 0.4s ease-out;
}

@keyframes fadeIn-b-hxetzfh5bl {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

/* Responsividade */
@media (max-width: 768px) {
    [b-hxetzfh5bl] .grid-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    [b-hxetzfh5bl] .form-card {
        padding: 20px;
    }
}
/* _content/AulasJa.Web/Components/Pages/Cfc/CadastroVeiculoCfc.razor.rz.scp.css */
/* Container Base */
.cadastro-container[b-2yubv7f9be] {
    padding-top: 100px;
    background-color: #f9fafb;
    min-height: 100vh;
    font-family: 'Segoe UI', sans-serif;
    padding-bottom: 60px;
}

/* Header */
.header-row[b-2yubv7f9be] {
    max-width: 1000px;
    margin: 0 auto 24px auto;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 20px;
}

.btn-voltar[b-2yubv7f9be] {
    background: transparent;
    border: none;
    font-size: 14px;
    color: #4b5563;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .btn-voltar:hover[b-2yubv7f9be] {
        color: #111827;
    }

.header-row h1[b-2yubv7f9be] {
    font-size: 24px;
    font-weight: 800;
    color: #111827;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-row p[b-2yubv7f9be] {
    color: #6b7280;
    margin: 2px 0 0 0;
    font-size: 13px;
}

.text-orange[b-2yubv7f9be] {
    color: #ea580c;
}
/* Cor Laranja */

/* Card do Formulário */
.form-card[b-2yubv7f9be] {
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.form-section-title[b-2yubv7f9be] {
    margin-bottom: 24px;
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 16px;
}

    .form-section-title h3[b-2yubv7f9be] {
        margin: 0;
        font-size: 18px;
        color: #111827;
        font-weight: 700;
    }

    .form-section-title p[b-2yubv7f9be] {
        margin: 4px 0 0 0;
        font-size: 13px;
        color: #6b7280;
    }

/* Grid de Colunas */
.grid-layout[b-2yubv7f9be] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
}

.col-title[b-2yubv7f9be] {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 16px 0;
    border-bottom: 2px solid #f3f4f6;
    padding-bottom: 8px;
    display: inline-block;
}

/* Inputs */
.form-group[b-2yubv7f9be] {
    margin-bottom: 16px;
}

    .form-group label[b-2yubv7f9be] {
        display: block;
        font-size: 12px;
        font-weight: 600;
        color: #374151;
        margin-bottom: 6px;
    }

.form-control[b-2yubv7f9be] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 13px;
    color: #111827;
    background-color: white;
}

    .form-control:focus[b-2yubv7f9be] {
        outline: none;
        border-color: #f97316; /* Foco Laranja */
        box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
    }

.row-inputs[b-2yubv7f9be] {
    display: flex;
    gap: 12px;
}

.half[b-2yubv7f9be] {
    flex: 1;
}

/* Botões */
.form-actions[b-2yubv7f9be] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    border-top: 1px solid #f3f4f6;
    padding-top: 24px;
}

.btn-cancel[b-2yubv7f9be] {
    background: white;
    border: 1px solid #d1d5db;
    color: #374151;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

    .btn-cancel:hover[b-2yubv7f9be] {
        background-color: #f3f4f6;
    }

.btn-submit[b-2yubv7f9be] {
    background-color: #ea580c; /* Botão Laranja Escuro */
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

    .btn-submit:hover[b-2yubv7f9be] {
        background-color: #c2410c;
    }

    .btn-submit:disabled[b-2yubv7f9be] {
        background-color: #d1d5db;
        cursor: not-allowed;
    }

.fade-in[b-2yubv7f9be] {
    animation: fadeIn-b-2yubv7f9be 0.4s ease-out;
}

@keyframes fadeIn-b-2yubv7f9be {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

/* Responsividade */
@media (max-width: 768px) {
    .grid-layout[b-2yubv7f9be] {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .form-card[b-2yubv7f9be] {
        padding: 20px;
    }
}
/* _content/AulasJa.Web/Components/Pages/Cfc/CfcDashboard.razor.rz.scp.css */
/* Layout Base */
.cfc-container[b-g1obiwm9wj] {
    padding-top: 100px;
    background-color: #f9fafb;
    min-height: 100vh;
    font-family: 'Segoe UI', sans-serif;
    padding-bottom: 60px;
}

.cfc-content[b-g1obiwm9wj] {
    max-width: 1600px; /* Largura expandida conforme solicitado */
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.dash-header[b-g1obiwm9wj] {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Permite que os botões caiam para a linha de baixo se faltar espaço */
    gap: 15px;
}

    .dash-header h1[b-g1obiwm9wj] {
        font-size: 28px;
        font-weight: 800;
        color: #111827;
        margin: 0;
    }

    .dash-header p[b-g1obiwm9wj] {
        color: #6b7280;
        margin: 4px 0 0 0;
    }

.header-actions[b-g1obiwm9wj] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap; /* Garante que os botões não espremam no celular */
}

.btn-outline[b-g1obiwm9wj] {
    background: white;
    border: 1px solid #d1d5db;
    padding: 8px 16px;
    border-radius: 6px;
    color: #374151;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .btn-outline:hover[b-g1obiwm9wj] {
        background-color: #f3f4f6;
    }

/* Cards de Ação Rápida (Topo) */
.action-cards-grid[b-g1obiwm9wj] {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 Colunas grandes */
    gap: 24px;
    margin-bottom: 30px;
}

.action-card[b-g1obiwm9wj] {
    background: white;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #e5e7eb;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .action-card:hover[b-g1obiwm9wj] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }

/* Barras laterais coloridas nos cards */
.border-left-blue[b-g1obiwm9wj] {
    border-left: 4px solid #3b82f6;
}

.border-left-green[b-g1obiwm9wj] {
    border-left: 4px solid #22c55e;
}

.border-left-yellow[b-g1obiwm9wj] {
    border-left: 4px solid #eab308;
}

.border-left-purple[b-g1obiwm9wj] {
    border-left: 4px solid #a855f7;
}

.icon-circle[b-g1obiwm9wj] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 24px;
    flex-shrink: 0;
}

.bg-blue-light[b-g1obiwm9wj] {
    background: #eff6ff;
    color: #3b82f6;
}

.bg-green-light[b-g1obiwm9wj] {
    background: #f0fdf4;
    color: #22c55e;
}

.bg-yellow-light[b-g1obiwm9wj] {
    background: #fefce8;
    color: #ca8a04;
}

.bg-purple-light[b-g1obiwm9wj] {
    background: #faf5ff;
    color: #a855f7;
}

.card-text h3[b-g1obiwm9wj] {
    margin: 0 0 4px 0;
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.card-text p[b-g1obiwm9wj] {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
}

/* Seleção de Veículo */
.selection-container[b-g1obiwm9wj] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.selection-label[b-g1obiwm9wj] {
    display: block;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 8px;
}

.vehicle-select[b-g1obiwm9wj] {
    width: 300px;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    color: #111827;
    background-image: none;
}

/* Área da Agenda */
.agenda-container[b-g1obiwm9wj] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    min-height: 400px;
}

.agenda-header[b-g1obiwm9wj] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

/* Estado Vazio (Sem veículo selecionado) */
.empty-vehicle-state[b-g1obiwm9wj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px dashed #e5e7eb;
    border-radius: 12px;
    padding: 60px;
    text-align: center;
    height: 300px;
}

    .empty-vehicle-state i[b-g1obiwm9wj] {
        font-size: 48px;
        color: #d1d5db;
        margin-bottom: 16px;
    }

    .empty-vehicle-state h4[b-g1obiwm9wj] {
        margin: 0 0 8px 0;
        font-size: 16px;
        color: #374151;
    }

    .empty-vehicle-state p[b-g1obiwm9wj] {
        margin: 0;
        font-size: 13px;
        color: #9ca3af;
    }

/* Grid da Agenda Semanal */
.calendar-grid[b-g1obiwm9wj] {
    display: grid;
    grid-template-columns: 80px repeat(7, 1fr); /* Coluna hora + 7 dias */
    gap: 1px;
    background-color: #f3f4f6; /* Cor das linhas de grade */
    border: 1px solid #f3f4f6;
    border-radius: 8px;
    overflow: hidden;
}

/* Cabeçalho (Dias) */
.cal-header[b-g1obiwm9wj] {
    background: #f9fafb;
    padding: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .cal-header.empty-corner[b-g1obiwm9wj] {
        background: #fff;
    }

.day-name[b-g1obiwm9wj] {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
}

.day-num[b-g1obiwm9wj] {
    font-size: 12px;
    color: #6b7280;
}

/* Células de Hora */
.time-slot[b-g1obiwm9wj] {
    background: white;
    min-height: 80px;
    position: relative;
}

.time-label[b-g1obiwm9wj] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
}

/* Appointment Card dentro da célula */
.appointment[b-g1obiwm9wj] {
    margin: 4px;
    padding: 8px;
    border-radius: 6px;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 8px);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

    .appointment strong[b-g1obiwm9wj] {
        display: block;
        margin-bottom: 2px;
        font-size: 11px;
    }

    .appointment span[b-g1obiwm9wj] {
        display: block;
        font-size: 10px;
        opacity: 0.8;
    }

    .appointment small[b-g1obiwm9wj] {
        display: block;
        margin-top: 4px;
        font-weight: 700;
    }

/* Status Colors */
.status-confirmed[b-g1obiwm9wj] {
    background-color: #dcfce7;
    border: 1px solid #bbf7d0;
    color: #14532d;
}

.status-pending[b-g1obiwm9wj] {
    background-color: #fef9c3;
    border: 1px solid #fde047;
    color: #713f12;
}

.status-concluded[b-g1obiwm9wj] {
    background-color: #dbeafe;
    border: 1px solid #bfdbfe;
    color: #1e3a8a;
}

status-realized[b-g1obiwm9wj] {
    background-color: #2180ff;
    border: 1px solid #97adc9;
    color: #112254;
}

/* Responsividade */
@media (max-width: 1200px) {
    .calendar-grid[b-g1obiwm9wj] {
        overflow-x: auto;
        min-width: 1000px;
    }

    .agenda-container[b-g1obiwm9wj] {
        overflow-x: auto;
    }
}

.border-left-orange[b-g1obiwm9wj] {
    border-left: 4px solid #f97316;
}

.bg-orange-light[b-g1obiwm9wj] {
    background: #ffedd5;
    color: #ea580c;
}

/* Novas Cores para o Card de Instrutor (Ciano/Azul Turquesa) */
.border-left-cyan[b-g1obiwm9wj] {
    border-left: 4px solid #06b6d4;
}

.bg-cyan-light[b-g1obiwm9wj] {
    background: #cffafe;
    color: #0891b2;
}

/* Para responsividade, quebre para 2 e depois 1 coluna em telas menores */
@media (max-width: 1200px) {
    .action-cards-grid[b-g1obiwm9wj] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .dash-header[b-g1obiwm9wj] {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-actions[b-g1obiwm9wj] {
        width: 100%;
        margin-top: 10px;
    }

    .btn-outline[b-g1obiwm9wj] {
        flex: 1;
        justify-content: center;
    }
}
/* _content/AulasJa.Web/Components/Pages/Cfc/ConfiguracaoDisponibilidadeCFC.razor.rz.scp.css */
/* Layout Base */
.disp-container[b-dtt3emvuzc] {
    padding-top: 100px;
    background-color: #f9fafb;
    min-height: 100vh;
    font-family: 'Segoe UI', sans-serif;
    padding-bottom: 60px;
}

/* Header */
.header-row[b-dtt3emvuzc] {
    max-width: 1400px;
    margin: 0 auto 24px auto;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 40px;
}

.btn-voltar[b-dtt3emvuzc] {
    background: transparent;
    border: none;
    font-size: 14px;
    color: #4b5563;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .btn-voltar:hover[b-dtt3emvuzc] {
        color: #111827;
    }

.header-row h1[b-dtt3emvuzc] {
    font-size: 24px;
    font-weight: 800;
    color: #111827;
    margin: 0;
}

.header-row p[b-dtt3emvuzc] {
    color: #6b7280;
    margin: 2px 0 0 0;
    font-size: 13px;
}

/* Grid Principal */
.main-grid[b-dtt3emvuzc] {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 24px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    align-items: start;
}

.col-title[b-dtt3emvuzc] {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .col-title i[b-dtt3emvuzc] {
        color: #2563eb;
    }

/* Lado Esquerdo: Veículos */
.vehicles-col[b-dtt3emvuzc] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}

.vehicle-list[b-dtt3emvuzc] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vehicle-card[b-dtt3emvuzc] {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.2s;
    background: white;
}

    .vehicle-card:hover[b-dtt3emvuzc] {
        border-color: #d1d5db;
    }

    /* Estado Ativo (Borda Azul) */
    .vehicle-card.active[b-dtt3emvuzc] {
        border: 2px solid #3b82f6;
        background-color: #eff6ff;
    }

    .vehicle-card strong[b-dtt3emvuzc] {
        display: block;
        font-size: 15px;
        color: #111827;
        margin-bottom: 4px;
    }

    .vehicle-card p[b-dtt3emvuzc] {
        margin: 0 0 8px 0;
        font-size: 13px;
        color: #6b7280;
    }

.badge[b-dtt3emvuzc] {
    background: #e5e7eb;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #4b5563;
}

/* Lado Direito: Horários */
.schedule-col[b-dtt3emvuzc] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.02);
    min-height: 500px;
}

.schedule-header[b-dtt3emvuzc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.mb-0[b-dtt3emvuzc] {
    margin-bottom: 0;
}

.btn-add-purple[b-dtt3emvuzc] {
    background-color: #9333ea;
    color: white;
    border: none; /* Roxo */
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .btn-add-purple:hover[b-dtt3emvuzc] {
        background-color: #7e22ce;
    }

/* Estado Vazio */
.empty-state[b-dtt3emvuzc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    color: #9ca3af;
    text-align: center;
}

    .empty-state i[b-dtt3emvuzc] {
        font-size: 48px;
        margin-bottom: 16px;
        color: #d1d5db;
    }

/* Lista de Horários (Rows) */
.schedule-list[b-dtt3emvuzc] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.schedule-row[b-dtt3emvuzc] {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    background: #fdfdfd;
    transition: border 0.2s;
}

.row-error[b-dtt3emvuzc] {
    border-color: #ef4444;
    background: #fef2f2;
}

.input-col[b-dtt3emvuzc] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.flex-grow[b-dtt3emvuzc] {
    flex: 2;
}
/* Faz o select de instrutor crescer mais */

.input-col label[b-dtt3emvuzc] {
    font-size: 11px;
    color: #6b7280;
    font-weight: 600;
}

.form-control[b-dtt3emvuzc] {
    width: 100%; /* <-- ADICIONADO: Força o input/select a preencher a caixa inteira */
    padding: 8px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 13px;
    color: #374151;
    background: white;
}

.btn-delete[b-dtt3emvuzc] {
    background: transparent;
    border: none;
    color: #ef4444;
    font-size: 18px;
    cursor: pointer;
    padding: 6px;
    margin-bottom: 2px;
}

    .btn-delete:hover[b-dtt3emvuzc] {
        background: #fee2e2;
        border-radius: 6px;
    }

/* Footer do Lado Direito */
.schedule-footer[b-dtt3emvuzc] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #f3f4f6;
}

.error-text[b-dtt3emvuzc] {
    color: #ef4444;
    font-size: 13px;
    font-weight: 600;
}

.btn-save-blue[b-dtt3emvuzc] {
    background-color: #2563eb;
    color: white;
    border: none; /* Azul */
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .btn-save-blue:hover[b-dtt3emvuzc] {
        background-color: #1d4ed8;
    }

    .btn-save-blue:disabled[b-dtt3emvuzc] {
        background-color: #9ca3af;
        cursor: not-allowed;
    }

/* Responsividade */
@media (max-width: 900px) {
    .main-grid[b-dtt3emvuzc] {
        grid-template-columns: 1fr;
    }

    .schedule-row[b-dtt3emvuzc] {
        flex-wrap: wrap;
    }

    .flex-grow[b-dtt3emvuzc] {
        width: 100%;
    }
}
/* _content/AulasJa.Web/Components/Pages/Cfc/GestaoAlunosCfc.razor.rz.scp.css */
.gestao-container[b-n9kxg3qmmq] {
    background-color: #f8fafc;
    min-height: calc(100vh - 70px);
    font-family: 'Inter', 'Segoe UI', sans-serif;
}

h2[b-n9kxg3qmmq] {
    color: #0f172a;
    letter-spacing: -0.5px;
}

.text-muted[b-n9kxg3qmmq] {
    color: #64748b !important;
}

/* Botão Primário Verde */
.btn-success[b-n9kxg3qmmq] {
    background-color: #16a34a !important;
    border-color: #16a34a !important;
    box-shadow: 0 4px 6px -1px rgba(22, 163, 74, 0.2);
    transition: 0.2s;
}

    .btn-success:hover[b-n9kxg3qmmq] {
        background-color: #15803d !important;
        transform: translateY(-1px);
        box-shadow: 0 6px 8px -1px rgba(22, 163, 74, 0.3);
    }

/* Tabela e Cards */
.card[b-n9kxg3qmmq] {
    border-radius: 16px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
}

.card-header[b-n9kxg3qmmq] {
    background-color: #ffffff !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

    .card-header h6[b-n9kxg3qmmq] {
        color: #1e293b;
        font-size: 1rem;
    }

.table[b-n9kxg3qmmq] {
    margin-bottom: 0;
}

    .table th[b-n9kxg3qmmq] {
        background-color: #f8fafc;
        color: #64748b;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 0.75rem;
        border-bottom: 1px solid #e2e8f0;
    }

    .table td[b-n9kxg3qmmq] {
        vertical-align: middle;
        color: #334155;
        border-bottom: 1px solid #f1f5f9;
        font-size: 0.9rem;
    }

.table-hover tbody tr:hover[b-n9kxg3qmmq] {
    background-color: #f8fafc;
}

/* Badges */
.bg-success[b-n9kxg3qmmq] {
    background-color: #dcfce3 !important;
    color: #16a34a !important;
    border: 1px solid #bbf7d0;
}

.bg-danger[b-n9kxg3qmmq] {
    background-color: #fee2e2 !important;
    color: #dc2626 !important;
    border: 1px solid #fecaca;
}

/* Botões de Ação */
.btn-outline-secondary[b-n9kxg3qmmq] {
    color: #64748b;
    border-color: #e2e8f0;
    background-color: #ffffff;
}

    .btn-outline-secondary:hover[b-n9kxg3qmmq] {
        background-color: #f1f5f9;
        color: #0f172a;
        border-color: #cbd5e1;
    }

.btn-sm[b-n9kxg3qmmq] {
    transition: all 0.2s ease;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

    .btn-sm:hover[b-n9kxg3qmmq] {
        transform: scale(1.05);
    }

/* Paginação (Estilo Verde iDireção) */
.pagination .page-link[b-n9kxg3qmmq] {
    color: #16a34a;
    border-color: #e2e8f0;
    box-shadow: none;
}

.pagination .page-item.active .page-link[b-n9kxg3qmmq] {
    background-color: #16a34a;
    border-color: #16a34a;
    color: white;
}

.pagination .page-link:hover[b-n9kxg3qmmq] {
    background-color: #f0fdf4;
    color: #15803d;
}

.pagination .page-item.disabled .page-link[b-n9kxg3qmmq] {
    color: #94a3b8;
    background-color: #f8fafc;
}
.gestao-container[b-n9kxg3qmmq] {
    background-color: #f8fafc;
    min-height: calc(100vh - 70px);
    font-family: 'Inter', 'Segoe UI', sans-serif;
}

/* NOVO: Limita a largura total e cria o espaçamento nas laterais */
.gestao-content[b-n9kxg3qmmq] {
    max-width: 1250px; /* Altere esse valor se quiser mais largo ou mais estreito */
    width: 100%;
}

/* ... mantenha os seus outros estilos de tabela e header aqui ... */

/* AJUSTE: Botão Editar com Hover Cinza Claro */
.btn-outline-secondary[b-n9kxg3qmmq] {
    color: #64748b;
    border-color: #e2e8f0;
    background-color: #ffffff;
}

    .btn-outline-secondary:hover[b-n9kxg3qmmq] {
        background-color: #f1f5f9 !important; /* Cinza claro elegante */
        color: #0f172a !important;
        border-color: #cbd5e1 !important;
    }
/* _content/AulasJa.Web/Components/Pages/Cfc/GestaoInstrutoresCfc.razor.rz.scp.css */
/* ==========================================
   CONTAINER E BASE
   ========================================== */
.gestao-container[b-i5lx4kxhsh] {
    background-color: #f8fafc;
    min-height: calc(100vh - 70px);
    font-family: 'Inter', 'Segoe UI', sans-serif;
}

/* ==========================================
   TIPOGRAFIA DO CABEÇALHO
   ========================================== */
h2[b-i5lx4kxhsh] {
    color: #0f172a;
    letter-spacing: -0.5px;
}

.text-muted[b-i5lx4kxhsh] {
    color: #64748b !important;
}

/* ==========================================
   BOTÃO NOVO CADASTRO
   ========================================== */
.btn-success[b-i5lx4kxhsh] {
    background-color: #16a34a !important;
    border-color: #16a34a !important;
    box-shadow: 0 4px 6px -1px rgba(22, 163, 74, 0.2);
    transition: all 0.2s ease-in-out;
}

    .btn-success:hover[b-i5lx4kxhsh] {
        background-color: #15803d !important;
        border-color: #15803d !important;
        transform: translateY(-1px);
        box-shadow: 0 6px 8px -1px rgba(22, 163, 74, 0.3);
    }

/* ==========================================
   CARD DA TABELA
   ========================================== */
.card[b-i5lx4kxhsh] {
    border-radius: 16px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03) !important;
    overflow: hidden;
}

.card-header[b-i5lx4kxhsh] {
    background-color: #ffffff !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

    .card-header h6[b-i5lx4kxhsh] {
        color: #1e293b;
        font-size: 1rem;
    }

/* ==========================================
   ESTILOS DA TABELA
   ========================================== */
.table[b-i5lx4kxhsh] {
    margin-bottom: 0;
}

    .table th[b-i5lx4kxhsh] {
        background-color: #f8fafc;
        color: #64748b;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 0.75rem;
        letter-spacing: 0.05em;
        border-bottom: 1px solid #e2e8f0;
    }

    .table td[b-i5lx4kxhsh] {
        vertical-align: middle;
        color: #334155;
        border-bottom: 1px solid #f1f5f9;
        font-size: 0.9rem;
    }

/* Efeito Hover nas linhas */
.table-hover tbody tr:hover[b-i5lx4kxhsh] {
    background-color: #f8fafc;
}

/* ==========================================
   BADGES DE STATUS (Ativo/Inativo)
   ========================================== */
.badge[b-i5lx4kxhsh] {
    font-weight: 600;
    padding: 0.5em 1em;
    font-size: 0.75rem;
    letter-spacing: 0.3px;
}

.bg-success[b-i5lx4kxhsh] {
    background-color: #dcfce3 !important;
    color: #16a34a !important;
    border: 1px solid #bbf7d0;
}

.bg-danger[b-i5lx4kxhsh] {
    background-color: #fee2e2 !important;
    color: #dc2626 !important;
    border: 1px solid #fecaca;
}

/* ==========================================
   BOTÕES DE AÇÃO (Lápis, Check, X)
   ========================================== */
.btn-outline-secondary[b-i5lx4kxhsh] {
    color: #64748b;
    border-color: #e2e8f0;
    background-color: #ffffff;
}

    .btn-outline-secondary:hover[b-i5lx4kxhsh] {
        background-color: #f1f5f9;
        color: #0f172a;
        border-color: #cbd5e1;
    }

.btn-outline-danger[b-i5lx4kxhsh] {
    color: #ef4444;
    border-color: #fca5a5;
    background-color: #ffffff;
}

    .btn-outline-danger:hover[b-i5lx4kxhsh] {
        background-color: #fef2f2;
        color: #dc2626;
        border-color: #f87171;
    }

.btn-outline-success[b-i5lx4kxhsh] {
    color: #10b981;
    border-color: #6ee7b7;
    background-color: #ffffff;
}

    .btn-outline-success:hover[b-i5lx4kxhsh] {
        background-color: #ecfdf5;
        color: #059669;
        border-color: #34d399;
    }

/* Animação suave para as ações */
.btn-sm[b-i5lx4kxhsh] {
    transition: all 0.2s ease;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

    .btn-sm:hover[b-i5lx4kxhsh] {
        transform: scale(1.05);
    }
.gestao-content[b-i5lx4kxhsh] {
    max-width: 1250px; 
    width: 100%;
}
/* _content/AulasJa.Web/Components/Pages/Cfc/GestaoPrecosCfc.razor.rz.scp.css */
/* Layout Base */
.precos-container[b-9owsqpz70z] {
    padding-top: 100px;
    background-color: #f9fafb;
    min-height: 100vh;
    font-family: 'Segoe UI', sans-serif;
    padding-bottom: 60px;
}

.precos-content[b-9owsqpz70z] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Header */
.header-row[b-9owsqpz70z] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

.btn-voltar[b-9owsqpz70z] {
    background: transparent;
    border: none;
    font-size: 18px;
    color: #4b5563;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: background 0.2s;
}

    .btn-voltar:hover[b-9owsqpz70z] {
        background-color: #e5e7eb;
    }

.header-row h1[b-9owsqpz70z] {
    font-size: 24px;
    font-weight: 800;
    color: #111827;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-row p[b-9owsqpz70z] {
    color: #6b7280;
    margin: 4px 0 0 0;
    font-size: 14px;
}

.text-green[b-9owsqpz70z] {
    color: #16a34a;
}

/* TABS (Estilo Pílula/Menu) */
.tabs-container[b-9owsqpz70z] {
    display: flex;
    background-color: #f3f4f6; /* Cinza claro fundo */
    padding: 4px;
    border-radius: 8px;
    margin-bottom: 24px;
    max-width: 800px; /* Não estica a tela toda */
}

.tab-item[b-9owsqpz70z] {
    flex: 1;
    border: none;
    background: transparent;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

    .tab-item.active[b-9owsqpz70z] {
        background: white;
        color: #111827;
        box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    }

/* CARD DE CONTEÚDO */
.config-card[b-9owsqpz70z] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}

/* Título da Seção (com ícone) */
.section-header[b-9owsqpz70z] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
}

    .section-header i[b-9owsqpz70z] {
        font-size: 20px;
        margin-top: 2px;
    }

.text-orange[b-9owsqpz70z] {
    color: #ea580c;
}

.text-blue[b-9owsqpz70z] {
    color: #2563eb;
}

.text-purple[b-9owsqpz70z] {
    color: #9333ea;
}

.text-gray[b-9owsqpz70z] {
    color: #4b5563;
}

.section-header h3[b-9owsqpz70z] {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.section-header p[b-9owsqpz70z] {
    margin: 2px 0 0 0;
    font-size: 13px;
    color: #6b7280;
}

/* GRID DOS INPUTS */
.grid-inputs[b-9owsqpz70z] {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 Colunas */
    gap: 24px;
    margin-bottom: 30px;
}

.form-group label[b-9owsqpz70z] {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

.form-control[b-9owsqpz70z] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    color: #111827;
}

    .form-control:focus[b-9owsqpz70z] {
        outline: none;
        border-color: #16a34a;
        box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.1);
    }

/* Texto de ajuda (Verde) */
.price-hint[b-9owsqpz70z] {
    display: block;
    font-size: 12px;
    color: #16a34a;
    font-weight: 600;
    margin-top: 4px;
}

.hint-bottom[b-9owsqpz70z] {
    display: block;
    font-size: 11px;
    color: #9ca3af;
    margin-top: 4px;
}

/* Footer Actions */
.actions-footer[b-9owsqpz70z] {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #f3f4f6;
    padding-top: 20px;
}

.btn-save[b-9owsqpz70z] {
    background-color: #65a30d; /* Verde Oliva */
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s;
}

    .btn-save:hover[b-9owsqpz70z] {
        background-color: #4d7c0f;
    }

.fade-in[b-9owsqpz70z] {
    animation: fadeIn-b-9owsqpz70z 0.3s ease-in-out;
}

@keyframes fadeIn-b-9owsqpz70z {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

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

/* Responsividade */
@media (max-width: 768px) {
    .grid-inputs[b-9owsqpz70z] {
        grid-template-columns: 1fr;
    }

    .precos-content[b-9owsqpz70z] {
        padding: 0 20px;
    }

    .tabs-container[b-9owsqpz70z] {
        overflow-x: auto;
    }
}
/* _content/AulasJa.Web/Components/Pages/Cfc/GestaoVeiculosCfc.razor.rz.scp.css */
.gestao-container[b-cvk4inajxo] {
    background-color: #f8fafc;
    min-height: calc(100vh - 70px);
    font-family: 'Inter', 'Segoe UI', sans-serif;
}

h2[b-cvk4inajxo] {
    color: #0f172a;
    letter-spacing: -0.5px;
}

.text-muted[b-cvk4inajxo] {
    color: #64748b !important;
}

/* Botão Laranja (Tema Veículo) */
.btn.text-white:hover[b-cvk4inajxo] {
    background-color: #ea580c !important; /* Laranja mais escuro no hover */
    border-color: #ea580c !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 8px -1px rgba(234, 88, 12, 0.3);
}

.card[b-cvk4inajxo] {
    border-radius: 16px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
    overflow: hidden;
}

.card-header[b-cvk4inajxo] {
    background-color: #ffffff !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

    .card-header h6[b-cvk4inajxo] {
        color: #1e293b;
        font-size: 1rem;
    }

.table[b-cvk4inajxo] {
    margin-bottom: 0;
}

    .table th[b-cvk4inajxo] {
        background-color: #f8fafc;
        color: #64748b;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 0.75rem;
        letter-spacing: 0.05em;
        border-bottom: 1px solid #e2e8f0;
    }

    .table td[b-cvk4inajxo] {
        vertical-align: middle;
        color: #334155;
        border-bottom: 1px solid #f1f5f9;
        font-size: 0.9rem;
    }

.table-hover tbody tr:hover[b-cvk4inajxo] {
    background-color: #f8fafc;
}

.btn-outline-secondary[b-cvk4inajxo] {
    color: #64748b;
    border-color: #e2e8f0;
    background-color: #ffffff;
}

    .btn-outline-secondary:hover[b-cvk4inajxo] {
        background-color: #f1f5f9;
        color: #0f172a;
        border-color: #cbd5e1;
    }

.btn-sm[b-cvk4inajxo] {
    transition: all 0.2s ease;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

    .btn-sm:hover[b-cvk4inajxo] {
        transform: scale(1.05);
    }

.text-orange[b-cvk4inajxo] {
    color: #f97316 !important;
}

.gestao-content[b-cvk4inajxo] {
    max-width: 1250px; 
    width: 100%;
}
/* _content/AulasJa.Web/Components/Pages/Cfc/RelatorioAlunosCfc.razor.rz.scp.css */
/* Layout Base */
.relatorio-container[b-od4o6am2f2] {
    padding-top: 100px;
    background-color: #f9fafb;
    min-height: 100vh;
    font-family: 'Segoe UI', sans-serif;
    padding-bottom: 60px;
}

.relatorio-content[b-od4o6am2f2] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Header */
.header-row[b-od4o6am2f2] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

.btn-voltar[b-od4o6am2f2] {
    background: transparent;
    border: none;
    font-size: 14px;
    color: #4b5563;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .btn-voltar:hover[b-od4o6am2f2] {
        color: #111827;
    }

.header-row h1[b-od4o6am2f2] {
    font-size: 24px;
    font-weight: 800;
    color: #111827;
    margin: 0;
}

.header-row p[b-od4o6am2f2] {
    color: #6b7280;
    margin: 2px 0 0 0;
    font-size: 13px;
}

/* KPI CARDS */
.kpi-grid[b-od4o6am2f2] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 30px;
}

.kpi-card[b-od4o6am2f2] {
    border-radius: 12px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid transparent;
}

/* Cores específicas dos Cards */
.bg-green-light[b-od4o6am2f2] {
    background-color: #f0fdf4;
    border-color: #bbf7d0;
}

.bg-blue-light[b-od4o6am2f2] {
    background-color: #eff6ff;
    border-color: #bfdbfe;
}

.bg-purple-light[b-od4o6am2f2] {
    background-color: #faf5ff;
    border-color: #e9d5ff;
}

.kpi-info span[b-od4o6am2f2] {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
}

.kpi-info h2[b-od4o6am2f2] {
    margin: 4px 0 0 0;
    font-size: 28px;
    font-weight: 800;
}

.bg-green-light h2[b-od4o6am2f2] {
    color: #166534;
}

.bg-blue-light h2[b-od4o6am2f2] {
    color: #1e40af;
}

.bg-purple-light h2[b-od4o6am2f2] {
    color: #6b21a8;
}

.kpi-icon[b-od4o6am2f2] {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    font-size: 24px;
}

.icon-green[b-od4o6am2f2] {
    background: #dcfce7;
    color: #16a34a;
}

.icon-blue[b-od4o6am2f2] {
    background: #dbeafe;
    color: #2563eb;
}

.icon-purple[b-od4o6am2f2] {
    background: #f3e8ff;
    color: #9333ea;
}

/* FILTROS */
.filter-bar[b-od4o6am2f2] {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    background: white;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.search-input[b-od4o6am2f2] {
    flex: 2;
    position: relative;
}

    .search-input i[b-od4o6am2f2] {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: #9ca3af;
    }

    .search-input input[b-od4o6am2f2] {
        width: 100%;
        padding: 10px 12px 10px 36px;
        border: 1px solid #d1d5db;
        border-radius: 6px;
        font-size: 14px;
    }

.filter-select[b-od4o6am2f2] {
    flex: 1;
    position: relative;
}

    .filter-select i[b-od4o6am2f2] {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: #9ca3af;
    }

    .filter-select select[b-od4o6am2f2] {
        width: 100%;
        padding: 10px 12px 10px 36px;
        border: 1px solid #d1d5db;
        border-radius: 6px;
        font-size: 14px;
        color: #374151;
        background: white;
    }

.btn-export[b-od4o6am2f2] {
    background-color: #2563eb;
    color: white;
    border: none;
    padding: 0 20px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .btn-export:hover[b-od4o6am2f2] {
        background-color: #1d4ed8;
    }

/* TABELA */
.table-card[b-od4o6am2f2] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

.custom-table[b-od4o6am2f2] {
    width: 100%;
    border-collapse: collapse;
}

    .custom-table th[b-od4o6am2f2] {
        text-align: left;
        padding: 16px 24px;
        font-size: 12px;
        font-weight: 700;
        color: #374151;
        background: #f9fafb;
        border-bottom: 1px solid #e5e7eb;
    }

    .custom-table td[b-od4o6am2f2] {
        padding: 16px 24px;
        border-bottom: 1px solid #f3f4f6;
        font-size: 14px;
        color: #4b5563;
        vertical-align: middle;
    }

.user-info strong[b-od4o6am2f2] {
    display: block;
    color: #111827;
}

.user-info small[b-od4o6am2f2] {
    font-size: 12px;
    color: #9ca3af;
}

.badge-cat[b-od4o6am2f2] {
    background: #eff6ff;
    color: #2563eb;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
}

.text-green[b-od4o6am2f2] {
    color: #16a34a;
    font-weight: 700;
}

.badge-status[b-od4o6am2f2] {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.paid[b-od4o6am2f2] {
    background: #dcfce7;
    color: #166534;
}

.pending[b-od4o6am2f2] {
    background: #fef9c3;
    color: #854d0e;
}

.empty-row[b-od4o6am2f2] {
    text-align: center;
    padding: 40px;
    color: #9ca3af;
    font-style: italic;
}
/* _content/AulasJa.Web/Components/Pages/Cfc/VincularInstrutores.razor.rz.scp.css */
/* Layout Base */
.vinculo-container[b-t136nag6yv] {
    padding-top: 100px;
    background-color: #f9fafb;
    min-height: 100vh;
    font-family: 'Segoe UI', sans-serif;
    padding-bottom: 60px;
}

.header-row[b-t136nag6yv] {
    max-width: 1400px;
    margin: 0 auto 24px auto;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 40px;
}

.btn-voltar[b-t136nag6yv] {
    background: transparent;
    border: none;
    font-size: 14px;
    color: #4b5563;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .btn-voltar:hover[b-t136nag6yv] {
        color: #111827;
    }

.header-row h1[b-t136nag6yv] {
    font-size: 24px;
    font-weight: 800;
    color: #111827;
    margin: 0;
}

.header-row p[b-t136nag6yv] {
    color: #6b7280;
    margin: 2px 0 0 0;
    font-size: 13px;
}

/* Grid Principal */
.main-grid[b-t136nag6yv] {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 24px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    align-items: start;
}

/* Cards Painel */
.card-painel[b-t136nag6yv] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    min-height: 500px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}

.card-header-painel[b-t136nag6yv] {
    padding: 20px 24px;
    border-bottom: 1px solid #f3f4f6;
    font-weight: 700;
    color: #111827;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .card-header-painel.space-between[b-t136nag6yv] {
        justify-content: space-between;
    }

.text-blue[b-t136nag6yv] {
    color: #2563eb;
}

.text-green[b-t136nag6yv] {
    color: #16a34a;
}

.btn-add[b-t136nag6yv] {
    background-color: #16a34a;
    color: white;
    border: none; /* Verde */
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: background 0.2s;
}

    .btn-add:hover[b-t136nag6yv] {
        background-color: #15803d;
    }

/* Lista de Veículos (Esquerda) */
.lista-veiculos[b-t136nag6yv] {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.veiculo-item[b-t136nag6yv] {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.2s;
    background: white;
}

    .veiculo-item:hover[b-t136nag6yv] {
        border-color: #d1d5db;
    }

    /* Estado Ativo (Selecionado) */
    .veiculo-item.active[b-t136nag6yv] {
        border: 2px solid #3b82f6;
        background-color: #eff6ff; /* Azul Claro */
    }

    .veiculo-item strong[b-t136nag6yv] {
        display: block;
        font-size: 15px;
        color: #111827;
        margin-bottom: 4px;
    }

    .veiculo-item small[b-t136nag6yv] {
        display: block;
        font-size: 12px;
        color: #6b7280;
        margin-bottom: 8px;
    }

.badge-cat[b-t136nag6yv] {
    background: #f3f4f6;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #4b5563;
    display: inline-block;
}

/* Corpo Direito */
.card-body-painel[b-t136nag6yv] {
    padding: 32px 24px;
}

/* Estado Vazio */
.empty-state[b-t136nag6yv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    color: #9ca3af;
    text-align: center;
}

    .empty-state i[b-t136nag6yv] {
        font-size: 48px;
        margin-bottom: 16px;
        color: #d1d5db;
    }

/* Linhas de Vínculo */
.vinculos-list[b-t136nag6yv] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vinculo-row[b-t136nag6yv] {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    background: white;
    border: 1px solid #e5e7eb;
    padding: 16px;
    border-radius: 8px;
}

.input-group[b-t136nag6yv] {
    flex: 1;
}

    .input-group label[b-t136nag6yv] {
        display: block;
        font-size: 12px;
        color: #6b7280;
        margin-bottom: 8px;
        font-weight: 500;
    }

.form-select[b-t136nag6yv] {
    width: 100% !important;
    padding: 10px 12px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    color: #111827 !important;
}

    .form-select:focus[b-t136nag6yv] {
        outline: none;
        border-color: #3b82f6;
    }

.btn-remove[b-t136nag6yv] {
    background: transparent;
    border: none;
    color: #ef4444; /* Ícone vermelho vazado */
    padding: 10px;
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: 18px;
    border-radius: 6px;
    margin-bottom: 2px;
    transition: background 0.2s;
}

    .btn-remove:hover[b-t136nag6yv] {
        background-color: #fee2e2;
    }

/* Footer */
.actions-footer[b-t136nag6yv] {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #f3f4f6;
    padding-top: 24px;
}

.btn-save[b-t136nag6yv] {
    background-color: #2563eb;
    color: white;
    border: none; /* Azul */
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

    .btn-save:hover[b-t136nag6yv] {
        background-color: #1d4ed8;
    }

/* Responsividade */
@media (max-width: 900px) {
    .main-grid[b-t136nag6yv] {
        grid-template-columns: 1fr;
    }

    .header-row[b-t136nag6yv] {
        padding: 0 20px;
    }
}
/* _content/AulasJa.Web/Components/Pages/Home/Home.razor.rz.scp.css */
.page-root-isolada[b-5y0dgzo0dz] {
    font-family: 'Inter', sans-serif;
    /* Bloqueia o vazamento na própria página */
    width: 100vw;
    max-width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
    margin: 0;
    /* Aplica o seu respiro do menu aqui */
    padding: 70px 0 0 0;
    background-color: #fff;
    color: #1f2937;
}

.content[b-5y0dgzo0dz] {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.hero-section[b-5y0dgzo0dz] {
    padding-top: 90px !important;
}

/* Cookie Banner */
.cookie-banner[b-5y0dgzo0dz] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    padding: 1rem 0;
    animation: slideUp-b-5y0dgzo0dz 0.5s ease-out;
}

@keyframes slideUp-b-5y0dgzo0dz {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

/* ========================================= */
/* --- HERO SECTION ---                      */
/* ========================================= */
.hero-section[b-5y0dgzo0dz] {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #0b1120;
}

    .hero-section .container[b-5y0dgzo0dz],
    .hero-section .row[b-5y0dgzo0dz] {
        position: relative;
        z-index: 3;
    }

.hero-bg-image[b-5y0dgzo0dz] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('./images/imagemBannerInicial.jpeg');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.hero-overlay[b-5y0dgzo0dz] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Degradê azul moderno: escuro na esquerda, desvanecendo para a direita */
    background: linear-gradient(90deg, rgba(123, 183, 211, 0.95) 0%, rgba(30, 136, 229, 0.85) 45%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 2;
    pointer-events: none;
}

.badge-pill[b-5y0dgzo0dz] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 0.85rem;
    font-weight: 500;
    backdrop-filter: blur(4px);
}

.dot[b-5y0dgzo0dz] {
    width: 8px;
    height: 8px;
    background-color: #64B5F6;
    border-radius: 50%;
}

.text-highlight[b-5y0dgzo0dz] {
    color: #90CAF9;
}

.text-success-light[b-5y0dgzo0dz] {
    color: #1976D2;
}

.btn-main-search[b-5y0dgzo0dz] {
    background-color: #1976D2; /* Azul do AulasJa */
    color: white;
    border: none;
    font-weight: 700;
    padding: 14px 32px;
    font-size: 1.1rem;
    transition: all 0.2s;
    cursor: pointer;
}

    .btn-main-search:hover[b-5y0dgzo0dz] {
        background-color: #1F51FF;
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(0, 230, 118, 0.3) !important;
    }

.glass-card[b-5y0dgzo0dz] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
}

/* ========================================= */
/* --- BACKGROUNDS E ÍCONES ---              */
/* ========================================= */
.bg-light-blue[b-5y0dgzo0dz] {
    background-color: #edf3f7 !important;
}

.icon-box[b-5y0dgzo0dz] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e8f0fe;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ========================================= */
/* PASSO 1 - CATEGORIAS                      */
/* ========================================= */
[b-5y0dgzo0dz] .category-selection-container {
    background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 50%, #e3f2fd 100%);
    border: 2px solid #1976D2; /* Borda Azul Sistema */
    border-radius: 16px;
    padding: 3rem 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px -10px rgba(25, 118, 210, 0.15); /* Sombra Azul */
}

[b-5y0dgzo0dz] .step-badge {
    background-color: #1976D2; /* Badge Azul Sistema */
    color: white;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: 800;
}

[b-5y0dgzo0dz] .categories-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 2.5rem;
}

[b-5y0dgzo0dz] .btn-category-card {
    background-color: white;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    padding: 10px;
}

    [b-5y0dgzo0dz] .btn-category-card:hover {
        border-color: #1976D2; /* Hover Azul Sistema */
        box-shadow: 0 4px 8px rgba(25, 118, 210, 0.15);
        transform: translateY(-3px);
    }

    [b-5y0dgzo0dz] .btn-category-card.active {
        background-color: #1976D2; /* Ativo Azul Sistema */
        border-color: #1976D2; /* Ativo Borda Azul */
        color: white;
        box-shadow: 0 8px 15px rgba(25, 118, 210, 0.3);
        transform: translateY(-3px);
    }

[b-5y0dgzo0dz] .cat-label {
    font-size: 0.9rem;
    font-weight: 800;
    margin-bottom: 2px;
}

[b-5y0dgzo0dz] .cat-letter {
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 4px;
}

[b-5y0dgzo0dz] .cat-desc {
    font-size: 0.75rem;
    font-weight: 600;
    opacity: 0.6;
    text-transform: capitalize;
}

[b-5y0dgzo0dz] .btn-category-card.active .cat-desc {
    opacity: 0.9;
}

[b-5y0dgzo0dz] .alert-custom-warning {
    background-color: #fef2f2;
    color: #dc3545;
    border: 1px solid #fca5a5;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    [b-5y0dgzo0dz] .alert-custom-warning .bi-exclamation-triangle-fill {
        color: #ffc107 !important;
        font-size: 1.1rem;
        -webkit-text-stroke: 1px #b91c1c;
    }

/* ========================================= */
/* BARRA DE BUSCA UNIFICADA (Estilo Imagem 2) */
/* ========================================= */
[b-5y0dgzo0dz] .modern-unified-search-wrapper {
    background-color: white;
    border-radius: 100px; /* Pill-shaped */
    max-width: 950px;
    border: 1px solid #e5e7eb;
}

/* Ajustes responsivos para a barra unificada */
@media (max-width: 767px) {
    [b-5y0dgzo0dz] .modern-unified-search-wrapper {
        border-radius: 24px; /* Menos arredondado no mobile */
        margin: 0 1rem;
    }
}

[b-5y0dgzo0dz] .modern-unified-search-wrapper label {
    font-size: 0.8rem;
    margin-left: 15px;
}

/* Estilo para ícones azuis dentro da barra */
[b-5y0dgzo0dz] .modern-unified-search-wrapper .bi {
    font-size: 1.1rem;
}

/* Estilo para Inputs e Selects limpos */
[b-5y0dgzo0dz] .modern-unified-search-wrapper input[type="date"],
[b-5y0dgzo0dz] .modern-unified-search-wrapper select {
    font-size: 0.95rem;
    color: #4b5563;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

    /* Tira o ícone padrão do calendário no select/input date se necessário */
    [b-5y0dgzo0dz] .modern-unified-search-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
        opacity: 0.5;
        cursor: pointer;
    }

/* Divisor Vertical */
[b-5y0dgzo0dz] .modern-unified-search-wrapper .v-divider {
    width: 1px;
    background-color: #e5e7eb;
    height: 100%;
}

/* Botão de Busca integrado à direita */
[b-5y0dgzo0dz] .modern-unified-search-wrapper .btn-primary {
    background-color: #1976D2;
    border: none;
    transition: all 0.2s;
    border-radius: 100px; /* Pill-shaped */
}

    [b-5y0dgzo0dz] .modern-unified-search-wrapper .btn-primary:hover {
        background-color: #1565C0;
        transform: translateY(-2px);
    }

/* ========================================= */
/* CARD VERTICAL INSTRUTOR (como estava)     */
/* ========================================= */
.instructor-card-new[b-5y0dgzo0dz] {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #f3f4f6 !important;
    transition: all 0.3s ease;
}

.hover-lift:hover[b-5y0dgzo0dz] {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08) !important;
}

.card-img-header[b-5y0dgzo0dz] {
    height: 220px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-bottom: 1px solid #f3f4f6;
}

.rating-badge[b-5y0dgzo0dz] {
    position: absolute;
    top: 15px;
    right: 15px;
    background: white;
    padding: 6px 12px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
}

.star-icon[b-5y0dgzo0dz] {
    color: #FFB300;
    font-size: 0.9rem;
}

.badge-novo[b-5y0dgzo0dz] {
    color: #1976D2;
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.instructor-title[b-5y0dgzo0dz] {
    font-size: 1.3rem;
    line-height: 1.2;
}

.stats-box[b-5y0dgzo0dz] {
    border: 1px solid #eef2f6;
}

.badge-specialty[b-5y0dgzo0dz] {
    background-color: white;
    color: #1976D2;
    border: 1px solid #bbdefb;
    border-radius: 30px;
    padding: 6px 14px;
    font-size: 0.75rem;
    font-weight: 600;
    transition: all 0.2s;
}

    .badge-specialty:hover[b-5y0dgzo0dz] {
        background-color: #e8f0fe;
    }

/* Animação */
[b-5y0dgzo0dz] .fade-in {
    animation: fadeIn-b-5y0dgzo0dz ease 0.5s;
}

@keyframes fadeIn-b-5y0dgzo0dz {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 999px) {
    .glass-card[b-5y0dgzo0dz] {
        margin-top: 3rem;
        padding: 2rem !important;
    }

    .hero-section .col-lg-7[b-5y0dgzo0dz] {
        padding-top: 3rem !important;
    }
}

@media (max-width: 576px) {
    [b-5y0dgzo0dz] .btn-category-card {
        width: 100px !important;
        height: 100px !important;
        padding: 8px !important;
    }

    [b-5y0dgzo0dz] .cat-letter {
        font-size: 1.6rem !important;
    }

    [b-5y0dgzo0dz] .cat-label {
        font-size: 0.8rem !important;
    }

    [b-5y0dgzo0dz] .cat-desc {
        font-size: 0.65rem !important;
    }
}
/* _content/AulasJa.Web/Components/Pages/Instrutor/CadastroAlunoInstrutor.razor.rz.scp.css */
/* Layout Geral */
.cadastro-container[b-xr8zp6ai22] {
    max-width: 650px;
    margin: 2rem auto;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
    margin-top: 90px;
}

/* Card do Formulário */
.form-card[b-xr8zp6ai22] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    overflow: hidden; /* Para o header não vazar */
    margin-bottom: 2rem;
    border: 1px solid #e0e0e0;
}

/* Cabeçalho Verde (Igual Image 1 e 2) */
.card-header-custom[b-xr8zp6ai22] {
    background-color: #558B2F; /* Verde Musgo/Oliva da imagem */
    background: linear-gradient(180deg, #689F38 0%, #558B2F 100%);
    color: white;
    padding: 1.5rem 2rem;
}

    .card-header-custom h1[b-xr8zp6ai22] {
        margin: 0;
        font-size: 1.5rem;
        font-weight: 700;
    }

    .card-header-custom p[b-xr8zp6ai22] {
        margin: 0.3rem 0 0 0;
        font-size: 0.9rem;
        opacity: 0.9;
        font-weight: 500;
    }

/* Corpo do Formulário */
.card-body-custom[b-xr8zp6ai22] {
    padding: 2rem;
}

.form-group[b-xr8zp6ai22] {
    margin-bottom: 1.2rem;
}

label[b-xr8zp6ai22] {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #444;
    font-size: 0.95rem;
}

/* Inputs (Igual Image 1) */
.form-control[b-xr8zp6ai22], .form-select[b-xr8zp6ai22] {
    width: 100%;
    padding: 0.7rem 1rem;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.2s;
}

    .form-control:focus[b-xr8zp6ai22], .form-select:focus[b-xr8zp6ai22] {
        border-color: #689F38;
        box-shadow: 0 0 0 3px rgba(104, 159, 56, 0.15);
        outline: none;
    }

/* Botões de Ação */
.btn-action[b-xr8zp6ai22] {
    display: block;
    width: 100%;
    padding: 0.9rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 1.5rem;
}

/* Botão Verde Principal (Próximo / Finalizar) */
.btn-next[b-xr8zp6ai22], .btn-finish[b-xr8zp6ai22] {
    background-color: #689F38;
    color: white;
}

    .btn-next:hover[b-xr8zp6ai22], .btn-finish:hover[b-xr8zp6ai22] {
        background-color: #558B2F;
    }

    .btn-finish:disabled[b-xr8zp6ai22] {
        background-color: #a5d6a7;
        cursor: not-allowed;
    }

/* Botões Lado a Lado (Passo 2) */
.action-buttons[b-xr8zp6ai22] {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

    .action-buttons .btn-action[b-xr8zp6ai22] {
        margin-top: 0; /* Remove margem topo no flex */
    }

/* Botão Voltar (Outline) */
.btn-back-outline[b-xr8zp6ai22] {
    background-color: white;
    border: 1px solid #ccc;
    color: #555;
    width: 30%; /* Menor que o finalizar */
}

    .btn-back-outline:hover[b-xr8zp6ai22] {
        background-color: #f5f5f5;
        color: #333;
    }

/* Cards de Benefícios (Rodapé) */
.benefits-grid[b-xr8zp6ai22] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

.benefit-card[b-xr8zp6ai22] {
    padding: 1.5rem;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid transparent;
}

    .benefit-card h6[b-xr8zp6ai22] {
        font-weight: 700;
        margin-bottom: 0.5rem;
        font-size: 1rem;
    }

    .benefit-card p[b-xr8zp6ai22] {
        font-size: 0.85rem;
        color: #666;
        margin: 0;
        line-height: 1.4;
    }

    /* Cores específicas dos cards (Image 2) */
    /* Azul Claro */
    .benefit-card.blue[b-xr8zp6ai22] {
        background-color: #e3f2fd;
        border-color: #bbdefb;
    }

        .benefit-card.blue h6[b-xr8zp6ai22] {
            color: #1565c0;
        }

        .benefit-card.blue p[b-xr8zp6ai22] {
            color: #1976d2;
        }

    /* Verde Claro */
    .benefit-card.green[b-xr8zp6ai22] {
        background-color: #e8f5e9;
        border-color: #c8e6c9;
    }

        .benefit-card.green h6[b-xr8zp6ai22] {
            color: #2e7d32;
        }

        .benefit-card.green p[b-xr8zp6ai22] {
            color: #388e3c;
        }

    /* Roxo Claro */
    .benefit-card.purple[b-xr8zp6ai22] {
        background-color: #f3e5f5;
        border-color: #e1bee7;
    }

        .benefit-card.purple h6[b-xr8zp6ai22] {
            color: #7b1fa2;
        }

        .benefit-card.purple p[b-xr8zp6ai22] {
            color: #8e24aa;
        }

/* Validação */
.validation-message[b-xr8zp6ai22] {
    color: #d32f2f;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

/* Animação de transição suave */
.fade-in[b-xr8zp6ai22] {
    animation: fadeIn-b-xr8zp6ai22 0.3s ease-in-out;
}

@keyframes fadeIn-b-xr8zp6ai22 {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

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

@media (max-width: 768px) {
    .benefits-grid[b-xr8zp6ai22] {
        grid-template-columns: 1fr;
    }

    .cadastro-container[b-xr8zp6ai22] {
        padding: 0 1rem;
    }
}


.cadastro-wrapper[b-xr8zp6ai22] {
    max-width: 1200px;
    /* Alteramos a margem superior para 110px para descolar do menu fixo */
    margin: 110px auto 40px auto;
    padding: 0 20px;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.header-nav[b-xr8zp6ai22] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

.btn-voltar[b-xr8zp6ai22] {
    background: transparent;
    border: none;
    color: #4b5563;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 14px;
}

/* Barra de Progresso Superior */
.progress-container[b-xr8zp6ai22] {
    display: flex;
    gap: 10px;
}

.progress-bar-custom[b-xr8zp6ai22] {
    height: 6px;
    flex: 1;
    background-color: #e5e7eb; /* Cinza claro */
    border-radius: 4px;
    transition: background-color 0.3s;
}

    .progress-bar-custom.active[b-xr8zp6ai22] {
        background-color: #65a34e; /* Verde Idireção */
    }

/* Layout Principal */
.main-grid[b-xr8zp6ai22] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    align-items: start;
}

/* Formulário (Esquerda) */
.form-container[b-xr8zp6ai22] {
    background: white;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #f3f4f6;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
}

.step-title[b-xr8zp6ai22] {
    font-size: 24px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 24px;
}

.form-control[b-xr8zp6ai22], .form-select[b-xr8zp6ai22] {
    border-radius: 8px;
    border: 1px solid #d1d5db;
    padding: 10px 14px;
    color: #4b5563;
}

label[b-xr8zp6ai22] {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 6px;
}

/* Botões Customizados */
.btn-action-green[b-xr8zp6ai22] {
    background-color: #65a34e;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.2s;
}

    .btn-action-green:hover:not(:disabled)[b-xr8zp6ai22] {
        background-color: #558b41;
    }

.btn-outline-green[b-xr8zp6ai22] {
    background-color: white;
    color: #65a34e;
    border: 1px solid #65a34e;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
}

    .btn-outline-green:hover[b-xr8zp6ai22] {
        background-color: #f0fdf4;
    }

/* Resumo Card (Direita) */
.summary-container[b-xr8zp6ai22] {
    position: sticky;
    top: 20px;
}

.summary-card[b-xr8zp6ai22] {
    background-color: #65a34e; /* Verde sólido */
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 15px -3px rgba(101,163,78,0.3);
}

.summary-steps[b-xr8zp6ai22] {
    font-size: 14px;
}

.fade-in[b-xr8zp6ai22] {
    animation: fadeIn-b-xr8zp6ai22 0.3s ease-in;
}

@keyframes fadeIn-b-xr8zp6ai22 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

@media (max-width: 768px) {
    .main-grid[b-xr8zp6ai22] {
        grid-template-columns: 1fr;
    }
}
/* _content/AulasJa.Web/Components/Pages/Instrutor/Configuracoes.razor.rz.scp.css */
/* Container Base */
.page-container[b-348fun5z2l] {
    background-color: #f9fafb;
    min-height: 100vh;
    padding: 100px 40px 40px 40px; /* Padding top para não sobrepor o menu superior */
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.content-wrapper[b-348fun5z2l] {
    max-width: 1200px;
    margin: 0 auto;
}

.page-title[b-348fun5z2l] {
    font-size: 28px;
    letter-spacing: -0.5px;
}

/* Botão Voltar ao Painel */
.btn-voltar-painel[b-348fun5z2l] {
    background-color: white;
    border: 1px solid #d1d5db;
    color: #4b5563;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.2s;
}

    .btn-voltar-painel:hover[b-348fun5z2l] {
        background-color: #f3f4f6;
    }

/* TABS SUPERIORES */
.tabs-nav[b-348fun5z2l] {
    display: inline-flex;
    background-color: #f3f4f6;
    padding: 4px;
    border-radius: 10px;
    gap: 4px;
}

.tab-item[b-348fun5z2l] {
    border: none;
    background: transparent;
    padding: 10px 24px;
    font-weight: 600;
    font-size: 14px;
    color: #6b7280;
    border-radius: 8px;
    transition: all 0.2s;
}

    .tab-item.active[b-348fun5z2l] {
        background-color: white;
        color: #111827;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

    .tab-item i[b-348fun5z2l] {
        margin-right: 6px;
    }

/* CARDS BRANCOS GERAIS */
.config-card[b-348fun5z2l] {
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03);
}

/* ================================== */
/* TOGGLE SWITCH (Botão Liga/Desliga) */
/* ================================== */
.toggle-switch[b-348fun5z2l] {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    flex-shrink: 0;
}

    .toggle-switch input[b-348fun5z2l] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-348fun5z2l] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d1d5db; /* Cinza desligado */
    transition: .3s;
    border-radius: 34px;
}

    .slider[b-348fun5z2l]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: .3s;
        border-radius: 50%;
        box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    }

input:checked + .slider[b-348fun5z2l] {
    background-color: #65a34e; /* Verde Idireção ligado */
}

    input:checked + .slider[b-348fun5z2l]:before {
        transform: translateX(20px);
    }

/* ================================== */
/* HORÁRIO SEMANAL (LINHAS)           */
/* ================================== */
.days-list[b-348fun5z2l] {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

.day-row[b-348fun5z2l] {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #e5e7eb;
    background-color: white;
    min-height: 70px;
}

    .day-row:last-child[b-348fun5z2l] {
        border-bottom: none;
    }

.disabled-row[b-348fun5z2l] {
    background-color: #f9fafb; /* Fundo cinza para inativos */
}

.day-name-col[b-348fun5z2l] {
    width: 180px;
    display: flex;
    align-items: center;
}

.time-controls-group[b-348fun5z2l] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.time-input-wrap[b-348fun5z2l] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.time-label[b-348fun5z2l] {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
}

.time-divider[b-348fun5z2l] {
    height: 20px;
    width: 1px;
    background-color: #e5e7eb;
    margin: 0 8px;
}

.day-off-text[b-348fun5z2l] {
    flex: 1;
    color: #9ca3af;
    font-size: 14px;
}

/* Custom Selects (Com Ícone) */
.custom-select-wrapper[b-348fun5z2l] {
    position: relative;
    display: inline-block;
}

    .custom-select-wrapper select[b-348fun5z2l] {
        appearance: none;
        -webkit-appearance: none;
        background-color: white;
        border: 1px solid #d1d5db;
        border-radius: 6px;
        padding: 6px 36px 6px 12px;
        font-size: 14px;
        color: #374151;
        font-weight: 500;
        outline: none;
        cursor: pointer;
        min-width: 100px;
    }

        .custom-select-wrapper select:focus[b-348fun5z2l] {
            border-color: #65a34e;
            box-shadow: 0 0 0 2px rgba(101,163,78,0.1);
        }

.time-icon[b-348fun5z2l] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    pointer-events: none; /* Para não bloquear o clique no select */
}

/* Botão Salvar (Verde) */
.btn-save-green[b-348fun5z2l] {
    background-color: #65a34e;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: 0.2s;
}

    .btn-save-green:hover[b-348fun5z2l] {
        background-color: #558b41;
    }

    .btn-save-green:disabled[b-348fun5z2l] {
        opacity: 0.6;
        cursor: not-allowed;
    }

/* ================================== */
/* TAB 2: BLOQUEIOS (Image 2)         */
/* ================================== */
.calendar-widget[b-348fun5z2l] {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
}

.calendar-header[b-348fun5z2l] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .calendar-header button[b-348fun5z2l] {
        background: transparent;
        border: none;
        color: #4b5563;
        font-size: 14px;
    }

.calendar-days-names[b-348fun5z2l] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 10px;
}

.calendar-grid[b-348fun5z2l] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    gap: 6px;
}

    .calendar-grid span[b-348fun5z2l] {
        font-size: 14px;
        color: #374151;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        margin: auto;
    }

        .calendar-grid span.selected[b-348fun5z2l] {
            background-color: #65a34e;
            color: white;
            font-weight: bold;
        }

/* Card Lista Bloqueios */
.block-item-card[b-348fun5z2l] {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px 20px;
    transition: all 0.2s;
}

    .block-item-card:hover[b-348fun5z2l] {
        border-color: #fca5a5; /* Hover suave vermelhinho */
    }

.block-icon[b-348fun5z2l] {
    width: 40px;
    height: 40px;
    background-color: #fef2f2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.fade-in[b-348fun5z2l] {
    animation: fadeIn-b-348fun5z2l 0.3s ease-in;
}

@keyframes fadeIn-b-348fun5z2l {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Interações do Calendário Funcional */
.calendar-grid span.clickable-day[b-348fun5z2l] {
    cursor: pointer;
    transition: background-color 0.2s;
}

    .calendar-grid span.clickable-day:hover[b-348fun5z2l] {
        background-color: #f3f4f6;
    }

/* Indicador de dia que já foi bloqueado */
.calendar-grid span.blocked[b-348fun5z2l] {
    background-color: #fef2f2;
    color: #ef4444;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #fecaca;
}

    .calendar-grid span.blocked:hover[b-348fun5z2l] {
        background-color: #fee2e2;
    }
/* _content/AulasJa.Web/Components/Pages/Instrutor/GestaoPrecosInstrutor.razor.rz.scp.css */
/* Layout Base */
.precos-container[b-mwazupjzeq] {
    padding-top: 100px;
    background-color: #f9fafb;
    min-height: 100vh;
    font-family: 'Segoe UI', sans-serif;
    padding-bottom: 60px;
}

.precos-content[b-mwazupjzeq] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Header */
.header-row[b-mwazupjzeq] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

.btn-voltar[b-mwazupjzeq] {
    background: transparent;
    border: none;
    font-size: 18px;
    color: #4b5563;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: background 0.2s;
}

    .btn-voltar:hover[b-mwazupjzeq] {
        background-color: #e5e7eb;
    }

.header-row h1[b-mwazupjzeq] {
    font-size: 24px;
    font-weight: 800;
    color: #111827;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-row p[b-mwazupjzeq] {
    color: #6b7280;
    margin: 4px 0 0 0;
    font-size: 14px;
}

.text-green[b-mwazupjzeq] {
    color: #16a34a;
}

/* TABS (Estilo Pílula/Menu) */
.tabs-container[b-mwazupjzeq] {
    display: flex;
    background-color: #f3f4f6; /* Cinza claro fundo */
    padding: 4px;
    border-radius: 8px;
    margin-bottom: 24px;
    max-width: 800px; /* Não estica a tela toda */
}

.tab-item[b-mwazupjzeq] {
    flex: 1;
    border: none;
    background: transparent;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

    .tab-item.active[b-mwazupjzeq] {
        background: white;
        color: #111827;
        box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    }

/* CARD DE CONTEÚDO */
.config-card[b-mwazupjzeq] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}

/* Título da Seção (com ícone) */
.section-header[b-mwazupjzeq] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
}

    .section-header i[b-mwazupjzeq] {
        font-size: 20px;
        margin-top: 2px;
    }

.text-orange[b-mwazupjzeq] {
    color: #ea580c;
}

.text-blue[b-mwazupjzeq] {
    color: #2563eb;
}

.text-purple[b-mwazupjzeq] {
    color: #9333ea;
}

.text-gray[b-mwazupjzeq] {
    color: #4b5563;
}

.section-header h3[b-mwazupjzeq] {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.section-header p[b-mwazupjzeq] {
    margin: 2px 0 0 0;
    font-size: 13px;
    color: #6b7280;
}

/* GRID DOS INPUTS */
.grid-inputs[b-mwazupjzeq] {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 Colunas */
    gap: 24px;
    margin-bottom: 30px;
}

.form-group label[b-mwazupjzeq] {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

.form-control[b-mwazupjzeq] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    color: #111827;
}

    .form-control:focus[b-mwazupjzeq] {
        outline: none;
        border-color: #16a34a;
        box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.1);
    }

/* Texto de ajuda (Verde) */
.price-hint[b-mwazupjzeq] {
    display: block;
    font-size: 12px;
    color: #16a34a;
    font-weight: 600;
    margin-top: 4px;
}

.hint-bottom[b-mwazupjzeq] {
    display: block;
    font-size: 11px;
    color: #9ca3af;
    margin-top: 4px;
}

/* Footer Actions */
.actions-footer[b-mwazupjzeq] {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #f3f4f6;
    padding-top: 20px;
}

.btn-save[b-mwazupjzeq] {
    background-color: #65a30d; /* Verde Oliva */
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s;
}

    .btn-save:hover[b-mwazupjzeq] {
        background-color: #4d7c0f;
    }

.fade-in[b-mwazupjzeq] {
    animation: fadeIn-b-mwazupjzeq 0.3s ease-in-out;
}

@keyframes fadeIn-b-mwazupjzeq {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

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

/* Responsividade */
@media (max-width: 768px) {
    .grid-inputs[b-mwazupjzeq] {
        grid-template-columns: 1fr;
    }

    .precos-content[b-mwazupjzeq] {
        padding: 0 20px;
    }

    .tabs-container[b-mwazupjzeq] {
        overflow-x: auto;
    }
}
/* _content/AulasJa.Web/Components/Pages/Instrutor/InstrutorDashboard.razor.rz.scp.css */
/* ==========================================
   BASE & CONTAINER
   ========================================== */
.page-container[b-ylrhz7vr2e] {
    background-color: #f9fafb;
    min-height: calc(100vh - 70px);
    padding: 130px 20px;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.content-wrapper[b-ylrhz7vr2e] {
    max-width: 1400px;
    margin: 0 auto;
}

/* ==========================================
   BANNERS (Avisos Dinâmicos)
   ========================================== */
.alert-banner[b-ylrhz7vr2e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-radius: 12px;
    border: 1px solid transparent;
}

.banner-blue[b-ylrhz7vr2e] {
    background-color: #eff6ff;
    border-color: #bfdbfe;
}

.banner-yellow[b-ylrhz7vr2e] {
    background-color: #fffbeb;
    border-color: #fef08a;
}

.banner-icon-circle[b-ylrhz7vr2e] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bg-blue-icon[b-ylrhz7vr2e] {
    background-color: #dbeafe;
}

.bg-yellow-icon[b-ylrhz7vr2e] {
    background-color: #fef9c3;
}

.btn-banner-solid[b-ylrhz7vr2e] {
    background-color: #1d4ed8;
    color: #ffffff;
    border: 1px solid #1d4ed8;
    transition: 0.2s;
}

    .btn-banner-solid:hover[b-ylrhz7vr2e] {
        background-color: #3b82f6;
        border-color: #3b82f6;
        color: #ffffff;
    }

.btn-banner-outline[b-ylrhz7vr2e] {
    background-color: #ffffff;
    color: #1d4ed8;
    border: 1px solid #93c5fd;
    transition: 0.2s;
}

    .btn-banner-outline:hover[b-ylrhz7vr2e] {
        background-color: #eff6ff;
        color: #2563eb;
        border-color: #bfdbfe;
    }

/* ==========================================
   CARDS DE RESUMO DO TOPO
   ========================================== */
.summary-cards-grid[b-ylrhz7vr2e] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.summary-card[b-ylrhz7vr2e] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}

.summary-icon[b-ylrhz7vr2e] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.bg-green-light[b-ylrhz7vr2e] {
    background-color: #dcfce3;
    color: #16a34a;
}

.bg-purple-light[b-ylrhz7vr2e] {
    background-color: #f3e8ff;
    color: #9333ea;
}

.bg-orange-light[b-ylrhz7vr2e] {
    background-color: #ffedd5;
    color: #ea580c;
}

.summary-label[b-ylrhz7vr2e] {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 4px;
}

.summary-value[b-ylrhz7vr2e] {
    font-size: 16px;
    font-weight: 800;
    color: #111827;
}

/* ==========================================
   BOTÕES DE AÇÃO
   ========================================== */
.action-buttons-row[b-ylrhz7vr2e] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-action-solid[b-ylrhz7vr2e],
.btn-action-outline[b-ylrhz7vr2e] {
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-action-solid.btn-green[b-ylrhz7vr2e] {
        background-color: #65a34e;
        border: 1px solid #65a34e;
        color: white;
    }

        .btn-action-solid.btn-green:hover[b-ylrhz7vr2e] {
            background-color: #558b41;
            border-color: #558b41;
        }

.btn-action-outline[b-ylrhz7vr2e] {
    background: white;
    border: 1px solid #d1d5db;
    color: #4b5563;
}

    .btn-action-outline:hover[b-ylrhz7vr2e] {
        background: #f9fafb;
        border-color: #9ca3af;
    }

/* ==========================================
   TOOLBAR DA AGENDA (Menu Dia/Semana)
   ========================================== */
.agenda-toolbar[b-ylrhz7vr2e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggle-group[b-ylrhz7vr2e] {
    display: flex;
    background: white;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    overflow: hidden;
}

.toggle-btn[b-ylrhz7vr2e] {
    background: transparent;
    border: none;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #4b5563;
    cursor: pointer;
    transition: 0.2s;
}

    .toggle-btn.active[b-ylrhz7vr2e] {
        background-color: #65a34e;
        color: white;
    }

.date-navigator[b-ylrhz7vr2e] {
    display: flex;
    align-items: center;
    gap: 16px;
    background: white;
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}

.btn-nav[b-ylrhz7vr2e] {
    background: transparent;
    border: none;
    font-size: 16px;
    color: #6b7280;
    cursor: pointer;
}

    .btn-nav:hover[b-ylrhz7vr2e] {
        color: #111827;
    }

.date-title[b-ylrhz7vr2e] {
    font-size: 16px;
    color: #111827;
}

/* ==========================================
   GRID DA SEMANA E SLOTS (O Segredo da Imagem 2)
   ========================================== */
.week-grid[b-ylrhz7vr2e] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 16px;
}

.day-column[b-ylrhz7vr2e] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.day-header[b-ylrhz7vr2e] {
    background: white;
    border: 1px solid #f3f4f6;
    border-radius: 12px;
    padding: 16px 8px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}

.day-name[b-ylrhz7vr2e] {
    font-size: 13px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
}

.day-number[b-ylrhz7vr2e] {
    font-size: 22px;
    font-weight: 900;
    color: #111827;
    margin-top: 4px;
}

/* O Formato base de todo Slot */
.slot[b-ylrhz7vr2e] {
    border-radius: 8px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 48px;
}

    /* Slot Livre (Pontilhado da Imagem 2) */
    .slot.free[b-ylrhz7vr2e] {
        border: 1px dashed #d1d5db;
        background-color: transparent;
        color: #6b7280;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        align-items: center;
        cursor: pointer;
        transition: all 0.2s;
    }

        .slot.free:hover[b-ylrhz7vr2e] {
            border-color: #65a34e;
            color: #65a34e;
            background-color: #f4fbf0;
        }

    /* Slot Ocupado (Caixinha Branca com Borda Verde) */
    .slot.occupied[b-ylrhz7vr2e] {
        background: #ffffff;
        border: 1px solid #e5e7eb;
        border-left: 4px solid #65a34e; /* A Faixa Verde Lateral */
        box-shadow: 0 2px 4px rgba(0,0,0,0.03);
        text-align: left;
        align-items: flex-start;
        gap: 4px;
    }
    .slot.blocked[b-ylrhz7vr2e] {
        background-color: #f3f4f6; /* Fundo cinza claro sólido para contrastar com os livres */
        border: 1px solid #e5e7eb; /* Borda sólida e discreta */
        color: #6b7280; /* Texto e ícone em cinza médio */
        font-size: 13px;
        font-weight: 600;
        text-align: center;
        align-items: center; /* Centraliza o conteúdo horizontalmente */
        cursor: pointer; /* Cursor de "mãozinha" pois há a ação de DesbloquearHorarioAsync */
        transition: all 0.2s;
    }

        /* Efeito de Hover no Slot Bloqueado */
        .slot.blocked:hover[b-ylrhz7vr2e] {
            background-color: #fee2e2; /* Fundo levemente avermelhado */
            border-color: #fca5a5; /* Borda avermelhada */
            color: #ef4444; /* Ícone e texto ficam vermelhos para indicar a ação de remover o bloqueio */
        }
.slot-time[b-ylrhz7vr2e] {
    font-weight: 800;
    font-size: 14px;
    color: #111827;
}

.slot-name[b-ylrhz7vr2e] {
    font-weight: 600;
    font-size: 12px;
    color: #4b5563;
    line-height: 1.2;
    word-break: break-word;
}

/* Dia inteiro bloqueado */
.full-day-block[b-ylrhz7vr2e] {
    background-color: #fef2f2;
    border: 1px dashed #fca5a5;
    border-radius: 8px;
    padding: 40px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #ef4444;
}

/* ==========================================
   RESPONSIVIDADE (Mobile / Tablets)
   ========================================== */
@media (max-width: 1100px) {
    .summary-cards-grid[b-ylrhz7vr2e] {
        grid-template-columns: 1fr;
    }

    .agenda-toolbar[b-ylrhz7vr2e] {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .week-grid[b-ylrhz7vr2e] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .page-container[b-ylrhz7vr2e] {
        padding: 20px 16px;
    }

    .action-buttons-row[b-ylrhz7vr2e] {
        flex-direction: column;
    }

    .btn-action-solid[b-ylrhz7vr2e], .btn-action-outline[b-ylrhz7vr2e] {
        justify-content: center;
    }

    .week-grid[b-ylrhz7vr2e] {
        grid-template-columns: 1fr;
    }
}

/* ==========================================
   VISÃO DIA (Cards Horizontais)
   ========================================== */
.daycard[b-ylrhz7vr2e] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 16px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.daycard-top[b-ylrhz7vr2e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f4f6;
    margin-bottom: 20px;
}

.daycard-person[b-ylrhz7vr2e] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.daycard-avatar[b-ylrhz7vr2e] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #dcfce3;
    color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.daycard-name[b-ylrhz7vr2e] {
    font-size: 18px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 4px;
}

.daycard-phone[b-ylrhz7vr2e] {
    font-size: 14px;
    color: #6b7280;
}

.daycard-actions[b-ylrhz7vr2e] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.daypill[b-ylrhz7vr2e] {
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

.daypill-confirmed[b-ylrhz7vr2e] {
    background-color: #dcfce3;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

.daypill-waiting[b-ylrhz7vr2e] {
    background-color: #fef9c3;
    color: #ca8a04;
    border: 1px solid #fef08a;
}

.daycard-info[b-ylrhz7vr2e] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.dayinfo-label[b-ylrhz7vr2e] {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 4px;
}

.dayinfo-value[b-ylrhz7vr2e] {
    font-size: 15px;
    font-weight: 800;
    color: #111827;
}

.daycard-chevron[b-ylrhz7vr2e] {
    color: #9ca3af;
    font-size: 20px;
    margin-left: 8px;
}

/* Área de Upload da Câmera */
.daycard-upload[b-ylrhz7vr2e] {
    background: #f9fafb;
    border: 1px dashed #d1d5db;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.daycard-upload-actions[b-ylrhz7vr2e] {
    display: flex;
    gap: 8px;
}

@media (max-width: 768px) {
    .daycard-top[b-ylrhz7vr2e] {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .daycard-info[b-ylrhz7vr2e] {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .daycard-actions[b-ylrhz7vr2e] {
        width: 100%;
        justify-content: space-between;
    }
}
/* --- Estilização do Dropdown de Veículos --- */

/* Remove a seta padrão do Bootstrap (vamos usar o ícone bi-chevron-down) */
.custom-vehicle-dropdown .dropdown-toggle[b-ylrhz7vr2e]::after {
    display: none;
}

/* Menu flutuante */
.custom-vehicle-dropdown .dropdown-menu[b-ylrhz7vr2e] {
    animation: fadeInDropdown-b-ylrhz7vr2e 0.2s ease-in-out;
    background-color: #ffffff;
    border: 1px solid #f1f5f9 !important;
}

/* Itens da lista */
.custom-vehicle-dropdown .dropdown-item[b-ylrhz7vr2e] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #475569;
    transition: all 0.2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    /* Efeito ao passar o mouse */
    .custom-vehicle-dropdown .dropdown-item:hover[b-ylrhz7vr2e] {
        background-color: #f8fafc;
        color: #0f172a;
    }

    /* Estilo do item que está selecionado atualmente (Roxo combinando com o tema) */
    .custom-vehicle-dropdown .dropdown-item.active[b-ylrhz7vr2e] {
        background-color: #f3e8ff; /* Fundo roxo claro */
        color: #6b21a8; /* Texto roxo escuro */
        font-weight: 700;
    }

/* Animação suave ao abrir o menu */
@keyframes fadeInDropdown-b-ylrhz7vr2e {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* --- Estilização do Dropdown de Veículos --- */

/* Remove a seta padrão do Bootstrap (vamos usar o ícone bi-chevron-down) */
.custom-vehicle-dropdown .dropdown-toggle[b-ylrhz7vr2e]::after {
    display: none;
}

/* Menu flutuante */
.custom-vehicle-dropdown .dropdown-menu[b-ylrhz7vr2e] {
    animation: fadeInDropdown-b-ylrhz7vr2e 0.2s ease-in-out;
    background-color: #ffffff;
    border: 1px solid #f1f5f9 !important;
}

/* Itens da lista */
.custom-vehicle-dropdown .dropdown-item[b-ylrhz7vr2e] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #475569;
    transition: all 0.2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    /* Efeito ao passar o mouse */
    .custom-vehicle-dropdown .dropdown-item:hover[b-ylrhz7vr2e] {
        background-color: #f8fafc;
        color: #0f172a;
    }

    /* Estilo do item que está selecionado atualmente (Roxo combinando com o tema) */
    .custom-vehicle-dropdown .dropdown-item.active[b-ylrhz7vr2e] {
        background-color: #f3e8ff; /* Fundo roxo claro */
        color: #6b21a8; /* Texto roxo escuro */
        font-weight: 700;
    }

/* Animação suave ao abrir o menu */
@keyframes fadeInDropdown-b-ylrhz7vr2e {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/AulasJa.Web/Components/Pages/Parceiros/CadastroParceiro.razor.rz.scp.css */
:root[b-2glm8cvb6j] {
    /* Cores das imagens */
    --color-instrutor: #3b82f6; /* Azul */
    --color-instrutor-bg: #eff6ff;
    --color-cfc: #22c5c2; /* Verde */
    --color-cfc-bg: #f0fdf4;
    --color-gray-bg: #f8f9fa; /* Fundo da página */
    --color-text-secondary: #64748b;
    --color-border: #e2e8f0;
}

/* Fundo da página para realçar os cards brancos */
.page-background[b-2glm8cvb6j] {
    background-color: var(--color-gray-bg);
    min-height: 100vh;
    font-family: 'Inter', sans-serif;
    /* CRÍTICO: Bloqueia 100% qualquer vazamento lateral */
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin: 0;
    padding: 0;
    padding-top: 100px !important;
    color: #1f2937;
}

/* Tipografia */
.form-section-title[b-2glm8cvb6j] {
    color: #1e293b;
    font-size: 1.1rem;
}

.form-label[b-2glm8cvb6j] {
    font-size: 0.9rem;
    color: #475569;
    margin-bottom: 0.4rem;
    font-weight: 500;
}

.tiny-text[b-2glm8cvb6j] {
    font-size: 0.8rem;
}

/* CARDS DE SELEÇÃO */
.card-selection[b-2glm8cvb6j] {
    cursor: pointer;
    background-color: #fff;
    border: 2px solid transparent; /* Borda transparente por padrão */
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out;
}

    /* Estado Ativo: Instrutor (Azul) - Ajustado para ficar igual a imagem 3 */
    .card-selection.active-instrutor[b-2glm8cvb6j] {
        border: 2px solid #0d6efd; /* Azul forte Bootstrap */
        background-color: #f0f7ff; /* Fundo azul bem claro */
    }

        .card-selection.active-instrutor .text-primary[b-2glm8cvb6j] {
            color: #0d6efd !important;
        }

    /* Estado Ativo: CFC (Verde) - Ajustado para ficar igual a imagem 4 */
    .card-selection.active-cfc[b-2glm8cvb6j] {
        border: 2px solid #f0d50a; /* amarelo forte Bootstrap */
        background-color: #faf8eb; /* Fundo amarelo bem claro */
    }

        .card-selection.active-cfc .text-success[b-2glm8cvb6j] {
            color: #f0d50a !important;
        }

/* CHECKBOXES CUSTOMIZADOS (Usados em Categorias e Competências) */
.custom-checkbox .form-check-label[b-2glm8cvb6j] {
    font-size: 14px;
    cursor: pointer;
    margin-top: 2px;
}

.custom-checkbox .form-check-input[b-2glm8cvb6j] {
    cursor: pointer;
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 8px;
}

    .custom-checkbox .form-check-input:checked[b-2glm8cvb6j] {
        background-color: #6CA743; /* Verde da plataforma */
        border-color: #6CA743;
    }

/* INPUTS COM ÍCONE INTERNO (Ajuste solicitado) */
.input-icon-wrapper[b-2glm8cvb6j] {
    position: relative;
    width: 100%;
    display: flex; /* Garante alinhamento */
    align-items: center;
}

    /* O ÍCONE EM SI */
    .input-icon-wrapper .icon-field[b-2glm8cvb6j] {
        position: absolute;
        left: 15px; /* Distância da esquerda */
        top: 50%;
        transform: translateY(-50%); /* Centraliza verticalmente exato */
        color: #94a3b8; /* Cinza suave */
        font-size: 1.1rem;
        z-index: 10; /* GARANTE QUE FIQUE NA FRENTE DO INPUT */
        pointer-events: none; /* O clique passa pelo ícone e vai pro input */
        display: block; /* Garante que o elemento ocupe espaço */
    }

/* Inputs Gerais */
.form-control[b-2glm8cvb6j], .form-select[b-2glm8cvb6j] {
    border-radius: 0.5rem; /* Levemente arredondado */
    border: 1px solid var(--color-border);
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    /* Padding extra na esquerda quando tem ícone */
    .form-control.ps-5[b-2glm8cvb6j] {
        padding-left: 3rem !important; /* Espaço para o ícone não ficar em cima do texto */
        position: relative;
        z-index: 1; /* Input fica atrás do ícone (no contexto de pilha) */
    }

    .form-control:focus[b-2glm8cvb6j], .form-select:focus[b-2glm8cvb6j] {
        border-color: var(--color-instrutor); /* Foco azul padrão */
        box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
    }

/* UPLOAD AREA */
.upload-area[b-2glm8cvb6j] {
    position: relative;
    border: 2px dashed #cbd5e1;
    background-color: #fff;
    border-radius: 0.75rem;
    padding: 2rem;
    text-align: center;
    transition: all 0.2s;
}

    .upload-area:hover[b-2glm8cvb6j] {
        background-color: #f1f5f9;
        border-color: #94a3b8;
    }

.file-input-overlay[b-2glm8cvb6j] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* BOTÃO DE AÇÃO (Gradiente Roxo/Verde conforme imagem ou sólido) */
/* Analisando a imagem 836d29.png, o botão parece um roxo/azul sólido ou gradiente */
.btn-action[b-2glm8cvb6j] {
    background: linear-gradient(90deg, #6CA743 0%, #8B5CF6 100%); /* Gradiente iDireção */
    color: white;
    border: none;
    font-weight: 600;
    border-radius: 0.5rem;
    padding: 0.8rem;
    transition: opacity 0.2s;
}

    .btn-action:hover[b-2glm8cvb6j] {
        opacity: 0.9;
        color: white;
    }

    .btn-action:disabled[b-2glm8cvb6j] {
        background: #cbd5e1;
        cursor: not-allowed;
    }

.custom-checkbox .form-check-label[b-2glm8cvb6j] {
    font-size: 13.5px;
    cursor: pointer;
}

.custom-checkbox .form-check-input[b-2glm8cvb6j] {
    cursor: pointer;
}
/* _content/AulasJa.Web/Components/Pages/Seguranca/Login.razor.rz.scp.css */
.login-wrapper[b-xcu6fhtllm] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 24px;
    min-height: calc(100vh - 80px);
    background-color: #f4f7fb; /* Fundo levemente azulado para destacar o card branco */
}

/* Card Flutuante (Sem bordas duras) */
.floating-card[b-xcu6fhtllm] {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border-radius: 24px; /* Mais arredondado */
    padding: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06); /* Sombra suave que dá efeito de flutuação */
    border: none; /* Sem borda visível */
}

.card-body[b-xcu6fhtllm] {
    padding: 30px 20px;
}

/* Novo Título Azul */
.login-title[b-xcu6fhtllm] {
    color: #1976D2;
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: -0.5px;
}

.field[b-xcu6fhtllm] {
    margin-bottom: 20px;
}

label[b-xcu6fhtllm] {
    display: block;
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 8px;
    font-weight: 500;
}

/* Inputs Modernos */
[b-xcu6fhtllm] .input {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 50px; /* Bordas arredondadas estilo pill igual a imagem 2 */
    padding: 12px 16px;
    outline: none;
    font-size: 14px;
    color: #1f2937;
    background: #fff;
    transition: all 0.2s ease-in-out;
}

    [b-xcu6fhtllm] .input:focus {
        border-color: #1976D2;
        box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.15);
    }

[b-xcu6fhtllm] .input-with-icons {
    padding-left: 42px;
    padding-right: 42px;
}

.input-wrapper[b-xcu6fhtllm] {
    position: relative;
    display: flex;
    align-items: center;
}

.icon-left[b-xcu6fhtllm] {
    position: absolute;
    left: 16px;
    pointer-events: none;
}

/* Botão Azul Sólido */
.btn-login[b-xcu6fhtllm] {
    width: 100%;
    margin-top: 15px;
    border: none;
    border-radius: 50px; /* Pill shape */
    padding: 14px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    background-color: #1976D2;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(25, 118, 210, 0.2);
}

    .btn-login:hover[b-xcu6fhtllm] {
        background-color: #1565C0;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(25, 118, 210, 0.3);
    }

    .btn-login:disabled[b-xcu6fhtllm] {
        background-color: #cbd5e1;
        box-shadow: none;
        cursor: not-allowed;
        transform: none;
    }

.register[b-xcu6fhtllm] {
    text-align: center;
    font-size: 14px;
    color: #6b7280;
}

.link[b-xcu6fhtllm] {
    color: #1976D2;
    text-decoration: none;
    transition: color 0.2s;
}

    .link:hover[b-xcu6fhtllm] {
        text-decoration: underline;
        color: #0D47A1;
    }

.text-primary[b-xcu6fhtllm] {
    color: #1976D2 !important;
}

.hover-primary:hover[b-xcu6fhtllm] {
    color: #1976D2 !important;
    text-decoration: underline !important;
}

.alert[b-xcu6fhtllm] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
    padding: 12px;
    border-radius: 12px;
    font-size: 13px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
}

[b-xcu6fhtllm] .validation-message {
    color: #ef4444;
    font-size: 12px;
    margin-top: 6px;
    padding-left: 12px;
}

.btn-toggle-password[b-xcu6fhtllm] {
    position: absolute;
    right: 12px;
    background: transparent;
    border: none;
    padding: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s;
}

    .btn-toggle-password:hover[b-xcu6fhtllm] {
        background-color: #f3f4f6;
    }

    .btn-toggle-password svg[b-xcu6fhtllm] {
        stroke: #6b7280;
    }

    .btn-toggle-password:hover svg[b-xcu6fhtllm] {
        stroke: #374151;
    }
.register span[b-xcu6fhtllm] {
    font-size: 16px; /* Tamanho do texto normal */
}

.register .link[b-xcu6fhtllm] {
    font-size: 18px; /* Link um pouco maior para chamar atenção */
    font-weight: bold; /* Opcional: deixa o link em negrito */
}
/* _content/AulasJa.Web/Components/Pages/Seguranca/MeuPerfil.razor.rz.scp.css */
/* Container Principal */
.perfil-container[b-hx9aeqyyf6] {
    max-width: 1000px;
    margin: 0 auto;
    /* Adicionado padding-top generoso para evitar o menu superior fixo */
    padding: 100px 20px 40px 20px;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.perfil-header h2[b-hx9aeqyyf6] {
    color: #111827;
}

/* TABS ESTILO PILL */
.tabs-wrapper[b-hx9aeqyyf6] {
    width: 100%;
}

.custom-tabs[b-hx9aeqyyf6] {
    display: flex;
    gap: 5px;
    background-color: #f3f4f6;
    padding: 6px;
    border-radius: 12px;
    width: 100%;
    max-width: 600px;
}

.tab-btn[b-hx9aeqyyf6] {
    flex: 1;
    background: transparent;
    border: none;
    color: #4b5563;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 16px;
    border-radius: 8px;
    transition: all 0.2s ease;
    cursor: pointer;
}

    .tab-btn:hover[b-hx9aeqyyf6] {
        color: #111827;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .tab-btn.active[b-hx9aeqyyf6] {
        background-color: white;
        color: #111827;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

/* CARDS E FORMULÁRIOS */
.perfil-card[b-hx9aeqyyf6] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
}

.form-control[b-hx9aeqyyf6], .form-select[b-hx9aeqyyf6] {
    border-color: #d1d5db;
    padding: 10px 12px;
    border-radius: 8px;
}

    .form-control:focus[b-hx9aeqyyf6], .form-select:focus[b-hx9aeqyyf6] {
        border-color: #65a34e;
        box-shadow: 0 0 0 3px rgba(101, 163, 78, 0.1);
    }

.input-group-text[b-hx9aeqyyf6] {
    border-color: #d1d5db;
    background-color: white;
}

.form-control:disabled[b-hx9aeqyyf6], .form-control[readonly][b-hx9aeqyyf6] {
    background-color: #f3f4f6;
    opacity: 1;
    cursor: not-allowed;
}

/* BOTÃO VERDE PRINCIPAL */
.btn-salvar[b-hx9aeqyyf6] {
    background-color: #65a34e;
    color: white;
    font-weight: 600;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    transition: background-color 0.2s;
}

    .btn-salvar:hover[b-hx9aeqyyf6] {
        background-color: #558b41;
        color: white;
    }

/* VEÍCULOS */
.add-veiculo-box[b-hx9aeqyyf6] {
    border: 2px dashed #cbd5e1 !important;
}

.veiculo-item[b-hx9aeqyyf6] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-color: #e5e7eb !important;
}

    .veiculo-item:hover[b-hx9aeqyyf6] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
        border-color: #d1d5db !important;
    }

.veiculo-icon[b-hx9aeqyyf6] {
    color: #65a34e;
    background-color: #f0fdf4 !important;
}

/* ANIMAÇÃO */
.fade-in[b-hx9aeqyyf6] {
    animation: fadeIn-b-hx9aeqyyf6 0.4s ease-out;
}

@keyframes fadeIn-b-hx9aeqyyf6 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

/* RESPONSIVIDADE PARA O GRID DO VEÍCULO */
@media (max-width: 768px) {
    .add-veiculo-box .row > div[b-hx9aeqyyf6] {
        margin-bottom: 15px;
    }
}
