/* _content/MediaPackBlazorUi/Components/Layout/Drawer.razor.rz.scp.css */
.drawer-container[b-vjwtqlknvd] {
    height: 100%;
}

[b-vjwtqlknvd] .panel-open:not(.mobile) .menu-button {
    display: none;
}

[b-vjwtqlknvd] .navigation-drawer > .dxbl-drawer-panel {
    /* Alternative: Fond uni professionnel élégant */
    background: #f8fafc;

    /* Ajout d'une texture subtile pour plus de professionnalisme */
    background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.15) 1px, transparent 0);
    background-size: 20px 20px;

    /* Bordure droite subtile pour délimiter l'espace */
    border-right: 1px solid rgba(148, 163, 184, 0.2);

    /* Ombre portée douce pour donner de la profondeur */
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.1), 2px 0 8px rgba(0, 0, 0, 0.05);
}

[b-vjwtqlknvd] .navigation-drawer > .dxbl-drawer-content {
    overflow: auto;
}

[b-vjwtqlknvd] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header {
    border-bottom: none;
    padding: 1rem;
    background: none;
}

[b-vjwtqlknvd] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header > .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

[b-vjwtqlknvd] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-vjwtqlknvd] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
    width: 240px;
    background: none;
}

[b-vjwtqlknvd] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-vjwtqlknvd] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-vjwtqlknvd] .navigation-drawer > .dxbl-drawer-content > .navigation-drawer-shading {
    display: none;
}

/* Amélioration des éléments de menu pour s'harmoniser avec le nouveau fond */
[b-vjwtqlknvd] .navigation-drawer .menu-item {
    color: #475569;
    font-weight: 500;
    transition: all 0.2s ease;
}

[b-vjwtqlknvd] .navigation-drawer .menu-item:hover {
    color: #1e293b;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    transform: translateX(4px);
}

[b-vjwtqlknvd] .navigation-drawer .menu-item.active {
    color: #0f172a;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    [b-vjwtqlknvd] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    [b-vjwtqlknvd] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-vjwtqlknvd] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-vjwtqlknvd] .navigation-drawer > .dxbl-drawer-content > .navigation-drawer-shading {
        background-color: var(--dxbl-drawer-content-shading-bg);
        display: block;
        height: 100%;
        position: absolute;
        transition: ease var(--dxbl-drawer-animation-duration);
        transition-property: opacity, visibility;
        visibility: visible;
        width: 100%;
        z-index: 99;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-vjwtqlknvd] .navigation-drawer.mobile.panel-closed .navigation-drawer-shading {
        opacity: 0;
        visibility: hidden;
    }
}
/* _content/MediaPackBlazorUi/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-hh7dlyln0y] {
    height: 100%;
    font-family: var(--bs-font-sans-serif, var(--DS-font-family-sans-serif));
    min-height: 0;
}

.logo[b-hh7dlyln0y] {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

[b-hh7dlyln0y] .icon-back {
    --icon-mask-image: var(--icon-back-mask-image);
}

[b-hh7dlyln0y] .icon-close {
    --icon-mask-image: var(--icon-close-mask-image);
}

[b-hh7dlyln0y] .icon-menu {
    --icon-mask-image: var(--icon-menu-mask-image);
}


[b-hh7dlyln0y] .docs-icon {
    --icon-mask-image: var(--icon-docs-mask-image);
}

[b-hh7dlyln0y] .demos-icon {
    --icon-mask-image: var(--icon-demos-mask-image);
}

[b-hh7dlyln0y] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-hh7dlyln0y] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-hh7dlyln0y] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-hh7dlyln0y] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-hh7dlyln0y] {
    display: inline-flex;
}

.nav-buttons-container[b-hh7dlyln0y] {
    display: flex;
    gap: 10px;
    padding: 2rem 1rem;
}

.nav-buttons-container[b-hh7dlyln0y]  .menubutton-float-end {
    margin-left: auto;
}
/* _content/MediaPackBlazorUi/Components/Layout/NavMenu.razor.rz.scp.css */
[b-p1v44idp6n] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-p1v44idp6n] .menu {
    --dxbl-menu-bottom-left-border-radius: 0;
    --dxbl-menu-bottom-right-border-radius: 0;
    --dxbl-menu-top-left-border-radius: 0;
    --dxbl-menu-top-right-border-radius: 0;

    background-color: inherit;
}

[b-p1v44idp6n] .menu .dxbl-menu-item-list {
    gap: 0.5rem;
}

[b-p1v44idp6n] .menu-item {
    color: var(--bs-white, #fff);
}

[b-p1v44idp6n] .icon {
    margin-left: 0.5rem;
}

[b-p1v44idp6n] .home-icon {
    --icon-mask-image: var(--icon-home-mask-image);
}

[b-p1v44idp6n] .weather-icon {
    --icon-mask-image: var(--icon-weather-mask-image);
}

[b-p1v44idp6n] .counter-icon {
    --icon-mask-image: var(--icon-counter-mask-image);
}


@media (max-width: 768px) {
    #sidebar[b-p1v44idp6n] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-p1v44idp6n] {
        text-align: inherit;
    }
}
/* _content/MediaPackBlazorUi/Components/Pages/Admin/Nomenclatures.razor.rz.scp.css */
@* Styles pour la page Nomenclatures *@

<style>
    /* Layout principal */
    .header-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        padding: 0 5px;
    }

    .header-container h1[b-hro6jtk2iz] {
        margin: 0;
        font-size: 1.4em;
        color: #666;
        font-weight: 400;
        opacity: 0.8;
    }

    .button-group[b-hro6jtk2iz] {
        display: flex;
        gap: 10px;
    }

    .nomenclature-grid-container[b-hro6jtk2iz] {
        padding: 25px;
        margin: 0 -25px;
        min-height: calc(100vh - 200px);
        background: #f8f9fa;
        border-radius: 12px;
    }

    /* Boutons */
    .btnNewNomenclature[b-hro6jtk2iz] {
        background: #4caf50 !important;
        color: #fff !important;
        border: none !important;
        border-radius: 4px !important;
        padding: 8px 20px !important;
        font-size: 0.9em !important;
        font-weight: 500 !important;
        cursor: pointer !important;
        transition: background 0.2s !important;
    }

    .btnNewNomenclature:hover[b-hro6jtk2iz] {
        background: #43a047 !important;
    }

    .btnNewSousClasse[b-hro6jtk2iz] {
        background: linear-gradient(90deg, #ff9800 0%, #ffb74d 100%) !important;
        color: #fff !important;
        border: none !important;
        border-radius: 4px !important;
        padding: 8px 20px !important;
        font-size: 0.9em !important;
        font-weight: 500 !important;
        cursor: pointer !important;
        transition: all 0.2s !important;
    }

    .btnNewSousClasse:hover[b-hro6jtk2iz] {
        background: linear-gradient(90deg, #f57c00 0%, #ff9800 100%) !important;
        transform: scale(1.03) !important;
        box-shadow: 0 2px 8px rgba(255, 152, 0, 0.2) !important;
    }

    .btn-edit[b-hro6jtk2iz] {
        background: #2196F3 !important;
        color: white !important;
        border: none !important;
        border-radius: 4px !important;
        padding: 5px 8px !important;
        cursor: pointer !important;
        font-size: 12px !important;
        min-width: 60px !important;
        transition: background 0.2s !important;
    }

    .btn-edit:hover[b-hro6jtk2iz] {
        background: #1976D2 !important;
    }

    .btn-delete[b-hro6jtk2iz] {
        background: #f44336 !important;
        color: white !important;
        border: none !important;
        border-radius: 4px !important;
        padding: 5px 8px !important;
        cursor: pointer !important;
        font-size: 12px !important;
        min-width: 60px !important;
        transition: background 0.2s !important;
    }

    .btn-delete:hover[b-hro6jtk2iz] {
        background: #d32f2f !important;
    }

    /* Icône de dossier */
    .folder-icon[b-hro6jtk2iz] {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        font-weight: 600;
        color: #1976D2;
        font-size: 16px;
    }

    .folder-icon[b-hro6jtk2iz]::before {
        content: "📁";
        font-size: 20px;
        filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
        transition: transform 0.2s ease;
    }

    /* Badge de classe */
    .classe-badge[b-hro6jtk2iz] {
        background: linear-gradient(45deg, #2196F3 0%, #21CBF3 100%);
        color: white;
        padding: 6px 12px;
        border-radius: 15px;
        font-size: 0.8em;
        font-weight: 600;
        box-shadow: 0 1px 4px rgba(33, 150, 243, 0.25);
        transition: all 0.2s ease;
        display: inline-block;
        max-width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        vertical-align: middle;
        line-height: 1.2;
    }

    .classe-badge:hover[b-hro6jtk2iz] {
        transform: translateY(-1px) scale(1.02);
        box-shadow: 0 2px 6px rgba(33, 150, 243, 0.3);
    }

    /* Cellules de données */
    .nomenclature-lettre-cle[b-hro6jtk2iz] {
        background: #e3f2fd;
        padding: 4px 8px;
        border-radius: 12px;
        font-size: 0.85em;
        color: #1976d2;
        font-weight: bold;
        display: inline-block;
        white-space: nowrap;
        text-align: center;
    }

    .nomenclature-coefficient[b-hro6jtk2iz] {
        background: #e8f5e8;
        padding: 4px 8px;
        border-radius: 12px;
        font-size: 0.85em;
        color: #4caf50;
        font-weight: bold;
        display: inline-block;
        white-space: nowrap;
        text-align: center;
    }

    .nomenclature-designation[b-hro6jtk2iz] {
        word-wrap: break-word;
        word-break: break-word;
        white-space: normal;
        line-height: 1.4;
        padding: 8px 4px;
        font-size: 14px;
        color: #333;
    }

    .lettre-cle-cell[b-hro6jtk2iz],
    .coefficient-cell[b-hro6jtk2iz] {
        text-align: center;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .action-buttons[b-hro6jtk2iz] {
        display: flex;
        gap: 5px;
        justify-content: center;
        align-items: center;
    }

    /* Container de détail */
    .detail-container[b-hro6jtk2iz] {
        padding: 12px 16px;
        background: #ffffff;
        border-radius: 8px;
        margin: 5px 0;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    /* === STYLES AMÉLIORÉS POUR LA POPUP SOUS-CLASSE === */
    
    /* Header de la popup avec dégradé orange */
    [b-hro6jtk2iz] .popup-sous-classe .dxbl-popup-header {
        background: linear-gradient(135deg, #ff9800 0%, #ffb74d 100%) !important;
        color: white !important;
        padding: 20px 24px !important;
        border-radius: 8px 8px 0 0 !important;
        font-size: 1.25rem !important;
        font-weight: 600 !important;
        box-shadow: 0 2px 8px rgba(255, 152, 0, 0.2) !important;
        border: none !important;
    }

    /* === STYLES AMÉLIORÉS POUR LA POPUP NOMENCLATURE === */
    
    /* Header de la popup avec dégradé vert */
    [b-hro6jtk2iz] .popup-nomenclature .dxbl-popup-header {
        background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%) !important;
        color: white !important;
        padding: 20px 24px !important;
        border-radius: 8px 8px 0 0 !important;
        font-size: 1.25rem !important;
        font-weight: 600 !important;
        box-shadow: 0 2px 8px rgba(76, 175, 80, 0.2) !important;
        border: none !important;
    }

    /* Icône de fermeture dans le header */
    [b-hro6jtk2iz] .dxbl-popup-header .dxbl-popup-close-btn {
        color: white !important;
        opacity: 0.9 !important;
        transition: opacity 0.2s !important;
    }

    [b-hro6jtk2iz] .dxbl-popup-header .dxbl-popup-close-btn:hover {
        opacity: 1 !important;
        background: rgba(255, 255, 255, 0.1) !important;
    }

    /* Corps de la popup */
    [b-hro6jtk2iz] .dxbl-popup-content {
        padding: 24px !important;
        background: #fafafa !important;
    }

    /* Formulaires dans les popups */
    .form-section[b-hro6jtk2iz] {
        margin-bottom: 24px;
        position: relative;
    }

    .form-section label[b-hro6jtk2iz] {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
        color: #424242;
        font-size: 14px;
        letter-spacing: 0.3px;
    }

    /* Icônes pour les labels - Orange pour sous-classe */
    .popup-sous-classe .form-section label[b-hro6jtk2iz]::before {
        content: "";
        display: inline-block;
        width: 4px;
        height: 16px;
        background: linear-gradient(180deg, #ff9800 0%, #ffb74d 100%);
        margin-right: 8px;
        border-radius: 2px;
        vertical-align: middle;
    }

    /* Icônes pour les labels - Vert pour nomenclature */
    .popup-nomenclature .form-section label[b-hro6jtk2iz]::before {
        content: "";
        display: inline-block;
        width: 4px;
        height: 16px;
        background: linear-gradient(180deg, #4caf50 0%, #66bb6a 100%);
        margin-right: 8px;
        border-radius: 2px;
        vertical-align: middle;
    }

    /* Conteneur de champ avec effet focus */
    .form-section .dxbl-edit-box[b-hro6jtk2iz],
    .form-section .dxbl-combobox[b-hro6jtk2iz],
    .form-section .dxbl-memo[b-hro6jtk2iz] {
        transition: all 0.3s ease;
    }

    /* Focus pour popup sous-classe (orange) */
    .popup-sous-classe .form-section .dxbl-edit-box:focus-within[b-hro6jtk2iz],
    .popup-sous-classe .form-section .dxbl-combobox:focus-within[b-hro6jtk2iz] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(255, 152, 0, 0.15);
    }

    /* Focus pour popup nomenclature (vert) */
    .popup-nomenclature .form-section .dxbl-edit-box:focus-within[b-hro6jtk2iz],
    .popup-nomenclature .form-section .dxbl-combobox:focus-within[b-hro6jtk2iz],
    .popup-nomenclature .form-section .dxbl-memo:focus-within[b-hro6jtk2iz] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(76, 175, 80, 0.15);
    }

    /* Style des inputs */
    [b-hro6jtk2iz] .form-control input,
    [b-hro6jtk2iz] .form-control .dxbl-edit-box,
    [b-hro6jtk2iz] .form-control .dxbl-combobox,
    [b-hro6jtk2iz] .form-control .dxbl-memo {
        border: 2px solid #e0e0e0 !important;
        border-radius: 8px !important;
        padding: 12px 16px !important;
        font-size: 14px !important;
        transition: all 0.3s ease !important;
        background: white !important;
    }

    /* Focus orange pour sous-classe */
    .popup-sous-classe[b-hro6jtk2iz]  .form-control input:focus,
    .popup-sous-classe[b-hro6jtk2iz]  .form-control .dxbl-edit-box:focus-within,
    .popup-sous-classe[b-hro6jtk2iz]  .form-control .dxbl-combobox:focus-within {
        border-color: #ff9800 !important;
        box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.1) !important;
        outline: none !important;
    }

    /* Focus vert pour nomenclature */
    .popup-nomenclature[b-hro6jtk2iz]  .form-control input:focus,
    .popup-nomenclature[b-hro6jtk2iz]  .form-control .dxbl-edit-box:focus-within,
    .popup-nomenclature[b-hro6jtk2iz]  .form-control .dxbl-combobox:focus-within,
    .popup-nomenclature[b-hro6jtk2iz]  .form-control .dxbl-memo:focus-within {
        border-color: #4caf50 !important;
        box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1) !important;
        outline: none !important;
    }

    /* Style des ComboBox - orange pour sous-classe */
    .popup-sous-classe[b-hro6jtk2iz]  .dxbl-combobox-dropdown-btn {
        color: #ff9800 !important;
    }

    /* Style des ComboBox - vert pour nomenclature */
    .popup-nomenclature[b-hro6jtk2iz]  .dxbl-combobox-dropdown-btn {
        color: #4caf50 !important;
    }

    /* Messages de validation */
    .validation-message[b-hro6jtk2iz] {
        color: #f44336;
        font-size: 12px;
        margin-top: 6px;
        display: flex;
        align-items: center;
        gap: 4px;
        animation: slideIn-b-hro6jtk2iz 0.3s ease;
    }

    .validation-message[b-hro6jtk2iz]::before {
        content: "⚠";
        font-size: 14px;
    }

    @keyframes slideIn-b-hro6jtk2iz {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Ligne de séparation dans le formulaire */
    .form-row[b-hro6jtk2iz] {
        display: flex;
        gap: 20px;
    }

    .form-col-half[b-hro6jtk2iz] {
        flex: 1;
    }

    .form-control[b-hro6jtk2iz] {
        width: 100%;
    }

    /* Actions du formulaire avec style moderne */
    .form-actions[b-hro6jtk2iz] {
        display: flex;
        gap: 12px;
        justify-content: flex-end;
        margin-top: 28px;
        padding-top: 24px;
        border-top: 2px solid #e0e0e0;
    }

    /* Bouton Annuler avec style moderne */
    .btn-cancel[b-hro6jtk2iz] {
        background: white !important;
        color: #757575 !important;
        border: 2px solid #e0e0e0 !important;
        border-radius: 8px !important;
        padding: 12px 24px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        min-width: 100px !important;
    }

    .btn-cancel:hover[b-hro6jtk2iz] {
        background: #f5f5f5 !important;
        border-color: #bdbdbd !important;
        color: #424242 !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    }

    /* Bouton Enregistrer avec dégradé orange - pour popup sous-classe */
    .popup-sous-classe .btn-save[b-hro6jtk2iz] {
        background: linear-gradient(135deg, #ff9800 0%, #ffb74d 100%) !important;
        color: white !important;
        border: none !important;
        border-radius: 8px !important;
        padding: 12px 28px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        box-shadow: 0 2px 8px rgba(255, 152, 0, 0.3) !important;
        min-width: 120px !important;
        position: relative;
        overflow: hidden;
    }

    /* Effet de brillance sur le bouton sous-classe */
    .popup-sous-classe .btn-save[b-hro6jtk2iz]::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.5s ease;
    }

    .popup-sous-classe .btn-save:hover[b-hro6jtk2iz]::before {
        left: 100%;
    }

    .popup-sous-classe .btn-save:hover[b-hro6jtk2iz] {
        background: linear-gradient(135deg, #f57c00 0%, #ff9800 100%) !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 16px rgba(255, 152, 0, 0.4) !important;
    }

    .popup-sous-classe .btn-save:active[b-hro6jtk2iz] {
        transform: translateY(0) !important;
        box-shadow: 0 2px 4px rgba(255, 152, 0, 0.3) !important;
    }

    /* Bouton Enregistrer avec dégradé vert - pour popup nomenclature */
    .popup-nomenclature .btn-save[b-hro6jtk2iz] {
        background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%) !important;
        color: white !important;
        border: none !important;
        border-radius: 8px !important;
        padding: 12px 28px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3) !important;
        min-width: 120px !important;
        position: relative;
        overflow: hidden;
    }

    /* Effet de brillance sur le bouton nomenclature */
    .popup-nomenclature .btn-save[b-hro6jtk2iz]::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.5s ease;
    }

    .popup-nomenclature .btn-save:hover[b-hro6jtk2iz]::before {
        left: 100%;
    }

    .popup-nomenclature .btn-save:hover[b-hro6jtk2iz] {
        background: linear-gradient(135deg, #43a047 0%, #4caf50 100%) !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 16px rgba(76, 175, 80, 0.4) !important;
    }

    .popup-nomenclature .btn-save:active[b-hro6jtk2iz] {
        transform: translateY(0) !important;
        box-shadow: 0 2px 4px rgba(76, 175, 80, 0.3) !important;
    }

    /* Badge d'information dans le header */
    .popup-header-badge[b-hro6jtk2iz] {
        display: inline-block;
        background: rgba(255, 255, 255, 0.2);
        padding: 4px 12px;
        border-radius: 12px;
        font-size: 0.75rem;
        margin-left: 12px;
        font-weight: 500;
    }

    /* Indicateur de champ requis */
    .form-section label[required][b-hro6jtk2iz]::after,
    .form-section label.required[b-hro6jtk2iz]::after {
        content: "*";
        color: #ff9800;
        margin-left: 4px;
        font-weight: bold;
    }

    /* Animation d'ouverture de la popup */
    [b-hro6jtk2iz] .dxbl-popup {
        animation: popupFadeIn-b-hro6jtk2iz 0.3s ease !important;
    }

    @keyframes popupFadeIn-b-hro6jtk2iz {
        from {
            opacity: 0;
            transform: scale(0.95) translateY(-20px);
        }
        to {
            opacity: 1;
            transform: scale(1) translateY(0);
        }
    }

    /* Overlay de la popup */
    [b-hro6jtk2iz] .dxbl-popup-backdrop {
        background: rgba(0, 0, 0, 0.5) !important;
        backdrop-filter: blur(2px) !important;
    }

    /* Styles DevExpress Grid */
    .nomenclatures-grid[b-hro6jtk2iz] {
        background: transparent !important;
    }

    .nomenclatures-grid .dxbl-grid-header-content[b-hro6jtk2iz] {
        background: #f8f9fa !important;
        font-weight: 600 !important;
        color: #333 !important;
    }

    .nomenclatures-grid .dxbl-grid-data-row[b-hro6jtk2iz] {
        background: #ffffff !important;
        border-bottom: 1px solid #e0e0e0 !important;
        transition: background-color 0.2s ease !important;
    }

    .nomenclatures-grid .dxbl-grid-data-row:hover[b-hro6jtk2iz] {
        background: #f5f5f5 !important;
    }

    .detail-grid[b-hro6jtk2iz] {
        background: transparent !important;
        border: none !important;
    }

    .detail-grid .dxbl-grid-data-row[b-hro6jtk2iz] {
        background: #fafafa !important;
    }

    .detail-grid .dxbl-grid-data-row:hover[b-hro6jtk2iz] {
        background: #f0f0f0 !important;
    }

    /* Réduction de l'espacement dans les cellules de détail */
    .detail-grid .dxbl-grid-data-cell[b-hro6jtk2iz] {
        padding: 8px 12px !important;
    }

    .detail-grid .dxbl-grid-header-cell[b-hro6jtk2iz] {
        padding: 10px 12px !important;
    }

    /* Réduction de l'espacement dans le footer de résumé */
    .detail-grid .dxbl-grid-footer-cell[b-hro6jtk2iz] {
        padding: 8px 12px !important;
        font-size: 13px !important;
    }

    /* Réduction de l'espacement entre les lignes */
    .detail-grid .dxbl-grid-data-row[b-hro6jtk2iz] {
        min-height: 36px !important;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .header-container[b-hro6jtk2iz] {
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
        }

        .button-group[b-hro6jtk2iz] {
            width: 100%;
            flex-direction: column;
        }

        .btnNewNomenclature[b-hro6jtk2iz],
        .btnNewSousClasse[b-hro6jtk2iz] { 
            width: 100%;
        }

        .form-row[b-hro6jtk2iz] {
            flex-direction: column;
        }

        .form-actions[b-hro6jtk2iz] {
            flex-direction: column-reverse;
        }

        .btn-save[b-hro6jtk2iz],
        .btn-cancel[b-hro6jtk2iz] {
            width: 100%;
        }

        [b-hro6jtk2iz] .dxbl-popup-header {
            font-size: 1.1rem !important;
            padding: 16px 20px !important;
        }
    }
</style[b-hro6jtk2iz]>
/* _content/MediaPackBlazorUi/Components/Pages/EditForms/SoignantEditForm.razor.rz.scp.css */
/* Styles am�lior�s pour le formulaire de modification des soignants */

.soignant-form[b-klec1xv2m8] {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

/* Sections du formulaire */
.soignant-form .form-section[b-klec1xv2m8] {
    margin-bottom: 24px !important;
    background: #f8fafc !important;
    border-radius: 12px !important;
    padding: 20px !important;
    border: 1px solid #e2e8f0 !important;
    position: relative !important;
    overflow: hidden !important;
}

.soignant-form .form-section[b-klec1xv2m8]::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 4px !important;
    background: linear-gradient(90deg, #0277bd, #01579b) !important;
    border-radius: 12px 12px 0 0 !important;
}

/* Sections sp�cifiques avec couleurs diff�renti�es */
.soignant-form .personal-info[b-klec1xv2m8]::before {
    background: linear-gradient(90deg, #48bb78, #38a169) !important;
}

.soignant-form .contact-info[b-klec1xv2m8]::before {
    background: linear-gradient(90deg, #4299e1, #3182ce) !important;
}

.soignant-form .professional-info[b-klec1xv2m8]::before {
    background: linear-gradient(90deg, #ed8936, #dd6b20) !important;
}

/* Titres des sections */
.soignant-form .dx-form-layout-group > .dx-form-layout-group-content > .dx-form-layout-group-caption[b-klec1xv2m8] {
    color: #1a365d !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin-bottom: 16px !important;
    padding-bottom: 8px !important;
    border-bottom: 2px solid #e2e8f0 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

/* Ic�nes pour les titres de section */
.soignant-form .personal-info .dx-form-layout-group-caption[b-klec1xv2m8]::before {
    content: "??" !important;
    font-size: 18px !important;
}

.soignant-form .contact-info .dx-form-layout-group-caption[b-klec1xv2m8]::before {
    content: "??" !important;
    font-size: 18px !important;
}

.soignant-form .professional-info .dx-form-layout-group-caption[b-klec1xv2m8]::before {
    content: "??" !important;
    font-size: 18px !important;
}

/* Layout g�n�ral */
.soignant-form .dx-form-layout[b-klec1xv2m8] {
    background: transparent !important;
    border: none !important;
}

.soignant-form .dx-form-layout-item[b-klec1xv2m8] {
    margin-bottom: 16px !important;
    background: transparent !important;
}

/* Labels des champs */
.soignant-form .dx-form-layout-item-caption[b-klec1xv2m8] {
    color: #2d3748 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

/* Ic�nes pour les labels sp�cifiques */
.soignant-form .dx-form-layout-item-caption[for*="nom"][b-klec1xv2m8]::before,
.soignant-form label[for*="nom"][b-klec1xv2m8]::before { 
    content: "??" !important; 
    font-size: 14px !important;
}

.soignant-form .dx-form-layout-item-caption[for*="prenom"][b-klec1xv2m8]::before,
.soignant-form label[for*="prenom"][b-klec1xv2m8]::before { 
    content: "?" !important; 
    font-size: 14px !important;
}

.soignant-form .dx-form-layout-item-caption[for*="email"][b-klec1xv2m8]::before,
.soignant-form label[for*="email"][b-klec1xv2m8]::before { 
    content: "??" !important; 
    font-size: 14px !important;
}

.soignant-form .dx-form-layout-item-caption[for*="telephone"][b-klec1xv2m8]::before,
.soignant-form label[for*="telephone"][b-klec1xv2m8]::before { 
    content: "??" !important; 
    font-size: 14px !important;
}

.soignant-form .dx-form-layout-item-caption[for*="ridet"][b-klec1xv2m8]::before,
.soignant-form label[for*="ridet"][b-klec1xv2m8]::before { 
    content: "??" !important; 
    font-size: 14px !important;
}

.soignant-form .dx-form-layout-item-caption[for*="taux"][b-klec1xv2m8]::before,
.soignant-form label[for*="taux"][b-klec1xv2m8]::before { 
    content: "??" !important; 
    font-size: 14px !important;
}

/* Indicateur de champ requis */
.soignant-form .form-group.required .dx-form-layout-item-caption[b-klec1xv2m8]::after {
    content: " *" !important;
    color: #e53e3e !important;
    font-weight: bold !important;
    animation: requiredPulse-b-klec1xv2m8 2s infinite !important;
}

@keyframes requiredPulse-b-klec1xv2m8 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

/* Contr�les de saisie am�lior�s */
.soignant-form .dx-textbox[b-klec1xv2m8],
.soignant-form .dx-numberbox[b-klec1xv2m8],
.soignant-form .dx-spin-edit[b-klec1xv2m8] {
    border: 2px solid #e2e8f0 !important;
    border-radius: 8px !important;
    background: white !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
}

.soignant-form .dx-textbox[b-klec1xv2m8]::before,
.soignant-form .dx-numberbox[b-klec1xv2m8]::before,
.soignant-form .dx-spin-edit[b-klec1xv2m8]::before {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    background: linear-gradient(90deg, #0277bd, #01579b) !important;
    transform: scaleX(0) !important;
    transition: transform 0.3s ease !important;
}

/* �tats hover et focus */
.soignant-form .dx-textbox:hover[b-klec1xv2m8],
.soignant-form .dx-numberbox:hover[b-klec1xv2m8],
.soignant-form .dx-spin-edit:hover[b-klec1xv2m8] {
    border-color: #cbd5e0 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
    transform: translateY(-1px) !important;
}

.soignant-form .dx-textbox:focus-within[b-klec1xv2m8],
.soignant-form .dx-numberbox:focus-within[b-klec1xv2m8],
.soignant-form .dx-spin-edit:focus-within[b-klec1xv2m8] {
    border-color: #0277bd !important;
    box-shadow: 
        0 0 0 3px rgba(2, 119, 189, 0.1),
        0 4px 12px rgba(2, 119, 189, 0.15) !important;
    transform: translateY(-2px) !important;
}

.soignant-form .dx-textbox:focus-within[b-klec1xv2m8]::before,
.soignant-form .dx-numberbox:focus-within[b-klec1xv2m8]::before,
.soignant-form .dx-spin-edit:focus-within[b-klec1xv2m8]::before {
    transform: scaleX(1) !important;
}

/* Champs de saisie */
.soignant-form .dx-textbox .dx-texteditor-input[b-klec1xv2m8],
.soignant-form .dx-numberbox .dx-texteditor-input[b-klec1xv2m8],
.soignant-form .dx-spin-edit .dx-texteditor-input[b-klec1xv2m8] {
    padding: 12px 16px !important;
    font-size: 14px !important;
    color: #2d3748 !important;
    background: transparent !important;
    border: none !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* Placeholder am�lior� */
.soignant-form .dx-textbox .dx-texteditor-input[b-klec1xv2m8]::placeholder,
.soignant-form .dx-numberbox .dx-texteditor-input[b-klec1xv2m8]::placeholder,
.soignant-form .dx-spin-edit .dx-texteditor-input[b-klec1xv2m8]::placeholder {
    color: #a0aec0 !important;
    font-style: italic !important;
    opacity: 0.7 !important;
}

/* Boutons du SpinEdit */
.soignant-form .dx-spin-edit .dx-spin-button[b-klec1xv2m8] {
    border: none !important;
    background: #f7fafc !important;
    color: #4a5568 !important;
    border-radius: 4px !important;
    margin: 2px !important;
    transition: all 0.2s ease !important;
}

.soignant-form .dx-spin-edit .dx-spin-button:hover[b-klec1xv2m8] {
    background: #edf2f7 !important;
    color: #2d3748 !important;
    transform: scale(1.05) !important;
}

.soignant-form .dx-spin-edit .dx-spin-button:active[b-klec1xv2m8] {
    background: #e2e8f0 !important;
    transform: scale(0.98) !important;
}

/* �tats de validation */
.soignant-form .dx-textbox.dx-state-invalid[b-klec1xv2m8],
.soignant-form .dx-numberbox.dx-state-invalid[b-klec1xv2m8],
.soignant-form .dx-spin-edit.dx-state-invalid[b-klec1xv2m8] {
    border-color: #e53e3e !important;
    box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.1) !important;
}

.soignant-form .dx-textbox.dx-state-invalid[b-klec1xv2m8]::before,
.soignant-form .dx-numberbox.dx-state-invalid[b-klec1xv2m8]::before,
.soignant-form .dx-spin-edit.dx-state-invalid[b-klec1xv2m8]::before {
    background: linear-gradient(90deg, #e53e3e, #c53030) !important;
    transform: scaleX(1) !important;
}

/* Responsive */
@media (max-width: 768px) {
    .soignant-form .form-section[b-klec1xv2m8] {
        margin-bottom: 16px !important;
        padding: 16px !important;
    }
    
    .soignant-form .dx-form-layout-item[b-klec1xv2m8] {
        margin-bottom: 12px !important;
    }
    
    .soignant-form .dx-form-layout-group-caption[b-klec1xv2m8] {
        font-size: 14px !important;
        margin-bottom: 12px !important;
    }
}

/* Animation d'apparition des sections */
.soignant-form .form-section[b-klec1xv2m8] {
    animation: slideInUp-b-klec1xv2m8 0.4s ease-out !important;
}

.soignant-form .form-section:nth-child(1)[b-klec1xv2m8] { animation-delay: 0.1s !important; }
.soignant-form .form-section:nth-child(2)[b-klec1xv2m8] { animation-delay: 0.2s !important; }
.soignant-form .form-section:nth-child(3)[b-klec1xv2m8] { animation-delay: 0.3s !important; }

@keyframes slideInUp-b-klec1xv2m8 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Effet de focus sur les sections */
.soignant-form .form-section:focus-within[b-klec1xv2m8] {
    box-shadow: 0 8px 25px rgba(2, 119, 189, 0.15) !important;
    border-color: rgba(2, 119, 189, 0.3) !important;
}

/* Nettoyage des styles DevExpress par d�faut */
.soignant-form .dx-form-layout-group-content[b-klec1xv2m8] {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.soignant-form .dx-form-layout-item-content[b-klec1xv2m8] {
    background: transparent !important;
}
/* _content/MediaPackBlazorUi/Components/Pages/Index.razor.rz.scp.css */
[b-h5j2c77s8c] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-h5j2c77s8c] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-h5j2c77s8c] .title {
    text-align: center;
}

[b-h5j2c77s8c] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-h5j2c77s8c] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color, var(--DS-primary-90));
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

[b-h5j2c77s8c] .welcome-card:hover {
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}

[b-h5j2c77s8c] .welcome-card .welcome-card-img {
    width: 6.5rem;
    height: 6.5rem;
}

[b-h5j2c77s8c] .welcome-card .welcome-card-text {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: unset;
}

[b-h5j2c77s8c] .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color, var(--DS-color-content-neutral-default-rest));
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}
/* _content/MediaPackBlazorUi/Components/Pages/PatientDetails.razor.rz.scp.css */
.patient-details dt[b-ggva9tmq0d] {
    font-weight: 600;
    color: #495057;
}

.patient-details dd[b-ggva9tmq0d] {
    color: #6c757d;
}

.dx-card[b-ggva9tmq0d] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.dx-card-header[b-ggva9tmq0d] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.dx-card-header h5[b-ggva9tmq0d] {
    margin: 0;
    color: #495057;
}

.dx-card-body[b-ggva9tmq0d] {
    padding: 1rem;
}

.patient-actions[b-ggva9tmq0d] {
    gap: 0.5rem;
}
/* _content/MediaPackBlazorUi/Components/Pages/Patients.razor.rz.scp.css */
/* _content/MediaPackBlazorUi/Components/Pages/Soignants.razor.rz.scp.css */
.soignant-edit-form[b-xl3g9juskz] {
    min-width: 800px;
    max-width: 1000px;
}

.soignant-edit-form .dx-popup-content[b-xl3g9juskz] {
    padding: 20px;
}

.dx-grid .dx-command-column .dx-button[b-xl3g9juskz] {
    margin: 0 2px;
}

.dx-grid .dx-data-row:hover[b-xl3g9juskz] {
    background-color: #f8f9fa;
}

.dx-form-layout-group-caption[b-xl3g9juskz] {
    font-weight: bold;
    color: #007bff;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

/* Popup styles */
.dx-popup-wrapper[b-xl3g9juskz] {
    animation: popupFadeIn-b-xl3g9juskz 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

@keyframes popupFadeIn-b-xl3g9juskz {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.dx-popup-normal .dx-popup-content[b-xl3g9juskz] {
    border-radius: 12px !important;
    box-shadow: 
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    overflow: hidden !important;
    border: none !important;
}

.dx-popup-title[b-xl3g9juskz] {
    background: linear-gradient(135deg, #0277bd 0%, #01579b 100%) !important;
    color: white !important;
    font-weight: 600 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 16px !important;
    padding: 16px 24px !important;
    border-bottom: none !important;
    position: relative !important;
}

.dx-popup-bottom[b-xl3g9juskz] {
    background: linear-gradient(180deg, rgba(250, 251, 252, 0) 0%, rgba(250, 251, 252, 1) 100%) !important;
    padding: 20px 24px !important;
    border-top: 1px solid #e2e8f0 !important;
}

.popup-footer-buttons[b-xl3g9juskz] {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    align-items: center !important;
}

.btn-save.dx-button[b-xl3g9juskz] {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%) !important;
    border: none !important;
    color: white !important;
    padding: 12px 28px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 6px rgba(72, 187, 120, 0.3) !important;
}

.btn-save.dx-button:hover[b-xl3g9juskz] {
    background: linear-gradient(135deg, #38a169 0%, #2f855a 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 15px rgba(72, 187, 120, 0.4) !important;
}

.btn-cancel.dx-button[b-xl3g9juskz] {
    background: linear-gradient(135deg, #a0aec0 0%, #718096 100%) !important;
    border: none !important;
    color: white !important;
    padding: 12px 28px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 6px rgba(160, 174, 192, 0.3) !important;
}

.btn-cancel.dx-button:hover[b-xl3g9juskz] {
    background: linear-gradient(135deg, #718096 0%, #4a5568 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 15px rgba(160, 174, 192, 0.4) !important;
}
/* _content/MediaPackBlazorUi/Components/Pages/VuesManager/PlanificationByMainNurse.razor.rz.scp.css */
