/* /Components/Layout/MainLayout.razor.rz.scp.css */
[b-ctijfsc5m1] body {
    background-image: url('/images/fond-page.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
}

.app-drawer[b-ctijfsc5m1] {
    width: 260px !important;
    background: rgba(255,255,255,0.74) !important;
    border-right: 1px solid rgba(15, 23, 42, 0.10);
    backdrop-filter: blur(14px);
}

.app-main[b-ctijfsc5m1] {
    min-height: 100vh;
    padding: 0 !important;
    background: transparent !important;
}

.app-background[b-ctijfsc5m1] {
    position: fixed;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle at 33% 0%, rgba(255,255,255,0.65) 0 15%, transparent 16%), radial-gradient(circle at 100% 100%, rgba(255,255,255,0.45) 0 18%, transparent 19%), linear-gradient(135deg, #bfe5d6 0%, #eef8f4 52%, #f8fcfa 100%);
    background-size: cover;
    background-repeat: no-repeat;
}

.brand[b-ctijfsc5m1] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 28px 22px 24px 22px;
}

.brand-icon[b-ctijfsc5m1] {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #41C596;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 950;
    font-size: 20px;
    box-shadow: 0 12px 24px rgba(65, 197, 150, 0.25);
}

.brand strong[b-ctijfsc5m1] {
    display: block;
    color: #07142d;
    font-size: 21px;
    font-weight: 950;
}

.brand span[b-ctijfsc5m1] {
    display: block;
    color: #7f8da4;
    font-size: 11px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    font-weight: 800;
}

.nav-menu[b-ctijfsc5m1] {
    padding: 0 14px;
}

[b-ctijfsc5m1] .mud-nav-link {
    border-radius: 12px;
    margin-bottom: 8px;
    font-weight: 800;
    color: #07142d !important;
}

    [b-ctijfsc5m1] .mud-nav-link.active {
        background: #41C596 !important;
        color: white !important;
    }

        [b-ctijfsc5m1] .mud-nav-link.active .mud-icon-root {
            color: white !important;
        }

    [b-ctijfsc5m1] .mud-nav-link:hover {
        background: rgba(65, 197, 150, 0.12) !important;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
/* /Components/Pages/ListeDemandesAbsence.razor.rz.scp.css */
.liste-demandes-page[b-pbm303q0ck] {
    min-height: 100vh;
    box-sizing: border-box;
    padding: 8px 16px;
    color: #07142d;
    font-family: Inter, Roboto, system-ui, sans-serif;
    background: transparent !important;
}

.page-header[b-pbm303q0ck] {
    margin-bottom: 16px;
}

.eyebrow[b-pbm303q0ck] {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.5px;
    color: #8190a8;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.page-header h1[b-pbm303q0ck] {
    margin: 0;
    font-size: 26px;
    font-weight: 950;
}

.page-header p[b-pbm303q0ck] {
    margin: 4px 0 0;
    color: #64748b;
    font-size: 13px;
}

.filters-card[b-pbm303q0ck],
.table-card[b-pbm303q0ck] {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(120, 137, 164, 0.22);
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
    margin-bottom: 16px;
}

.filters-grid[b-pbm303q0ck] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr auto;
    gap: 16px;
    align-items: end;
}

.role-message[b-pbm303q0ck] {
    margin-top: 12px;
    padding: 10px 14px;
    border-radius: 10px;
    background: #eef8ff;
    color: #2563eb;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

    .filters-grid label[b-pbm303q0ck] {
        display: block;
        margin-bottom: 8px;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        color: #7f8da4;
    }

    .filters-grid select[b-pbm303q0ck],
    .filters-grid input[b-pbm303q0ck] {
        width: 100%;
        height: 44px;
        border-radius: 10px;
        padding: 0 12px;
        background: white;
        color: #07142d;
        outline: none;
    }

.btn-zone[b-pbm303q0ck] {
    display: flex;
    align-items: end;
}

.search-button[b-pbm303q0ck] {
    height: 44px;
    padding: 0 22px;
    border: none;
    border-radius: 10px;
    background: #36b878;
    color: white;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.table-wrapper[b-pbm303q0ck] {
    overflow-x: auto;
}

table[b-pbm303q0ck] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

th[b-pbm303q0ck] {
    text-align: left;
    padding: 12px;
    color: #475569;
    border-bottom: 1px solid #dbe3ee;
    white-space: nowrap;
}

td[b-pbm303q0ck] {
    padding: 12px;
    border-bottom: 1px solid #eef2f7;
    vertical-align: middle;
}

tr:hover[b-pbm303q0ck] {
    background: rgba(54, 184, 120, 0.04);
}

.badge[b-pbm303q0ck] {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.pending[b-pbm303q0ck] {
    background: #fff7d6;
    color: #d97706;
}

.success[b-pbm303q0ck] {
    background: #dcfce7;
    color: #15803d;
}

.refused[b-pbm303q0ck] {
    background: #fee2e2;
    color: #dc2626;
}

.cancelled[b-pbm303q0ck] {
    background: #e5e7eb;
    color: #374151;
}

.cancel-button[b-pbm303q0ck] {
    padding: 8px 12px;
    border: none;
    border-radius: 9px;
    background: #ef4444;
    color: white;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.no-action[b-pbm303q0ck] {
    color: #94a3b8;
}

.empty-box[b-pbm303q0ck] {
    padding: 34px;
    text-align: center;
    color: #64748b;
    font-weight: 700;
}

@media (max-width: 1000px) {
    .filters-grid[b-pbm303q0ck] {
        grid-template-columns: 1fr;
    }

    .btn-zone[b-pbm303q0ck],
    .search-button[b-pbm303q0ck] {
        width: 100%;
    }
}

[b-pbm303q0ck] .filters-grid select,
[b-pbm303q0ck] .filters-grid input {
    border: 1px solid #000 !important;
    border-radius: 8px !important;
    background: #fff !important;
    height: 44px !important;
    padding: 0 12px !important;
    outline: none !important;
    box-shadow: none !important;
}


.select-with-clear[b-pbm303q0ck] {
    position: relative;
    width: 100%;
}

[b-pbm303q0ck] .select-with-clear select {
    width: 100% !important;
    padding-right: 64px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background-image: none !important;
}

.clear-btn[b-pbm303q0ck] {
    position: absolute;
    right: 34px;
    top: 22px;
    transform: translateY(-50%);
    z-index: 50;
    border: 0;
    background: transparent;
    color: #94a3b8;
    cursor: pointer;
}

.select-arrow[b-pbm303q0ck] {
    position: absolute;
    right: 14px;
    top: 22px;
    transform: translateY(-50%);
    z-index: 49;
    pointer-events: none;
    color: #64748b;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-page[b-gldn2xgqvj] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 120px;
}

.login-card[b-gldn2xgqvj] {
    width: 450px;
    padding: 50px;
    border-radius: 24px;
    background: rgba(255,255,255,.72);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,.35);
    box-shadow: 0 25px 50px rgba(15,23,42,.08);
    text-align: center;
}

.logo[b-gldn2xgqvj] {
    width: 60px;
    height: 60px;
    margin: auto auto 20px;
    border-radius: 18px;
    background: linear-gradient( 135deg, #41C596, #5fd8ae);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 26px;
    font-weight: 900;
}

.login-card h1[b-gldn2xgqvj] {
    margin-bottom: 10px;
    font-size: 38px;
    font-weight: 950;
    color: #07142d;
}

.login-card p[b-gldn2xgqvj] {
    color: #64748b;
    margin-bottom: 35px;
}

.login-button[b-gldn2xgqvj] {
    display: block;
    padding: 18px;
    border-radius: 16px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: 900;
    background: linear-gradient( 135deg, #41C596, #5fd8ae);
    box-shadow: 0 15px 35px rgba(65,197,150,.30);
}

.logout-link[b-gldn2xgqvj] {
    display: block;
    margin-top: 18px;
    color: #64748b;
    font-size: 14px;
    text-decoration: none;
}

    .logout-link:hover[b-gldn2xgqvj] {
        text-decoration: underline;
    }
/* /Components/Pages/MesDemandes.razor.rz.scp.css */
.mes-demandes-page[b-d96bs2w0ca] {
    min-height: 100vh;
    box-sizing: border-box;
    padding: 0 40px;
    color: #07142d;
    font-family: Inter, Roboto, system-ui, sans-serif;
    background: transparent !important;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-header[b-d96bs2w0ca] {
    margin-bottom: 25px;
}

    .page-header h1[b-d96bs2w0ca] {
        font-size: 35px;
        font-weight: 900;
        margin: 0;
    }

    .page-header p[b-d96bs2w0ca] {
        color: #64748b;
    }

.filters-card[b-d96bs2w0ca],
.table-card[b-d96bs2w0ca] {
    background: rgba(255,255,255,.9);
    border-radius: 25px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.filters-grid[b-d96bs2w0ca] {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 20px;
    align-items: end;
}

.form-control[b-d96bs2w0ca] {
    width: 100%;
    height: 45px;
    border-radius: 12px;
    border: 1px solid #cbd5e1;
    padding: 10px;
}

.search-button[b-d96bs2w0ca] {
    height: 45px;
    padding: 0 25px;
    border: none;
    border-radius: 12px;
    background: #41C596;
    color: white;
    font-weight: 700;
}

table[b-d96bs2w0ca] {
    width: 100%;
    border-collapse: collapse;
}

th[b-d96bs2w0ca] {
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

td[b-d96bs2w0ca] {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.badge[b-d96bs2w0ca] {
    padding: 8px 15px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
}

.pending[b-d96bs2w0ca] {
    background: #fff7d6;
    color: #d97706;
}

.success[b-d96bs2w0ca] {
    background: #dcfce7;
    color: #15803d;
}

.refused[b-d96bs2w0ca] {
    background: #fee2e2;
    color: #dc2626;
}

.delete-button[b-d96bs2w0ca] {
    padding: 8px 15px;
    border: none;
    background: #ef4444;
    color: white;
    border-radius: 10px;
}

.empty-box[b-d96bs2w0ca] {
    padding: 40px;
    text-align: center;
    color: #94a3b8;
}

.response-box[b-d96bs2w0ca] {
    display: block;
    padding: 8px 12px;
    background: rgba(65,197,150,.08);
    border-radius: 10px;
    font-size: 12px;
    color: #14532d;
    border-left: 3px solid #41C596;
}

.empty-response[b-d96bs2w0ca] {
    color: #94a3b8;
}

.filters-grid input[b-d96bs2w0ca],
.filters-grid select[b-d96bs2w0ca] {
    width: 100%;
    height: 45px;
    border: 1px solid black !important;
    border-radius: 10px;
    padding: 0 12px;
    background: white;
    color: #0f172a;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.filters-grid select[b-d96bs2w0ca] {
    padding-right: 35px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

    .filters-grid input:focus[b-d96bs2w0ca],
    .filters-grid select:focus[b-d96bs2w0ca] {
        outline: none;
        border: 2px solid #41C596 !important;
        box-shadow: none;
    }

.filters-grid > div[b-d96bs2w0ca] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filters-grid label[b-d96bs2w0ca] {
    font-size: 14px;
    font-weight: 700;
}

.cancelled[b-d96bs2w0ca] {
    background: #e5e7eb;
    color: #374151;
}

[b-d96bs2w0ca] .filters-grid select,
[b-d96bs2w0ca] .filters-grid input {
    border: 1px solid #000 !important;
    border-radius: 8px !important;
    background: #fff !important;
    height: 44px !important;
    padding: 0 12px !important;
    outline: none !important;
    box-shadow: none !important;
}

    [b-d96bs2w0ca] .filters-grid input[type="date"] {
        border: 1px solid #000 !important;
    }

    [b-d96bs2w0ca] .filters-grid input[type="number"] {
        border: 1px solid #000 !important;
    }

    [b-d96bs2w0ca] .filters-grid select:focus,
    [b-d96bs2w0ca] .filters-grid input:focus {
        border: 2px solid #41C596 !important;
    }
/* /Components/Pages/NouvelleDemande.razor.rz.scp.css */
/* Élimination des marges par défaut et forçage de la couleur sur les balises racines */
html[b-i84kth6ukz], body[b-i84kth6ukz] {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    /* On applique aussi le dégradé ici en sécurité pour boucher les trous au scroll */
    background: radial-gradient(circle at 33% 0%, rgba(255,255,255,0.65) 0 15%, transparent 16%), 
                radial-gradient(circle at 100% 100%, rgba(255,255,255,0.45) 0 18%, transparent 19%), 
                linear-gradient(135deg, #bfe5d6 0%, #eef8f4 52%, #f8fcfa 100%);
    background-attachment: fixed;
    background-size: cover;
}

/* Conteneur principal de votre page de droite */
.absence-page[b-i84kth6ukz] {
    min-height: 100vh;
    box-sizing: border-box;
    padding: 0 40px 40px 40px;
    color: #07142d;
    font-family: Inter, Roboto, system-ui, sans-serif;
    /* Votre arrière-plan configuré pour NE JAMAIS BOUGER au scroll */
    background: transparent !important;
    background-attachment: fixed; /* ESSENTIEL : Le fond reste fixe, seul le contenu défile */
    background-size: cover; /* Étire le fond sur toute la zone visible */
    background-repeat: no-repeat; /* Empêche le dégradé de se dupliquer proprement */
}

/* En-tête de la page */
.page-header[b-i84kth6ukz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.eyebrow[b-i84kth6ukz] {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.5px;
    color: #8190a8;
    text-transform: uppercase;
    margin-bottom: 4px;
}

h1[b-i84kth6ukz] {
    margin: 0;
    font-size: 26px;
    font-weight: 950;
    letter-spacing: -0.5px;
    color: #07142d;
}

.user-info[b-i84kth6ukz] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 13px;
}

.user-info strong[b-i84kth6ukz] {
    font-weight: 800;
    color: #07142d;
}

.user-info span[b-i84kth6ukz] {
    color: #7d8ca5;
}

/* Grille principale */
.content-grid[b-i84kth6ukz] {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 32px;
    align-items: start;
    max-width: 1450px;
    margin: 0 auto;
}

/* Section Formulaire (Gauche) */
.request-section[b-i84kth6ukz] {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(120, 137, 164, 0.22);
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
}

.section-title[b-i84kth6ukz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 14px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.section-title h2[b-i84kth6ukz] {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    color: #07142d;
}

.section-title span[b-i84kth6ukz] {
    color: #7f8da4;
    font-size: 12px;
    background: rgba(15, 23, 42, 0.05);
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 700;
}

.dates-grid[b-i84kth6ukz] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 20px;
}

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

.form-group label[b-i84kth6ukz] {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #7f8da4;
}

/* Inputs */
.form-control[b-i84kth6ukz], .comment-box[b-i84kth6ukz], .days-input[b-i84kth6ukz] {
    width: 100%;
    height: 44px;
    padding: 0 16px;
    font-size: 14px;
    border: 1px solid rgba(120, 137, 164, 0.35);
    border-radius: 8px;
    background: #ffffff;
    color: #07142d;
    outline: none;
    box-sizing: border-box;
    transition: all 0.15s ease;
}

.form-control:focus[b-i84kth6ukz], .comment-box:focus[b-i84kth6ukz], .days-input:focus[b-i84kth6ukz] {
    border-color: #36b878;
    box-shadow: 0 0 0 4px rgba(54, 184, 120, 0.15);
}

/* Panel Durée */
.duration-panel[b-i84kth6ukz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 10px;
}

.duration-panel span[b-i84kth6ukz] {
    display: block;
    font-size: 12px;
    color: #718096;
    font-weight: 700;
}

.duration-panel strong[b-i84kth6ukz] {
    font-size: 24px;
    font-weight: 950;
    color: #07142d;
}

.days-input[b-i84kth6ukz] {
    width: 80px;
    height: 36px;
    padding: 0;
    text-align: center;
    font-weight: 800;
}

/* Boutons d'Absences */
.absence-types[b-i84kth6ukz] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.absence-type[b-i84kth6ukz] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(120, 137, 164, 0.3);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.6);
    color: #07142d;
    cursor: pointer;
    text-align: left;
    transition: all 0.15s ease;
}

.absence-type:hover[b-i84kth6ukz] {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(54, 184, 120, 0.5);
}

.absence-type.selected[b-i84kth6ukz] {
    background: #ffffff;
    border-color: #36b878;
    box-shadow: 0 6px 20px rgba(54, 184, 120, 0.08);
}

.checkbox-dot[b-i84kth6ukz] {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    border: 2px solid #a8b5c7;
    border-radius: 50%;
    background: #ffffff;
    position: relative;
    transition: all 0.15s ease;
}

.absence-type.selected .checkbox-dot[b-i84kth6ukz] {
    border-color: #36b878;
    background: #36b878;
}

.absence-type.selected .checkbox-dot[b-i84kth6ukz]::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 4px;
    height: 4px;
    background: #ffffff;
    border-radius: 50%;
}

.absence-type strong[b-i84kth6ukz] {
    font-size: 13.5px;
    font-weight: 900;
    color: #07142d;
}

.absence-type small[b-i84kth6ukz] {
    font-size: 11.5px;
    color: #334155;
}

.comment-box[b-i84kth6ukz] {
    min-height: 80px;
    padding: 12px 16px;
    resize: vertical;
}

/* Résumé */
.summary-box[b-i84kth6ukz] {
    margin-bottom: 20px;
    padding: 14px 16px;
    border-radius: 10px;
    background: rgba(54, 184, 120, 0.08);
    border: 1px dashed rgba(54, 184, 120, 0.3);
    font-size: 13px;
}

.summary-box strong[b-i84kth6ukz] {
    display: block;
    margin-bottom: 6px;
    font-weight: 800;
}

.summary-box p[b-i84kth6ukz] {
    margin: 3px 0;
}

/* Bouton Envoyer */
.submit-button[b-i84kth6ukz] {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 16px;
    background: #36b878;
    color: white;
    font-size: 14px;
    font-weight: 950;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.15s ease;
    box-shadow: 0 10px 25px rgba(54, 184, 120, 0.2);
}

.submit-button:hover:not(:disabled)[b-i84kth6ukz] {
    background: #2fa66b;
}

.submit-button:disabled[b-i84kth6ukz] {
    opacity: 0.6;
    background: #a8b5c7;
    box-shadow: none;
    cursor: not-allowed;
}

/* Carte Droite */
.right-card[b-i84kth6ukz] {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(120, 137, 164, 0.22);
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
}

.solde-section[b-i84kth6ukz] {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.solde-section h3[b-i84kth6ukz], .info-section h3[b-i84kth6ukz] {
    margin: 0 0 18px 0;
    font-size: 17px;
    font-weight: 950;
    color: #07142d;
}

.solde-row[b-i84kth6ukz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    margin-bottom: 10px;
    border: 1px solid rgba(120, 137, 164, 0.15);
}

.solde-row strong[b-i84kth6ukz] {
    font-size: 13.5px;
    font-weight: 900;
}

.solde-row span[b-i84kth6ukz] {
    font-size: 11px;
    color: #718096;
}

.solde-value[b-i84kth6ukz] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 950;
}

.solde-value i[b-i84kth6ukz] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #10b981;
}

.info-intro[b-i84kth6ukz] {
    font-size: 13px;
    color: #334155;
    line-height: 1.5;
    margin-bottom: 16px;
}

.info-list[b-i84kth6ukz] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-item[b-i84kth6ukz] {
    padding-left: 12px;
    border-left: 2px solid rgba(54, 184, 120, 0.5);
}

.info-item strong[b-i84kth6ukz] {
    display: block;
    font-size: 13px;
    font-weight: 950;
    margin-bottom: 2px;
}

.info-item p[b-i84kth6ukz] {
    margin: 0;
    font-size: 12.5px;
    line-height: 1.5;
    color: #334155;
}

.info-reminder[b-i84kth6ukz] {
    margin-top: 18px;
    padding: 12px 14px;
    border-radius: 10px;
    background: rgba(54, 184, 120, 0.08);
    border: 1px solid rgba(54, 184, 120, 0.15);
}

.info-reminder p[b-i84kth6ukz] {
    margin: 0;
    font-size: 12.5px;
}

/* Messages d'erreur */
.alert[b-i84kth6ukz] {
    margin-bottom: 20px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
}

.alert-error[b-i84kth6ukz] {
    color: #991b1b;
    background: rgba(254, 226, 226, 0.9);
    border: 1px solid rgba(248, 113, 113, 0.3);
}

.periode-info[b-i84kth6ukz] {
    margin-bottom: 32px;
}

/* commentaire */
.comment-section[b-i84kth6ukz] {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 24px;
    border: 1px solid #d8e5df;
    border-radius: 18px;
    background: #f8fbfa;
}

.comment-header[b-i84kth6ukz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}
.comment-section textarea[b-i84kth6ukz] {
    width: 100% !important;
}

    .comment-header h3[b-i84kth6ukz] {
        margin: 0;
        font-size: 15px;
        font-weight: 700;
        color: #22304a;
    }

    .comment-header span[b-i84kth6ukz] {
        font-size: 12px;
        color: #7a8798;
    }

.comment-box[b-i84kth6ukz] {
    width: 100% !important;
    display: block;
    min-height: 120px;
    height: 120px;
    border-radius: 14px !important;
    border: 1px solid #d6dde8 !important;
    padding: 16px !important;
    resize: vertical;
    background: white;
    font-size: 14px;
    line-height: 1.5;
    box-sizing: border-box;
}

    .comment-box:focus[b-i84kth6ukz] {
        outline: none;
        border-color: #3dbb75 !important;
        box-shadow: 0 0 0 4px rgba(61,187,117,.12);
    }

/* Responsivité */
@media (max-width: 1100px) {
    .content-grid[b-i84kth6ukz] {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .absence-page[b-i84kth6ukz] {
        padding: 16px;
    }
}

[b-i84kth6ukz] .comment-section textarea,
[b-i84kth6ukz] textarea.comment-box {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 120px !important;
    height: 120px !important;
    display: block !important;
    box-sizing: border-box !important;
    border-radius: 14px !important;
    border: 1px solid #d6dde8 !important;
    padding: 16px !important;
    background: white !important;
    resize: vertical;
}

.responsable-zone[b-i84kth6ukz] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
    padding: 18px;
    border-radius: 14px;
    background: rgba(54, 184, 120, 0.06);
    border: 1px solid rgba(54, 184, 120, 0.18);
}

[b-i84kth6ukz] .responsable-zone select,
[b-i84kth6ukz] .responsable-zone input,
[b-i84kth6ukz] .dates-grid select,
[b-i84kth6ukz] .dates-grid input {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border: 1px solid #cbd5e1 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #07142d !important;
    outline: none !important;
    box-shadow: none !important;
    transition: all 0.2s ease;
}

    [b-i84kth6ukz] .responsable-zone select:focus,
    [b-i84kth6ukz] .responsable-zone input:focus,
    [b-i84kth6ukz] .dates-grid select:focus,
    [b-i84kth6ukz] .dates-grid input:focus {
        border-color: #41C596 !important;
        box-shadow: 0 0 0 3px rgba(65,197,150,.12) !important;
    }
/* /Components/Pages/ValidationConges.razor.rz.scp.css */
.validation-page[b-dfa9yoh2zd] {
    padding: 8px 16px;
}

.validation-card[b-dfa9yoh2zd] {
    background: rgba(255,255,255,.85);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 25px;
    border: 1px solid rgba(15,23,42,.08);
}
