/* /Components/Dialogs/HelpDialog.razor.rz.scp.css */
.help-content[b-em56uc4u2z] {
    display: flex;
    height: 100%;
    padding: 0;
}

.help-sidebar[b-em56uc4u2z] {
    width: 250px;
    border-right: 1px solid #e9ecef;
    padding: 15px;
    background-color: #f8f9fa;
    overflow-y: auto;
}

.help-main[b-em56uc4u2z] {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    background-color: white;
}

.help-section h3[b-em56uc4u2z] {
    color: #495057;
    margin-bottom: 20px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 8px;
}

.help-section h4[b-em56uc4u2z] {
    color: #6c757d;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 16px;
}

.help-section p[b-em56uc4u2z] {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #495057;
}

.help-section ul[b-em56uc4u2z], .help-section ol[b-em56uc4u2z] {
    margin-bottom: 20px;
    padding-left: 20px;
}

.help-section li[b-em56uc4u2z] {
    margin-bottom: 8px;
    line-height: 1.5;
    color: #495057;
}

.help-section ul ul[b-em56uc4u2z] {
    margin-top: 8px;
    margin-bottom: 8px;
}

.status-badge[b-em56uc4u2z] {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 5px;
}

.status-badge.pending[b-em56uc4u2z] {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

.status-badge.confirmed[b-em56uc4u2z] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.status-badge.cancelled[b-em56uc4u2z] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.event-type[b-em56uc4u2z] {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px;
}

.event-type.reservation[b-em56uc4u2z] {
    background-color: #e3f2fd;
    color: #1565c0;
}

.event-type.formation[b-em56uc4u2z] {
    background-color: #e8f5e8;
    color: #2e7d32;
}

.event-type.maintenance[b-em56uc4u2z] {
    background-color: #fff3e0;
    color: #f57c00;
}

.info-box[b-em56uc4u2z] {
    background-color: #e3f2fd;
    border: 1px solid #bbdefb;
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #1565c0;
}

.info-box .e-icons[b-em56uc4u2z] {
    font-size: 18px;
    margin-top: 2px;
}

.tip-box[b-em56uc4u2z] {
    background-color: #f0f4ff;
    border: 1px solid #c5d9ff;
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #0d47a1;
}

.tip-box .e-icons[b-em56uc4u2z] {
    font-size: 18px;
    margin-top: 2px;
}

.warning-box[b-em56uc4u2z] {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #856404;
}

.warning-box .e-icons[b-em56uc4u2z] {
    font-size: 18px;
    margin-top: 2px;
}

.faq-item[b-em56uc4u2z] {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
}

.faq-item:last-child[b-em56uc4u2z] {
    border-bottom: none;
}

.faq-item h4[b-em56uc4u2z] {
    color: #007bff;
    margin-top: 0;
    margin-bottom: 10px;
}

.faq-item p[b-em56uc4u2z] {
    margin-bottom: 0;
    color: #6c757d;
}

.dialog-footer[b-em56uc4u2z] {
    display: flex;
    justify-content: flex-end;
    padding: 15px 20px;
    border-top: 1px solid #e9ecef;
}

[b-em56uc4u2z] .help-dialog .e-dialog .e-dlg-header-content {
    background-color: #28a745;
    color: white;
}

[b-em56uc4u2z] .help-sidebar .e-treeview .e-list-text {
    font-size: 14px;
    font-weight: 500;
}

[b-em56uc4u2z] .help-sidebar .e-treeview .e-active .e-list-text {
    color: #007bff;
    font-weight: 600;
}
/* /Components/Dialogs/PasswordDisplayDialog.razor.rz.scp.css */
.password-display-content[b-1nau6ibktg] {
    text-align: center;
    padding: 20px;
}

.success-icon[b-1nau6ibktg] {
    margin-bottom: 20px;
}

.password-section[b-1nau6ibktg] {
    margin: 30px 0;
    text-align: left;
}

.password-display[b-1nau6ibktg] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.password-textbox[b-1nau6ibktg] {
    flex: 1;
    font-family: 'Courier New', monospace;
    font-size: 16px;
    font-weight: bold;
    background-color: #f8f9fa !important;
}

.copy-button[b-1nau6ibktg] {
    min-width: 50px;
}

.warning-section[b-1nau6ibktg] {
    margin-top: 30px;
}

.warning-box[b-1nau6ibktg] {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 4px;
    padding: 15px;
    display: flex;
    gap: 10px;
    text-align: left;
}

.warning-text[b-1nau6ibktg] {
    flex: 1;
    font-size: 14px;
    color: #856404;
}

[b-1nau6ibktg] .password-display-dialog .e-dialog .e-dlg-header-content {
    background-color: #4CAF50;
    color: white;
}
/* /Components/Dialogs/PasswordResetDialog.razor.rz.scp.css */
.reset-content[b-0ps2yxxp26] {
    padding: 20px;
    text-align: center;
}

.form-icon[b-0ps2yxxp26] {
    margin-bottom: 10px;
}

.reset-form[b-0ps2yxxp26] {
    text-align: center;
}

.form-group[b-0ps2yxxp26] {
    text-align: left;
    margin: 0px 0;
}

.form-group label[b-0ps2yxxp26] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #555;
}

.info-box[b-0ps2yxxp26] {
    background-color: #e3f2fd;
    border: 1px solid #bbdefb;
    border-radius: 4px;
    padding: 12px 15px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1565c0;
    font-size: 14px;
    text-align: left;
}

.loading-state[b-0ps2yxxp26] {
    text-align: center;
    padding: 40px 20px;
}

.spinner[b-0ps2yxxp26] {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-0ps2yxxp26 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin-b-0ps2yxxp26 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.success-state[b-0ps2yxxp26] {
    text-align: center;
}

.password-section[b-0ps2yxxp26] {
    margin: 30px 0;
    text-align: left;
}

.password-display[b-0ps2yxxp26] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.password-textbox[b-0ps2yxxp26] {
    flex: 1;
    font-family: 'Courier New', monospace;
    font-size: 16px;
    font-weight: bold;
    background-color: #f8f9fa !important;
}

.copy-button[b-0ps2yxxp26] {
    min-width: 50px;
}

.warning-section[b-0ps2yxxp26] {
    margin-top: 30px;
}

.warning-box[b-0ps2yxxp26] {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 4px;
    padding: 15px;
    display: flex;
    gap: 10px;
    text-align: left;
}

.warning-text[b-0ps2yxxp26] {
    flex: 1;
    font-size: 14px;
    color: #856404;
}

[b-0ps2yxxp26] .password-reset-dialog .e-dialog .e-dlg-header-content {
    background-color: #ff9800;
    color: white;
}
/* /Components/Dialogs/ProfileDialog.razor.rz.scp.css */
.profile-content[b-6itfgsif5c] {
    padding: 20px;
}

    .form-section h4[b-6itfgsif5c] {
        color: #495057;
        margin-bottom: 20px;
        border-bottom: 2px solid #e9ecef;
        padding-bottom: 8px;
    }

.password-section[b-6itfgsif5c] {
    border-top: 1px solid #203f75;
    padding-top: 12px;
}


.form-text[b-6itfgsif5c] {
    display: block;
    margin-top: 5px;
    color: #6c757d;
    font-size: 12px;
}

.readonly-field[b-6itfgsif5c] {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    cursor: not-allowed;
}

.password-input-container[b-6itfgsif5c] {
    position: relative;
    display: flex;
    align-items: center;
}

.password-field[b-6itfgsif5c] {
    flex: 1;
    padding-right: 45px !important;
}

.password-toggle-btn[b-6itfgsif5c] {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 4px !important;
    min-width: 30px !important;
    height: 30px !important;
    z-index: 10;
}

    .password-toggle-btn:hover[b-6itfgsif5c] {
        background-color: rgba(0, 0, 0, 0.1) !important;
        border-radius: 4px;
    }

    .password-toggle-btn .e-icons[b-6itfgsif5c] {
        color: #6c757d;
        font-size: 16px;
    }

[b-6itfgsif5c] .readonly-field .e-input {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    cursor: not-allowed;
}

.loading-state[b-6itfgsif5c] {
    text-align: center;
    padding: 40px 20px;
}

.spinner[b-6itfgsif5c] {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-6itfgsif5c 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin-b-6itfgsif5c {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.error-box[b-6itfgsif5c] {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    padding: 12px 15px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #721c24;
    font-size: 14px;
}

.success-box[b-6itfgsif5c] {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    padding: 12px 15px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #155724;
    font-size: 14px;
}

.dialog-footer[b-6itfgsif5c] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 6px 20px;
}

[b-6itfgsif5c] .profile-dialog .e-dialog .e-dlg-header-content {
    background-color: #007bff;
    color: white;
}
/* /Components/Dialogs/SessionViewDialog.razor.rz.scp.css */
/* Style général du dialogue */
.custom-dialog .e-dlg-content[b-7jhanguhiq] {
    padding: 0;
    overflow: hidden;
    height: 100%;
}

/* Container principal avec layout flex */
.dialog-content-container[b-7jhanguhiq] {
    display: flex;
    height: 100%;
    width: 100%;
}

.content-wrapper[b-7jhanguhiq] {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

/* Styles des onglets */
.e-tab .e-tab-header[b-7jhanguhiq] {
    background: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}

.e-tab .e-tab-header .e-toolbar-item.e-active[b-7jhanguhiq] {
    background: white;
    border-bottom: 2px solid #007bff;
}

.tab-content-wrapper[b-7jhanguhiq] {
    padding: 15px 15px 15px 15px;
    background: white;
    min-height: 350px;
    overflow-y: auto;
    max-height: 600px;
}

/* Sections du formulaire */
.form-section[b-7jhanguhiq] {
    margin-bottom: 15px;
}

.section-title[b-7jhanguhiq] {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.section-divider[b-7jhanguhiq] {
    border: none;
    border-top: 1px solid #dee2e6;
    margin: 0 0 15px 0;
}

/* Champs de formulaire */
.form-group[b-7jhanguhiq] {
    margin-bottom: 10px;
}

.form-group label[b-7jhanguhiq] {
    display: block;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 500;
    color: #495057;
}

.form-row[b-7jhanguhiq] {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
}

.form-row .form-group[b-7jhanguhiq] {
    flex: 1;
    margin-bottom: 0;
}

/* Styles spécifiques pour les colonnes */
.col-md-1[b-7jhanguhiq] { flex: 0 0 8.333333%; }
.col-md-2[b-7jhanguhiq] { flex: 0 0 16.666667%; }
.col-md-3[b-7jhanguhiq] { flex: 0 0 25%; }
.col-md-4[b-7jhanguhiq] { flex: 0 0 33.333333%; }
.col-md-5[b-7jhanguhiq] { flex: 0 0 41.666667%; }
.col-md-6[b-7jhanguhiq] { flex: 0 0 50%; }
.col-md-7[b-7jhanguhiq] { flex: 0 0 58.333333%; }
.col-md-8[b-7jhanguhiq] { flex: 0 0 66.666667%; }
.col-md-9[b-7jhanguhiq] { flex: 0 0 75%; }
.col-md-10[b-7jhanguhiq] { flex: 0 0 83.333333%; }

.col-70[b-7jhanguhiq] {
    flex: 0 0 70% !important;
}

.col-30[b-7jhanguhiq] {
    flex: 0 0 30% ;
}

/* Boutons avec icônes */
.d-flex[b-7jhanguhiq] {
    display: flex;
    align-items: center;
}

.flex-grow-1[b-7jhanguhiq] {
    flex-grow: 1;
}

.ml-2[b-7jhanguhiq] {
    margin-left: 8px;
}

.align-items-end[b-7jhanguhiq] {
    align-items: flex-end !important;
}

/* Badges pour les phases */
.badge[b-7jhanguhiq] {
    display: inline-block;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 3px;
}

.badge-primary[b-7jhanguhiq] {
    background-color: #007bff;
    color: white;
}

.badge-success[b-7jhanguhiq] {
    background-color: #28a745;
    color: white;
}

.badge-warning[b-7jhanguhiq] {
    background-color: #ffc107;
    color: #212529;
}

.badge-info[b-7jhanguhiq] {
    background-color: #17a2b8;
    color: white;
}

.badge-secondary[b-7jhanguhiq] {
    background-color: #6c757d;
    color: white;
}

/* Amélioration du grid */
.grid-container[b-7jhanguhiq] {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    overflow: hidden;
}

.e-grid .e-gridheader[b-7jhanguhiq] {
    background: #f8f9fa;
    font-weight: 600;
}

.e-grid .e-headercell[b-7jhanguhiq] {
    border-right: 1px solid #dee2e6;
}

.e-grid .e-rowcell[b-7jhanguhiq] {
    padding: 8px;
    border-right: 1px solid #f0f0f0;
}

.e-grid .e-row:hover[b-7jhanguhiq] {
    background-color: #f8f9fa;
}

/* Toolbar section */
.toolbar-section[b-7jhanguhiq] {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

/* Styles pour le grid Syncfusion */
.e-grid[b-7jhanguhiq] {
    font-size: 13px;
}

.e-grid .e-gridheader[b-7jhanguhiq] {
    background: #f8f9fa;
}

/* Boutons du dialogue */
.e-dialog .e-footer-content[b-7jhanguhiq] {
    padding: 15px 20px;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.e-dialog .e-footer-content .e-btn[b-7jhanguhiq] {
    min-width: 100px;
}

/* Styles pour les champs en lecture seule */
.e-input-group.e-control-wrapper.e-outline:not(.e-error):not(.e-success):not(.e-warning):not(.e-float-input) .e-input[b-7jhanguhiq] {
    background-color: #f8f9fa;
    color: #495057;
}

.e-input-group.e-control-wrapper.e-outline .e-input:read-only[b-7jhanguhiq] {
    background-color: #f8f9fa;
    color: #495057;
    cursor: default;
}

/* Styles pour les icônes d'info dans les phases */
.text-info[b-7jhanguhiq] {
    color: #17a2b8 !important;
}

.text-muted[b-7jhanguhiq] {
    color: #6c757d !important;
}


/* Responsive */
@media (max-width: 992px) {
    .content-wrapper[b-7jhanguhiq] {
        flex-direction: column;
    }
    
    .form-row[b-7jhanguhiq] {
        flex-direction: column;
    }
    
    .form-row .form-group[b-7jhanguhiq] {
        flex: 1 1 100%;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zak48yhkf2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zak48yhkf2] {
    flex: 1;
}

.sidebar[b-zak48yhkf2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zak48yhkf2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zak48yhkf2]  a, .top-row .btn-link[b-zak48yhkf2] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-zak48yhkf2] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-zak48yhkf2] {
        display: none;
    }

    .top-row.auth[b-zak48yhkf2] {
        justify-content: space-between;
    }

    .top-row a[b-zak48yhkf2], .top-row .btn-link[b-zak48yhkf2] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zak48yhkf2] {
        flex-direction: row;
    }

    .sidebar[b-zak48yhkf2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zak48yhkf2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-zak48yhkf2], article[b-zak48yhkf2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mnjitkvpdw] {
    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-mnjitkvpdw] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-mnjitkvpdw] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mnjitkvpdw] {
    font-size: 1.1rem;
}

.bi[b-mnjitkvpdw] {
    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-mnjitkvpdw] {
    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-mnjitkvpdw] {
    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-mnjitkvpdw] {
    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");
}

.custom-icon[b-mnjitkvpdw] {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-right: 0.75rem;
    top: -1px;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center;
}

.nav-item[b-mnjitkvpdw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mnjitkvpdw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mnjitkvpdw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mnjitkvpdw]  .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-mnjitkvpdw]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-mnjitkvpdw]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-mnjitkvpdw] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-mnjitkvpdw] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mnjitkvpdw] {
        display: none;
    }

    .nav-scrollable[b-mnjitkvpdw] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
/* Styles spécifiques à la page À propos */
/* /Components/Pages/FormationsManagement.razor.rz.scp.css */
.action-buttons[b-in094xi6o2] {
    white-space: nowrap;
}

.action-buttons .mud-icon-button[b-in094xi6o2] {
    margin: 0 2px;
}

.d-flex.flex-wrap.gap-1[b-in094xi6o2] {
    gap: 4px !important;
}

.d-flex.flex-wrap.gap-1 .mud-chip[b-in094xi6o2] {
    margin: 2px 0;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.mud-paper[b-btlvs6h3o5] {
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37) !important;
}
/* /Components/Pages/Synthese.razor.rz.scp.css */
/* Styles spécifiques à la page Synthèse */
