
/*body {
    background-image: url(/Medias/Fond.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #050816;
}

    body::before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        z-index: -1;
    }

.overlay-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;*/ /* très haut pour être au-dessus de tout */
/*}

.site-footer {
    margin-top: 10px;
    background: rgba(2, 8, 23, 0.92);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(0, 132, 255, 0.35);
    color: #dbeafe;
    padding: 45px 60px 18px;
    box-shadow: 0 -10px 40px rgba(0, 132, 255, 0.12);
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.25fr 1.45fr;
    gap: 34px;
    align-items: start;
}

.footer-logo {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-bottom: 12px;
}

.footer-brand h4 {
    color: white;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-brand p {
    color: #94a3b8;
    max-width: 320px;
    line-height: 1.6;
}

.footer-column h5 {
    color: white;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
}

.footer-column a,
.footer-column p {
    display: block;
    color: #94a3b8;
    text-decoration: none;
    margin-bottom: 9px;
    font-size: 14px;
}

    .footer-column a:hover {
        color: #0d6efd;
    }

.footer-column i {
    color: #0d6efd;
    margin-right: 8px;
}

.footer-bottom {
    max-width: 1200px;
    margin: 30px auto 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.12);
    text-align: center;
    color: #94a3b8;
    font-size: 13px;
}

    .footer-bottom a {
        color: #0d6efd;
        text-decoration: none;
        margin-left: 8px;
    }

.footer-hours-list p {
    display: grid;
    grid-template-columns: 18px 78px auto;
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
    white-space: nowrap;
}

.footer-hour-day {
    color: #dbeafe;
    font-weight: 700;
}

@media (max-width: 768px) {
    .site-footer {
        padding: 35px 25px 15px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .footer-bottom {
        text-align: left;
    }
}*/

/*#region NAVBAR + ACCOUNT */
/*.FlexiNav {
    height: 88px;
    background: rgba(0,0,0,.92);
    border-bottom: 1px solid rgba(13,110,253,.28);
    display: grid;
    grid-template-columns: 120px 1fr 220px;
    align-items: center;
    padding: 0 28px;
    position: relative;
    z-index: 20;
}

.nav-messages {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #0d6efd;
    border: 1px solid rgba(13,110,253,.35);
    background: rgba(3,7,18,.9);
    transition: .25s;
}

    .nav-messages:hover {
        color: white;
        background: #0d6efd;
        transform: translateY(-2px);
    }

.message-count {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 20px;
    height: 20px;
    border-radius: 50px;
    background: #ef4444;
    color: white;
    font-size: 11px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    box-shadow: 0 0 12px rgba(239,68,68,.6);
    animation: pulseMessage 1.4s infinite;
}

@keyframes pulseMessage {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

.nav-logo img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border-radius: 50%;
    filter: drop-shadow(0 0 10px rgba(13,110,253,.6));
}

.nav-brand-center {
    text-align: center;
    text-decoration: none;
    color: white;
}

    .nav-brand-center h1 {
        margin: 0;
        font-size: 34px;
        font-weight: 950;
        letter-spacing: .5px;
        text-shadow: 0 0 18px rgba(13,110,253,.45);
    }

    .nav-brand-center p {
        margin: 3px 0 0;
        font-size: 11px;
        letter-spacing: 8px;
        text-transform: uppercase;
        color: #dbeafe;
    }

.nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

.nav-cart {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: #0d6efd;
    background: rgba(13,110,253,.12);
    border: 1px solid rgba(13,110,253,.35);
    text-decoration: none;
    transition: .2s ease;
}

    .nav-cart:hover {
        transform: translateY(-2px);
        color: white;
        background: linear-gradient(135deg,#0d6efd,#2563eb);
    }

.cart-count {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    background: #ef4444;
    color: white;
    font-size: 11px;
    font-weight: 900;
    display: grid;
    place-items: center;
    border: 2px solid black;
}

.btn-login-nav {
    height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: linear-gradient(135deg,#0d6efd,#2563eb);
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
    font-weight: 800;
}

.user-avatar-btn {
    border: 1px solid rgba(13,110,253,.45);
    background: rgba(15,23,42,.8);
    border-radius: 999px;
    padding: 4px 8px 4px 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
}

.user-avatar-nav {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #0d6efd;
    box-shadow: 0 0 12px rgba(13,110,253,.6);
}

.nav-user-menu {
    background: rgba(15,23,42,.96);
    border: 1px solid rgba(13,110,253,.35);
    border-radius: 16px;
    overflow: hidden;
}

    .nav-user-menu .dropdown-header {
        color: white;
        font-weight: 900;
    }

    .nav-user-menu .dropdown-item {
        color: #dbeafe;
        font-weight: 700;
    }

        .nav-user-menu .dropdown-item:hover {
            background: rgba(13,110,253,.18);
            color: white;
        }

@media(max-width: 768px) {
    .FlexiNav {
        grid-template-columns: 70px 1fr 120px;
        padding: 0 12px;
    }

    .nav-brand-center h1 {
        font-size: 24px;
    }

    .nav-brand-center p {
        letter-spacing: 3px;
        font-size: 9px;
    }

    .btn-login-nav span {
        display: none;
    }
}*/

/*#endregion */

/*#region FORMULAIRE CONNECTION INSCRIPTION*/

/*#region LOGIN  FORMULAIRE*/

/*.auth-page-pro {
    min-height: calc(100vh - 80px);
    padding: 28px 20px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.auth-field button {
    border: none;
    background: transparent;
    color: #cbd5e1;
    padding: 0;
    cursor: pointer;
}

    .auth-field button i {
        pointer-events: none;
    }

.auth-shell {
    position: relative;
    width: 1120px;
    min-height: 640px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 30px;
    overflow: hidden;
    background: rgba(2, 8, 23, 0.70);
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(20px);
    box-shadow: 0 0 60px rgba(0,0,0,0.55);
}

.auth-glow-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
    background: radial-gradient(circle at 30% 40%, rgba(13,110,253,0.35), transparent 38%), linear-gradient(135deg, rgba(13,110,253,0.28), rgba(2,8,23,0.70));
    border-left: 3px solid rgba(96,165,250,0.65);
    border-top-left-radius: 160px;
    border-bottom-left-radius: 160px;
    transition: 0.65s ease;
}

.auth-shell.login-active .auth-glow-panel {
    right: 50%;
    border-left: none;
    border-right: 3px solid rgba(96,165,250,0.65);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 160px;
    border-bottom-right-radius: 160px;
}

.auth-side {
    position: relative;
    z-index: 2;
    padding: 54px 58px;
}

.auth-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    text-align: left;
    margin-bottom: 14px;
}

.auth-title-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    font-size: 22px;
}

.auth-title h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 900;
}

.auth-title p {
    margin: 5px 0 0;
    color: #cbd5e1;
}

.auth-side label {
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}

.auth-field {
    width: 100%;
    height: 56px;
    border-radius: 14px;
    background: rgba(15,23,42,0.74);
    border: 1px solid rgba(255,255,255,0.14);
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 18px;
    margin-bottom: 15px;
}

    .auth-field i {
        color: #cbd5e1;
        flex-shrink: 0;
    }

    .auth-field input {
        width: 100%;
        min-width: 0;
        background: transparent;
        border: none;
        outline: none;
        color: white;
    }

        .auth-field input::placeholder {
            color: #94a3b8;
        }

.auth-row-pro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.auth-options-pro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 6px 0 28px;
    color: #dbeafe;
}

    .auth-options-pro label {
        margin: 0;
        font-weight: 500;
    }

    .auth-options-pro a,
    .auth-bottom-link button,
    .terms-pro a {
        color: #1d8cff;
        text-decoration: none;
        font-weight: 700;
    }

.auth-main-btn {
    width: 100%;
    height: 58px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #2f95ff, #0d5cff);
    color: white;
    font-size: 17px;
    font-weight: 900;
    transition: 0.25s ease;
}

    .auth-main-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 32px rgba(13,110,253,0.38);
    }

.auth-separator {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #cbd5e1;
    margin: 28px 0;
}

    .auth-separator span {
        height: 1px;
        flex: 1;
        background: rgba(255,255,255,0.16);
    }

.auth-bottom-link {
    text-align: center;
    color: #e2e8f0;
}

    .auth-bottom-link button {
        background: none;
        border: none;
    }

.gender-pro {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 10px 0 18px;
}

    .gender-pro label {
        height: 52px;
        border-radius: 12px;
        border: 1px solid rgba(255,255,255,0.14);
        background: rgba(15,23,42,0.68);
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 9px;
        cursor: pointer;
        margin: 0;
    }

        .gender-pro label:nth-child(1) {
            border-color: rgba(13,110,253,0.75);
        }

        .gender-pro label:nth-child(2) {
            border-color: rgba(168,85,247,0.75);
        }

        .gender-pro label:nth-child(3) {
            border-color: rgba(34,197,94,0.75);
        }

.terms-pro {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #cbd5e1;
    font-size: 14px;
    margin-bottom: 15px;
}

.auth-center-btn {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    width: 78px;
    height: 78px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg,#258dff,#0d5cff);
    color: white;
    display: grid;
    place-items: center;
    font-size: 24px;
    box-shadow: 0 0 40px rgba(13,110,253,0.65);
    transition: 0.25s ease;
}

    .auth-center-btn:hover {
        transform: translate(-50%, -50%) scale(1.08);
    }

    .auth-center-btn i {
        position: absolute;
    }

        .auth-center-btn i:first-child {
            transform: translateX(-12px);
        }

        .auth-center-btn i:last-child {
            transform: translateX(12px);
        }

.auth-dots {
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(15,23,42,0.92);
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 999px;
    padding: 12px 28px;
    display: flex;
    gap: 18px;
}

    .auth-dots .dot {
        width: 13px;
        height: 13px;
        border-radius: 50%;
        border: none;
        background: rgba(255,255,255,0.18);
    }

        .auth-dots .dot.active {
            background: #0d6efd;
        }

@media (max-width: 1150px) {
    .auth-shell {
        width: 95%;
    }
}

@media (max-width: 850px) {
    .auth-shell {
        grid-template-columns: 1fr;
        min-height: 760px;
    }

    .auth-glow-panel,
    .auth-center-btn,
    .auth-dots {
        display: none;
    }

    .auth-side {
        grid-column: 1;
        grid-row: 1;
        padding: 34px;
        transition: 0.45s ease;
    }

    .auth-register {
        transform: translateX(100%);
        opacity: 0;
    }

    .auth-shell.register-active .auth-login {
        transform: translateX(-100%);
        opacity: 0;
    }

    .auth-shell.register-active .auth-register {
        transform: translateX(0);
        opacity: 1;
    }

    .auth-row-pro,
    .gender-pro {
        grid-template-columns: 1fr;
    }
}

.auth-side {
    transition: opacity 0.45s ease, filter 0.45s ease, transform 0.45s ease;
}


.auth-shell.register-active .auth-login {
    opacity: 0.38;
    filter: grayscale(0.35) blur(1px);
}


.auth-shell.login-active .auth-register {
    opacity: 0.38;
    filter: grayscale(0.35) blur(1px);
}

.auth-shell.register-active .auth-login input,
.auth-shell.register-active .auth-login button,
.auth-shell.register-active .auth-login a,
.auth-shell.register-active .auth-login label {
    pointer-events: none;
}

.auth-shell.login-active .auth-register input,
.auth-shell.login-active .auth-register button,
.auth-shell.login-active .auth-register a,
.auth-shell.login-active .auth-register label {
    pointer-events: none;
}

.auth-shell.register-active .auth-login .auth-field {
    background: rgba(15,23,42,0.35);
    border-color: rgba(255,255,255,0.05);
}

.auth-shell.login-active .auth-register .auth-field {
    background: rgba(15,23,42,0.35);
    border-color: rgba(255,255,255,0.05);
}

.auth-shell.register-active .auth-login h2,
.auth-shell.register-active .auth-login p,
.auth-shell.register-active .auth-login label {
    color: rgba(255,255,255,0.45);
}

.auth-shell.login-active .auth-register h2,
.auth-shell.login-active .auth-register p,
.auth-shell.login-active .auth-register label {
    color: rgba(255,255,255,0.45);
}*/

/*#endregion*/

/*#region MOT DE PASSE OUBLIER FORMULAIRE*/

/*.auth-modal-content {
    background: rgba(2, 8, 23, 0.96);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 24px;
    color: white;
    backdrop-filter: blur(18px);
    box-shadow: 0 0 40px rgba(0,0,0,0.55);
}

.auth-modal-header {
    border-bottom: 1px solid rgba(255,255,255,0.10);
    padding: 24px;
}

    .auth-modal-header h5 {
        font-weight: 900;
        font-size: 24px;
        margin: 0;
    }

        .auth-modal-header h5 i {
            color: #0d6efd;
            margin-right: 8px;
        }

    .auth-modal-header p {
        margin: 6px 0 0;
        color: #94a3b8;
    }

.auth-modal-body {
    padding: 24px;
}

.auth-modal-info {
    margin-top: 16px;
    padding: 14px;
    border-radius: 14px;
    background: rgba(13,110,253,0.12);
    border: 1px solid rgba(13,110,253,0.35);
    color: #cbd5e1;
    display: flex;
    gap: 10px;
}

    .auth-modal-info i {
        color: #0d6efd;
        margin-top: 3px;
    }

.auth-modal-footer {
    border-top: 1px solid rgba(255,255,255,0.10);
    padding: 20px 24px;
}

.auth-modal-secondary {
    height: 48px;
    padding: 0 22px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.06);
    color: white;
    font-weight: 800;
}

.auth-validation {
    display: block;
    margin-bottom: 6px;
}

.auth-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}*/

/*#endregion*/

/*#endregion */

/*#region UPLOAD IMAGES*/

/*.drop-zone {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

    .drop-zone:hover {
        border-color: #0d6efd;
        background: #f8f9fa;
    }

.file-input {
    opacity: 0;*/ /* invisible mais toujours focusable et submittable */
    /*position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.preview-image img {
    max-width: 100%;
    max-height: 140px;
}

.preview-image {
    max-width: 100%;
    max-height: 150px;
    margin-top: 10px;
    display: none;
}*/

/*#endregion*/

/*#region VIEWS INDEX*/
/*.shop-page {
    width: min(1400px, calc(100% - 50px));
    margin: auto;
    padding: 55px 0;
    color: white;
}

.shop-hero {
    min-height: 260px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(2,8,23,.85), rgba(2,8,23,.25));
    border-radius: 26px;
    padding: 40px;
    margin-bottom: 26px;
}

.shop-breadcrumb {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #cbd5e1;
    margin-bottom: 22px;
}

.shop-hero h1 {
    font-size: 58px;
    font-weight: 950;
    margin: 0 0 14px;
}

    .shop-hero h1 strong {
        color: #0d6efd;
    }

.shop-hero p {
    max-width: 650px;
    color: #dbeafe;
    font-size: 18px;
    line-height: 1.7;
}

.shop-filter-bar {
    display: grid;
    grid-template-columns: 1.5fr .9fr .9fr .8fr auto auto;
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(15,23,42,.78);
    border: 1px solid rgba(13,110,253,.35);
    margin-bottom: 25px;
}

.shop-search {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(2,6,23,.55);
    border: 1px solid rgba(148,163,184,.18);
    border-radius: 13px;
    padding: 0 16px;
}

    .shop-search input,
    .shop-filter-bar select {
        height: 48px;
        width: 100%;
        background: rgba(2,6,23,.55);
        border: 1px solid rgba(148,163,184,.18);
        border-radius: 13px;
        color: white;
        padding: 0 14px;
    }

    .shop-search input {
        border: none;
        background: transparent;
        outline: none;
    }

.shop-filter-btn,
.shop-reset-btn {
    height: 48px;
    border-radius: 13px;
    padding: 0 18px;
    font-weight: 900;
    border: 1px solid rgba(13,110,253,.45);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    text-decoration: none;
}

.shop-filter-btn {
    background: #0d6efd;
    color: white;
}

.shop-reset-btn {
    color: #60a5fa;
    background: rgba(13,110,253,.12);
}

.shop-result-head {
    color: #cbd5e1;
    margin: 22px 0;
}

.shop-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.shop-product-card {
    border-radius: 18px;
    overflow: hidden;
    background: rgba(15,23,42,.82);
    border: 1px solid rgba(148,163,184,.22);
    box-shadow: 0 0 30px rgba(0,0,0,.25);
    transition: .25s;
}

    .shop-product-card:hover {
        transform: translateY(-4px);
        border-color: rgba(13,110,253,.65);
    }

.shop-product-img {
    height: 230px;
    position: relative;
    background: rgba(2,6,23,.8);
}

    .shop-product-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.shop-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #0d6efd;
    color: white;
    padding: 6px 11px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

    .shop-badge.custom {
        background: #2563eb;
    }

.shop-fav-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    border: 1px solid rgba(13,110,253,.35);
    background: rgba(2,6,23,.7);
    color: #93c5fd;
}

    .shop-fav-btn.active {
        color: #ef4444;
    }

.shop-product-body {
    padding: 18px;
}

    .shop-product-body h3 {
        margin: 0 0 8px;
        font-size: 19px;
        font-weight: 950;
    }

    .shop-product-body p {
        color: #94a3b8;
        min-height: 42px;
        margin-bottom: 14px;
    }

.shop-product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

    .shop-product-meta strong {
        color: #38bdf8;
        font-size: 17px;
    }

    .shop-product-meta span {
        background: rgba(13,110,253,.14);
        color: #dbeafe;
        border-radius: 10px;
        padding: 7px 10px;
        font-size: 12px;
    }

.shop-product-actions {
    display: grid;
    grid-template-columns: 1fr 58px;
    gap: 10px;
}

    .shop-product-actions a,
    .shop-cart-btn {
        height: 42px;
        border-radius: 10px;
        font-weight: 900;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .shop-product-actions a {
        color: white;
        border: 1px solid rgba(13,110,253,.45);
    }

.shop-cart-btn {
    border: none;
    background: #0d6efd;
    color: white;
}

.shop-empty {
    min-height: 300px;
    display: grid;
    place-items: center;
    text-align: center;
    background: rgba(15,23,42,.65);
    border: 1px dashed rgba(148,163,184,.35);
    border-radius: 22px;
}

    .shop-empty i {
        font-size: 54px;
        color: #0d6efd;
    }

@media(max-width: 1200px) {
    .shop-products-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .shop-filter-bar {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 800px) {
    .shop-products-grid {
        grid-template-columns: 1fr;
    }

    .shop-filter-bar {
        grid-template-columns: 1fr;
    }

    .shop-hero h1 {
        font-size: 42px;
    }
}*/
/*#endregion*/

/*#region Details produit*/

/*.product-details-page {
    padding: 45px 7% 70px;
    color: white;
}

.product-back-zone {
    margin-bottom: 22px;
}

.product-back-btn {
    height: 44px;
    padding: 0 18px;
    border: none;
    border-radius: 13px;
    background: linear-gradient(135deg,#ef4444,#dc2626);
    color: white;
    font-weight: 850;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .25s;
}

    .product-back-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(239,68,68,.25);
    }

.product-details-card {
    display: grid;
    grid-template-columns: minmax(520px, .95fr) minmax(430px, 1fr);
    gap: 44px;
    align-items: start;
    background: rgba(15,23,42,.72);
}

.product-left-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product-gallery-wrap {
    display: grid;
    grid-template-columns: 95px minmax(0,1fr);
    gap: 18px;
    align-items: start;
}

.product-thumbnails-vertical {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.thumb-btn {
    width: 92px;
    height: 92px;
    border-radius: 15px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    background: rgba(15,23,42,.9);
    border: 1px solid rgba(13,110,253,.45);
    transition: .25s;
}

    .thumb-btn:hover {
        transform: translateX(3px);
        border-color: #0d6efd;
        box-shadow: 0 0 22px rgba(13,110,253,.35);
    }

    .thumb-btn img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.main-product-image {
    position: relative;
    height: 460px;
    max-height: 460px;
    border-radius: 26px;
    overflow: hidden;
    background: rgba(2,6,23,.85);
    border: 1px solid rgba(255,255,255,.10);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .main-product-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        background: rgba(2,6,23,.35);
    }

.detail-badge-new {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 2;
    padding: 10px 18px;
    border-radius: 13px;
    background: linear-gradient(135deg,#0d6efd,#2563eb);
    color: white;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    box-shadow: 0 14px 35px rgba(13,110,253,.35);
}

.product-details-info {
    padding-top: 10px;
}

.product-detail-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 17px;
    border-radius: 999px;
    background: rgba(13,110,253,.13);
    border: 1px solid rgba(13,110,253,.48);
    color: #93c5fd;
    font-weight: 900;
}

.product-details-info h1 {
    font-size: clamp(34px, 3.2vw, 54px);
    line-height: 1.08;
    margin: 24px 0 12px;
    font-weight: 950;
}

.product-reference {
    color: #cbd5e1;
    margin-bottom: 22px;
}

    .product-reference strong {
        color: #38bdf8;
    }

.product-detail-desc {
    color: #cbd5e1;
    line-height: 1.85;
    font-size: 17px;
    max-width: 760px;
}

.product-detail-price {
    margin: 24px 0 18px;
    color: #38bdf8;
    font-size: 36px;
    font-weight: 950;
}

.product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 26px;
}

.product-tag {
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 850;
    background: rgba(2,6,23,.45);
    border: 1px solid rgba(255,255,255,.10);
}

    .product-tag.success {
        color: #86efac;
        background: rgba(34,197,94,.10);
        border-color: rgba(34,197,94,.35);
    }

    .product-tag.danger {
        color: #fca5a5;
        background: rgba(239,68,68,.10);
        border-color: rgba(239,68,68,.35);
    }

    .product-tag.info {
        color: #60a5fa;
        background: rgba(59,130,246,.10);
        border-color: rgba(59,130,246,.35);
    }

    .product-tag.custom {
        color: #facc15;
        background: rgba(250,204,21,.10);
        border-color: rgba(250,204,21,.35);
    }

.add-cart-form {
    display: flex;
    gap: 22px;
    align-items: end;
    margin-bottom: 0;
}

.quantity-box label {
    display: block;
    margin-bottom: 10px;
    font-weight: 950;
}

.quantity-control {
    height: 56px;
    display: grid;
    grid-template-columns: 56px 72px 56px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(2,6,23,.62);
}

    .quantity-control button,
    .quantity-control input {
        border: none;
        background: transparent;
        color: white;
        text-align: center;
        font-weight: 950;
        font-size: 17px;
    }

    .quantity-control button {
        cursor: pointer;
        transition: .2s;
    }

        .quantity-control button:hover {
            background: rgba(13,110,253,.24);
        }

    .quantity-control input {
        background: rgba(0,0,0,.28);
        outline: none;
    }

.add-cart-btn {
    height: 56px;
    min-width: 340px;
    padding: 0 30px;
    border: none;
    border-radius: 16px;
    color: white;
    background: linear-gradient(135deg,#0d6efd,#2563eb);
    font-weight: 950;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: .25s;
}

    .add-cart-btn:hover:not(:disabled) {
        transform: translateY(-2px);
        box-shadow: 0 16px 36px rgba(13,110,253,.35);
    }

    .add-cart-btn:disabled {
        opacity: .45;
        cursor: not-allowed;
    }

.product-specs-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
}

.product-specs-under-image {
    margin-left: 113px;
    padding-top: 0;
    border-top: none;
}

.spec-card {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 92px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(2,6,23,.42);
    border: 1px solid rgba(13,110,253,.20);
    transition: .25s;
}

    .spec-card:hover {
        transform: translateY(-2px);
        border-color: rgba(13,110,253,.5);
        background: rgba(13,110,253,.08);
    }

.spec-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    color: white;
    background: rgba(13,110,253,.18);
    font-size: 22px;
}

.spec-card span {
    display: block;
    color: #94a3b8;
    font-size: 13px;
    margin-bottom: 5px;
}

.spec-card strong {
    color: white;
    font-size: 15px;
    font-weight: 900;
}

.product-quality-row {
    margin-top: 22px;
    margin-left: 113px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
}

.quality-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(15,23,42,.72);
    border: 1px solid rgba(13,110,253,.18);
}

    .quality-card i {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        display: grid;
        place-items: center;
        background: rgba(13,110,253,.18);
        color: #93c5fd;
        font-size: 21px;
    }

    .quality-card strong {
        display: block;
        font-weight: 900;
        margin-bottom: 5px;
    }

    .quality-card span {
        color: #94a3b8;
        font-size: 14px;
    }

@media(max-width: 1150px) {
    .product-details-card {
        grid-template-columns: 1fr;
    }

    .product-specs-under-image,
    .product-quality-row {
        margin-left: 0;
    }

    .product-quality-row {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 750px) {
    .product-details-page {
        padding: 35px 18px 55px;
    }

    .product-gallery-wrap {
        grid-template-columns: 1fr;
    }

    .product-thumbnails-vertical {
        flex-direction: row;
        overflow-x: auto;
    }

    .main-product-image {
        height: 360px;
        max-height: 360px;
    }

    .add-cart-form {
        flex-direction: column;
        align-items: stretch;
    }

    .add-cart-btn {
        min-width: 100%;
    }

    .product-specs-grid {
        grid-template-columns: 1fr;
    }
}*/

/*#endregion*/

/*#region PAGINATION*/
/*.flexi-pager {
    margin: 35px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

    .flexi-pager a {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        background: rgba(15, 23, 42, .78);
        border: 1px solid rgba(13,110,253,.35);
        color: #dbeafe;
        text-decoration: none;
        display: grid;
        place-items: center;
        font-weight: 900;
        transition: .22s;
    }

        .flexi-pager a:hover {
            color: white;
            background: rgba(13,110,253,.22);
            border-color: rgba(13,110,253,.75);
        }

        .flexi-pager a.active {
            background: linear-gradient(135deg, #0d6efd, #2563eb);
            color: white;
            box-shadow: 0 0 18px rgba(13,110,253,.42);
        }

    .flexi-pager .pager-arrow {
        font-size: 13px;
    }*/
/*#endregion*/

/*#region LEGAL PUBLIC PRO */

/*.legal-pro-page {
    padding: 70px 0 45px;
}

.legal-pro-hero {
    width: max(1200px, calc(100% - 40px));
    margin: 0 auto 34px;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 50px;
    align-items: center;
}

.legal-pro-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #94a3b8;
    font-size: 14px;
    margin-bottom: 24px;
}

    .legal-pro-breadcrumb i {
        color: #0d6efd;
        font-size: 11px;
    }

.legal-pro-hero-text h1 {
    margin: 0 0 18px;
    color: white;
    font-size: 54px;
    line-height: 1;
    font-weight: 950;
    text-shadow: 0 0 22px rgba(13,110,253,.25);
}

.legal-pro-hero-text p {
    max-width: 620px;
    color: #dbeafe;
    font-size: 17px;
    line-height: 1.75;
    margin: 0;
}

.legal-pro-hero-card {
    min-height: 230px;
    padding: 34px;
    border-radius: 24px;
    background: rgba(15, 23, 42, .70);
    border: 1px solid rgba(13,110,253,.50);
    box-shadow: 0 0 40px rgba(13,110,253,.15);
    backdrop-filter: blur(14px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #dbeafe;
    text-align: center;
}

    .legal-pro-hero-card > i {
        color: #0d6efd;
        font-size: 56px;
        margin-bottom: 20px;
        filter: drop-shadow(0 0 14px rgba(13,110,253,.45));
    }

    .legal-pro-hero-card h3 {
        color: white;
        font-size: 26px;
        font-weight: 950;
        margin: 0 0 10px;
    }

    .legal-pro-hero-card p {
        color: #94a3b8;
        margin: 0;
        line-height: 1.55;
    }

.legal-pro-date {
    margin-top: 16px;
    color: #dbeafe;
    font-size: 14px;
}

    .legal-pro-date strong {
        color: white;
        font-weight: 900;
        margin-left: 5px;
    }

.legal-pro-info-bar {
    width: max(1120px, calc(100% - 40px));
    margin: 0 auto 28px;
    padding: 18px 24px;
    border-radius: 18px;
    background: rgba(15, 23, 42, .86);
    border: 1px solid rgba(13,110,253,.48);
    box-shadow: 0 0 34px rgba(13,110,253,.14);
    backdrop-filter: blur(14px);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 26px;
}

.legal-pro-info-item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    min-width: 0;
}

    .legal-pro-info-item i {
        width: 46px;
        height: 46px;
        border-radius: 13px;
        background: linear-gradient(135deg, #0d6efd, #2563eb);
        display: grid;
        place-items: center;
        color: white;
        font-size: 18px;
        box-shadow: 0 0 16px rgba(13,110,253,.35);
    }

    .legal-pro-info-item span {
        display: block;
        color: #94a3b8;
        font-size: 12px;
        margin-bottom: 4px;
    }

    .legal-pro-info-item strong {
        display: block;
        color: white;
        font-size: 14px;
        font-weight: 900;
        line-height: 1.25;
        word-break: break-word;
    }

.legal-pro-content {
    width: max(1120px, calc(100% - 40px));
    margin: 0 auto;
    border-radius: 20px;
    background: rgba(15, 23, 42, .80);
    border: 1px solid rgba(148,163,184,.20);
    overflow: hidden;
    backdrop-filter: blur(14px);
    box-shadow: 0 0 42px rgba(0,0,0,.35);
}

.legal-pro-section {
    border-bottom: 1px solid rgba(148,163,184,.18);
}

    .legal-pro-section:last-child {
        border-bottom: none;
    }

    .legal-pro-section summary {
        min-height: 70px;
        padding: 0 22px 0 26px;
        display: grid;
        grid-template-columns: 44px 1fr 24px;
        align-items: center;
        gap: 18px;
        cursor: pointer;
        list-style: none;
        color: white;
    }

    .legal-pro-section summary {
        list-style: none;
    }

        .legal-pro-section summary::marker {
            content: "";
        }

.legal-pro-section-number {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d6efd, #2563eb);
    display: grid;
    place-items: center;
    color: white;
    font-weight: 950;
    box-shadow: 0 0 16px rgba(13,110,253,.35);
}

.legal-pro-section-title {
    font-size: 20px;
    font-weight: 950;
}

.legal-pro-section summary > i {
    color: white;
    transition: .25s;
}

.legal-pro-section[open] summary > i {
    transform: rotate(180deg);
}

.legal-pro-section-body {
    padding: 0 34px 26px 88px;
    color: #cbd5e1;
}

    .legal-pro-section-body p {
        margin: 0 0 14px;
        line-height: 1.65;
    }

    .legal-pro-section-body ul {
        margin: 0 0 10px 18px;
        padding: 0;
    }

    .legal-pro-section-body li {
        margin-bottom: 8px;
        color: #dbeafe;
    }

.legal-pro-contact {
    width: max(1120px, calc(100% - 40px));
    margin: 28px auto 0;
    padding: 26px 30px;
    border-radius: 20px;
    background: rgba(15, 23, 42, .78);
    border: 1px solid rgba(13,110,253,.48);
    display: grid;
    grid-template-columns: 58px 1fr auto;
    align-items: center;
    gap: 22px;
    color: white;
}

.legal-pro-contact-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(13,110,253,.22);
    display: grid;
    place-items: center;
    color: #60a5fa;
    font-size: 22px;
}

.legal-pro-contact h3 {
    margin: 0 0 6px;
    font-size: 26px;
    font-weight: 950;
}

.legal-pro-contact p {
    margin: 0;
    color: #dbeafe;
}

.legal-pro-contact a {
    color: white;
    font-weight: 950;
    text-decoration: none;
}

@media(max-width: 1100px) {
    .legal-pro-hero {
        grid-template-columns: 1fr;
    }

    .legal-pro-info-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .legal-pro-contact {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .legal-pro-contact-icon {
        margin: auto;
    }
}

@media(max-width: 640px) {
    .legal-pro-hero-text h1 {
        font-size: 40px;
    }

    .legal-pro-info-bar {
        grid-template-columns: 1fr;
    }

    .legal-pro-section summary {
        grid-template-columns: 38px 1fr 18px;
        padding: 0 16px;
    }

    .legal-pro-section-body {
        padding: 0 18px 24px 72px;
    }
}*/

/*#endregion */

/*#region PROFIL COMPLET*/

/*#region USER ADRESSES */

/*.user-address-content {
    color: white;
    padding: 34px 38px;
}

.address-page-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
    margin-bottom: 26px;
}

    .address-page-head h1 {
        margin: 0;
        font-size: 38px;
        font-weight: 950;
    }

    .address-page-head p {
        margin: 6px 0 0;
        color: #94a3b8;
    }

.address-add-btn {
    height: 48px;
    padding: 0 22px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #0d6efd, #2563eb);
    color: white;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 12px 30px rgba(13,110,253,.28);
    transition: .25s;
}

    .address-add-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 36px rgba(13,110,253,.42);
    }

.address-card-panel {
    background: rgba(2, 8, 23, 0.76);
    border: 1px solid rgba(13,110,253,.28);
    border-radius: 22px;
    padding: 24px;
    backdrop-filter: blur(14px);
    box-shadow: 0 0 45px rgba(0,0,0,.35);
}

.address-panel-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

    .address-panel-head i {
        color: #0d6efd;
        font-size: 24px;
    }

    .address-panel-head h2 {
        margin: 0;
        font-size: 24px;
        font-weight: 900;
    }

.address-list {
    display: grid;
    gap: 16px;
}

.address-item {
    display: grid;
    grid-template-columns: 72px 1fr auto;
    gap: 20px;
    align-items: center;
    min-height: 150px;
    padding: 22px;
    border-radius: 18px;
    background: rgba(15, 23, 42, .58);
    border: 1px solid rgba(148,163,184,.20);
    transition: .25s;
}

    .address-item:hover {
        border-color: rgba(13,110,253,.55);
        background: rgba(15, 23, 42, .78);
        box-shadow: 0 0 26px rgba(13,110,253,.14);
    }

.address-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: white;
    font-size: 25px;
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    box-shadow: 0 0 22px rgba(168,85,247,.34);
}

    .address-icon.main {
        background: linear-gradient(135deg, #0d6efd, #2563eb);
        box-shadow: 0 0 22px rgba(13,110,253,.45);
    }

.address-title-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

    .address-title-line h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 900;
    }

    .address-title-line span {
        padding: 5px 10px;
        border-radius: 999px;
        color: #93c5fd;
        background: rgba(13,110,253,.20);
        border: 1px solid rgba(13,110,253,.35);
        font-size: 11px;
        font-weight: 900;
        text-transform: uppercase;
    }

.address-info strong {
    display: block;
    margin-bottom: 6px;
    color: white;
}

.address-info p {
    margin: 0;
    color: #cbd5e1;
    line-height: 1.55;
}

.address-info small {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    color: #dbeafe;
}

    .address-info small i {
        color: #0d6efd;
    }

.address-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .address-actions form {
        margin: 0;
    }

.address-edit-btn,
.address-delete-btn {
    height: 42px;
    padding: 0 16px;
    border-radius: 10px;
    background: transparent;
    font-weight: 850;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    transition: .22s;
}

.address-edit-btn {
    color: #dbeafe;
    border: 1px solid rgba(13,110,253,.70);
}

    .address-edit-btn i {
        color: #0d6efd;
    }

    .address-edit-btn:hover {
        background: rgba(13,110,253,.18);
        color: white;
    }

.address-delete-btn {
    color: #fca5a5;
    border: 1px solid rgba(239,68,68,.65);
}

    .address-delete-btn i {
        color: #ef4444;
    }

    .address-delete-btn:hover {
        background: rgba(239,68,68,.15);
        color: white;
    }

.address-empty {
    min-height: 260px;
    border-radius: 18px;
    border: 1px dashed rgba(148,163,184,.35);
    background: rgba(15,23,42,.38);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #cbd5e1;
    text-align: center;
}

    .address-empty i {
        font-size: 54px;
        color: #0d6efd;
        margin-bottom: 8px;
    }

    .address-empty strong {
        color: white;
        font-size: 20px;
    }

.address-modal-content {
    background: rgba(2, 8, 23, .97);
    border: 1px solid rgba(13,110,253,.28);
    color: white;
    border-radius: 22px;
    box-shadow: 0 0 60px rgba(0,0,0,.65);
}

.address-modal-error {
    grid-column: 1 / -1;
    display: flex;
    gap: 14px;
    padding: 16px;
    border-radius: 14px;
    margin-bottom: 8px;
    color: #fecaca;
    background: rgba(127,29,29,.32);
    border: 1px solid rgba(239,68,68,.45);
}

    .address-modal-error i {
        color: #ef4444;
        margin-top: 3px;
    }

    .address-modal-error ul {
        margin: 8px 0 0;
    }

.address-check-line {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #dbeafe;
    font-weight: 750;
    margin-top: 4px;
}

    .address-check-line input {
        width: 18px;
        height: 18px;
        accent-color: #0d6efd;
    }

@media(max-width: 900px) {
    .user-address-content {
        padding: 24px 16px;
    }

    .address-page-head {
        flex-direction: column;
        align-items: stretch;
    }

    .address-add-btn {
        justify-content: center;
        width: 100%;
    }

    .address-item {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .address-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .address-edit-btn,
    .address-delete-btn {
        width: 100%;
        justify-content: center;
    }

    .address-actions form {
        width: 100%;
    }
}*/

/*#endregion */

/*#region USER COMMANDES PAGE */

/*.cancel-order-textarea {
    width: 100%;
    min-height: 120px;
    resize: vertical;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(59,130,246,.25);
    background: rgba(15,23,42,.85);
    color: #f8fafc;
    font-size: 15px;
    line-height: 1.6;
    transition: .25s;
    outline: none;
}

    .cancel-order-textarea::placeholder {
        color: #94a3b8;
    }

    .cancel-order-textarea:hover {
        border-color: rgba(59,130,246,.45);
    }

    .cancel-order-textarea:focus {
        border-color: #3b82f6;
        box-shadow: 0 0 0 4px rgba(59,130,246,.18);
        background: rgba(15,23,42,.95);
    }

    .cancel-order-textarea::-webkit-scrollbar {
        width: 8px;
    }

    .cancel-order-textarea::-webkit-scrollbar-thumb {
        background: rgba(59,130,246,.45);
        border-radius: 20px;
    }

.cmd-order-alert {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 18px;
    padding: 15px 18px;
    border-radius: 14px;
    font-weight: 850;
}

    .cmd-order-alert.success {
        color: #bbf7d0;
        background: rgba(34, 197, 94, .14);
        border: 1px solid rgba(34, 197, 94, .34);
    }

    .cmd-order-alert.error {
        color: #fecaca;
        background: rgba(239, 68, 68, .14);
        border: 1px solid rgba(239, 68, 68, .34);
    }

.cmd-user-row-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.cmd-user-cancel-btn {
    min-height: 40px;
    padding: 0 15px;
    border-radius: 10px;
    color: #fecaca;
    background: rgba(239, 68, 68, .08);
    border: 1px solid rgba(239, 68, 68, .55);
    font-weight: 850;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .cmd-user-cancel-btn:hover {
        color: white;
        background: rgba(239, 68, 68, .20);
    }

.cmd-user-cancel-deadline,
.cmd-user-cancel-expired {
    display: block;
    margin-top: 7px;
    font-size: 11px;
}

.cmd-user-cancel-deadline {
    color: #fbbf24;
}

.cmd-user-cancel-expired {
    color: #94a3b8;
}

.cmd-user-cancel-summary {
    display: grid;
    grid-template-columns: 62px 1fr 1fr;
    gap: 16px;
    align-items: center;
    padding: 17px;
    margin-bottom: 17px;
    border-radius: 17px;
    background: rgba(15, 23, 42, .62);
    border: 1px solid rgba(148, 163, 184, .18);
}

    .cmd-user-cancel-summary span {
        display: block;
        margin-bottom: 4px;
        color: #94a3b8;
        font-size: 13px;
    }

    .cmd-user-cancel-summary strong {
        color: white;
    }

.cmd-user-cancel-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    color: white;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    font-size: 21px;
}

.cmd-user-cancel-warning {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
    margin-bottom: 18px;
    border-radius: 15px;
    color: #fde68a;
    background: rgba(245, 158, 11, .11);
    border: 1px solid rgba(245, 158, 11, .34);
}

    .cmd-user-cancel-warning > i {
        width: 44px;
        height: 44px;
        border-radius: 13px;
        display: grid;
        place-items: center;
        color: #fbbf24;
        background: rgba(245, 158, 11, .14);
    }

    .cmd-user-cancel-warning strong {
        display: block;
        color: #fef3c7;
    }

    .cmd-user-cancel-warning p {
        margin: 5px 0;
        color: #fde68a;
        line-height: 1.5;
    }

    .cmd-user-cancel-warning small {
        color: #fbbf24;
    }

.cmd-user-confirm-cancel-btn {
    min-height: 46px;
    padding: 0 18px;
    border: none;
    border-radius: 12px;
    color: white;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

@media (max-width: 650px) {
    .cmd-user-cancel-summary {
        grid-template-columns: 1fr;
    }

    .cmd-user-row-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cmd-user-cancel-btn,
    .cmd-user-detail-btn {
        width: 100%;
    }
}

.cmd-user-content {
    color: white;
    padding: 34px 38px;
}

.cmd-user-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
    margin-bottom: 26px;
}

    .cmd-user-head h1 {
        margin: 0;
        font-size: 38px;
        font-weight: 950;
    }

    .cmd-user-head p {
        margin: 6px 0 0;
        color: #94a3b8;
    }

.cmd-user-refresh-btn {
    height: 48px;
    padding: 0 20px;
    border-radius: 12px;
    color: white;
    text-decoration: none;
    font-weight: 900;
    background: linear-gradient(135deg, #0d6efd, #2563eb);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 12px 30px rgba(13,110,253,.28);
    transition: .25s;
}

    .cmd-user-refresh-btn:hover {
        color: white;
        transform: translateY(-2px);
    }

.cmd-user-panel {
    background: rgba(2, 8, 23, 0.76);
    border: 1px solid rgba(13,110,253,.28);
    border-radius: 22px;
    padding: 24px;
    backdrop-filter: blur(14px);
    box-shadow: 0 0 45px rgba(0,0,0,.35);
}

.cmd-user-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

    .cmd-user-panel-head > div {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .cmd-user-panel-head i {
        color: #0d6efd;
        font-size: 24px;
    }

    .cmd-user-panel-head h2 {
        margin: 0;
        font-size: 24px;
        font-weight: 900;
    }

    .cmd-user-panel-head span {
        color: #94a3b8;
        font-weight: 750;
    }

.cmd-user-table {
    display: grid;
    gap: 12px;
}

.cmd-user-table-head,
.cmd-user-table-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.1fr .8fr .9fr;
    align-items: center;
    gap: 14px;
}

.cmd-user-table-head {
    padding: 16px 18px;
    border-radius: 14px;
    background: rgba(15, 23, 42, .72);
    border: 1px solid rgba(148,163,184,.16);
    color: #cbd5e1;
    font-weight: 900;
}

.cmd-user-table-row {
    min-height: 76px;
    padding: 18px;
    border-radius: 16px;
    background: rgba(15, 23, 42, .58);
    border: 1px solid rgba(148,163,184,.18);
    transition: .25s;
}

    .cmd-user-table-row:hover {
        border-color: rgba(13,110,253,.55);
        background: rgba(15, 23, 42, .78);
        box-shadow: 0 0 26px rgba(13,110,253,.14);
    }

    .cmd-user-table-row strong {
        color: white;
    }

    .cmd-user-table-row span {
        color: #cbd5e1;
    }

    .cmd-user-table-row b {
        color: #38bdf8;
    }

.cmd-user-status {
    width: fit-content;
    min-width: 86px;
    text-align: center;
    padding: 6px 11px;
    border-radius: 999px;
    font-style: normal;
    font-size: 12px;
    font-weight: 950;
}

    .cmd-user-status.waiting {
        color: #facc15;
        background: rgba(250,204,21,.16);
    }

    .cmd-user-status.pending {
        color: #facc15;
        background: rgba(245,158,11,.18);
    }

    .cmd-user-status.paid {
        color: #86efac;
        background: rgba(34,197,94,.16);
    }

    .cmd-user-status.cancelled {
        color: #fca5a5;
        background: rgba(239,68,68,.16);
    }

.cmd-user-detail-btn {
    height: 40px;
    padding: 0 15px;
    border-radius: 10px;
    color: #dbeafe;
    background: transparent;
    border: 1px solid rgba(13,110,253,.65);
    font-weight: 850;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    transition: .22s;
}

    .cmd-user-detail-btn i {
        color: #0d6efd;
    }

    .cmd-user-detail-btn:hover {
        color: white;
        background: rgba(13,110,253,.18);
    }

.cmd-user-empty {
    min-height: 260px;
    border-radius: 18px;
    border: 1px dashed rgba(148,163,184,.35);
    background: rgba(15,23,42,.38);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #cbd5e1;
    text-align: center;
}

    .cmd-user-empty i {
        font-size: 54px;
        color: #0d6efd;
        margin-bottom: 8px;
    }

    .cmd-user-empty strong {
        color: white;
        font-size: 20px;
    }*/

/* MODAL COMMANDES */

/*.cmd-user-modal-content {
    background: rgba(2, 8, 23, .97);
    border: 1px solid rgba(13,110,253,.28);
    color: white;
    border-radius: 22px;
    box-shadow: 0 0 60px rgba(0,0,0,.65);
    overflow: hidden;
}

.cmd-user-modal-header {
    border-bottom: 1px solid rgba(148,163,184,.18);
    padding: 22px 24px;
}

    .cmd-user-modal-header h5 {
        font-size: 22px;
        font-weight: 950;
    }

.cmd-user-modal-body {
    padding: 24px;
}

.cmd-user-modal-summary {
    display: grid;
    grid-template-columns: 74px repeat(4, 1fr);
    gap: 18px;
    align-items: center;
    padding: 18px;
    border-radius: 18px;
    background: rgba(15,23,42,.64);
    border: 1px solid rgba(148,163,184,.18);
    margin-bottom: 18px;
}

.cmd-user-modal-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: white;
    font-size: 24px;
    background: linear-gradient(135deg, #0d6efd, #2563eb);
    box-shadow: 0 0 22px rgba(13,110,253,.45);
}

.cmd-user-modal-summary span {
    display: block;
    color: #94a3b8;
    font-size: 13px;
    margin-bottom: 5px;
}

.cmd-user-modal-summary strong {
    color: white;
    font-size: 15px;
}

.cmd-user-blue-text {
    color: #38bdf8 !important;
}

.cmd-user-modal-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 16px;
    margin-bottom: 18px;
}

.cmd-user-modal-card,
.cmd-user-modal-products,
.cmd-user-modal-totals {
    border-radius: 18px;
    background: rgba(15,23,42,.58);
    border: 1px solid rgba(148,163,184,.18);
    padding: 18px;
}

    .cmd-user-modal-card h6,
    .cmd-user-modal-products h6 {
        margin: 0 0 16px;
        font-size: 17px;
        font-weight: 950;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .cmd-user-modal-card h6 i,
        .cmd-user-modal-products h6 i {
            color: #0d6efd;
        }

    .cmd-user-modal-card p {
        margin: 8px 0;
        color: #cbd5e1;
        line-height: 1.55;
    }

    .cmd-user-modal-card > strong {
        display: block;
        margin-bottom: 8px;
    }

    .cmd-user-modal-card span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #dbeafe;
    }

.cmd-user-modal-products {
    margin-bottom: 18px;
}

.order-products-list {
    display: grid;
    gap: 12px;
}

.order-product-line {
    display: grid;
    grid-template-columns: 74px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 12px;
    border-radius: 14px;
    background: rgba(2,6,23,.45);
    border: 1px solid rgba(148,163,184,.12);
}

    .order-product-line img {
        width: 64px;
        height: 64px;
        border-radius: 12px;
        object-fit: cover;
        background: rgba(255,255,255,.06);
    }

    .order-product-line strong {
        display: block;
        margin-bottom: 5px;
    }

    .order-product-line span {
        display: block;
        color: #94a3b8;
        font-size: 13px;
        margin-top: 2px;
    }

.order-product-price {
    text-align: right;
}

    .order-product-price b {
        display: block;
        margin-top: 6px;
        color: #38bdf8;
    }

.cmd-user-modal-totals {
    margin-left: auto;
    max-width: 360px;
    display: grid;
    gap: 10px;
}

    .cmd-user-modal-totals div {
        display: flex;
        justify-content: space-between;
        gap: 18px;
        color: #cbd5e1;
    }

.cmd-user-total-line {
    padding-top: 10px;
    border-top: 1px solid rgba(148,163,184,.20);
    color: white !important;
    font-size: 18px;
    font-weight: 950;
}

    .cmd-user-total-line strong {
        color: #38bdf8;
    }

.cmd-user-modal-footer {
    border-top: 1px solid rgba(148,163,184,.18);
    padding: 18px 24px;
}

@media(max-width: 1100px) {
    .cmd-user-table-head {
        display: none;
    }

    .cmd-user-table-row {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .cmd-user-detail-btn {
        width: 100%;
    }

    .cmd-user-modal-summary,
    .cmd-user-modal-grid {
        grid-template-columns: 1fr;
    }

    .order-product-line {
        grid-template-columns: 1fr;
    }

        .order-product-line img {
            width: 100%;
            height: 180px;
        }

    .order-product-price {
        text-align: left;
    }

    .cmd-user-modal-totals {
        max-width: 100%;
    }
}

@media(max-width: 768px) {
    .cmd-user-content {
        padding: 24px 16px;
    }

    .cmd-user-head {
        flex-direction: column;
        align-items: stretch;
    }

    .cmd-user-refresh-btn {
        justify-content: center;
    }
}

.cmd-invoice-download-btn {
    min-height: 44px;
    padding: 0 18px;
    border-radius: 14px;
    color: white;
    text-decoration: none;
    font-weight: 950;
    background: linear-gradient(135deg, #0d6efd, #2563eb);
    border: 1px solid rgba(96,165,250,.55);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 12px 28px rgba(13,110,253,.28);
    transition: .22s;
}

    .cmd-invoice-download-btn span {
        width: 26px;
        height: 26px;
        border-radius: 9px;
        background: rgba(255,255,255,.16);
        display: grid;
        place-items: center;
    }

    .cmd-invoice-download-btn:hover {
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 16px 34px rgba(13,110,253,.38);
    }

    .cmd-invoice-download-btn:active {
        transform: translateY(0);
    }*/

/*#endregion */

/* Informations complètes de commande */

/*.cmd-user-payment-cell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

    .cmd-user-payment-cell small {
        display: block;
    }

.cmd-user-payment-paid {
    color: #86efac;
}

.cmd-user-payment-waiting {
    color: #facc15;
}

.cmd-user-payment-date {
    color: #94a3b8;
    font-size: 11px;
}

.cmd-user-modal-grid-complete {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cmd-user-order-loading,
.cmd-user-order-error {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    text-align: center;
}

.cmd-user-order-loading {
    color: #93c5fd;
}

.cmd-user-order-error {
    color: #fca5a5;
}

    .cmd-user-order-loading i,
    .cmd-user-order-error i {
        font-size: 34px;
    }

.cmd-user-transaction {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.cmd-user-invoice-status {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

    .cmd-user-invoice-status.is-success {
        color: #86efac;
        background: rgba(34, 197, 94, .14);
    }

    .cmd-user-invoice-status.is-progress,
    .cmd-user-invoice-status.is-pending {
        color: #facc15;
        background: rgba(245, 158, 11, .14);
    }

    .cmd-user-invoice-status.is-error,
    .cmd-user-invoice-status.is-cancelled {
        color: #fca5a5;
        background: rgba(239, 68, 68, .14);
    }

.order-product-info {
    min-width: 0;
}

.cmd-user-products-empty {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    color: #94a3b8;
}

    .cmd-user-products-empty i {
        color: #0d6efd;
        font-size: 32px;
    }

[hidden] {
    display: none !important;
}

@media(max-width: 1100px) {
    .cmd-user-modal-grid-complete {
        grid-template-columns: 1fr;
    }
}*/


/*#region CONTACT PRO*/

/*.contact-pro-page {
    min-height: 100vh;
    padding: 70px 7%;
    color: white;
    background: radial-gradient(circle at 15% 20%, rgba(13,110,253,.16), transparent 30%), radial-gradient(circle at 90% 12%, rgba(168,85,247,.18), transparent 28%), linear-gradient(135deg, rgba(2,6,23,.96), rgba(2,8,23,.86));
}

.contact-pro-layout {
    display: grid;
    grid-template-columns: 1.1fr .95fr;
    gap: 70px;
    align-items: start;
}

.contact-pro-kicker {
    display: block;
    color: #38bdf8;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .08em;
    margin-bottom: 12px;
}

.contact-pro-left h1 {
    max-width: 650px;
    margin: 0;
    font-size: clamp(38px, 4vw, 62px);
    line-height: .96;
    font-weight: 950;
}

    .contact-pro-left h1 span {
        color: #3b82f6;
    }

.contact-pro-intro {
    max-width: 590px;
    margin: 20px 0 32px;
    color: #cbd5e1;
    line-height: 1.7;
}

.contact-pro-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 34px;
}

    .contact-pro-benefits div {
        display: grid;
        grid-template-columns: 48px 1fr;
        column-gap: 12px;
        align-items: center;
        padding: 14px;
        border-radius: 18px;
        background: rgba(15,23,42,.48);
        border: 1px solid rgba(148,163,184,.14);
    }

    .contact-pro-benefits i {
        grid-row: span 2;
        width: 46px;
        height: 46px;
        border-radius: 15px;
        display: grid;
        place-items: center;
        color: #60a5fa;
        background: rgba(13,110,253,.16);
        font-size: 20px;
    }

    .contact-pro-benefits strong {
        font-size: 13px;
        font-weight: 950;
    }

    .contact-pro-benefits span {
        color: #94a3b8;
        font-size: 12px;
    }

.contact-pro-card {
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(15,23,42,.88), rgba(2,8,23,.76));
    border: 1px solid rgba(13,110,253,.26);
    box-shadow: 0 24px 60px rgba(0,0,0,.42);
    backdrop-filter: blur(18px);
}

.contact-pro-form-card {
    padding: 28px;
}

.contact-pro-card-head {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 28px;
}

    .contact-pro-card-head h2 {
        margin: 0;
        font-size: 24px;
        font-weight: 950;
    }

    .contact-pro-card-head p {
        margin: 6px 0 0;
        color: #94a3b8;
    }

.contact-pro-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    color: white;
    font-size: 23px;
}

    .contact-pro-icon.blue {
        background: linear-gradient(135deg,#0d6efd,#2563eb);
    }

    .contact-pro-icon.cyan {
        background: linear-gradient(135deg,#06b6d4,#0891b2);
    }

.contact-pro-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.contact-pro-full {
    grid-column: 1 / -1;
}

.contact-pro-field label {
    display: block;
    margin-bottom: 8px;
    color: #e2e8f0;
    font-weight: 900;
}

    .contact-pro-field label span {
        color: #94a3b8;
        font-weight: 600;
    }

.contact-pro-input,
.contact-pro-textarea {
    display: flex;
    gap: 12px;
    align-items: center;
    border-radius: 16px;
    background: rgba(2,6,23,.55);
    border: 1px solid rgba(148,163,184,.18);
    padding: 0 15px;
    transition: .22s;
}

.contact-pro-textarea {
    align-items: flex-start;
    padding-top: 15px;
}

    .contact-pro-input:focus-within,
    .contact-pro-textarea:focus-within {
        border-color: rgba(13,110,253,.65);
        box-shadow: 0 0 0 4px rgba(13,110,253,.12);
    }

    .contact-pro-input i,
    .contact-pro-textarea i {
        color: #3b82f6;
    }

    .contact-pro-input input,
    .contact-pro-input select,
    .contact-pro-textarea textarea {
        width: 100%;
        min-height: 50px;
        border: none;
        outline: none;
        background: transparent;
        color: white;
    }

        .contact-pro-input select option {
            color: #0f172a;
        }

    .contact-pro-textarea textarea {
        min-height: 110px;
        resize: vertical;
        padding-top: 0;
    }

.contact-pro-upload {
    min-height: 96px;
    border-radius: 18px;
    border: 1px dashed rgba(59,130,246,.65);
    background: rgba(2,6,23,.32);
    display: grid;
    place-items: center;
    text-align: center;
    padding: 18px;
    cursor: pointer;
    transition: .22s;
}

    .contact-pro-upload:hover {
        background: rgba(13,110,253,.10);
    }

    .contact-pro-upload i {
        font-size: 34px;
        color: #3b82f6;
        margin-bottom: 8px;
    }

    .contact-pro-upload strong {
        color: #cbd5e1;
        font-weight: 800;
    }

        .contact-pro-upload strong span {
            color: white;
        }

    .contact-pro-upload small {
        color: #94a3b8;
    }

.contact-pro-files {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.contact-pro-file {
    width: 90px;
    padding: 8px;
    border-radius: 14px;
    background: rgba(15,23,42,.78);
    border: 1px solid rgba(148,163,184,.18);
    color: #cbd5e1;
    font-size: 12px;
}

    .contact-pro-file img {
        width: 100%;
        height: 58px;
        border-radius: 10px;
        object-fit: cover;
    }

.contact-pro-submit {
    height: 52px;
    margin-top: 26px;
    padding: 0 24px;
    border: none;
    border-radius: 14px;
    color: white;
    font-weight: 950;
    background: linear-gradient(135deg,#0d6efd,#2563eb);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 15px 32px rgba(13,110,253,.35);
}

.contact-pro-right {
    display: grid;
    gap: 28px;
    padding-top: 75px;
}

.contact-pro-category-card,
.contact-pro-info-card {
    padding: 28px;
}

.contact-pro-category-list {
    display: grid;
    gap: 12px;
}

.contact-pro-category-item {
    display: grid;
    grid-template-columns: 50px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 15px;
    border-radius: 18px;
    background: rgba(15,23,42,.72);
    border: 1px solid rgba(148,163,184,.14);
}

    .contact-pro-category-item > i {
        width: 46px;
        height: 46px;
        border-radius: 15px;
        display: grid;
        place-items: center;
        color: #67e8f9;
        background: rgba(6,182,212,.18);
    }

    .contact-pro-category-item.yellow > i {
        color: #facc15;
        background: rgba(245,158,11,.18);
    }

    .contact-pro-category-item.green > i {
        color: #86efac;
        background: rgba(34,197,94,.18);
    }

    .contact-pro-category-item.red > i {
        color: #fb7185;
        background: rgba(244,63,94,.18);
    }

    .contact-pro-category-item.blue > i {
        color: #93c5fd;
        background: rgba(13,110,253,.18);
    }

    .contact-pro-category-item.purple > i {
        color: #c4b5fd;
        background: rgba(168,85,247,.18);
    }

    .contact-pro-category-item strong {
        display: block;
        font-weight: 950;
    }

    .contact-pro-category-item span {
        display: block;
        margin-top: 4px;
        color: #94a3b8;
    }

    .contact-pro-category-item em {
        color: #94a3b8;
        font-style: normal;
    }

.contact-pro-info-card h2 {
    margin: 0;
    font-size: 23px;
    font-weight: 950;
}

.contact-pro-info-card > p {
    color: #94a3b8;
    margin-bottom: 22px;
}

.contact-pro-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.contact-pro-info {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 14px;
    align-items: center;
}

    .contact-pro-info > i {
        width: 48px;
        height: 48px;
        border-radius: 15px;
        display: grid;
        place-items: center;
        color: #67e8f9;
        background: rgba(6,182,212,.18);
    }

    .contact-pro-info.purple > i {
        color: #c084fc;
        background: rgba(168,85,247,.18);
    }

    .contact-pro-info.location {
        grid-column: 1 / -1;
    }

    .contact-pro-info span,
    .contact-pro-info small {
        color: #94a3b8;
    }

    .contact-pro-info strong {
        display: block;
        margin: 4px 0;
    }

.contact-pro-client-box {
    margin-top: 24px;
    padding: 18px;
    border-radius: 20px;
    background: rgba(13,110,253,.10);
    border: 1px solid rgba(13,110,253,.28);
    display: flex;
    gap: 16px;
}

    .contact-pro-client-box > i {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        display: grid;
        place-items: center;
        color: #93c5fd;
        background: rgba(13,110,253,.18);
        flex: 0 0 auto;
    }

    .contact-pro-client-box strong {
        font-size: 20px;
        font-weight: 950;
    }

    .contact-pro-client-box p {
        color: #cbd5e1;
        line-height: 1.55;
    }

    .contact-pro-client-box a {
        height: 42px;
        padding: 0 16px;
        border-radius: 13px;
        color: #dbeafe;
        text-decoration: none;
        font-weight: 950;
        border: 1px solid rgba(96,165,250,.45);
        background: rgba(13,110,253,.16);
        display: inline-flex;
        align-items: center;
        gap: 9px;
    }

.contact-pro-alert {
    padding: 14px 16px;
    border-radius: 16px;
    margin-bottom: 18px;
    font-weight: 850;
}

    .contact-pro-alert.warning {
        background: rgba(245,158,11,.15);
        color: #fde68a;
        border: 1px solid rgba(245,158,11,.28);
    }

    .contact-pro-alert.danger {
        background: rgba(239,68,68,.15);
        color: #fecaca;
        border: 1px solid rgba(239,68,68,.28);
    }

    .contact-pro-alert.success {
        background: rgba(34,197,94,.15);
        color: #bbf7d0;
        border: 1px solid rgba(34,197,94,.28);
    }

@media(max-width: 1200px) {
    .contact-pro-layout {
        grid-template-columns: 1fr;
    }

    .contact-pro-right {
        padding-top: 0;
    }
}

@media(max-width: 700px) {
    .contact-pro-page {
        padding: 40px 18px;
    }

    .contact-pro-grid,
    .contact-pro-benefits,
    .contact-pro-info-grid {
        grid-template-columns: 1fr;
    }
}*/

/*#endregion*/

/*#endregion */

/*#region DASHBOARD COMPLET*/

/*#region DASHBOARD PARAMETRES*/

/*.dashboard-layout {
    display: flex;
    min-height: calc(100vh - 90px);
    color: white;
}

.dashboard-admin {
    flex: 1;
    padding: 28px 34px;
}*/

/* HEADER */

/*.settings-header {
    margin-bottom: 28px;
}

    .settings-header h1 {
        display: flex;
        align-items: center;
        gap: 14px;
        font-size: 36px;
        font-weight: 900;
        margin: 0;
    }

        .settings-header h1 i {
            color: #3b82f6;
            font-size: 38px;
        }

    .settings-header p {
        color: #94a3b8;
        margin-top: 10px;
        font-size: 15px;
    }*/

/* TOP GRID */

/*.settings-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 22px;
}

.settings-card {
    background: linear-gradient(180deg, rgba(15,23,42,.92), rgba(2,6,23,.94));
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 18px 45px rgba(0,0,0,.24);
}

.settings-grid > .settings-card {
    min-height: 390px;
}

.settings-card-header {
    display: flex;
    gap: 16px;
    margin-bottom: 22px;
}

.settings-card-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-size: 24px;
    flex-shrink: 0;
}

    .settings-card-icon.blue {
        background: rgba(37,99,235,.2);
        color: #60a5fa;
    }

    .settings-card-icon.purple {
        background: rgba(168,85,247,.2);
        color: #c084fc;
    }

    .settings-card-icon.cyan {
        background: rgba(14,165,233,.2);
        color: #38bdf8;
    }

.settings-card h3 {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
    margin-bottom: 8px;
}

.settings-card p {
    color: #94a3b8;
    line-height: 1.55;
    font-size: 14px;
}*/

/* BACKUP CARD */

/*.backup-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.backup-item {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.05);
}

    .backup-item strong {
        display: block;
        margin-bottom: 6px;
        font-size: 14px;
        word-break: break-word;
    }

    .backup-item span {
        color: #94a3b8;
        font-size: 12px;
    }

.backup-actions {
    display: flex;
    align-items: center;
    gap: 9px;
}

    .backup-actions span {
        white-space: nowrap;
    }

    .backup-actions button,
    .refresh-btn,
    .backup-table button {
        width: 34px;
        height: 34px;
        border-radius: 11px;
        border: none;
        background: rgba(255,255,255,.07);
        color: white;
        transition: .2s ease;
    }

        .backup-actions button:hover,
        .refresh-btn:hover,
        .backup-table button:hover {
            background: rgba(59,130,246,.18);
            color: #60a5fa;
        }

.danger {
    color: #ef4444 !important;
}

.main-action-btn {
    width: 100%;
    height: 50px;
    border-radius: 16px;
    border: none;
    color: white;
    font-weight: 900;
    font-size: 14px;
    transition: .25s ease;
}

    .main-action-btn:hover {
        transform: translateY(-2px);
    }

.blue-btn {
    background: linear-gradient(135deg, #2f6df4, #1d4ed8);
}

.purple-btn {
    background: linear-gradient(135deg, #a735ef, #7e22ce);
}

.dark-btn {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
}*/

/* MAINTENANCE */

/*.maintenance-box {*/
    /*    min-height: 210px;*/
    /*background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 18px;
    padding: 18px;
    margin-bottom: 20px;
}

.maintenance-status {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

    .maintenance-status strong {
        display: block;
        margin-bottom: 6px;
        font-size: 14px;
    }

    .maintenance-status span {
        color: #94a3b8;
        font-size: 14px;
    }

    .maintenance-status em {
        background: rgba(239,68,68,.15);
        color: #ef4444;
        padding: 6px 12px;
        border-radius: 30px;
        font-style: normal;
        font-size: 12px;
        font-weight: 800;
        height: fit-content;
    }

.maintenance-message label {
    display: block;
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 14px;
}

.maintenance-message textarea {
    width: 100%;
    height: 100px;
    border-radius: 16px;
    background: rgba(2,6,23,.92);
    border: 1px solid rgba(255,255,255,.08);
    color: white;
    padding: 14px;
    resize: none;
    outline: none;
    font-size: 14px;
}*/

/* SITE INFOS */

/*.site-infos-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.site-info-item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,.06);
    font-size: 14px;
}

    .site-info-item span {
        color: #94a3b8;
    }

    .site-info-item strong {
        text-align: right;
        font-size: 14px;
    }*/

/* BOTTOM GRID */

/*.settings-bottom-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 22px;
    align-items: start;
}

.large-card {
    min-height: 360px;
}

.bottom-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 22px;
}

    .bottom-header h3 {
        font-size: 22px;
    }

    .bottom-header p {
        font-size: 14px;
    }

.refresh-btn {
    width: auto;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    font-size: 14px;
}*/

/* TABLE */

/*.backup-table {
    width: 100%;
    border-collapse: collapse;
}

    .backup-table th,
    .backup-table td {
        padding: 13px 10px;
        border-bottom: 1px solid rgba(255,255,255,.06);
        text-align: left;
        font-size: 14px;
    }

    .backup-table th {
        color: #94a3b8;
        font-weight: 800;
    }*/

/* LOGS */

/*.logs-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.log-item {
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.05);
}

    .log-item span {
        display: inline-flex;
        padding: 5px 10px;
        border-radius: 30px;
        font-size: 11px;
        font-weight: 900;
        margin-bottom: 10px;
    }

    .log-item p {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .log-item small {
        color: #94a3b8;
        font-size: 12px;
    }

    .log-item.info span {
        background: rgba(59,130,246,.15);
        color: #60a5fa;
    }

    .log-item.success span {
        background: rgba(34,197,94,.15);
        color: #4ade80;
    }

    .log-item.warning span {
        background: rgba(245,158,11,.15);
        color: #fbbf24;
    }

    .log-item.error span {
        background: rgba(239,68,68,.15);
        color: #f87171;
    }*/

/* RESPONSIVE */

/*@media (max-width: 1450px) {
    .settings-grid {
        grid-template-columns: 1fr;
    }

        .settings-grid > .settings-card {
            min-height: auto;
        }

    .settings-bottom-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .dashboard-layout {
        flex-direction: column;
    }

    .dashboard-admin {
        padding: 20px;
    }

    .settings-header h1 {
        font-size: 32px;
    }

        .settings-header h1 i {
            font-size: 34px;
        }

    .backup-item,
    .maintenance-status,
    .site-info-item,
    .bottom-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .backup-table {
        min-width: 650px;
    }

    .settings-card {
        overflow-x: auto;
    }
}

.legal-options {
    margin: 25px 0;
    padding: 18px 22px;
    border-radius: 12px;
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(255,255,255,.08);
}

    .legal-options h5 {
        margin-bottom: 18px;
        color: white;
        font-size: 17px;
        font-weight: 700;
    }

        .legal-options h5 i {
            color: #0d6efd;
            margin-right: 8px;
        }

.legal-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #d8d8d8;
    font-weight: 500;
}

    .legal-checkbox input[type=checkbox] {
        width: 18px;
        height: 18px;
    }*/

/*#endregion*/

/*#region COMMANDES DASHBOARD*/

/*.orders-page {
    min-height: 100vh;
    color: white;
}

.orders-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    gap: 20px;
}

    .orders-header h1 {
        font-size: 42px;
        font-weight: 900;
        margin-bottom: 5px;
    }

    .orders-header p {
        color: rgba(255, 255, 255, 0.65);
        margin: 0;
    }

.orders-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.order-card {
    border-radius: 24px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

    .order-card i {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .order-card span {
        display: block;
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 6px;
    }

    .order-card h3 {
        font-size: 38px;
        font-weight: 900;
        margin-bottom: 6px;
    }

    .order-card p {
        color: rgba(255, 255, 255, 0.5);
        margin: 0;
        font-size: 14px;
    }

.blue {
    box-shadow: inset 0 0 80px rgba(37, 99, 235, 0.12);
}

.yellow {
    box-shadow: inset 0 0 80px rgba(245, 158, 11, 0.12);
}

.cyan {
    box-shadow: inset 0 0 80px rgba(6, 182, 212, 0.12);
}

.green {
    box-shadow: inset 0 0 80px rgba(16, 185, 129, 0.12);
}

.purple {
    box-shadow: inset 0 0 80px rgba(168, 85, 247, 0.12);
}

.red {
    box-shadow: inset 0 0 80px rgba(239, 68, 68, 0.12);
}

.orders-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

    .orders-toolbar input,
    .orders-toolbar select {
        height: 50px;
        border-radius: 14px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: rgb(12, 21, 42);
        color: white;
        padding: 0 18px;
        min-width: 220px;
        outline: none;
    }

    .orders-toolbar option {
        color: white;
    }

    .orders-toolbar button {
        height: 50px;
        padding: 0 22px;
        border-radius: 14px;
        border: none;
        background: rgba(255, 255, 255, 0.08);
        color: white;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 10px;
    }

.orders-table-box {
    overflow-x: auto;
    border-radius: 26px;
    background: rgba(4, 8, 22, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.orders-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(15, 23, 42, 0.82);
}

    .orders-table thead {
        background: rgba(255, 255, 255, 0.03);
    }

    .orders-table th {
        padding: 22px;
        text-align: left;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.7);
        font-weight: 700;
    }

    .orders-table td {
        padding: 22px;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        vertical-align: middle;
    }

    .orders-table small {
        color: rgba(255, 255, 255, 0.5);
    }

.order-number {
    color: #60a5fa;
    font-weight: 700;
}

.badge-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

    .badge-status.refund-pending {
        color: #fbbf24;
        background: rgba(245, 158, 11, 0.16);
        border: 1px solid rgba(245, 158, 11, 0.35);
    }

.pending {
    background: rgba(245, 158, 11, 0.15);
    color: #fbbf24;
}

.encours {
    background: rgba(59, 130, 246, 0.15);
    color: #60a5fa;
}

.shipped {
    background: rgba(16, 185, 129, 0.15);
    color: #34d399;
}

.delivered {
    background: rgba(168, 85, 247, 0.15);
    color: #c084fc;
}

.cancelled {
    background: rgba(239, 68, 68, 0.15);
    color: #f87171;
}

.text-green {
    color: #4ade80 !important;
}

.text-red {
    color: #f87171 !important;
}

.actions {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.order-action-form {
    display: inline-flex;
    margin: 0;
    padding: 0;
}

.order-action-button {
    width: 42px;
    min-width: 42px;
    height: 42px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 12px;
    color: white;
    background: rgba(255, 255, 255, 0.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

    .order-action-button i {
        margin: 0;
        padding: 0;
        line-height: 1;
    }

    .order-action-button:hover {
        color: white;
        background: #2563eb;
        transform: translateY(-2px);
        box-shadow: 0 10px 22px rgba(37, 99, 235, 0.25);
    }

.order-action-invoice {
    border: 1px solid rgba(96, 165, 250, 0.18);
}

    .order-action-invoice:hover {
        color: white;
        background: #2563eb;
        border-color: #2563eb;
    }

.order-action-invoice-pending {
    color: #fbbf24;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.18);
}

.order-action-invoice-error {
    color: #f87171;
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.18);
}

.order-action-invoice-cancelled {
    color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.order-action-delete {
    color: #f87171;
}

    .order-action-delete:hover {
        color: white;
        background: #dc2626;
        box-shadow: 0 10px 22px rgba(220, 38, 38, 0.25);
    }

.order-action-button.order-action-disabled,
.order-action-button:disabled {
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    opacity: 0.8;
}

    .order-action-button.order-action-disabled:hover,
    .order-action-button:disabled:hover {
        transform: none;
        box-shadow: none;
    }

.order-action-invoice-pending:disabled:hover {
    color: #fbbf24;
    background: rgba(245, 158, 11, 0.12);
}

.order-action-invoice-error:disabled:hover {
    color: #f87171;
    background: rgba(239, 68, 68, 0.12);
}

.order-action-invoice-cancelled:disabled:hover {
    color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.035);
}

.empty-orders {
    text-align: center;
    padding: 70px !important;
    color: rgba(255, 255, 255, 0.7);
}

    .empty-orders i {
        font-size: 52px;
        margin-bottom: 15px;
        color: #60a5fa;
    }*/

/* Chargement AJAX */

/*.cmd-admin-order-loading,
.cmd-admin-order-error {
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    text-align: center;
}

    .cmd-admin-order-loading i,
    .cmd-admin-order-error i {
        font-size: 34px;
    }

.cmd-admin-order-loading {
    color: #93c5fd;
}

.cmd-admin-order-error {
    color: #f87171;
}*/

/* Cartes de détails */

/*.cmd-admin-details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cmd-user-invoice-card h6 i {
    color: #60a5fa;
}

.cmd-invoice-status {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

    .cmd-invoice-status.is-success {
        color: #4ade80;
        background: rgba(34, 197, 94, 0.13);
    }

    .cmd-invoice-status.is-progress,
    .cmd-invoice-status.is-pending {
        color: #fbbf24;
        background: rgba(245, 158, 11, 0.13);
    }

    .cmd-invoice-status.is-error,
    .cmd-invoice-status.is-cancelled {
        color: #f87171;
        background: rgba(239, 68, 68, 0.13);
    }

.cmd-invoice-error-text {
    margin-top: 10px !important;
    padding: 10px 12px;
    border-radius: 10px;
    color: #fca5a5 !important;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.18);
    font-size: 13px;
}

.cmd-user-invoice-button {
    min-height: 42px;
    margin-top: 12px;
    padding: 0 16px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: white;
    background: rgba(37, 99, 235, 0.16);
    border: 1px solid rgba(96, 165, 250, 0.24);
    text-decoration: none;
    font-weight: 800;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

    .cmd-user-invoice-button:hover {
        color: white;
        background: #2563eb;
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(37, 99, 235, 0.22);
    }*/

/* Produits commandés */

/*.cmd-admin-products-section {
    margin-top: 18px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.cmd-admin-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

    .cmd-admin-section-title > div {
        display: flex;
        align-items: center;
        gap: 12px;
    }

.cmd-admin-section-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    color: #60a5fa;
    background: rgba(37, 99, 235, 0.14);
}

.cmd-admin-section-title h6 {
    margin: 0 0 3px;
    color: white;
    font-size: 17px;
    font-weight: 900;
}

.cmd-admin-section-title p {
    margin: 0;
    color: rgba(255, 255, 255, 0.52);
    font-size: 13px;
}

.cmd-admin-products-list {
    display: grid;
    gap: 10px;
}

.cmd-admin-product {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) 90px 135px;
    align-items: center;
    gap: 14px;
    padding: 12px;
    border-radius: 15px;
    background: rgba(3, 7, 18, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.cmd-admin-product-image {
    width: 76px;
    height: 76px;
    overflow: hidden;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.05);
}

    .cmd-admin-product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.cmd-admin-product-info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .cmd-admin-product-info strong {
        overflow: hidden;
        color: white;
        font-size: 15px;
        font-weight: 900;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .cmd-admin-product-info span,
    .cmd-admin-product-quantity span,
    .cmd-admin-product-price span {
        color: rgba(255, 255, 255, 0.52);
        font-size: 12px;
    }

.cmd-admin-product-quantity,
.cmd-admin-product-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .cmd-admin-product-quantity strong {
        color: white;
        font-size: 17px;
    }

.cmd-admin-product-price {
    align-items: flex-end;
    text-align: right;
}

    .cmd-admin-product-price strong {
        color: #60a5fa;
        font-size: 16px;
    }

.cmd-admin-products-empty {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    color: rgba(255, 255, 255, 0.55);
}

    .cmd-admin-products-empty i {
        color: #60a5fa;
        font-size: 30px;
    }

[hidden] {
    display: none !important;
}

@media (max-width: 992px) {
    .cmd-admin-details-grid {
        grid-template-columns: 1fr;
    }

    .cmd-admin-product {
        grid-template-columns: 66px minmax(0, 1fr) 80px;
    }

    .cmd-admin-product-image {
        width: 66px;
        height: 66px;
    }

    .cmd-admin-product-price {
        grid-column: 2 / -1;
        align-items: flex-start;
        padding-top: 8px;
        border-top: 1px solid rgba(255, 255, 255, 0.07);
        text-align: left;
    }
}

@media (max-width: 768px) {
    .orders-page {
        padding: 20px;
    }

    .orders-header {
        flex-direction: column;
        align-items: flex-start;
    }

        .orders-header h1 {
            font-size: 32px;
        }

    .orders-toolbar {
        flex-direction: column;
    }

        .orders-toolbar input,
        .orders-toolbar select,
        .orders-toolbar button {
            width: 100%;
        }

    .cmd-admin-product {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .cmd-admin-product-image {
        width: 58px;
        height: 58px;
    }

    .cmd-admin-product-quantity,
    .cmd-admin-product-price {
        grid-column: 2;
        align-items: flex-start;
        text-align: left;
    }
}*/

/*#endregion*/


/*#region DASHBOARD*/
/*.dashboard-orders-pro div,
.dashboard-top-products-pro div,
.dashboard-activity-pro div {
    color: inherit;
}

.dashboard-pro-empty span {
    display: block;
}

.dashboard-empty-row {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    color: rgba(255,255,255,.65);
    font-size: 15px;
    font-weight: 600;
}

.dashboard-admin {
    color: white;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

    .dashboard-header h1 {
        font-size: 34px;
        font-weight: 800;
    }

    .dashboard-header p {
        color: #94a3b8;
    }

.date-filter {
    padding: 14px 18px;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.85);
    border: 1px solid rgba(255,255,255,0.12);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-bottom: 25px;
}

.stat-card,
.dashboard-panel {
    background: rgba(15, 23, 42, 0.82);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.35);
    backdrop-filter: blur(14px);
}

.stat-card {
    padding: 24px;
    display: flex;
    gap: 18px;
    align-items: center;
}

.stat-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-size: 28px;
}

.blue {
    background: rgba(57, 174, 180, 0.22);
    color: #00ffe7;
}

.green {
    background: rgba(62, 190, 51, 0.64);
    color: #e1e1e1;
}

.purple {
    background: rgba(168,85,247,0.20);
    color: #a855f7;
}

.orange {
    background: rgba(249,115,22,0.20);
    color: #f97316;
}

.stat-card span {
    color: #cbd5e1;
    font-weight: 600;
}

.stat-card h3 {
    margin: 8px 0;
    font-size: 28px;
    font-weight: 800;
}

.positive {
    color: #22c55e;
    font-size: 13px;
    margin: 0;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 22px;
    margin-bottom: 22px;
}

.bottom-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.1fr;
    gap: 22px;
}

.dashboard-panel {
    padding: 24px;
}

.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .panel-header a,
    .panel-header span {
        color: #38bdf8;
        text-decoration: none;
        font-size: 14px;
    }

.fake-chart {
    height: 260px;
    display: flex;
    align-items: end;
    gap: 18px;
    margin-top: 30px;
    padding: 20px;
    border-radius: 16px;
    background: rgba(2, 8, 23, 0.45);
}

    .fake-chart div {
        flex: 1;
        border-radius: 12px 12px 0 0;
        background: linear-gradient(180deg, #0d6efd, rgba(13,110,253,0.15));
        box-shadow: 0 0 25px rgba(13,110,253,0.35);
    }

.order-status {
    margin-top: 30px;
    display: grid;
    gap: 20px;
}

    .order-status div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #cbd5e1;
    }

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.yellow {
    background: #ab8b4d;
}

.blue-dot {
    background: #0d6efd;
}

.green-dot {
    background: #22c55e;
}

.purple-dot {
    background: #a855f7;
}

.orders-list,
.top-products,
.activity-list {
    display: grid;
    gap: 16px;
    margin-top: 22px;
}

    .orders-list div,
    .top-products div {
        display: grid;
        grid-template-columns: 1fr 1.2fr 0.8fr 0.8fr;
        gap: 12px;
        align-items: center;
        color: #cbd5e1;
        font-size: 14px;
    }

    .top-products div {
        grid-template-columns: 30px 1fr auto;
    }

    .top-products span {
        color: #38bdf8;
        font-weight: 800;
    }

.status {
    padding: 5px 10px;
    border-radius: 999px;
    font-style: normal;
    font-size: 12px;
    text-align: center;
}

.blue-status {
    background: rgba(13,110,253,0.25);
    color: #60a5fa;
}

.green-status {
    background: rgba(34,197,94,0.20);
    color: #22c55e;
}

.yellow-status {
    background: rgba(250,204,21,0.20);
    color: #facc15;
}

.purple-status {
    background: rgba(168,85,247,0.20);
    color: #a855f7;
}

.activity-list div {
    color: #cbd5e1;
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 12px;
}

.activity-list i {
    color: #0d6efd;
    font-size: 18px;
}

.activity-list span {
    grid-column: 2;
    color: #64748b;
    font-size: 13px;
}

@media (max-width: 1100px) {
    .stats-grid,
    .dashboard-grid,
    .bottom-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .dashboard-header {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }

    .orders-list div {
        grid-template-columns: 1fr;
    }
}


.dashboard-layout {
    display: flex;
    min-height: 100vh;
}

.dashboard-sidebar {*/
    /*    width: 280px;*/
    /*width: 280px;
    min-width: 280px;
    box-sizing: border-box;
    background: rgba(2, 8, 23, 0.95);
    border-right: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(14px);
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: sticky;
    top: 0;
    height: 100vh;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .sidebar-nav a {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 14px 16px;
        border-radius: 14px;
        text-decoration: none;
        color: #cbd5e1;
        transition: 0.25s ease;
    }

        .sidebar-nav a:hover {
            background: rgba(255,255,255,0.05);
            color: white;
        }

        .sidebar-nav a.active {
            background: rgba(13,110,253,0.20);
            color: #60a5fa;
            border: 1px solid rgba(13,110,253,0.35);
        }

    .sidebar-nav i {
        width: 22px;
        font-size: 18px;
    }

.sidebar-bottom {
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.admin-profile {
    display: flex;
    align-items: center;
    gap: 14px;
}

    .admin-profile img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
    }

    .admin-profile strong {
        color: white;
    }

    .admin-profile span {
        color: #64748b;
        font-size: 13px;
    }

.dashboard-admin {*/
    /*    flex: 1;*/
    /*flex: 1;
    min-width: 0;
    box-sizing: border-box;
}*/

/*@media (max-width: 1100px) {

    .dashboard-sidebar {
        width: 90px;
    }

    .sidebar-nav a span,
    .admin-profile div {
        display: none;
    }

    .sidebar-nav a {
        justify-content: center;
    }
}*/

/* TABLETTE : barre latérale compacte avec icônes */
/*@media (min-width: 769px) and (max-width: 1100px) {

    .dashboard-sidebar {
        width: 90px;
        min-width: 90px;
        padding: 22px 12px;
    }

    .sidebar-nav a span,
    .admin-profile div {
        display: none;
    }

    .sidebar-nav a {
        width: 100%;
        justify-content: center;
        padding: 14px 10px;
        gap: 0;
    }

    .sidebar-nav i {
        width: auto;
        font-size: 20px;
    }

    .dashboard-admin {
        min-width: 0;
    }
}*/

/* TÉLÉPHONE : navigation horizontale en haut */
/*@media (max-width: 768px) {

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .dashboard-layout {
        display: block;
        width: 100%;
        min-height: 0;
        overflow-x: hidden;
    }

    .dashboard-sidebar {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        min-width: 0;
        height: auto;
        min-height: 0;
        padding: 12px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.10);
        display: block;
        overflow: hidden;
    }

    .sidebar-nav {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 9px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding: 2px 2px 8px;
        scroll-behavior: smooth;
        scrollbar-width: thin;
        scrollbar-color: rgba(13,110,253,.55) transparent;
    }

        .sidebar-nav::-webkit-scrollbar {
            height: 5px;
        }

        .sidebar-nav::-webkit-scrollbar-track {
            background: transparent;
        }

        .sidebar-nav::-webkit-scrollbar-thumb {
            border-radius: 999px;
            background: rgba(13,110,253,.55);
        }

        .sidebar-nav hr {
            width: 1px;
            height: 38px;
            flex: 0 0 1px;
            margin: 0 4px;
            border: none;
            background: rgba(255,255,255,.14);
        }

        .sidebar-nav a {
            flex: 0 0 auto;
            width: auto;
            min-width: max-content;
            min-height: 46px;
            padding: 11px 14px;
            gap: 9px;
            justify-content: center;
            border: 1px solid transparent;
            border-radius: 13px;
            white-space: nowrap;
        }

            .sidebar-nav a span {
                display: inline;
                font-size: 14px;
            }

        .sidebar-nav i {
            width: auto;
            flex: 0 0 auto;
            font-size: 17px;
        }

        .sidebar-nav a.active {
            border-color: rgba(13,110,253,.45);
            background: rgba(13,110,253,.20);
        }

    .dashboard-admin {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin: 0;
        padding: 18px 14px;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .dashboard-header,
    .stats-grid,
    .services-status-grid,
    .dashboard-grid,
    .bottom-grid {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .dashboard-panel,
    .stat-card,
    .service-status-card {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
}


.services-status-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.service-status-card {
    display: flex;
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(15, 23, 42, .75);
    border: 1px solid rgba(148, 163, 184, .18);
}

    .service-status-card i {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        display: grid;
        place-items: center;
    }

    .service-status-card.ok i {
        color: #22c55e;
        background: rgba(34, 197, 94, .14);
    }

    .service-status-card.ko i {
        color: #ef4444;
        background: rgba(239, 68, 68, .14);
    }

    .service-status-card strong {
        display: block;
        color: #fff;
    }

    .service-status-card span {
        display: block;
        margin: 3px 0;
        font-weight: 800;
    }

    .service-status-card.ok span {
        color: #22c55e;
    }

    .service-status-card.ko span {
        color: #ef4444;
    }

    .service-status-card small {
        color: #94a3b8;
    }*/
/*#endregion*/

/*#region DASHBOARD CHART PRO */

/*.dash-chart-panel,
.dash-donut-panel {
    overflow: hidden;
}

.dash-chart-header span {
    color: #38bdf8;
    font-weight: 800;
}

.dash-line-chart {
    min-height: 300px;
    margin-top: 26px;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(2, 8, 23, .45);
}

.dash-chart-y {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #cbd5e1;
    font-size: 13px;
}

.dash-chart-area {
    position: relative;
}

    .dash-chart-area svg {
        width: 100%;
        height: 260px;
        display: block;
        overflow: visible;
        background-image: linear-gradient(to bottom, rgba(148,163,184,.13) 1px, transparent 1px);
        background-size: 100% 43px;
    }

.dash-chart-labels {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
    margin-top: 10px;
    color: #cbd5e1;
    font-size: 13px;
}

    .dash-chart-labels span {
        text-align: center;
    }

.dash-donut-layout {
    min-height: 300px;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 26px;
    align-items: center;
    margin-top: 28px;
}

.dash-donut {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: conic-gradient( #0d6efd 0 44%, #f97316 44% 66%, #22c55e 66% 88%, #8b5cf6 88% 100% );
    display: grid;
    place-items: center;
    box-shadow: 0 0 35px rgba(13,110,253,.22);
}

.dash-donut-center {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: rgba(2,8,23,.96);
    display: grid;
    place-items: center;
    text-align: center;
}

    .dash-donut-center strong {
        font-size: 34px;
        line-height: 1;
    }

    .dash-donut-center span {
        color: #cbd5e1;
        margin-top: -18px;
    }

.dash-donut-legend {
    display: grid;
    gap: 18px;
}

    .dash-donut-legend div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        color: #e2e8f0;
    }

    .dash-donut-legend span {
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

    .dash-donut-legend strong {
        color: #cbd5e1;
    }

.dash-donut-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

    .dash-donut-dot.blue {
        background: #0d6efd;
    }

    .dash-donut-dot.orange {
        background: #f97316;
    }

    .dash-donut-dot.green {
        background: #22c55e;
    }

    .dash-donut-dot.purple {
        background: #8b5cf6;
    }

    .dash-donut-dot.red {
        background: #ef4444;
    }

    .dash-donut-dot.cyan {
        background: #38bdf8;
    }

@media(max-width: 900px) {
    .dash-donut-layout {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .dash-line-chart {
        grid-template-columns: 1fr;
    }

    .dash-chart-y {
        display: none;
    }
}*/

/*#endregion */


/*#region Dashboard cards pro*/

/*.dashboard-card-pro {
    border-color: rgba(13,110,253,.22);
    background: linear-gradient(145deg, rgba(15,23,42,.92), rgba(2,8,23,.82));
}

    .dashboard-card-pro .panel-header h3 {
        font-size: 26px;
        font-weight: 950;
    }

.dashboard-pro-empty {
    min-height: 230px;
    display: grid;
    place-items: center;
    text-align: center;
    color: #94a3b8;
}

    .dashboard-pro-empty i {
        width: 62px;
        height: 62px;
        border-radius: 18px;
        display: grid;
        place-items: center;
        margin: 0 auto 12px;
        font-size: 26px;
        color: white;
        background: linear-gradient(135deg,#0d6efd,#2563eb);
    }

    .dashboard-pro-empty strong {
        display: block;
        color: white;
        font-size: 17px;
        margin-bottom: 4px;
    }*/

/* commandes */
/*.dashboard-orders-pro {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.dashboard-order-pro-row {
    display: grid;
    grid-template-columns: 56px 1fr auto auto;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(15,23,42,.72);
    border: 1px solid rgba(148,163,184,.15);
}

.dashboard-order-pro-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-size: 22px;
    color: white;
    background: linear-gradient(135deg,#0d6efd,#2563eb);
}

.dashboard-order-pro-main strong {
    display: block;
    color: white;
    font-weight: 950;
}

.dashboard-order-pro-main span {
    display: block;
    color: #94a3b8;
    margin-top: 4px;
}

.dashboard-order-pro-total {
    color: #38bdf8;
    font-weight: 950;
}*/

/* top produits */
/*.dashboard-top-products-pro {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.dashboard-product-pro-row {
    display: grid;
    grid-template-columns: 58px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(15,23,42,.72);
    border: 1px solid rgba(148,163,184,.15);
}

.dashboard-product-pro-rank {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    color: white;
    font-size: 20px;
    font-weight: 950;
    background: linear-gradient(135deg,#0d6efd,rgba(56,189,248,.45));
}

.dashboard-product-pro-info strong {
    display: block;
    color: white;
}

.dashboard-product-pro-info span {
    color: #38bdf8;
    font-weight: 850;
}

.dashboard-product-pro-badge {
    min-width: 76px;
    height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(148,163,184,.18);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #dbeafe;
}*/

/* activité */
/*.dashboard-activity-pro {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.dashboard-activity-pro-row {
    display: grid;
    grid-template-columns: 58px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(15,23,42,.72);
    border: 1px solid rgba(148,163,184,.15);
}

.dashboard-activity-pro-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    color: white;
    background: linear-gradient(135deg,#0d6efd,#2563eb);
}

.dashboard-activity-pro-row strong {
    display: block;
    color: white;
}

.dashboard-activity-pro-row span {
    color: #94a3b8;
}

.dashboard-activity-pro-time {
    color: #64748b;
    font-size: 13px;
}*/

/*#endregion*/

/*#region FINANCIER*/

/*.finance-table-row.refund-row {
    background: rgba(239, 68, 68, .07);
    border-color: rgba(239, 68, 68, .28);
}

.finance-transaction-type {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

    .finance-transaction-type i {
        color: #22c55e;
        font-size: 12px;
    }

    .finance-transaction-type.refund,
    .finance-transaction-type.refund i {
        color: #f87171;
    }

.finance-refund-amount {
    color: #f87171 !important;
}

.finance-status.refunded {
    color: #fecaca;
    background: rgba(239, 68, 68, .17);
    border: 1px solid rgba(239, 68, 68, .32);
}

.finance-invoice-row.refunded {
    background: rgba(239, 68, 68, .06);
    border-color: rgba(239, 68, 68, .25);
}

.finance-invoice-row .refunded-amount {
    color: #f87171;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}

.finance-invoice-refunded {
    display: block;
    margin-top: 5px;
    color: #f87171 !important;
    font-weight: 700;
}

    .finance-invoice-refunded i {
        margin-right: 5px;
    }

.finance-page {
    padding: 34px 38px;
    color: white;
}

.finance-header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    margin-bottom: 26px;
}

    .finance-header h1 {
        margin: 0;
        font-size: 42px;
        font-weight: 950;
    }

    .finance-header p {
        margin: 6px 0 0;
        color: #94a3b8;
    }

.finance-date-filter {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 16px;
    background: rgba(15,23,42,.82);
    border: 1px solid rgba(148,163,184,.18);
}

    .finance-date-filter input {
        height: 40px;
        border: none;
        border-radius: 12px;
        padding: 0 12px;
        background: rgba(2,6,23,.75);
        color: white;
    }

    .finance-date-filter span {
        color: #94a3b8;
    }

    .finance-date-filter button {
        height: 40px;
        border: none;
        border-radius: 12px;
        padding: 0 16px;
        color: white;
        font-weight: 900;
        background: linear-gradient(135deg,#0d6efd,#2563eb);
    }

.finance-kpis {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    margin-bottom: 22px;
}

.finance-kpi {
    min-height: 135px;
    padding: 18px;
    border-radius: 20px;
    background: rgba(15,23,42,.82);
    border: 1px solid rgba(148,163,184,.16);
    box-shadow: 0 16px 38px rgba(0,0,0,.30);
}

    .finance-kpi i {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        margin-bottom: 14px;
        color: white;
        font-size: 20px;
    }

    .finance-kpi.blue i {
        background: linear-gradient(135deg,#0d6efd,#2563eb);
    }

    .finance-kpi.green i {
        background: linear-gradient(135deg,#22c55e,#16a34a);
    }

    .finance-kpi.orange i {
        background: linear-gradient(135deg,#f59e0b,#f97316);
    }

    .finance-kpi.purple i {
        background: linear-gradient(135deg,#8b5cf6,#7c3aed);
    }

    .finance-kpi.cyan i {
        background: linear-gradient(135deg,#06b6d4,#0891b2);
    }

    .finance-kpi.yellow i {
        background: linear-gradient(135deg,#facc15,#f59e0b);
    }

    .finance-kpi span {
        display: block;
        color: #94a3b8;
        font-size: 13px;
        font-weight: 800;
    }

    .finance-kpi strong {
        display: block;
        margin-top: 7px;
        font-size: 23px;
        color: white;
    }

.finance-grid {
    display: grid;
    grid-template-columns: 1.4fr .9fr .9fr;
    gap: 18px;
}

.finance-large {
    grid-row: span 2;
}

.finance-panel {
    padding: 22px;
    border-radius: 22px;
    background: rgba(15,23,42,.84);
    border: 1px solid rgba(13,110,253,.22);
    box-shadow: 0 18px 42px rgba(0,0,0,.34);
}

.finance-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

    .finance-panel h2,
    .finance-panel-head h2 {
        margin: 0;
        font-size: 22px;
        font-weight: 950;
    }

.finance-table {
    display: grid;
    gap: 10px;
}

.finance-table-head,
.finance-table-row {
    display: grid;
    grid-template-columns: 1.1fr 1.3fr .8fr .8fr .8fr .8fr;
    gap: 12px;
    align-items: center;
}

.finance-table-head {
    padding: 13px 14px;
    border-radius: 14px;
    background: rgba(2,6,23,.55);
    color: #94a3b8;
    font-weight: 900;
}

.finance-table-row {
    min-height: 58px;
    padding: 13px 14px;
    border-radius: 14px;
    background: rgba(2,6,23,.35);
    border: 1px solid rgba(148,163,184,.12);
    color: #cbd5e1;
}

    .finance-table-row strong {
        color: white;
    }

    .finance-table-row b {
        color: #38bdf8;
    }

.finance-status {
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
}

    .finance-status.paid {
        color: #86efac;
        background: rgba(34,197,94,.16);
    }

    .finance-status.waiting {
        color: #facc15;
        background: rgba(250,204,21,.16);
    }

.finance-invoices,
.finance-payments {
    display: grid;
    gap: 12px;
}

.finance-invoice-row {
    display: grid;
    grid-template-columns: 44px 1fr auto 34px;
    gap: 12px;
    align-items: center;
    padding: 13px;
    border-radius: 16px;
    background: rgba(2,6,23,.38);
    border: 1px solid rgba(148,163,184,.12);
}

    .finance-invoice-row > i {
        width: 40px;
        height: 40px;
        border-radius: 13px;
        display: grid;
        place-items: center;
        color: white;
        background: linear-gradient(135deg,#0d6efd,#2563eb);
    }

    .finance-invoice-row strong {
        display: block;
        color: white;
    }

    .finance-invoice-row span,
    .finance-invoice-row small {
        display: block;
        color: #94a3b8;
    }

    .finance-invoice-row b {
        color: #facc15;
    }

    .finance-invoice-row a {
        width: 34px;
        height: 34px;
        border-radius: 11px;
        display: grid;
        place-items: center;
        color: white;
        background: rgba(13,110,253,.22);
        text-decoration: none;
    }

.finance-payment-row {
    display: grid;
    gap: 8px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(148,163,184,.12);
}

    .finance-payment-row div:first-child {
        display: flex;
        justify-content: space-between;
        color: #cbd5e1;
    }

    .finance-payment-row strong {
        color: white;
    }

.finance-payment-bar {
    height: 7px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(148,163,184,.15);
}

    .finance-payment-bar span {
        display: block;
        height: 100%;
        border-radius: 999px;
        background: linear-gradient(135deg,#0d6efd,#38bdf8);
    }

.finance-payment-row small {
    color: #94a3b8;
    text-align: right;
}

.finance-summary {
    display: grid;
    gap: 14px;
}

    .finance-summary div {
        display: flex;
        justify-content: space-between;
        color: #cbd5e1;
    }

    .finance-summary strong {
        color: #22c55e;
    }

    .finance-summary .redeuro {
        color: #ef4444;
    }

.finance-empty {
    min-height: 220px;
    display: grid;
    place-items: center;
    text-align: center;
    color: #94a3b8;
}

    .finance-empty i {
        width: 62px;
        height: 62px;
        border-radius: 18px;
        display: grid;
        place-items: center;
        margin: 0 auto 12px;
        font-size: 26px;
        color: white;
        background: linear-gradient(135deg,#0d6efd,#2563eb);
    }

    .finance-empty strong {
        display: block;
        color: white;
        font-size: 17px;
        margin-bottom: 4px;
    }

@media(max-width: 1250px) {
    .finance-kpis {
        grid-template-columns: repeat(3, 1fr);
    }

    .finance-grid {
        grid-template-columns: 1fr;
    }

    .finance-large {
        grid-row: auto;
    }
}

@media(max-width: 768px) {
    .finance-page {
        padding: 24px 16px;
    }

    .finance-header {
        flex-direction: column;
        align-items: stretch;
    }

    .finance-date-filter {
        flex-wrap: wrap;
    }

    .finance-kpis {
        grid-template-columns: 1fr;
    }

    .finance-table-head {
        display: none;
    }

    .finance-table-row {
        grid-template-columns: 1fr;
    }
}*/

/*#endregion*/

/*#region ADMIN PRODUITS*/

/*#editReferenceProduit {
    background-color: #0e172a;
}

.products-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

.add-product-btn {
    border: none;
    background: linear-gradient(135deg,#0d6efd,#2563eb);
    color: white;
    padding: 13px 22px;
    border-radius: 14px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(13,110,253,0.35);
}

.products-stats-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
    margin-bottom: 24px;
}

.product-stat-card {
    background: rgba(15,23,42,0.82);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 22px;
    display: flex;
    gap: 16px;
    align-items: center;
}

.products-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
    background: rgba(15,23,42,0.82);
    border-radius: 18px;
    padding: 18px;
}

.products-search {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.04);
    border-radius: 14px;
    padding: 0 16px;
}

    .products-search input {
        width: 100%;
        height: 48px;
        background: transparent;
        border: none;
        color: white;
        outline: none;
    }

.products-filters {
    display: flex;
    gap: 12px;
}

    .products-filters select {
        height: 48px;
        border-radius: 12px;
        border: 1px solid rgba(255,255,255,0.08);
        background: rgb(12, 19, 34);
        color: white;
        padding: 0 14px;
    }

.products-grid-admin {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 260px));
    gap: 18px;
    align-items: start;
}

.product-admin-card {
    position: relative;
    max-width: 260px;
    background: rgba(15,23,42,0.86);
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
    transition: 0.25s ease;
    box-shadow: 0 12px 35px rgba(0,0,0,0.18);
}

    .product-admin-card:hover {
        transform: translateY(-4px);
        border-color: rgba(13,110,253,0.4);
    }

    .product-admin-card img {
        width: 100%;
        height: 145px;
        object-fit: cover;
        display: block;
    }

.product-admin-content {
    padding: 14px 16px 10px;
}

    .product-admin-content h3 {
        color: white;
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 4px;
    }

    .product-admin-content span {
        color: #94a3b8;
        display: block;
        margin-bottom: 8px;
        font-size: 13px;
    }

    .product-admin-content strong {
        color: #38bdf8;
        font-size: 18px;
        display: block;
        margin-bottom: 8px;
    }

.product-stock {
    margin-top: 5px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.25;
}

.product-status {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.active-status {
    background: rgba(34,197,94,0.20);
    color: #22c55e;
}

.archive-status {
    background: rgba(148,163,184,0.20);
    color: #cbd5e1;
}

.product-actions {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 8px;
    padding: 10px 16px 16px;
}

    .product-actions button {
        height: 38px;
        border: none;
        border-radius: 12px;
        color: white;
        font-size: 14px;
    }

.edit-btn {
    background: rgba(13,110,253,0.25);
}

.archive-btn {
    background: rgba(148,163,184,0.20);
}

.delete-btn {
    background: rgba(239,68,68,0.20);
    color: #ef4444 !important;
}

.negative {
    color: #ef4444;
}

.warning-text {
    color: #facc15;
}

.empty-products {
    grid-column: 1 / -1;
    background: rgba(15,23,42,0.82);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 50px;
    text-align: center;
    color: #94a3b8;
}

    .empty-products i {
        font-size: 42px;
        margin-bottom: 14px;
        color: #38bdf8;
    }

    .empty-products h3 {
        color: white;
        margin-bottom: 8px;
    }

@media (max-width: 1400px) {
    .products-grid-admin {
        grid-template-columns: repeat(auto-fill, minmax(220px, 250px));
    }
}

@media (max-width: 1200px) {
    .products-grid-admin {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }

    .products-stats-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .product-admin-card {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .products-grid-admin,
    .products-stats-grid {
        grid-template-columns: 1fr;
    }

    .products-toolbar,
    .products-page-header {
        flex-direction: column;
        align-items: stretch;
    }

    .products-filters {
        flex-direction: column;
    }

    .product-admin-card img {
        height: 180px;
    }
}*/

/*#endregion*/

/*#region ADMIN CATEGFORIE */

/*.custom-modal {
    background: rgba(15, 23, 42, 0.96);
    color: white;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 25px 70px rgba(0,0,0,0.55);
}

    .custom-modal .modal-header,
    .custom-modal .modal-footer {
        border-color: rgba(255,255,255,0.10);
    }

.custom-input {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    color: white;
    border-radius: 12px;
}

    .custom-input:focus {
        background: rgba(255,255,255,0.08);
        color: white;
        border-color: #0d6efd;
        box-shadow: 0 0 0 0.2rem rgba(13,110,253,0.25);
    }

    .custom-input::placeholder {
        color: #94a3b8;
    }

.product-actions form {
    margin: 0;
}

    .product-actions form button {
        width: 100%;
    }

.edit-image-preview {
    width: 100%;
    height: 260px;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
}

    .edit-image-preview img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }*/

/*#endregion*/

/*#region ADMIN CLIENT*/

/*.clients-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(340px, 0.8fr);
    gap: 24px;
    align-items: start;
}

.clients-table-panel,
.client-details-panel {
    background: rgba(15,23,42,0.82);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    backdrop-filter: blur(14px);
    overflow: hidden;
}

.clients-table-panel {
    overflow-x: auto;
}

.clients-table {
    width: 100%;
    min-width: 880px;
    color: white;
    margin: 0;
    border-collapse: collapse;
}

    .clients-table th {
        color: #cbd5e1;
        font-weight: 700;
        padding: 18px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        white-space: nowrap;
    }

    .clients-table td {
        padding: 18px;
        vertical-align: middle;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        color: #dbeafe;
        white-space: nowrap;
    }

.client-row {
    transition: 0.2s ease;
}

    .client-row:hover {
        background: rgba(255,255,255,0.035);
    }

.client-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .client-name span,
    .client-avatar-large {
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: linear-gradient(135deg, #64748b, #94a3b8);
        color: white;
        font-weight: 800;
    }

    .client-name span {
        width: 30px;
        height: 30px;
        font-size: 11px;
    }

.client-avatar-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.client-avatar-large,
.client-avatar-large-img {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.client-avatar-large {
    background: linear-gradient(135deg, #0d6efd, #4338ca);
    font-size: 20px;
}

.client-avatar-large-img {
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,0.15);
}

.client-badge,
.role-badge {
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}

    .client-badge.status-active {
        background: rgba(34,197,94,0.18);
        color: #22c55e;
        border: 1px solid rgba(34,197,94,0.45);
    }

    .client-badge.status-banned {
        background: rgba(239,68,68,0.18);
        color: #ef4444;
        border: 1px solid rgba(239,68,68,0.45);
    }

    .client-badge.status-pending {
        background: rgba(250,204,21,0.18);
        color: #facc15;
        border: 1px solid rgba(250,204,21,0.45);
    }

    .client-badge.status-deleted {
        background: rgba(148,163,184,0.18);
        color: #cbd5e1;
        border: 1px solid rgba(148,163,184,0.35);
    }

    .client-badge.status-default {
        background: rgba(59,130,246,0.18);
        color: #60a5fa;
        border: 1px solid rgba(59,130,246,0.35);
    }

    .role-badge.role-admin {
        background: rgba(168,85,247,0.22);
        color: #c084fc;
        border: 1px solid rgba(168,85,247,0.35);
    }

    .role-badge.role-manager {
        background: rgba(13,110,253,0.22);
        color: #60a5fa;
        border: 1px solid rgba(13,110,253,0.35);
    }

    .role-badge.role-client {
        background: rgba(148,163,184,0.18);
        color: #cbd5e1;
        border: 1px solid rgba(148,163,184,0.25);
    }

.client-actions {
    display: flex;
    gap: 8px;
}

    .client-actions button {
        width: 36px;
        height: 36px;
        border: none;
        border-radius: 10px;
        color: white;
        transition: 0.2s ease;
        transform: translateY(0);
    }

        .client-actions button:hover {
            transform: translateY(-3px);
            filter: brightness(1.25);
        }

    .client-actions .edit-btn {
        background: rgba(13,110,253,0.28);
    }

        .client-actions .edit-btn:hover {
            background: rgba(13,110,253,0.75);
            box-shadow: 0 8px 22px rgba(13,110,253,0.35);
        }

    .client-actions .ban-btn {
        background: rgba(249,115,22,0.28);
    }

        .client-actions .ban-btn:hover {
            background: rgba(249,115,22,0.80);
            box-shadow: 0 8px 22px rgba(249,115,22,0.35);
        }

    .client-actions .delete-btn {
        background: rgba(239,68,68,0.28);
    }

        .client-actions .delete-btn:hover {
            background: rgba(239,68,68,0.85);
            box-shadow: 0 8px 22px rgba(239,68,68,0.35);
        }

.client-details-panel {
    padding: 24px;
    position: sticky;
    top: 24px;
}

.client-side-panel {
    animation: fadePanel 0.2s ease;
}

.client-profile-header {
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding-bottom: 20px;
}

    .client-profile-header h3 {
        margin: 0;
        color: white;
    }

    .client-profile-header p {
        margin: 4px 0 0;
        color: #94a3b8;
    }

.client-info-section {
    margin-top: 24px;
}

    .client-info-section h4 {
        color: white;
        font-size: 17px;
        margin-bottom: 14px;
    }

.info-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    color: #94a3b8;
}

    .info-row strong {
        color: white;
        text-align: right;
    }

.client-status-box {
    margin-top: 22px;
    padding: 16px;
    display: flex;
    gap: 14px;
    border-radius: 16px;
}

    .client-status-box.status-active {
        background: rgba(34,197,94,0.16);
        border: 1px solid rgba(34,197,94,0.40);
    }

        .client-status-box.status-active i {
            color: #22c55e;
        }

    .client-status-box.status-banned {
        background: rgba(239,68,68,0.16);
        border: 1px solid rgba(239,68,68,0.40);
    }

        .client-status-box.status-banned i {
            color: #ef4444;
        }

    .client-status-box.status-pending {
        background: rgba(250,204,21,0.16);
        border: 1px solid rgba(250,204,21,0.40);
    }

        .client-status-box.status-pending i {
            color: #facc15;
        }

    .client-status-box.status-deleted {
        background: rgba(148,163,184,0.16);
        border: 1px solid rgba(148,163,184,0.35);
    }

        .client-status-box.status-deleted i {
            color: #cbd5e1;
        }

    .client-status-box.status-default {
        background: rgba(59,130,246,0.16);
        border: 1px solid rgba(59,130,246,0.35);
    }

        .client-status-box.status-default i {
            color: #60a5fa;
        }

    .client-status-box strong {
        color: white;
    }

    .client-status-box p {
        color: #cbd5e1;
        margin: 4px 0 0;
        font-size: 13px;
    }

.side-panel-title {
    color: white;
    font-size: 22px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .side-panel-title i {
        color: #0d6efd;
    }

.danger-panel {
    padding: 24px;
    border-radius: 20px;
    text-align: center;
}

    .danger-panel > i {
        font-size: 54px;
        margin-bottom: 20px;
    }

    .danger-panel h3 {
        color: white;
        margin-bottom: 12px;
    }

    .danger-panel p {
        color: #cbd5e1;
        line-height: 1.6;
    }

.warning-panel {
    background: rgba(249,115,22,0.12);
    border: 1px solid rgba(249,115,22,0.35);
}

    .warning-panel > i {
        color: #f97316;
    }

.delete-panel {
    background: rgba(239,68,68,0.12);
    border: 1px solid rgba(239,68,68,0.35);
}

    .delete-panel > i {
        color: #ef4444;
    }

.delete-confirm-box {
    margin: 18px 0;
    padding: 14px;
    border-radius: 14px;
    background: rgba(255,255,255,0.06);
    color: #fca5a5;
    font-size: 14px;
}

.clients-empty-state {
    margin: 30px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(15,23,42,0.82);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    text-align: center;
}

    .clients-empty-state i {
        font-size: 58px;
        margin-bottom: 18px;
        color: #3b82f6;
    }

    .clients-empty-state h3 {
        color: white;
        font-size: 38px;
        margin-bottom: 10px;
    }

    .clients-empty-state p {
        color: #94a3b8;
        font-size: 17px;
    }

.client-filter,
.custom-input,
select.custom-input {
    background-color: rgba(15, 23, 42, 0.95);
    color: white;
    border: 1px solid rgba(255,255,255,0.15);
}

    .client-filter option,
    .custom-input option,
    select.custom-input option {
        background-color: #0f172a;
        color: white;
    }

    .client-filter:focus,
    .custom-input:focus {
        background-color: #111827;
        color: white;
        border-color: #0d6efd;
        box-shadow: 0 0 0 0.2rem rgba(13,110,253,0.25);
    }

.red {
    background: rgba(239,68,68,0.20);
    color: #ef4444;
}

@keyframes fadePanel {
    from {
        opacity: 0;
        transform: translateX(8px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 1200px) {
    .clients-layout {
        grid-template-columns: 1fr;
    }

    .client-details-panel {
        position: static;
    }
}

.client-empty-panel {
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-empty-box {
    width: 100%;
    min-height: 260px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(15,23,42,0.55);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    text-align: center;
    padding: 34px;
}

    .client-empty-box i {
        width: 68px;
        height: 68px;
        border-radius: 20px;
        display: grid;
        place-items: center;
        background: linear-gradient(135deg, #2563eb, #1d4ed8);
        color: white;
        font-size: 30px;
        margin-bottom: 18px;
    }

    .client-empty-box h3 {
        color: white;
        font-size: 26px;
        margin-bottom: 8px;
    }

    .client-empty-box p {
        margin: 0;
        color: #94a3b8;
    }

.client-side-panel {
    animation: fadePanel 0.2s ease;
}*/

/*#endregion*/

/*#region DASHBOARD LIVRAISONS*/

/*.livraisons-admin-page {
    color: white;
    padding: 34px 38px;
}

.livraisons-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 26px;
}

    .livraisons-head h1 {
        margin: 0;
        font-size: 38px;
        font-weight: 950;
    }

        .livraisons-head h1 i {
            color: #0d6efd;
            margin-right: 10px;
        }

    .livraisons-head p {
        margin: 8px 0 0;
        color: #94a3b8;
    }

.livraison-add-btn {
    height: 48px;
    padding: 0 20px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #0d6efd, #2563eb);
    color: white;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.livraisons-filter-card,
.livraisons-card {
    background: rgba(2, 8, 23, 0.76);
    border: 1px solid rgba(13,110,253,.28);
    border-radius: 22px;
    padding: 22px;
    backdrop-filter: blur(14px);
    box-shadow: 0 0 45px rgba(0,0,0,.35);
}

.livraisons-filter-card {
    margin-bottom: 22px;
}

.livraisons-filter-grid {
    display: grid;
    grid-template-columns: 1fr 220px 140px;
    gap: 14px;
}

.livraison-search {
    height: 46px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(15,23,42,.7);
    border: 1px solid rgba(148,163,184,.16);
    border-radius: 14px;
    padding: 0 14px;
}

    .livraison-search i {
        color: #0d6efd;
    }

    .livraison-search input,
    .livraisons-filter-grid select {
        width: 100%;
        height: 46px;
        color: white;
        background: rgba(15,23,42,.7);
        border: 1px solid rgba(148,163,184,.16);
        border-radius: 14px;
        padding: 0 14px;
    }

    .livraison-search input {
        height: auto;
        border: none;
        background: transparent;
        outline: none;
    }

.livraisons-filter-grid button {
    border: none;
    border-radius: 14px;
    background: rgba(13,110,253,.18);
    color: #dbeafe;
    font-weight: 900;
}

.livraisons-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

    .livraisons-card-head > div {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .livraisons-card-head i {
        color: #0d6efd;
        font-size: 24px;
    }

    .livraisons-card-head h2 {
        margin: 0;
        font-size: 24px;
        font-weight: 900;
    }

    .livraisons-card-head span {
        color: #94a3b8;
        font-weight: 800;
    }

.livraisons-table {
    display: grid;
    gap: 12px;
}

.livraisons-table-head,
.livraisons-table-row {
    display: grid;
    grid-template-columns: 70px 1.8fr 1fr 1fr .8fr .9fr 170px;
    gap: 14px;
    align-items: center;
}

.livraisons-table-head {
    padding: 15px 18px;
    border-radius: 14px;
    background: rgba(15, 23, 42, .72);
    border: 1px solid rgba(148,163,184,.16);
    color: #cbd5e1;
    font-weight: 900;
}

.livraisons-table-row {
    min-height: 78px;
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(15, 23, 42, .58);
    border: 1px solid rgba(148,163,184,.18);
    transition: .25s;
}

    .livraisons-table-row:hover {
        border-color: rgba(13,110,253,.55);
        background: rgba(15, 23, 42, .78);
    }

.livraison-name {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .livraison-name > i {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        background: rgba(13,110,253,.16);
        color: #38bdf8;
    }

    .livraison-name strong {
        display: block;
        color: white;
        font-weight: 950;
    }

    .livraison-name small {
        display: block;
        color: #94a3b8;
        margin-top: 3px;
    }

.livraisons-table-row > span {
    color: #cbd5e1;
}

.livraisons-table-row > b {
    color: #38bdf8;
}

.livraison-status {
    width: fit-content;
    min-width: 78px;
    padding: 6px 11px;
    border-radius: 999px;
    font-style: normal;
    text-align: center;
    font-size: 12px;
    font-weight: 950;
}

    .livraison-status.active {
        color: #86efac;
        background: rgba(34,197,94,.16);
    }

    .livraison-status.inactive {
        color: #fca5a5;
        background: rgba(239,68,68,.16);
    }

.livraison-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

    .livraison-actions form {
        margin: 0;
    }

.livraison-action-btn {
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: white;
}

    .livraison-action-btn.edit {
        background: rgba(13,110,253,.20);
        color: #93c5fd;
    }

    .livraison-action-btn.toggle {
        background: rgba(250,204,21,.14);
        color: #fde68a;
    }

    .livraison-action-btn.delete {
        background: rgba(239,68,68,.14);
        color: #fca5a5;
    }

.livraisons-empty {
    min-height: 260px;
    border-radius: 18px;
    border: 1px dashed rgba(148,163,184,.35);
    background: rgba(15,23,42,.38);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #cbd5e1;
    text-align: center;
}

    .livraisons-empty i {
        font-size: 54px;
        color: #0d6efd;
    }

    .livraisons-empty strong {
        color: white;
        font-size: 20px;
    }*/

/* Modal */

/*.livraison-modal {
    background: rgba(2, 8, 23, .97);
    border: 1px solid rgba(13,110,253,.28);
    color: white;
    border-radius: 22px;
    overflow: hidden;
}

    .livraison-modal .modal-header {
        border-bottom: 1px solid rgba(148,163,184,.18);
        padding: 22px 24px;
    }

    .livraison-modal .modal-title {
        font-weight: 950;
    }

        .livraison-modal .modal-title i {
            color: #0d6efd;
            margin-right: 8px;
        }

.livraison-modal-body {
    padding: 24px;
}

.livraison-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.livraison-field {
    margin-bottom: 16px;
}

    .livraison-field label {
        display: block;
        color: #dbeafe;
        font-weight: 850;
        margin-bottom: 8px;
    }

    .livraison-field input {
        width: 100%;
        height: 46px;
        border-radius: 13px;
        border: 1px solid rgba(148,163,184,.18);
        background: rgba(15,23,42,.72);
        color: white;
        padding: 0 14px;
    }

.livraison-check {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #dbeafe;
    font-weight: 850;
    margin-top: 8px;
}

    .livraison-check input {
        width: 18px;
        height: 18px;
        accent-color: #0d6efd;
    }

.livraison-modal-footer {
    border-top: 1px solid rgba(148,163,184,.18);
    padding: 18px 24px;
}

@media(max-width: 1200px) {
    .livraisons-table-head {
        display: none;
    }

    .livraisons-table-row {
        grid-template-columns: 1fr;
    }

    .livraison-actions {
        justify-content: flex-end;
    }

    .livraisons-filter-grid {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 768px) {
    .livraisons-admin-page {
        padding: 24px 16px;
    }

    .livraisons-head {
        flex-direction: column;
        align-items: stretch;
    }

    .livraison-add-btn {
        justify-content: center;
    }

    .livraison-grid-2 {
        grid-template-columns: 1fr;
    }
}*/

/*#endregion*/

/*#region MESSAGES PRO*/

/*.messages-new-modal {
    border-radius: 22px;
    background: rgba(2,8,23,.98);
    color: white;
    border: 1px solid rgba(13,110,253,.28);
    box-shadow: 0 0 60px rgba(0,0,0,.65);
}

.messages-new-modal-header,
.messages-new-modal-footer {
    border-color: rgba(148,163,184,.18);
    padding: 20px 24px;
}

    .messages-new-modal-header h5 {
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: 950;
        margin: 0;
    }

    .messages-new-modal-header i {
        color: #38bdf8;
    }

.messages-new-modal-body {
    padding: 24px;
}

.messages-new-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.messages-new-full {
    grid-column: 1 / -1;
}

.messages-new-field label {
    display: block;
    margin-bottom: 8px;
    color: #cbd5e1;
    font-weight: 900;
}

.messages-new-input,
.messages-new-textarea {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(148,163,184,.18);
    background: rgba(15,23,42,.78);
    color: white;
    padding: 12px 14px;
    outline: none;
}

.messages-new-input {
    height: 46px;
}

    .messages-new-input option {
        color: #fcfcfd;
    }

.messages-new-help {
    display: block;
    margin-top: 6px;
    color: #94a3b8;
    font-size: 12px;
}

.message-page-alert {
    margin-bottom: 18px;
    padding: 14px 18px;
    border-radius: 14px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .message-page-alert.success {
        color: #bbf7d0;
        background: rgba(34,197,94,.15);
        border: 1px solid rgba(34,197,94,.30);
    }

    .message-page-alert.danger {
        color: #fecaca;
        background: rgba(239,68,68,.15);
        border: 1px solid rgba(239,68,68,.30);
    }

.messages-new-textarea {
    resize: vertical;
    min-height: 130px;
}

    .messages-new-input:focus,
    .messages-new-textarea:focus {
        border-color: rgba(13,110,253,.65);
        box-shadow: 0 0 0 4px rgba(13,110,253,.12);
    }

.messages-new-checks {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

    .messages-new-checks label {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        color: #cbd5e1;
        font-weight: 850;
    }

    .messages-new-checks input {
        width: 18px;
        height: 18px;
    }

.messages-pro-page {
    padding: 34px 38px;
    color: white;
}

.messages-pro-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    margin-bottom: 24px;
}

    .messages-pro-header h1 {
        margin: 0;
        font-size: 42px;
        font-weight: 950;
    }

    .messages-pro-header p {
        margin: 6px 0 0;
        color: #94a3b8;
    }

.messages-pro-actions {
    display: flex;
    gap: 12px;
}

.messages-pro-btn {
    height: 44px;
    padding: 0 16px;
    border-radius: 14px;
    border: 1px solid rgba(148,163,184,.18);
    color: white;
    text-decoration: none;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

    .messages-pro-btn.primary {
        border: none;
        background: linear-gradient(135deg,#0d6efd,#2563eb);
    }

    .messages-pro-btn.ghost {
        background: rgba(15,23,42,.78);
        color: #dbeafe;
    }

.messages-pro-stats {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    margin-bottom: 22px;
}

.message-pro-stat {
    min-height: 116px;
    padding: 17px;
    border-radius: 20px;
    background: rgba(15,23,42,.82);
    border: 1px solid rgba(148,163,184,.16);
    text-decoration: none;
    color: white;
    display: flex;
    gap: 13px;
    align-items: center;
    transition: .22s;
}

    .message-pro-stat:hover {
        color: white;
        transform: translateY(-2px);
        border-color: rgba(13,110,253,.48);
        box-shadow: 0 0 28px rgba(13,110,253,.16);
    }

    .message-pro-stat > i {
        width: 48px;
        height: 48px;
        border-radius: 15px;
        display: grid;
        place-items: center;
        color: white;
        font-size: 20px;
    }

    .message-pro-stat.blue > i {
        background: linear-gradient(135deg,#0d6efd,#2563eb);
    }

    .message-pro-stat.green > i {
        background: linear-gradient(135deg,#22c55e,#16a34a);
    }

    .message-pro-stat.yellow > i {
        background: linear-gradient(135deg,#f59e0b,#f97316);
    }

    .message-pro-stat.purple > i {
        background: linear-gradient(135deg,#8b5cf6,#7c3aed);
    }

    .message-pro-stat.grey > i {
        background: linear-gradient(135deg,#64748b,#334155);
    }

    .message-pro-stat.navy > i {
        background: linear-gradient(135deg,#0f172a,#1e293b);
    }

    .message-pro-stat span {
        display: block;
        color: #94a3b8;
        font-size: 13px;
        font-weight: 800;
    }

    .message-pro-stat strong {
        display: block;
        margin-top: 4px;
        font-size: 26px;
        font-weight: 950;
    }

    .message-pro-stat small {
        color: #38bdf8;
        font-weight: 800;
    }

.messages-pro-layout {
    display: grid;
    grid-template-columns: 280px 410px 1fr;
    gap: 18px;
    min-height: 720px;
}

.messages-pro-filters,
.messages-pro-conversations,
.messages-pro-detail {
    border-radius: 24px;
    background: rgba(15,23,42,.86);
    border: 1px solid rgba(13,110,253,.20);
    box-shadow: 0 18px 45px rgba(0,0,0,.34);
    overflow: hidden;
}

.messages-pro-filters {
    padding: 20px;
}

.messages-pro-panel-title,
.messages-pro-panel-head {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 18px;
}

    .messages-pro-panel-title i,
    .messages-pro-panel-head i {
        color: #38bdf8;
    }

.messages-pro-panel-head {
    justify-content: space-between;
    padding: 20px 20px 0;
}

    .messages-pro-panel-head h2 {
        margin: 0;
        font-size: 22px;
        font-weight: 950;
    }

.messages-filter-form {
    display: grid;
    gap: 12px;
}

.message-search-box {
    height: 44px;
    border-radius: 14px;
    background: rgba(2,6,23,.62);
    border: 1px solid rgba(148,163,184,.15);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
}

    .message-search-box i {
        color: #38bdf8;
    }

    .message-search-box input {
        width: 100%;
        background: transparent;
        border: none;
        outline: none;
        color: white;
    }

.messages-filter-form h4 {
    margin: 12px 0 2px;
    font-size: 13px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.message-filter-line {
    height: 42px;
    border-radius: 13px;
    border: 1px solid transparent;
    background: transparent;
    color: #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 11px;
    font-weight: 850;
}

    .message-filter-line:hover,
    .message-filter-line.active {
        background: rgba(13,110,253,.14);
        border-color: rgba(13,110,253,.35);
        color: white;
    }

    .message-filter-line span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

.dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
}

    .dot.blue {
        background: #38bdf8;
    }

    .dot.green {
        background: #22c55e;
    }

    .dot.yellow {
        background: #f59e0b;
    }

    .dot.grey {
        background: #64748b;
    }

.messages-pro-select {
    height: 42px;
    border-radius: 13px;
    border: 1px solid rgba(148,163,184,.18);
    background: rgba(2,6,23,.72);
    color: white;
    padding: 0 12px;
}

    .messages-pro-select.mini {
        width: 150px;
        height: 38px;
        font-size: 13px;
    }

.messages-pro-filter-submit {
    height: 44px;
    border: none;
    border-radius: 14px;
    color: white;
    background: linear-gradient(135deg,#0d6efd,#2563eb);
    font-weight: 950;
}

.messages-conversation-list {
    display: grid;
    gap: 11px;
    padding: 0 16px 18px;
    max-height: 640px;
    overflow-y: auto;
}

.message-pro-item {
    position: relative;
    width: 100%;
    min-height: 92px;
    display: grid;
    grid-template-columns: 52px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 13px;
    border-radius: 18px;
    background: rgba(2,6,23,.36);
    border: 1px solid rgba(148,163,184,.12);
    color: white;
    text-align: left;
    transition: .22s;
}

    .message-pro-item:hover,
    .message-pro-item.active {
        border-color: rgba(13,110,253,.55);
        background: rgba(13,110,253,.13);
    }

    .message-pro-item.unread::before {
        content: "";
        position: absolute;
        left: 0;
        top: 18px;
        bottom: 18px;
        width: 4px;
        border-radius: 0 999px 999px 0;
        background: #38bdf8;
    }

.message-pro-avatar {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-weight: 950;
    color: white;
    background: linear-gradient(135deg,#0d6efd,#2563eb);
}

    .message-pro-avatar.big {
        width: 68px;
        height: 68px;
        border-radius: 22px;
        font-size: 20px;
    }

    .message-pro-avatar.support,
    .message-pro-tag.support {
        background: rgba(34,197,94,.18);
        color: #86efac;
    }

    .message-pro-avatar.contact,
    .message-pro-tag.contact {
        background: rgba(13,110,253,.18);
        color: #93c5fd;
    }

    .message-pro-avatar.commande,
    .message-pro-tag.commande {
        background: rgba(245,158,11,.18);
        color: #facc15;
    }

    .message-pro-avatar.site,
    .message-pro-tag.site {
        background: rgba(168,85,247,.18);
        color: #c4b5fd;
    }

    .message-pro-avatar.other,
    .message-pro-tag.other {
        background: rgba(100,116,139,.22);
        color: #cbd5e1;
    }

.message-pro-preview > div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.message-pro-preview strong {
    font-size: 14px;
    font-weight: 950;
}

.message-pro-preview time {
    color: #64748b;
    font-size: 12px;
}

.message-pro-preview p {
    margin: 5px 0 8px;
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.message-pro-tag {
    width: fit-content;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 950;
}

.message-pro-count {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #38bdf8;
    color: #020617;
    display: grid;
    place-items: center;
    font-size: 12px;
}

.messages-pro-detail {
    min-width: 0;
}

.messages-pro-empty {
    min-height: 300px;
    display: grid;
    place-items: center;
    text-align: center;
    color: #94a3b8;
    padding: 25px;
}

    .messages-pro-empty.big {
        min-height: 720px;
    }

    .messages-pro-empty i {
        width: 68px;
        height: 68px;
        border-radius: 22px;
        display: grid;
        place-items: center;
        margin: 0 auto 14px;
        font-size: 28px;
        color: white;
        background: linear-gradient(135deg,#0d6efd,#2563eb);
    }

    .messages-pro-empty strong {
        display: block;
        color: white;
        font-size: 18px;
        margin-bottom: 5px;
    }

.messages-pro-detail-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.message-detail-pro-header {
    display: grid;
    grid-template-columns: 68px 1fr auto;
    gap: 15px;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid rgba(148,163,184,.16);
}

    .message-detail-pro-header h3 {
        margin: 0;
        font-size: 23px;
        font-weight: 950;
    }

    .message-detail-pro-header p {
        margin: 4px 0 8px;
        color: #94a3b8;
    }

.message-detail-pro-actions {
    display: flex;
    gap: 9px;
    align-items: center;
}

.message-action-btn {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    border: 1px solid rgba(148,163,184,.18);
    background: rgba(2,6,23,.52);
    color: #dbeafe;
}

    .message-action-btn:hover {
        background: rgba(13,110,253,.20);
        color: white;
    }

    .message-action-btn.danger {
        color: #fca5a5;
    }

        .message-action-btn.danger:hover {
            background: rgba(239,68,68,.18);
        }

.message-subject-pro {
    padding: 15px 20px;
    background: rgba(2,6,23,.35);
    border-bottom: 1px solid rgba(148,163,184,.12);
    display: grid;
    gap: 4px;
}

    .message-subject-pro span,
    .message-subject-pro small {
        color: #94a3b8;
        font-size: 13px;
    }

    .message-subject-pro strong {
        font-size: 18px;
    }

.conversation-pro-box {
    flex: 1;
    min-height: 340px;
    max-height: 430px;
    overflow-y: auto;
    padding: 22px;
    display: grid;
    gap: 15px;
}

.conversation-message {
    display: flex;
    gap: 11px;
}

    .conversation-message.admin-message {
        justify-content: flex-end;
    }

    .conversation-message.user-message {
        justify-content: flex-start;
    }

.bubble {
    width: fit-content;
    max-width: calc(100% - 70px);
    padding: 13px 15px;
    border-radius: 18px;
    background: rgba(15,23,42,.82);
    border: 1px solid rgba(148,163,184,.14);
}

.conversation-message.user-message .bubble {
    min-width: 643px;
}

.conversation-message.admin-message .bubble {
    min-width: 643px;
}

.message-attachments img {
    width: 120px;
    height: 95px;
}

@media(max-width: 900px) {
    .conversation-message.user-message .bubble,
    .conversation-message.admin-message .bubble {
        min-width: 0;
        width: 100%;
    }
}

.message-toast {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 99999;
    padding: 14px 18px;
    border-radius: 14px;
    color: white;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 10px;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
    transition: .25s;
    box-shadow: 0 18px 35px rgba(0,0,0,.35);
}

    .message-toast.success {
        background: rgba(34,197,94,.95);
    }

    .message-toast.error {
        background: rgba(220,38,38,.95);
    }

    .message-toast.show {
        transform: translateY(0);
        opacity: 1;
    }

.admin-bubble {
    background: linear-gradient(135deg,rgba(13,110,253,.35),rgba(37,99,235,.22));
    border-color: rgba(13,110,253,.35);
}

.note-bubble {
    background: rgba(245,158,11,.18);
    border-color: rgba(245,158,11,.30);
}

.bubble p {
    margin: 0;
    color: white;
    line-height: 1.5;
}

.bubble small {
    display: block;
    margin-top: 8px;
    color: #94a3b8;
    font-size: 12px;
}

.message-attachments {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.message-attachment-img {
    border: none;
    background: transparent;
    padding: 0;
}

    .message-attachment-img img {
        width: 92px;
        height: 72px;
        object-fit: cover;
        border-radius: 12px;
    }

.message-attachment-file {
    padding: 8px 10px;
    border-radius: 12px;
    color: white;
    text-decoration: none;
    background: rgba(2,6,23,.48);
    border: 1px solid rgba(148,163,184,.14);
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.reply-pro-box {
    padding: 18px;
    border-top: 1px solid rgba(148,163,184,.16);
    background: rgba(2,6,23,.38);
}

.reply-pro-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

    .reply-pro-tabs button {
        height: 34px;
        padding: 0 13px;
        border-radius: 999px;
        border: 1px solid rgba(148,163,184,.18);
        color: #cbd5e1;
        background: rgba(15,23,42,.72);
        font-weight: 850;
    }

        .reply-pro-tabs button.active {
            color: white;
            background: rgba(13,110,253,.24);
            border-color: rgba(13,110,253,.45);
        }

.reply-pro-box textarea {
    width: 100%;
    min-height: 96px;
    resize: vertical;
    border-radius: 16px;
    border: 1px solid rgba(148,163,184,.18);
    background: rgba(15,23,42,.78);
    color: white;
    padding: 14px;
    outline: none;
}

.reply-pro-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

.reply-tools {
    display: flex;
    gap: 8px;
}

    .reply-tools button {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        border: 1px solid rgba(148,163,184,.18);
        color: #dbeafe;
        background: rgba(15,23,42,.72);
    }

.editor-file-status {
    color: #94a3b8;
    font-size: 13px;
    flex: 1;
}

.send-message-btn {
    height: 42px;
    padding: 0 17px;
    border: none;
    border-radius: 14px;
    color: white;
    background: linear-gradient(135deg,#0d6efd,#2563eb);
    font-weight: 950;
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.editor-files-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 12px 0;
}

.editor-file-thumb {
    width: 90px;
    min-height: 76px;
    padding: 8px;
    border-radius: 14px;
    background: rgba(15,23,42,.72);
    border: 1px solid rgba(148,163,184,.15);
    color: #cbd5e1;
    font-size: 12px;
}

    .editor-file-thumb img {
        width: 100%;
        height: 58px;
        border-radius: 10px;
        object-fit: cover;
    }

.editor-emoji-picker {
    margin-top: 10px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

    .editor-emoji-picker button {
        width: 34px;
        height: 34px;
        border: none;
        border-radius: 10px;
        background: rgba(15,23,42,.82);
    }

.d-none {
    display: none !important;
}

@media(max-width: 1350px) {
    .messages-pro-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .messages-pro-layout {
        grid-template-columns: 250px 360px 1fr;
    }
}

@media(max-width: 1100px) {
    .messages-pro-layout {
        grid-template-columns: 1fr;
    }

    .messages-pro-filters,
    .messages-pro-conversations,
    .messages-pro-detail {
        min-height: auto;
    }

    .messages-pro-empty.big {
        min-height: 320px;
    }
}

@media(max-width: 700px) {
    .messages-pro-page {
        padding: 24px 16px;
    }

    .messages-pro-header,
    .message-detail-pro-header {
        grid-template-columns: 1fr;
        display: grid;
    }

    .messages-pro-actions,
    .message-detail-pro-actions {
        flex-wrap: wrap;
    }

    .messages-pro-stats {
        grid-template-columns: 1fr;
    }
}*/

/*#endregion*/

/*#endregion */
















/*#region PARAMETRE */

/*.switch {
    cursor: pointer;
}

.switch-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

    .switch-input:checked + .switch span {
        background: #2563eb;
    }

.legal-editor {
    display: grid;
    gap: 22px;
}

.legal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.legal-field label,
.legal-section-editor label {
    display: block;
    margin: 12px 0 6px;
    color: rgba(255,255,255,.78);
    font-weight: 700;
}

.legal-field input,
.legal-field textarea,
.legal-section-editor input,
.legal-section-editor textarea {
    width: 100%;
    border: 1px solid rgba(148,163,184,.18);
    background: rgba(2,6,23,.35);
    color: white;
    border-radius: 10px;
    padding: 12px 14px;
    outline: none;
}

.legal-sections {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 18px;
}

.legal-section-editor {
    border: 1px solid rgba(148,163,184,.16);
    background: rgba(2,6,23,.28);
    border-radius: 14px;
    padding: 18px;
}

.legal-section-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

    .legal-section-head span {
        color: rgba(255,255,255,.45);
        font-size: 13px;
    }

@media(max-width:1200px) {
    .legal-grid,
    .legal-sections {
        grid-template-columns: 1fr;
    }
}

.settings-header {
    margin-bottom: 24px;
}

    .settings-header h1 {
        font-size: 38px;
        font-weight: 900;
        margin: 0 0 8px;
        color: #fff;
    }

    .settings-header p {
        color: rgba(255,255,255,0.72);
        margin: 0;
    }

.settings-tabs-card,
.settings-sub-card,
.settings-card,
.site-card {
    background: rgba(15,23,42,0.88);
    border: 1px solid rgba(148,163,184,0.16);
    border-radius: 18px;
    padding: 22px;
    color: white;
    box-shadow: 0 25px 70px rgba(0,0,0,0.25);
}

.settings-tabs {
    border-bottom: 1px solid rgba(148,163,184,0.18);
    margin-bottom: 24px;
    gap: 10px;
}

    .settings-tabs .nav-link {
        border: none;
        border-radius: 12px 12px 0 0;
        color: rgba(255,255,255,0.65);
        background: rgba(2,6,23,0.45);
        font-weight: 800;
        padding: 14px 22px;
    }

        .settings-tabs .nav-link i {
            margin-right: 8px;
        }

        .settings-tabs .nav-link:hover {
            color: white;
            background: rgba(37,99,235,0.35);
        }

        .settings-tabs .nav-link.active {
            background: linear-gradient(135deg,#2563eb,#1d4ed8);
            color: white;
        }

.settings-tab-content {
    min-height: 520px;
}

.card-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

    .card-head h4,
    .card-head h2 {
        margin: 0 0 6px;
        font-size: 24px;
        font-weight: 900;
        color: #fff;
    }

    .card-head p {
        margin: 0;
        color: rgba(255,255,255,0.72);
    }

.card-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.red {
    background: linear-gradient(135deg,#ef4444,#991b1b);
}

.blue {
    background: linear-gradient(135deg,#2563eb,#1d4ed8);
}

.cyan {
    background: linear-gradient(135deg,#06b6d4,#0f766e);
}

.purple {
    background: linear-gradient(135deg,#8b5cf6,#4c1d95);
}

.text-danger {
    margin-top: 4px;
    font-size: 12px;
    color: #ef4444 !important;
    font-weight: 600;
}*/

/*#region Maintenance */

/*.maintenance-panel {
    min-height: auto;
}

.status-box,
.info-box,
.backup-action,
.ftp-success {
    border: 1px solid rgba(148,163,184,0.16);
    background: rgba(2,6,23,0.32);
    border-radius: 14px;
    padding: 18px;
}

.online-box,
.maintenance-box {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
}

.online-box {
    border-color: rgba(34,197,94,0.28);
}

    .online-box strong {
        color: #22c55e;
    }

.maintenance-box {
    border-color: rgba(239,68,68,0.35);
}

    .maintenance-box strong {
        color: #ef4444;
    }

    .online-box p,
    .maintenance-box p,
    .info-box p,
    .backup-action p,
    .ftp-success p {
        color: rgba(255,255,255,0.7);
        margin: 8px 0 0;
    }

.dot {
    width: 14px;
    height: 14px;
    min-width: 14px;
    border-radius: 50%;
    margin-top: 6px;
}

.online {
    background: #22c55e;
    box-shadow: 0 0 0 7px rgba(34,197,94,0.12);
}

.maintenance-dot {
    background: #ef4444;
    box-shadow: 0 0 0 7px rgba(239,68,68,0.12);
}

.info-box {
    display: flex;
    gap: 15px;
    margin-bottom: 22px;
}

    .info-box i {
        color: #ef4444;
        font-size: 22px;
        margin-top: 4px;
    }

.settings-btn {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-weight: 900;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.danger-btn {
    background: linear-gradient(135deg,#f97316,#ef4444);
}

.success-btn {
    background: linear-gradient(135deg,#22c55e,#15803d);
}

.cyan-btn {
    background: linear-gradient(135deg,#06b6d4,#0f766e);
    margin-top: 16px;
}*/
/*#endregion */

/*#region SITE*/

/*.site-settings {
    display: grid;
    gap: 22px;
}

.site-card h4 {
    font-weight: 900;
    margin-bottom: 6px;
}

.site-card p {
    color: rgba(255,255,255,.65);
}

.site-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.site-save-btn {
    height: 46px;
    border: none;
    border-radius: 10px;
    padding: 0 18px;
    background: linear-gradient(135deg,#2563eb,#1d4ed8);
    color: white;
    font-weight: 900;
}

.site-upload-grid,
.site-grid,
.site-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.site-section h5 {
    font-weight: 900;
    margin-bottom: 18px;
}

.site-section label,
.site-social-grid label {
    display: block;
    margin: 12px 0 6px;
    color: rgba(255,255,255,.78);
    font-weight: 700;
}

.site-section input,
.site-section textarea,
.site-social-grid input,
.hours-row input {
    width: 100%;
    border: 1px solid rgba(148,163,184,.18);
    background: rgba(2,6,23,.35);
    color: white;
    border-radius: 10px;
    padding: 12px 14px;
    outline: none;
}

.site-two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.site-upload-box {
    min-height: 210px;
    border: 1px dashed rgba(148,163,184,.35);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(255,255,255,.75);
}

    .site-upload-box.compact {
        min-height: 150px;
        margin-top: 16px;
    }

    .site-upload-box i {
        font-size: 42px;
        color: #60a5fa;
    }

.site-upload-btn {
    margin-top: 10px;
    padding: 10px 18px;
    border-radius: 10px;
    background: rgba(37,99,235,.2);
    border: 1px solid rgba(37,99,235,.5);
    cursor: pointer;
}

.site-current-image {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 150px 1fr;
    align-items: center;
    gap: 16px;
}

    .site-current-image img {
        width: 150px;
        height: 70px;
        object-fit: cover;
        border-radius: 10px;
    }

.site-logo-preview img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    background: rgba(2,6,23,.45);
    padding: 10px;
}

.site-current-image span {
    display: block;
    color: rgba(255,255,255,.55);
    word-break: break-all;
}

.site-social-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.hours-row {
    display: grid;
    grid-template-columns: 110px 1fr 20px 1fr 54px;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}

.switch input {
    display: none;
}

.switch span {
    width: 46px;
    height: 24px;
    background: #475569;
    border-radius: 999px;
    display: block;
    position: relative;
}

    .switch span:before {
        content: "";
        width: 18px;
        height: 18px;
        background: white;
        border-radius: 50%;
        position: absolute;
        top: 3px;
        left: 4px;
        transition: .2s;
    }

.switch input:checked + span {
    background: #22c55e;
}

    .switch input:checked + span:before {
        left: 24px;
    }*/

/*#endregion*/

/*#region FTP */

/*.ftp-tab-layout {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 22px;
}

.ftp-config-card,
.ftp-browser-card {
    min-height: 540px;
}

.ftp-row {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    height: 52px;
    border: 1px solid rgba(148,163,184,0.15);
    border-radius: 10px;
    margin-bottom: 11px;
    overflow: hidden;
}

    .ftp-row span {
        padding-left: 14px;
        color: rgba(255,255,255,0.7);
        font-size: 14px;
    }

    .ftp-row input {
        height: 100%;
        border: none;
        outline: none;
        background: rgba(2,6,23,0.24);
        color: #fff;
        padding: 0 14px;
    }

.ftp-input {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ftp-success {
    margin-top: 16px;
    border-color: rgba(34,197,94,0.28);
    display: flex;
    gap: 14px;
    align-items: center;
}

    .ftp-success > i {
        width: 34px;
        height: 34px;
        background: #22c55e;
        color: #052e16;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ftp-success strong {
        color: #22c55e;
    }

.ftp-browser-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
}

    .ftp-browser-head h4 {
        font-size: 26px;
        font-weight: 900;
        margin: 0 0 8px;
    }

    .ftp-browser-head p {
        margin: 0;
        color: rgba(255,255,255,0.72);
    }

.ftp-actions-top,
.ftp-action-form,
.ftp-create-folder-form,
.ftp-upload-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

    .ftp-create-folder-form input {
        height: 42px;
        border-radius: 10px;
        border: 1px solid rgba(148,163,184,0.18);
        background: rgba(2,6,23,0.45);
        color: white;
        padding: 0 14px;
        outline: none;
    }

.ftp-toolbar-btn {
    height: 42px;
    border: 1px solid rgba(148,163,184,0.18);
    background: rgba(2,6,23,0.45);
    color: white;
    border-radius: 10px;
    padding: 0 14px;
    font-weight: 800;
}

    .ftp-toolbar-btn:hover {
        background: rgba(37,99,235,0.45);
    }

.ftp-upload-form {
    margin: 14px 0 18px;
}

.ftp-upload-btn {
    height: 46px;
    padding: 0 18px;
    border-radius: 12px;
    background: rgba(6,182,212,0.14);
    border: 1px dashed rgba(34,211,238,0.55);
    color: #67e8f9;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    cursor: pointer;
}

    .ftp-upload-btn input {
        display: none;
    }

.ftp-upload-submit {
    height: 46px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg,#06b6d4,#0f766e);
    color: white;
    padding: 0 20px;
    font-weight: 900;
}

.ftp-drop-zone {
    border: 1px dashed rgba(34,211,238,0.5);
    background: rgba(8,47,73,0.28);
    border-radius: 14px;
    padding: 18px;
    color: #67e8f9;
    font-weight: 800;
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 16px;
}

.ftp-file-table,
.backup-table {
    overflow-x: auto;
    border-radius: 14px;
    border: 1px solid rgba(148,163,184,0.16);
}

    .ftp-file-table table,
    .backup-table table {
        width: 100%;
        border-collapse: collapse;
    }

    .ftp-file-table th,
    .ftp-file-table td,
    .backup-table th,
    .backup-table td {
        padding: 14px;
        border-bottom: 1px solid rgba(148,163,184,0.10);
    }

    .ftp-file-table th,
    .backup-table th {
        color: rgba(255,255,255,0.7);
        font-size: 14px;
    }

.folder-icon {
    color: #f59e0b;
    margin-right: 8px;
}

.file-icon {
    color: #cbd5e1;
    margin-right: 8px;
}

.ftp-storage {
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    gap: 18px;
    align-items: center;
    margin-top: 18px;
    color: rgba(255,255,255,0.72);
}

.ftp-progress {
    height: 8px;
    border-radius: 99px;
    background: rgba(148,163,184,0.18);
    overflow: hidden;
}

    .ftp-progress div {
        height: 100%;
        background: linear-gradient(135deg,#06b6d4,#67e8f9);
    }*/

/*#endregion*/

/*#region BDD*/

/*.backup-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
}

.small-primary-btn {
    height: 44px;
    border: none;
    border-radius: 9px;
    color: #fff;
    font-weight: 800;
    padding: 0 18px;
    background: linear-gradient(135deg,#2563eb,#1d4ed8);
}

.table-title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 900;
}

.pagination-box {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

    .pagination-box button {
        height: 34px;
        min-width: 38px;
        border-radius: 8px;
        border: 1px solid rgba(148,163,184,0.18);
        background: rgba(2,6,23,0.32);
        color: #fff;
    }

    .pagination-box .active {
        background: #2563eb;
    }

.mini-btn {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 7px;
    color: #fff;
    margin-right: 5px;
}

.blue-mini {
    background: #2563eb;
}

.red-mini {
    background: #dc2626;
}

.gray-mini {
    background: #334155;
}

.badge-soft {
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

    .badge-soft.ftp {
        background: rgba(6,182,212,0.14);
        color: #67e8f9;
    }

    .badge-soft.local {
        background: rgba(168,85,247,0.14);
        color: #c084fc;
    }*/
/*#endregion*/

/*#region LOGS*/

/*.logs-list {
    border: 1px solid rgba(148,163,184,0.15);
    border-radius: 12px;
    overflow: hidden;
}

.log-line {
    display: grid;
    grid-template-columns: 36px 160px 120px 1fr;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 0 12px;
    border-bottom: 1px solid rgba(148,163,184,0.1);
}

    .log-line:last-child {
        border-bottom: none;
    }

    .log-line p {
        margin: 0;
    }

    .log-line strong {
        text-transform: uppercase;
        font-size: 12px;
        color: #c4b5fd;
    }

.log-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .log-icon.success {
        background: #22c55e;
        color: #052e16;
    }

    .log-icon.warning {
        background: #f59e0b;
        color: #451a03;
    }

    .log-icon.error {
        background: #ef4444;
        color: #450a0a;
    }

    .log-icon.info {
        background: #0ea5e9;
        color: #082f49;
    }
@media(max-width:1400px) {
    .ftp-tab-layout {
        grid-template-columns: 1fr;
    }

    .ftp-storage {
        grid-template-columns: 1fr;
    }

    .site-social-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:1200px) {
    .settings-tabs-card,
    .site-grid,
    .site-bottom-grid,
    .site-upload-grid {
        grid-template-columns: 1fr;
    }
}

@media(max-width:900px) {
    .site-social-grid {
        grid-template-columns: 1fr;
    }

    .site-card-header,
    .card-head,
    .backup-action,
    .ftp-browser-head {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media(max-width:700px) {
    .ftp-row {
        grid-template-columns: 1fr;
        height: auto;
    }

        .ftp-row span,
        .ftp-row input {
            padding: 12px 14px;
        }

    .hours-row {
        grid-template-columns: 1fr;
    }

    .log-line {
        grid-template-columns: 1fr;
        padding: 14px;
    }
}*/

/*#endregion*/

/*#region SMTP / IMAP*/

/*.email-accordion .accordion-item {
    background: rgba(15,23,42,0.55);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    overflow: hidden;
}

.email-accordion .accordion-button {
    background: rgba(15,23,42,0.75);
    color: white;
    font-weight: 900;
    border: none;
    box-shadow: none;
}

    .email-accordion .accordion-button:not(.collapsed) {
        background: rgba(13,110,253,0.18);
        color: #60a5fa;
    }

    .email-accordion .accordion-button:focus {
        box-shadow: none;
    }

    .email-accordion .accordion-button::after {
        filter: invert(1);
    }

.email-accordion .accordion-body {
    background: transparent;
    padding: 22px;
}

.smtp-editor {
    display: grid;
    gap: 22px;
}

.smtp-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 22px;
}

.smtp-main-card,
.smtp-side-card {
    background: rgba(2,6,23,.28);
    border: 1px solid rgba(148,163,184,.16);
    border-radius: 16px;
    padding: 22px;
}

.smtp-side {
    display: grid;
    gap: 18px;
    align-content: start;
}

.smtp-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 22px 0 18px;
}

    .smtp-section-title:first-of-type {
        margin-top: 0;
    }

    .smtp-section-title i {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: rgba(99,102,241,.18);
        color: #818cf8;
        display: grid;
        place-items: center;
    }

    .smtp-section-title h5,
    .smtp-side-card h5 {
        margin: 0;
        font-weight: 900;
        color: #fff;
    }

.smtp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.smtp-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 800;
    color: rgba(255,255,255,.86);
}

    .smtp-field label span {
        color: #ef4444;
    }

.smtp-field input,
.smtp-field select,
.smtp-password input {
    width: 100%;
    height: 48px;
    border: 1px solid rgba(148,163,184,.18);
    background: rgba(15,23,42,.68);
    color: white;
    border-radius: 10px;
    padding: 0 14px;
    outline: none;
}

.smtp-field small {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,.52);
}

.smtp-password {
    display: grid;
    grid-template-columns: 1fr 52px;
}

    .smtp-password input {
        border-radius: 10px 0 0 10px;
    }

    .smtp-password button {
        border: 1px solid rgba(148,163,184,.18);
        border-left: none;
        background: rgba(15,23,42,.9);
        color: rgba(255,255,255,.75);
        border-radius: 0 10px 10px 0;
    }

.smtp-separator {
    height: 1px;
    background: rgba(148,163,184,.14);
    margin: 24px 0;
}

.smtp-field label.switch {
    display: inline-block;
    position: relative;
    width: 46px;
    height: 24px;
    margin-bottom: 0;
    cursor: pointer;
}

    .smtp-field label.switch input[type="checkbox"] {
        display: none !important;
    }

    .smtp-field label.switch input[type="hidden"] {
        display: none !important;
    }

    .smtp-field label.switch span {
        width: 46px;
        height: 24px;
        background: #475569;
        border-radius: 999px;
        display: block;
        position: relative;
        transition: .2s;
    }

        .smtp-field label.switch span::before {
            content: "";
            width: 18px;
            height: 18px;
            background: white;
            border-radius: 50%;
            position: absolute;
            top: 3px;
            left: 4px;
            transition: .2s;
        }

    .smtp-field label.switch input[type="checkbox"]:checked ~ span {
        background: #22c55e;
    }

        .smtp-field label.switch input[type="checkbox"]:checked ~ span::before {
            left: 24px;
        }

.smtp-test-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: end;
}

.smtp-outline-btn {
    height: 48px;
    border: 1px solid rgba(99,102,241,.65);
    background: transparent;
    color: #a5b4fc;
    border-radius: 10px;
    padding: 0 18px;
    font-weight: 900;
}

.smtp-save-btn {
    margin-top: 24px;
    height: 50px;
    border: none;
    border-radius: 10px;
    padding: 0 20px;
    background: linear-gradient(135deg,#6366f1,#2563eb);
    color: white;
    font-weight: 900;
}

.smtp-status-line {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
}

    .smtp-status-line span {
        color: rgba(255,255,255,.72);
    }

.smtp-badge {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
}

    .smtp-badge.active {
        background: rgba(34,197,94,.18);
        color: #4ade80;
    }

.smtp-help-box {
    margin-top: 16px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(148,163,184,.16);
}

    .smtp-help-box p {
        color: rgba(255,255,255,.72);
        margin: 8px 0;
    }

    .smtp-help-box ul {
        margin: 10px 0 0;
        padding-left: 20px;
        color: rgba(255,255,255,.75);
    }

.blue-help {
    background: rgba(37,99,235,.12);
    border-color: rgba(37,99,235,.32);
}

.orange-help {
    background: rgba(245,158,11,.12);
    border-color: rgba(245,158,11,.34);
}

.gray-help {
    background: rgba(15,23,42,.55);
}

@media(max-width:1400px) {
    .smtp-layout {
        grid-template-columns: 1fr;
    }
}

@media(max-width:900px) {
    .smtp-grid,
    .smtp-test-row {
        grid-template-columns: 1fr;
    }
}*/
/*#endregion */


/*#endregion */



/*#region PANNEAUX DASHBOARD */



/*#region MESSAGE SUPPORT*/

/*.support-left-column {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.support-back-card {
    min-height: 76px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(15,23,42,0.84);
    border: 1px solid rgba(255,255,255,0.10);
    color: white;
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.25);
    transition: 0.25s ease;
}

    .support-back-card i {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        background: rgba(13,110,253,0.16);
        color: #3b82f6;
        font-size: 18px;
        flex-shrink: 0;
    }

    .support-back-card strong {
        display: block;
        color: white;
        font-weight: 900;
    }

    .support-back-card small {
        display: block;
        color: #94a3b8;
        font-size: 13px;
    }

    .support-back-card:hover {
        color: white;
        transform: translateY(-3px);
        border-color: rgba(13,110,253,0.45);
        box-shadow: 0 20px 50px rgba(13,110,253,0.18);
    }

.support-page {
    min-height: calc(100vh - 90px);
    padding: 40px 24px;
    color: white;
}

.support-shell {
    max-width: 1280px;
    margin: auto;
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 22px;
}

 PANELS 

.support-info,
.support-form-card {
    background: rgba(15,23,42,0.84);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 26px;
    padding: 32px;
    backdrop-filter: blur(16px);
    box-shadow: 0 22px 60px rgba(0,0,0,0.35);
}

 LEFT INFO 

.support-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    background: rgba(13,110,253,0.18);
    border: 1px solid rgba(13,110,253,0.45);
    color: #0d6efd;
    font-size: 34px;
    margin-bottom: 24px;
    box-shadow: 0 0 28px rgba(13,110,253,0.22);
}

.support-info h1 {
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 12px;
}

.support-info p,
.support-form-header p {
    color: #94a3b8;
    line-height: 1.6;
}

.support-info-card {
    margin-top: 18px;
    padding: 17px;
    border-radius: 18px;
    background: rgba(2,8,23,0.52);
    border: 1px solid rgba(255,255,255,0.08);
    display: flex;
    gap: 15px;
    align-items: center;
}

    .support-info-card i {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        background: rgba(13,110,253,0.16);
        color: #0d6efd;
        font-size: 18px;
        flex-shrink: 0;
    }

    .support-info-card strong,
    .support-faq-card strong {
        display: block;
        color: white;
        font-weight: 900;
    }

    .support-info-card span,
    .support-faq-card small {
        display: block;
        color: #94a3b8;
        font-size: 13px;
    }

.support-faq-card {
    margin-top: 58px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    gap: 14px;
}

.support-faq-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(226,232,240,0.12);
    color: #e2e8f0;
    flex-shrink: 0;
}

.support-faq-card > i {
    margin-left: auto;
    color: #94a3b8;
}

 FORM HEADER 

.support-form-header {
    margin-bottom: 22px;
}

    .support-form-header h2 {
        font-size: 28px;
        font-weight: 900;
        margin-bottom: 6px;
    }

 TYPE MESSAGE 

.support-type-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 26px;
}

.support-type-box {
    position: relative;
    min-height: 120px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(2,8,23,0.46);
    overflow: hidden;
    cursor: pointer;
    transition: 0.25s ease;
}

    .support-type-box input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

.support-type-content {
    height: 100%;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.support-type-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 28px;
    background: rgba(13,110,253,0.16);
    color: #60a5fa;
    flex-shrink: 0;
    transition: 0.25s ease;
}

.support-type-text strong {
    display: block;
    color: white;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 4px;
}

.support-type-text small {
    color: #cbd5e1;
    font-size: 14px;
}

.support-type-check {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #0d6efd;
    color: white;
    font-size: 15px;
    opacity: 0;
    transform: scale(0.75);
    transition: 0.25s ease;
}

.support-type-box:hover {
    transform: translateY(-4px);
    border-color: rgba(13,110,253,0.55);
}

.support-type-box:has(input:checked) {
    border-color: #0d6efd;
    background: linear-gradient(135deg, rgba(13,110,253,0.20), rgba(2,8,23,0.55));
    box-shadow: 0 0 38px rgba(13,110,253,0.24);
}

    .support-type-box:has(input:checked) .support-type-check {
        opacity: 1;
        transform: scale(1);
    }

    .support-type-box:has(input:checked) .support-type-icon {
        background: linear-gradient(135deg, #2f95ff, #0d5cff);
        color: white;
        box-shadow: 0 0 24px rgba(13,110,253,0.38);
    }

.support-type-support:has(input:checked) {
    border-color: #10b981;
    background: linear-gradient(135deg, rgba(16,185,129,0.16), rgba(2,8,23,0.55));
    box-shadow: 0 0 38px rgba(16,185,129,0.18);
}

    .support-type-support:has(input:checked) .support-type-icon,
    .support-type-support:has(input:checked) .support-type-check {
        background: linear-gradient(135deg, #10b981, #059669);
    }

 FORM 

.support-label {
    display: block;
    color: white;
    font-weight: 900;
    margin-bottom: 8px;
}

    .support-label span {
        color: #94a3b8;
        font-weight: 600;
    }

.support-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.support-field,
.support-textarea {
    display: flex;
    gap: 14px;
    border-radius: 16px;
    background: rgba(2,8,23,0.62);
    border: 1px solid rgba(255,255,255,0.12);
    padding: 0 16px;
    margin-bottom: 20px;
}

.support-field {
    height: 56px;
    align-items: center;
}

.support-textarea {
    padding-top: 16px;
}

    .support-field i,
    .support-textarea i {
        color: #cbd5e1;
        flex-shrink: 0;
    }

    .support-field input,
    .support-textarea textarea {
        width: 100%;
        background: transparent;
        border: none;
        outline: none;
        color: white;
    }

    .support-textarea textarea {
        resize: vertical;
    }

        .support-field input::placeholder,
        .support-textarea textarea::placeholder {
            color: #94a3b8;
        }

.support-field-disabled {
    opacity: 0.72;
}

 PRIORITY 

.support-priority {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 22px;
}

.support-priority-card {
    position: relative;
    min-height: 72px;
    border-radius: 18px;
    background: rgba(2,8,23,0.52);
    border: 1px solid rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    cursor: pointer;
    transition: 0.25s ease;
}

    .support-priority-card input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

.priority-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #0d6efd;
    box-shadow: 0 0 16px rgba(13,110,253,0.45);
    flex-shrink: 0;
}

.priority-important .priority-dot {
    background: #f59e0b;
    box-shadow: 0 0 16px rgba(245,158,11,0.45);
}

.priority-urgent .priority-dot {
    background: #ef4444;
    box-shadow: 0 0 16px rgba(239,68,68,0.45);
}

.support-priority-card strong {
    display: block;
    color: white;
    font-weight: 900;
}

.support-priority-card small {
    color: #94a3b8;
    font-size: 12px;
}

.support-priority-card:hover {
    transform: translateY(-3px);
    border-color: rgba(13,110,253,0.45);
}

.support-priority-card:has(input:checked) {
    border-color: #0d6efd;
    background: rgba(13,110,253,0.14);
    box-shadow: 0 0 24px rgba(13,110,253,0.16);
}

 BUTTON 

.support-submit-btn {
    width: 100%;
    height: 62px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, #2f95ff, #0d5cff);
    color: white;
    font-weight: 900;
    font-size: 18px;
    transition: 0.25s ease;
}

    .support-submit-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 34px rgba(13,110,253,0.34);
    }*/

/* RESPONSIVE */

/*@media (max-width: 1100px) {
    .support-shell {
        grid-template-columns: 1fr;
    }

    .support-faq-card {
        margin-top: 24px;
    }
}

@media (max-width: 760px) {
    .support-page {
        padding: 24px 14px;
    }

    .support-info,
    .support-form-card {
        padding: 24px;
    }

    .support-type-boxes,
    .support-form-row,
    .support-priority {
        grid-template-columns: 1fr;
    }

    .support-type-content {
        padding: 20px;
    }
}*/

/*#endregion*/

/*#region ADMIN MESSAGES*/

/*.messages-header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    margin-bottom: 28px;
}

    .messages-header h1 {
        color: white;
        font-weight: 800;
    }

    .messages-header p {
        color: #94a3b8;
    }

.messages-header-actions {
    display: flex;
    gap: 14px;
    align-items: center;
}

.messages-search-top {
    height: 48px;
    width: 360px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    border-radius: 14px;
    background: rgba(15,23,42,0.82);
    border: 1px solid rgba(255,255,255,0.10);
    color: #94a3b8;
}

    .messages-search-top input {
        flex: 1;
        background: transparent;
        border: none;
        outline: none;
        color: white;
    }

.messages-filter-btn,
.messages-read-btn {
    height: 48px;
    padding: 0 18px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.10);
    color: white;
}

.messages-filter-btn {
    background: rgba(15,23,42,0.82);
}

.messages-read-btn {
    background: linear-gradient(135deg,#0d6efd,#2563eb);
    border: none;
}

.messages-stats-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 22px;
    margin-bottom: 25px;
}

.message-stat-card {
    background: rgba(15,23,42,0.82);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 22px;
    display: flex;
    gap: 16px;
    align-items: center;
}

    .message-stat-card span {
        color: #cbd5e1;
        font-weight: 700;
    }

    .message-stat-card h3 {
        margin: 6px 0;
        color: white;
        font-size: 28px;
    }

    .message-stat-card p {
        margin: 0;
        color: #0d6efd;
    }

.messages-layout {
    display: grid;
    grid-template-columns: 1.15fr 0.9fr;
    gap: 24px;
}

.messages-list-panel,
.message-detail-panel {
    background: rgba(15,23,42,0.82);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    backdrop-filter: blur(14px);
}

.messages-list-panel {
    padding: 20px;
}

.messages-tabs {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 18px;
}

    .messages-tabs button {
        border: none;
        border-radius: 14px;
        padding: 10px 16px;
        background: rgba(255,255,255,0.05);
        color: #cbd5e1;
    }

        .messages-tabs button.active {
            background: rgba(13,110,253,0.20);
            color: #60a5fa;
            border: 1px solid rgba(13,110,253,0.45);
        }

        .messages-tabs button span {
            margin-left: 6px;
            background: rgba(255,255,255,0.10);
            padding: 2px 7px;
            border-radius: 999px;
        }

    .messages-tabs select {
        margin-left: auto;
        height: 42px;
        border-radius: 12px;
        background: rgb(12, 21, 42);
        color: white;
        border: 1px solid rgba(255,255,255,0.10);
        padding: 0 12px;
    }

        .messages-tabs select option {
            background: #0f172a;
            color: white;
        }

.messages-list {
    display: grid;
    gap: 12px;
}

.message-item {
    position: relative;
    width: 100%;
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border-radius: 16px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.06);
    color: white;
    text-align: left;
    transition: 0.22s ease;
}

    .message-item:hover,
    .message-item.active {
        border-color: rgba(13,110,253,0.75);
        background: rgba(13,110,253,0.10);
        transform: translateY(-2px);
    }

.message-dot {
    width: 7px;
    height: 7px;
    background: #0d6efd;
    border-radius: 50%;
}

    .message-dot.read {
        background: rgba(148,163,184,0.35);
    }

.message-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 800;
    color: white;
    flex-shrink: 0;
    background-color: #3770e5;
}

.green-avatar {
    background: linear-gradient(135deg,#15803d,#22c55e);
}

.blue-avatar {
    background: linear-gradient(135deg,#1d4ed8,#60a5fa);
}

.purple-avatar {
    background: linear-gradient(135deg,#6d28d9,#a855f7);
}

.orange-avatar {
    background: linear-gradient(135deg,#c2410c,#f97316);
}

.message-content {
    flex: 1;
}

.message-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

    .message-top strong {
        color: white;
    }

    .message-top span {
        color: #94a3b8;
        font-size: 13px;
    }

.message-meta {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 6px 0;
}

.message-tag,
.message-status-new,
.read-status,
.message-status-replied,
.message-status-progress,
.message-status-closed {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

    .message-tag.support {
        background: rgba(13,110,253,0.20);
        color: #60a5fa;
    }

    .message-tag.contact {
        background: rgba(250,204,21,0.18);
        color: #facc15;
    }

    .message-tag.other {
        background: rgba(168,85,247,0.18);
        color: #c084fc;
    }

.message-status-new {
    background: rgba(239,68,68,0.18);
    color: #ef4444;
}

.read-status {
    background: rgba(148,163,184,0.18);
    color: #cbd5e1;
}

.message-status-replied {
    background: rgba(25,135,84,0.18);
    color: #22c55e;
    border: 1px solid rgba(34,197,94,0.45);
}

.message-status-progress {
    background: rgba(255,152,0,0.18);
    color: #f59e0b;
    border: 1px solid rgba(245,158,11,0.45);
}

.message-status-closed {
    background: rgba(84,110,122,0.18);
    color: #cbd5e1;
    border: 1px solid rgba(148,163,184,0.35);
}

.message-content p {
    color: #94a3b8;
    margin: 0;
    font-size: 14px;
}*/

/*.message-detail-panel {
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: 900px;
}

#messageDetailContent {
    display: flex;
    flex-direction: column;
    min-height: 0;
    flex: 1;
}*/

/*.message-detail-header {
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding-bottom: 18px;
}

    .message-detail-header h3 {
        color: white;
        margin: 0;
    }

    .message-detail-header p {
        color: #94a3b8;
        margin: 5px 0 0;
    }

.message-detail-right {
    margin-left: auto;
    text-align: right;
    display: grid;
    gap: 8px;
    color: #94a3b8;
    font-size: 13px;
}

.message-subject-box {
    margin-top: 18px;
}

    .message-subject-box > span:first-child {
        color: #94a3b8;
        font-size: 13px;
    }

    .message-subject-box h4 {
        color: white;
        margin: 6px 0 12px;
    }*/

/*.conversation-box {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding-right: 8px;
}

    .conversation-box::-webkit-scrollbar {
        width: 8px;
    }

    .conversation-box::-webkit-scrollbar-track {
        background: rgba(255,255,255,.05);
        border-radius: 20px;
    }

    .conversation-box::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,.15);
        border-radius: 20px;
    }

        .conversation-box::-webkit-scrollbar-thumb:hover {
            background: rgba(255,255,255,.25);
        }*/

/*.conversation-message {
    display: flex;
    gap: 14px;
}

.admin-message {
    justify-content: flex-end;
}*/

/*.bubble {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 16px;
    color: #dbeafe;
    max-width: 80%;
}

    .bubble p {
        margin: 0 0 10px;
        line-height: 1.6;
    }*/

/*.bubble small {
    color: #64748b;
}

.admin-bubble {
    background: rgba(13,110,253,0.15);
    border-color: rgba(13,110,253,0.40);
}

.note-bubble {
    background: rgba(245,158,11,0.12);
    border-color: rgba(245,158,11,0.35);
}

.message-attachments {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.message-attachment-img {
    width: 110px;
    height: 110px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

    .message-attachment-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
        border: 1px solid rgba(255,255,255,.08);
        transition: .25s;
    }

    .message-attachment-img:hover img {
        transform: scale(1.05);
    }

.message-attachment-file {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    color: white;
}

    .message-attachment-file:hover {
        color: #0d6efd;
    }*/

/*.reply-box {
    margin-top: 18px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 14px;
    flex-shrink: 0;
}*/

/*.reply-tabs {
    display: flex;
    gap: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    margin-bottom: 12px;
}

    .reply-tabs button {
        background: transparent;
        border: none;
        color: #94a3b8;
        padding-bottom: 10px;
    }

        .reply-tabs button.active {
            color: #60a5fa;
            border-bottom: 2px solid #0d6efd;
        }

.reply-box textarea {
    width: 100%;
    min-height: 95px;
    resize: none;
    border: none;
    outline: none;
    background: transparent;
    color: white;
}

.reply-attachments-panel {
    margin-top: 14px;
    padding: 14px;
    border-radius: 16px;
    background: rgba(2,6,23,.35);
    border: 1px dashed rgba(13,110,253,.35);
}

.editor-files-preview {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.editor-file-thumb {
    width: 74px;
    height: 74px;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(15,23,42,.9);
    border: 1px solid rgba(255,255,255,.12);
    display: grid;
    place-items: center;
    color: #cbd5e1;
    font-size: 12px;
    text-align: center;
}

    .editor-file-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.reply-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reply-tools {
    display: flex;
    align-items: center;
    gap: 12px;
}

.reply-actions button {
    border: none;
    color: #cbd5e1;
    background: transparent;
}

.editor-emoji-picker {
    position: absolute;
    z-index: 30;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    width: 210px;
    padding: 10px;
    border-radius: 14px;
    background: rgba(15,23,42,.98);
    border: 1px solid rgba(13,110,253,.35);
    box-shadow: 0 12px 30px rgba(0,0,0,.35);
}

    .editor-emoji-picker button {
        width: 34px;
        height: 34px;
        border: none;
        border-radius: 10px;
        background: rgba(255,255,255,.08);
        font-size: 18px;
        cursor: pointer;
    }

        .editor-emoji-picker button:hover {
            background: rgba(13,110,253,.35);
        }

.editor-file-status {
    color: #38bdf8;
    font-size: 13px;
    font-weight: 700;
}

.send-message-btn {
    background: linear-gradient(135deg,#0d6efd,#2563eb) !important;
    color: white !important;
    padding: 11px 18px;
    border-radius: 12px;
}

#imageViewerPreview {
    max-height: 75vh;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .messages-layout,
    .messages-stats-grid {
        grid-template-columns: 1fr;
    }

    .message-detail-panel {
        height: auto;
        min-height: 700px;
    }

    .messages-header {
        flex-direction: column;
        align-items: stretch;
    }

    .messages-header-actions {
        flex-wrap: wrap;
    }

    .messages-search-top {
        width: 100%;
    }
}

.message-detail-panel {
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 140px);
    min-height: 0;
    overflow: hidden;
}

#messageDetailContent {
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

    #messageDetailContent[style*="display:none"] {
        display: none !important;
    }

.message-detail-header,
.message-subject-box {
    flex-shrink: 0;
}

.conversation-box {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
    padding-bottom: 18px;
}

.reply-box {
    flex-shrink: 0;
    margin-top: 18px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 14px;
}

.bubble {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 16px;
    color: #dbeafe;
    max-width: 80%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

    .bubble p {
        margin: 0 0 10px;
        line-height: 1.6;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

.conversation-box::-webkit-scrollbar {
    width: 8px;
}

.conversation-box::-webkit-scrollbar-track {
    background: rgba(255,255,255,.05);
    border-radius: 20px;
}

.conversation-box::-webkit-scrollbar-thumb {
    background: rgba(13,110,253,.45);
    border-radius: 20px;
}


.messages-filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}

.messages-categories {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

    .messages-categories button {
        border: none;
        border-radius: 14px;
        padding: 10px 16px;
        background: rgba(255,255,255,0.05);
        color: #cbd5e1;
    }

        .messages-categories button.active {
            background: rgba(13,110,253,0.20);
            color: #60a5fa;
            border: 1px solid rgba(13,110,253,0.45);
        }

        .messages-categories button span {
            margin-left: 6px;
            background: rgba(255,255,255,0.10);
            padding: 2px 7px;
            border-radius: 999px;
        }

.messages-filters .dashboard-toolbar {
    margin-bottom: 0;
    min-width: 300px;
}*/

/*#endregion*/



/*endregion*/

/*#region Panier*/
/*.checkout-warning {
    margin: 18px 0;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(239,68,68,.12);
    border: 1px solid rgba(239,68,68,.25);
    color: #fca5a5;
    font-weight: 700;
}

    .checkout-warning i {
        margin-right: 8px;
    }
.cart-add-address-btn {
    margin-top: 16px;
    height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(13,110,253,.45);
    border-radius: 14px;
    background: rgba(13,110,253,.14);
    color: #93c5fd;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

    .cart-add-address-btn:hover {
        background: rgba(13,110,253,.25);
        color: white;
    }
.cart-page {
    padding: 60px 7%;
    color: white;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: center;
    margin-bottom: 35px;
}

    .cart-header h1 {
        font-size: 46px;
        font-weight: 950;
        margin: 0;
    }

    .cart-header p {
        color: #cbd5e1;
        margin: 8px 0 0;
    }

.cart-back-btn {
    height: 44px;
    padding: 0 18px;
    border-radius: 14px;
    background: rgba(13,110,253,.13);
    border: 1px solid rgba(13,110,253,.35);
    color: #93c5fd;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 850;
}

.cart-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 28px;
    align-items: start;
}

.cart-main {
    display: grid;
    gap: 22px;
}

.cart-items {
    display: grid;
    gap: 18px;
}

.cart-item {
    display: grid;
    grid-template-columns: 95px 1fr auto auto auto;
    gap: 18px;
    align-items: center;
    padding: 18px;
    border-radius: 22px;
    background: rgba(15,23,42,.82);
    border: 1px solid rgba(13,110,253,.20);
}

    .cart-item img {
        width: 95px;
        height: 95px;
        object-fit: cover;
        border-radius: 16px;
        background: rgba(2,6,23,.85);
    }

.cart-info h3 {
    margin: 0 0 6px;
    font-weight: 900;
}

.cart-info span {
    color: #93c5fd;
    font-weight: 800;
}

.cart-qty-form {
    display: grid;
    grid-template-columns: 42px 46px 42px;
    height: 42px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
}

    .cart-qty-form button,
    .cart-qty-form strong {
        border: none;
        background: rgba(2,6,23,.6);
        color: white;
        display: grid;
        place-items: center;
        font-weight: 950;
    }

        .cart-qty-form button:hover {
            background: rgba(13,110,253,.28);
        }

.cart-line-total {
    color: #38bdf8;
    font-size: 18px;
}

.cart-delete-btn {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 14px;
    background: rgba(239,68,68,.14);
    color: #fca5a5;
}

    .cart-delete-btn:hover {
        background: #ef4444;
        color: white;
    }*/

/* Checkout */

/*.checkout-options {
    display: grid;
    gap: 22px;
}

.checkout-card {
    padding: 24px;
    border-radius: 24px;
    background: rgba(15,23,42,.82);
    border: 1px solid rgba(13,110,253,.20);
}

    .checkout-card h2 {
        margin: 0 0 20px;
        font-size: 24px;
        font-weight: 950;
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .checkout-card h2 i {
            color: #38bdf8;
        }

.checkout-address-list,
.shipping-list {
    display: grid;
    gap: 15px;
}

.checkout-address-choice,
.shipping-choice {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 15px;
    align-items: flex-start;
}

    .checkout-address-choice input,
    .shipping-choice input {
        margin-top: 20px;
        accent-color: #0d6efd;
    }

.checkout-address-card,
.shipping-card {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    padding: 18px;
    background: rgba(2,6,23,.42);
    transition: .25s;
}

.checkout-address-choice input:checked + .checkout-address-card,
.shipping-choice input:checked + .shipping-card {
    border-color: rgba(13,110,253,.75);
    box-shadow: 0 0 0 3px rgba(13,110,253,.16);
    background: rgba(13,110,253,.10);
}

.checkout-address-header {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    margin-bottom: 10px;
}

    .checkout-address-header label,
    .shipping-card label {
        color: white;
        font-weight: 950;
        cursor: pointer;
    }

.address-badge {
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(13,110,253,.18);
    color: #93c5fd;
    font-size: 12px;
    font-weight: 900;
}

.checkout-address-body {
    display: grid;
    gap: 4px;
    color: #cbd5e1;
    line-height: 1.45;
}

.checkout-phone {
    margin-top: 8px;
    color: #93c5fd;
    font-weight: 800;
}

    .checkout-phone i {
        margin-right: 7px;
    }

.shipping-card {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
}

.shipping-left {
    display: flex;
    gap: 15px;
    align-items: center;
}

    .shipping-left > i {
        width: 48px;
        height: 48px;
        border-radius: 16px;
        background: rgba(13,110,253,.15);
        color: #38bdf8;
        display: grid;
        place-items: center;
        font-size: 22px;
    }

    .shipping-left div div {
        color: #cbd5e1;
        margin-top: 4px;
    }

    .shipping-left small {
        display: block;
        color: #93c5fd;
        margin-top: 4px;
        font-weight: 750;
    }

.shipping-card strong {
    color: #38bdf8;
    white-space: nowrap;
    font-size: 18px;
}

.address-preview {
    padding: 28px;
    border-radius: 20px;
    background: rgba(2,6,23,.42);
    border: 1px dashed rgba(148,163,184,.35);
    text-align: center;
    color: #cbd5e1;
}

    .address-preview > i {
        font-size: 38px;
        color: #38bdf8;
        margin-bottom: 12px;
    }

    .address-preview strong {
        display: block;
        color: white;
        font-size: 18px;
        margin-bottom: 8px;
    }

    .address-preview p {
        margin-bottom: 16px;
    }

    .address-preview a,
    .address-preview button {
        height: 42px;
        padding: 0 18px;
        border: none;
        border-radius: 14px;
        background: linear-gradient(135deg,#0d6efd,#2563eb);
        color: white;
        text-decoration: none;
        font-weight: 900;
        display: inline-flex;
        align-items: center;
    }*/

/* Résumé */

/*.cart-summary {
    padding: 24px;
    border-radius: 24px;
    background: rgba(15,23,42,.88);
    border: 1px solid rgba(13,110,253,.25);
    position: sticky;
    top: 110px;
}

    .cart-summary h2 {
        font-weight: 950;
        margin-bottom: 22px;
    }

.summary-line,
.summary-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    color: #cbd5e1;
}

.summary-total {
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.10);
    font-size: 22px;
    color: white;
}

    .summary-total strong {
        color: #38bdf8;
    }

.checkout-btn {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg,#0d6efd,#2563eb);
    color: white;
    font-weight: 950;
    margin-top: 10px;
}

    .checkout-btn:disabled {
        opacity: .45;
        cursor: not-allowed;
    }

.clear-cart-btn {
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 14px;
    margin-top: 12px;
    background: rgba(239,68,68,.12);
    color: #fca5a5;
    font-weight: 850;
}

.empty-cart {
    padding: 70px 25px;
    border-radius: 28px;
    text-align: center;
    background: rgba(15,23,42,.82);
    border: 1px solid rgba(13,110,253,.22);
}

    .empty-cart i {
        font-size: 58px;
        color: #38bdf8;
        margin-bottom: 20px;
    }

    .empty-cart h2 {
        font-weight: 950;
    }

    .empty-cart p {
        color: #cbd5e1;
    }

    .empty-cart a {
        margin-top: 18px;
        height: 46px;
        padding: 0 20px;
        border-radius: 14px;
        background: linear-gradient(135deg,#0d6efd,#2563eb);
        color: white;
        text-decoration: none;
        font-weight: 900;
        display: inline-flex;
        align-items: center;
    }

@media(max-width: 1100px) {
    .cart-layout {
        grid-template-columns: 1fr;
    }

    .cart-summary {
        position: static;
    }
}

@media(max-width: 760px) {
    .cart-page {
        padding: 35px 18px;
    }

    .cart-header {
        flex-direction: column;
        align-items: flex-start;
    }

        .cart-header h1 {
            font-size: 36px;
        }

    .cart-item {
        grid-template-columns: 80px 1fr;
    }

        .cart-item img {
            width: 80px;
            height: 80px;
        }

    .cart-qty-form,
    .cart-line-total,
    .cart-delete-btn {
        grid-column: 2;
    }

    .shipping-card {
        align-items: flex-start;
        flex-direction: column;
    }
}*/

/*#endregion*/

/*#region Contact*/

/*.contact-reply-box {
    position: relative;
    margin-bottom: 20px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(15,23,42,.78);
    border: 1px solid rgba(255,255,255,.12);
}

.contact-reply-box label {
    display: block;
    margin-bottom: 10px;
    font-weight: 850;
    color: #e5e7eb;
}

.contact-reply-box textarea {
    width: 100%;
    min-height: 150px;
    resize: vertical;
    border: none;
    outline: none;
    background: transparent;
    color: white;
    font-size: 16px;
    line-height: 1.6;
}

.contact-reply-box textarea::placeholder {
    color: #94a3b8;
}

.contact-reply-actions {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 18px;
    padding-top: 15px;
}

.contact-reply-tools {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-reply-tools button {
    border: none;
    background: transparent;
    color: #cbd5e1;
    font-size: 18px;
    transition: .2s;
}

.contact-reply-tools button:hover {
    color: #38bdf8;
    transform: translateY(-2px);
}

.contact-file-status {
    flex: 1;
    color: #38bdf8;
    font-size: 13px;
}

.contact-emoji-picker {
    position: absolute;
    left: 0;
    bottom: 58px;
    width: 210px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px;
    border-radius: 14px;
    background: rgba(15,23,42,.98);
    border: 1px solid rgba(13,110,253,.35);
    box-shadow: 0 12px 30px rgba(0,0,0,.35);
    z-index: 20;
}

.contact-emoji-picker button {
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 10px;
    background: rgba(255,255,255,.08);
    font-size: 18px;
    cursor: pointer;
}

.contact-emoji-picker button:hover {
    background: rgba(13,110,253,.35);
}

.reply-attachments-panel {
    margin-top: 14px;
    padding: 14px;
    border-radius: 16px;
    background: rgba(2,6,23,.35);
    border: 1px dashed rgba(13,110,253,.35);
}

.attach-large-btn {
    height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid rgba(13,110,253,.35);
    background: rgba(13,110,253,.12);
    color: #93c5fd;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.editor-files-preview {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.editor-file-thumb {
    width: 74px;
    height: 74px;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(15,23,42,.9);
    border: 1px solid rgba(255,255,255,.12);
    display: grid;
    place-items: center;
    color: #cbd5e1;
    font-size: 12px;
    text-align: center;
}

    .editor-file-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.message-attachments {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.message-attachment-img {
    width: 82px;
    height: 82px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(13,110,253,.35);
    display: block;
    background: rgba(15,23,42,.8);
}

    .message-attachment-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.message-attachment-file {
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(15,23,42,.85);
    border: 1px solid rgba(255,255,255,.12);
    color: #cbd5e1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.contact-field-full {
    grid-column: 1 / -1;
}
.contact-page {
    color: white;
    padding: 60px 7%;
}

.contact-hero {
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 30px;
    align-items: center;
    margin-bottom: 35px;
    padding: 34px;
    border-radius: 30px;
    background: rgba(15,23,42,.82);
    border: 1px solid rgba(13,110,253,.25);
    backdrop-filter: blur(14px);
    box-shadow: 0 0 45px rgba(13,110,253,.10);
}

.contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(13,110,253,.16);
    border: 1px solid rgba(13,110,253,.38);
    color: #93c5fd;
    font-weight: 900;
    margin-bottom: 18px;
}

.contact-hero h1 {
    font-size: clamp(38px, 4vw, 64px);
    font-weight: 950;
    margin: 0 0 14px;
}

.contact-hero p {
    color: #cbd5e1;
    line-height: 1.8;
    max-width: 820px;
    font-size: 17px;
}

.contact-hero-icon {
    width: 150px;
    height: 150px;
    border-radius: 34px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg,rgba(13,110,253,.22),rgba(56,189,248,.12));
    border: 1px solid rgba(13,110,253,.38);
    color: #38bdf8;
    font-size: 62px;
    box-shadow: 0 0 35px rgba(13,110,253,.20);
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0,1.25fr) minmax(360px,.75fr);
    gap: 26px;
    align-items: start;
}

.contact-card {
    padding: 28px;
    border-radius: 26px;
    background: rgba(15,23,42,.82);
    border: 1px solid rgba(13,110,253,.22);
    backdrop-filter: blur(14px);
    box-shadow: 0 0 35px rgba(13,110,253,.08);
}

.contact-card-head {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 26px;
}

.contact-card-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-size: 24px;
}

    .contact-card-icon.blue {
        background: rgba(13,110,253,.18);
        color: #60a5fa;
    }

    .contact-card-icon.cyan {
        background: rgba(56,189,248,.16);
        color: #38bdf8;
    }

.contact-card-head h2 {
    margin: 0;
    font-size: 25px;
    font-weight: 950;
}

.contact-card-head p {
    margin: 5px 0 0;
    color: #94a3b8;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px;
}

.contact-field {
    margin-bottom: 18px;
}

    .contact-field label {
        display: block;
        margin-bottom: 8px;
        font-weight: 850;
        color: #e5e7eb;
    }

    .contact-field input,
    .contact-field textarea {
        width: 100%;
        border: 1px solid rgba(255,255,255,.12);
        background: rgba(2,6,23,.58);
        color: white;
        border-radius: 14px;
        padding: 14px 16px;
        outline: none;
        transition: .25s;
    }

    .contact-field textarea {
        resize: vertical;
        min-height: 150px;
    }

        .contact-field input::placeholder,
        .contact-field textarea::placeholder {
            color: #64748b;
        }

        .contact-field input:focus,
        .contact-field textarea:focus {
            border-color: rgba(13,110,253,.65);
            box-shadow: 0 0 0 4px rgba(13,110,253,.13);
        }

.contact-privacy-box {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 18px;
    background: rgba(13,110,253,.10);
    border: 1px solid rgba(13,110,253,.24);
    color: #cbd5e1;
    margin-bottom: 20px;
    margin-top:20px;
}

    .contact-privacy-box i {
        color: #60a5fa;
        margin-top: 4px;
    }

    .contact-privacy-box p {
        margin: 0;
        line-height: 1.6;
    }

    .contact-privacy-box a {
        color: #38bdf8;
        font-weight: 850;
        text-decoration: none;
    }

.contact-submit-btn {
    height: 52px;
    padding: 0 26px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg,#0d6efd,#2563eb);
    color: white;
    font-weight: 950;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: .25s;
}

    .contact-submit-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 36px rgba(13,110,253,.35);
    }

.contact-side {
    display: grid;
}

.contact-info-list {
    display: grid;
    gap: 20px;
}

.contact-info-line {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

    .contact-info-line:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .contact-info-line > i {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        background: rgba(13,110,253,.14);
        color: #38bdf8;
        font-size: 19px;
    }

    .contact-info-line strong {
        display: block;
        margin-bottom: 6px;
        font-weight: 950;
    }

    .contact-info-line span,
    .contact-info-line a {
        display: block;
        color: #cbd5e1;
        text-decoration: none;
        line-height: 1.6;
    }

        .contact-info-line a:hover {
            color: #38bdf8;
        }

.contact-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

    .contact-socials a {
        width: 40px;
        height: 40px;
        border-radius: 13px;
        display: grid;
        place-items: center;
        background: rgba(13,110,253,.16);
        border: 1px solid rgba(13,110,253,.30);
        color: white;
        transition: .25s;
    }

        .contact-socials a:hover {
            transform: translateY(-2px);
            background: linear-gradient(135deg,#0d6efd,#2563eb);
        }

.support-box {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: linear-gradient(135deg,rgba(13,110,253,.16),rgba(15,23,42,.88));
}

.support-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(13,110,253,.18);
    color: #60a5fa;
    font-size: 24px;
    flex: 0 0 58px;
}

.support-box h3 {
    margin: 0 0 8px;
    font-weight: 950;
}

.support-box p {
    color: #cbd5e1;
    line-height: 1.65;
}

.support-box a {
    height: 44px;
    padding: 0 16px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(13,110,253,.15);
    border: 1px solid rgba(13,110,253,.35);
    color: #93c5fd;
    text-decoration: none;
    font-weight: 900;
    transition: .25s;
}

    .support-box a:hover {
        background: linear-gradient(135deg,#0d6efd,#2563eb);
        color: white;
    }

@media(max-width: 1000px) {
    .contact-layout,
    .contact-hero {
        grid-template-columns: 1fr;
    }

    .contact-hero-icon {
        display: none;
    }
}

@media(max-width: 700px) {
    .contact-page {
        padding: 35px 18px 55px;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .contact-card {
        padding: 22px;
    }

    .contact-hero {
        padding: 26px;
    }
}

.category-help-list {
    display: grid;
    gap: 16px;
}

    .category-help-list div {
        padding: 14px 16px;
        border-radius: 14px;
        background: rgba(255,255,255,0.04);
        border: 1px solid rgba(255,255,255,0.08);
    }

    .category-help-list strong {
        color: #fff;
        display: block;
        margin-bottom: 5px;
    }

    .category-help-list p {
        color: #94a3b8;
        margin: 0;
        line-height: 1.5;
    }

.contact-field select.contact-input {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(148,163,184,.18);
    background: rgba(15,23,42,.68);
    color: white;
    border-radius: 14px;
    padding: 0 14px;
    outline: none;
}

    .contact-field select.contact-input option {
        background: #0f172a;
        color: white;
    }*/


/*#endregion*/





/*#region PRODUITS*/

/*.product-favorite-btn.active {
    background: rgba(239,68,68,.18);
    border-color: rgba(239,68,68,.35);
}

    .product-favorite-btn.active i {
        color: #ef4444;
    }

.product-favorite-btn i {
    transition: all 0.3s ease;
}

.products-section {
    max-width: 1200px;
    margin: 26px auto;
    padding: 0 20px;
    color: white;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}

.category-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
    transition: 0.25s ease;
    cursor: pointer;
}

    .category-card:hover {
        transform: translateY(-6px);
        border-color: rgba(13,110,253,0.7);
        box-shadow: 0 18px 40px rgba(13,110,253,0.22);
    }

    .category-card img {
        width: 100%;
        height: 210px;
        object-fit: cover;
        display: block;
    }

.category-content {
    padding: 18px;
}

    .category-content h3 {
        margin: 0 0 8px;
        font-size: 18px;
        font-weight: 700;
        color: white;
    }

    .category-content span {
        color: #94a3b8;
        font-size: 14px;
    }

@media (max-width: 992px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .products-grid {
        grid-template-columns: 1fr;
    }
}*/
/*#endregion*/

/*#region FAVORIS*/

/*.favorites-page {
    flex: 1;
    padding: 10px 5px 40px;
}

.favorite-card {
    transition: opacity .3s ease, transform .3s ease;
}
.favorite-card {
    transition: opacity .25s ease, transform .25s ease;
}*/
/*========================
    TOOLBAR
========================*/

/*.favorites-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 34px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.favorites-count {
    color: white;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.3px;
}

.favorites-toolbar-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.favorites-select {
    width: 240px;
    height: 50px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(7,14,30,0.92);
    color: white;
    padding: 0 16px;
    outline: none;
    font-weight: 600;
    transition: 0.2s;
}

    .favorites-select:focus {
        border-color: rgba(13,110,253,0.45);
        box-shadow: 0 0 0 4px rgba(13,110,253,0.12);
    }

.favorites-display-buttons {
    display: flex;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.08);
}

    .favorites-display-buttons button {
        width: 54px;
        height: 50px;
        border: none;
        background: rgba(7,14,30,0.92);
        color: #94a3b8;
        transition: 0.2s;
    }

        .favorites-display-buttons button:hover {
            color: white;
        }

        .favorites-display-buttons button.active {
            background: linear-gradient(135deg,#0d6efd,#005eff);
            color: white;
        }*/

/*========================
    GRID
========================*/

/*.favorites-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
    gap: 28px;
}*/

/*========================
    CARD
========================*/

/*.favorite-card {
    background: linear-gradient(180deg,rgba(10,18,35,0.96),rgba(5,10,25,0.98));
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.06);
    transition: 0.25s ease;
    position: relative;
    box-shadow: 0 10px 35px rgba(0,0,0,0.25);
}

    .favorite-card:hover {
        transform: translateY(-6px);
        border-color: rgba(13,110,253,0.40);
        box-shadow: 0 20px 50px rgba(0,0,0,0.45);
    }*/

/*========================
    IMAGE
========================*/

/*.favorite-image {
    position: relative;
    height: 260px;
    overflow: hidden;
    background: #020617;
}

    .favorite-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.35s ease;
    }

.favorite-card:hover .favorite-image img {
    transform: scale(1.05);
}*/

/*========================
    FAVORI BUTTON
========================*/

/*.favorite-heart {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(4,10,25,0.75);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
    cursor: pointer;
}

    .favorite-heart:hover {
        transform: scale(1.08);
        border-color: rgba(255,255,255,0.25);
    }

    .favorite-heart i {
        font-size: 22px;
        color: white;
        transition: 0.2s;
    }

    .favorite-heart.active i {
        color: #ff4b4b;
        text-shadow: 0 0 14px rgba(255,75,75,0.85);
    }*/

/*========================
    CONTENT
========================*/

/*.favorite-content {
    padding: 22px;
}

    .favorite-content h3 {
        color: white;
        font-size: 21px;
        font-weight: 800;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .favorite-content strong {
        display: block;
        color: #2f95ff;
        font-size: 28px;
        font-weight: 900;
        margin-bottom: 14px;
    }

    .favorite-content span {
        color: #94a3b8;
        font-size: 14px;
    }*/

/*========================
    FOOTER
========================*/

/*.favorites-footer {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: #cbd5e1;
    font-size: 15px;
    text-align: center;
}

    .favorites-footer i {
        color: #0d6efd;
    }*/

/*========================
    RESPONSIVE
========================*/

/*@media(max-width:992px) {

    .favorites-toolbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .favorites-toolbar-actions {
        width: 100%;
    }

    .favorites-select {
        flex: 1;
        width: 100%;
    }
}

@media(max-width:768px) {

    .favorites-grid {
        grid-template-columns: 1fr;
    }

    .favorites-toolbar-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .favorites-display-buttons {
        width: 100%;
    }

        .favorites-display-buttons button {
            flex: 1;
        }

    .favorite-image {
        height: 220px;
    }
}*/

/*#endregion*/


/*#region user account layout*/

/*.user-account-content {
    width: 100%;
    padding: 24px;
}

.user-overview {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.user-card,
.user-stat-card {
    background: rgba(15, 23, 42, .82);
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 22px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .18);
}

.user-card {
    padding: 24px;
}

.user-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

    .user-card-head h3 {
        color: #fff;
        font-size: 21px;
        margin: 0;
    }

    .user-card-head a {
        color: #4ea1ff;
        font-weight: 900;
        text-decoration: none;
    }

    .user-card-head button,
    .address-preview button {
        border: 1px solid rgba(148, 163, 184, .25);
        background: rgba(15, 23, 42, .7);
        color: #fff;
        border-radius: 12px;
        padding: 10px 16px;
        cursor: pointer;
        font-weight: 800;
    }

        .user-card-head button:hover,
        .address-preview button:hover {
            border-color: rgba(96, 165, 250, .55);
            color: #60a5fa;
        }*/

/*#endregion*/

/*#region stats*/

/*.user-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.user-stat-card {
    padding: 22px;
    min-height: 155px;
}

    .user-stat-card i {
        width: 56px;
        height: 56px;
        display: grid;
        place-items: center;
        border-radius: 18px;
        color: #60a5fa;
        background: rgba(59, 130, 246, .18);
        margin-bottom: 14px;
        font-size: 22px;
    }

    .user-stat-card.green i {
        color: #22c55e;
        background: rgba(34, 197, 94, .18);
    }

    .user-stat-card.purple i {
        color: #a855f7;
        background: rgba(168, 85, 247, .18);
    }

    .user-stat-card.orange i {
        color: #f97316;
        background: rgba(249, 115, 22, .18);
    }

    .user-stat-card span {
        display: block;
        color: #cbd5e1;
    }

    .user-stat-card strong {
        display: block;
        font-size: 30px;
        color: #fff;
        margin: 8px 0;
    }

    .user-stat-card a {
        color: #4ea1ff;
        font-weight: 800;
        text-decoration: none;
    }*/

/*#endregion*/

/*#region profile and address blocks*/

/*.user-top-grid,
.user-bottom-grid,
.user-dashboard-grid {
    display: contents;
}

.user-dashboard-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.profile-big-content {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

    .profile-big-content img {
        width: 116px;
        height: 116px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid rgba(59, 130, 246, .65);
    }

    .profile-big-content span {
        display: block;
        margin-top: 10px;
        color: #aeb9cc;
    }

    .profile-big-content strong {
        display: block;
        color: #fff;
    }

.green-text {
    color: #22c55e !important;
}

.address-main-card {
    min-height: 100%;
}

.address-preview {
    min-height: 175px;
    border: 1px solid rgba(148, 163, 184, .16);
    border-radius: 18px;
    padding: 22px;
}

    .address-preview i {
        color: #3b82f6;
        font-size: 28px;
    }

    .address-preview span {
        display: inline-block;
        margin: 12px 0;
        padding: 7px 12px;
        border-radius: 999px;
        background: rgba(59, 130, 246, .18);
        color: #60a5fa;
    }

    .address-preview strong {
        display: block;
        color: #fff;
    }

    .address-preview p {
        color: #cbd5e1;
        line-height: 1.6;
    }*/

/*#endregion*/

/*#region bottom blocks*/

/*.user-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.mini-order-list,
.message-preview-list,
.support-preview-list,
.payment-preview {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

    .mini-order-list div {
        display: grid;
        grid-template-columns: 42px 1fr .8fr .8fr .7fr;
        gap: 12px;
        align-items: center;
        border-bottom: 1px solid rgba(148, 163, 184, .12);
        padding-bottom: 12px;
    }

    .mini-order-list img {
        width: 42px;
        height: 42px;
        border-radius: 10px;
        object-fit: cover;
    }

    .mini-order-list strong,
    .mini-order-list b,
    .mini-empty strong {
        color: #fff;
    }

    .mini-order-list span,
    .mini-empty span {
        color: #aeb9cc;
    }

.paid,
.resolved {
    color: #22c55e;
}

.pending,
.waiting {
    color: #fbbf24;
}

.cancelled {
    color: #ef4444;
}

.mini-empty {
    min-height: 145px;
    border: 1px dashed rgba(148, 163, 184, .20);
    border-radius: 18px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 24px;
}

    .mini-empty i {
        color: #60a5fa;
        font-size: 34px;
    }*/

/*#endregion*/

/*#region account modals*/

/*.account-modal {
    background: rgba(15, 23, 42, .96);
    border: 1px solid rgba(148, 163, 184, .20);
    border-radius: 22px;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(0, 0, 0, .65);
}

    .account-modal .modal-header {
        border-bottom: 1px solid rgba(148, 163, 184, .15);
        padding: 22px 26px;
    }

    .account-modal .modal-title {
        font-size: 22px;
        font-weight: 900;
    }

.account-modal-close {
    border: none;
    background: transparent;
    color: #cbd5e1;
    font-size: 26px;
    cursor: pointer;
}

.account-modal-body {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 28px;
    padding: 26px;
}

.account-modal-avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding-right: 22px;
    border-right: 1px solid rgba(148, 163, 184, .12);
}

    .account-modal-avatar img {
        width: 145px;
        height: 145px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid rgba(59, 130, 246, .55);
    }

    .account-modal-avatar button {
        height: 42px;
        padding: 0 18px;
        border-radius: 12px;
        border: 1px solid rgba(148, 163, 184, .22);
        background: rgba(15, 23, 42, .75);
        color: #fff;
        font-weight: 800;
    }

    .account-modal-avatar small {
        color: #94a3b8;
        text-align: center;
        line-height: 1.5;
    }

.account-modal-fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 26px;
}

.account-modal-body .account-modal-fields {
    padding: 0;
}

.account-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.account-field label {
    display: block;
    margin-bottom: 8px;
    color: #cbd5e1;
    font-weight: 700;
}

.account-field input,
.account-field select {
    width: 100%;
    height: 46px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, .18);
    background: rgba(15, 23, 42, .72);
    color: #fff;
    padding: 0 14px;
    outline: none;
}

    .account-field input:focus,
    .account-field select:focus {
        border-color: rgba(59, 130, 246, .75);
        box-shadow: 0 0 0 3px rgba(59, 130, 246, .15);
    }

    .account-field input:disabled {
        color: #94a3b8;
        opacity: .85;
    }

.account-modal-separator {
    height: 1px;
    background: rgba(148, 163, 184, .15);
    margin: 8px 0;
}

.account-modal-fields h6 {
    font-size: 18px;
    font-weight: 900;
    margin: 0;
}

.account-modal-footer {
    border-top: 1px solid rgba(148, 163, 184, .15);
    padding: 20px 26px;
}

.account-btn-secondary,
.account-btn-primary {
    height: 44px;
    padding: 0 24px;
    border-radius: 12px;
    font-weight: 900;
    cursor: pointer;
}

.account-btn-secondary {
    border: 1px solid rgba(148, 163, 184, .24);
    background: rgba(148, 163, 184, .10);
    color: #e5e7eb;
}

.account-btn-primary {
    border: 1px solid rgba(37, 99, 235, .8);
    background: linear-gradient(135deg, #6366f1, #2563eb);
    color: #fff;
}*/

/*#endregion*/

/*#region responsive user account*/

/*@media (max-width: 1200px) {
    .user-stats-grid,
    .user-bottom-grid {
        grid-template-columns: 1fr 1fr;
    }

    .user-top-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 800px) {
    .user-account-content {
        padding: 16px;
    }

    .user-stats-grid,
    .user-bottom-grid {
        grid-template-columns: 1fr;
    }

    .profile-big-content,
    .account-modal-body {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .account-modal-avatar {
        border-right: none;
        border-bottom: 1px solid rgba(148, 163, 184, .12);
        padding-right: 0;
        padding-bottom: 22px;
    }

    .account-grid-2 {
        grid-template-columns: 1fr;
    }

    .mini-order-list div {
        grid-template-columns: 42px 1fr;
    }
}*/

/*#endregion*/

/*Region Paypal*/
/*.paypal-alert {
    margin-bottom: 18px;
    border-radius: 12px;
    padding: 12px 16px;
}

.smtp-layout {
    align-items: start;
}

.smtp-main-card,
.smtp-side {
    min-width: 0;
}*/
/*endregion */


/*#region mobile test card dash */
/*.services-status-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    margin-bottom: 24px;
}

.service-status-card {
    min-width: 0;
    min-height: 124px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(15, 23, 42, .75);
    border: 1px solid rgba(148, 163, 184, .18);
    box-sizing: border-box;
    overflow: hidden;
}

    .service-status-card > div {
        min-width: 0;
    }

    .service-status-card > i {
        width: 48px;
        height: 48px;
        flex: 0 0 48px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        font-size: 20px;
    }

    .service-status-card.ok > i {
        color: #22c55e;
        background: rgba(34, 197, 94, .14);
    }

    .service-status-card.ko > i {
        color: #ef4444;
        background: rgba(239, 68, 68, .14);
    }

    .service-status-card strong {
        display: block;
        color: #fff;
        font-size: 17px;
        line-height: 1.25;
        font-weight: 900;
        word-break: normal;
        overflow-wrap: normal;
    }

    .service-status-card span {
        display: block;
        margin: 5px 0 7px;
        font-size: 15px;
        line-height: 1.3;
        font-weight: 850;
        word-break: normal;
        overflow-wrap: normal;
    }

    .service-status-card.ok span {
        color: #22c55e;
    }

    .service-status-card.ko span {
        color: #ef4444;
    }

    .service-status-card small {
        display: block;
        color: #94a3b8;
        font-size: 13px;
        line-height: 1.55;
        word-break: normal;
        overflow-wrap: break-word;
    }*/

/* Tablette : 2 cartes par ligne */
/*@media (max-width: 1200px) {
    .services-status-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}*/

/* Téléphone : 1 carte par ligne */
/*@media (max-width: 600px) {
    .services-status-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .service-status-card {
        min-height: auto;
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 15px;
        padding: 16px;
        border-radius: 16px;
    }

        .service-status-card > i {
            width: 52px;
            height: 52px;
            font-size: 21px;
        }

        .service-status-card strong {
            font-size: 18px;
        }

        .service-status-card span {
            font-size: 16px;
        }

        .service-status-card small {
            font-size: 14px;
            line-height: 1.5;
        }
}*/

/*#endregion */
/*#endregion*/


/*#region securite*/
/*.security-page {
    padding: 34px 38px;
    color: #fff
}

.security-head {
    margin-bottom: 24px
}

    .security-head h1 {
        margin: 0;
        font-size: 38px;
        font-weight: 950
    }

    .security-head p {
        margin: 7px 0 0;
        color: #94a3b8
    }

.security-alert {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 18px;
    padding: 15px 18px;
    border-radius: 14px;
    font-weight: 850
}

    .security-alert.success {
        color: #bbf7d0;
        background: rgba(34,197,94,.14);
        border: 1px solid rgba(34,197,94,.34)
    }

    .security-alert.error {
        color: #fecaca;
        background: rgba(239,68,68,.14);
        border: 1px solid rgba(239,68,68,.34)
    }

.security-grid-top {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 18px;
    margin-bottom: 18px
}

.security-card {
    padding: 22px;
    border-radius: 20px;
    background: rgba(2,8,23,.78);
    border: 1px solid rgba(59,130,246,.22);
    box-shadow: 0 18px 45px rgba(0,0,0,.28)
}

.security-full-card {
    margin-bottom: 18px
}

.security-card-title, .security-title-left {
    display: flex;
    align-items: center;
    gap: 13px
}

.security-card-title {
    margin-bottom: 20px
}

.security-title-actions {
    justify-content: space-between
}

.security-icon, .security-device-icon {
    display: grid;
    place-items: center;
    color: #60a5fa;
    background: rgba(37,99,235,.15)
}

.security-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px
}

.security-card-title h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 950
}

.security-card-title p {
    margin: 4px 0 0;
    color: #94a3b8;
    font-size: 13px
}

.security-account-user {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px;
    border-radius: 16px;
    background: rgba(15,23,42,.72);
    border: 1px solid rgba(148,163,184,.15)
}

    .security-account-user img {
        width: 62px;
        height: 62px;
        border-radius: 50%;
        object-fit: cover
    }

    .security-account-user strong, .security-account-user span {
        display: block
    }

    .security-account-user span {
        margin-top: 5px;
        color: #94a3b8
    }

.security-info-list {
    display: grid;
    gap: 10px;
    margin-top: 14px
}

    .security-info-list div {
        display: flex;
        justify-content: space-between;
        gap: 18px;
        padding: 12px 0;
        border-bottom: 1px solid rgba(148,163,184,.12)
    }

    .security-info-list span {
        color: #94a3b8
    }

.security-password-form {
    display: grid;
    gap: 14px
}

.security-field label {
    display: block;
    margin-bottom: 7px;
    font-weight: 800
}

.security-field > span {
    display: block;
    margin-top: 5px;
    color: #fca5a5;
    font-size: 12px
}

.security-password-input {
    display: flex;
    align-items: center;
    border: 1px solid rgba(148,163,184,.2);
    border-radius: 13px;
    background: rgba(15,23,42,.82);
    overflow: hidden
}

    .security-password-input:focus-within {
        border-color: #3b82f6;
        box-shadow: 0 0 0 4px rgba(59,130,246,.12)
    }

    .security-password-input input {
        flex: 1;
        height: 48px;
        padding: 0 14px;
        border: 0;
        outline: 0;
        background: transparent;
        color: white
    }

    .security-password-input button {
        width: 48px;
        height: 48px;
        border: 0;
        background: transparent;
        color: #94a3b8
    }

.security-primary-btn, .security-danger-btn, .security-outline-danger-btn {
    min-height: 44px;
    padding: 0 17px;
    border-radius: 12px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px
}

.security-primary-btn {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg,#0d6efd,#2563eb)
}

.security-danger-btn {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg,#ef4444,#dc2626)
}

.security-outline-danger-btn {
    color: #fecaca;
    background: rgba(239,68,68,.08);
    border: 1px solid rgba(239,68,68,.45)
}

.security-session-list {
    display: grid;
    gap: 10px
}

.security-session-row {
    display: grid;
    grid-template-columns: 52px minmax(0,1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border-radius: 15px;
    background: rgba(15,23,42,.62);
    border: 1px solid rgba(148,163,184,.14)
}

.security-device-icon {
    width: 46px;
    height: 46px;
    border-radius: 13px
}

.security-session-main strong, .security-session-main span, .security-session-main small {
    display: block
}

    .security-session-main strong em {
        margin-left: 8px;
        padding: 4px 8px;
        border-radius: 999px;
        color: #86efac;
        background: rgba(34,197,94,.14);
        font-size: 11px;
        font-style: normal
    }

.security-session-main span, .security-session-main small {
    margin-top: 4px;
    color: #94a3b8
}

.security-login-table {
    display: grid;
    gap: 8px
}

.security-login-head, .security-login-row {
    display: grid;
    grid-template-columns: 1.15fr 1.25fr 1fr .8fr;
    align-items: center;
    gap: 14px
}

.security-login-head {
    padding: 13px 15px;
    border-radius: 13px;
    background: rgba(15,23,42,.85);
    color: #cbd5e1;
    font-weight: 900
}

.security-login-row {
    padding: 14px 15px;
    border-radius: 13px;
    background: rgba(15,23,42,.55);
    border: 1px solid rgba(148,163,184,.12)
}

    .security-login-row strong, .security-login-row small {
        display: block
    }

    .security-login-row small {
        margin-top: 3px;
        color: #94a3b8
    }

.security-login-status {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 999px;
    font-style: normal;
    font-weight: 900;
    font-size: 12px
}

    .security-login-status.success {
        color: #86efac;
        background: rgba(34,197,94,.14)
    }

    .security-login-status.error {
        color: #fca5a5;
        background: rgba(239,68,68,.14)
    }

.security-empty {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    color: #94a3b8
}

    .security-empty i {
        font-size: 32px;
        color: #60a5fa
    }

@media(max-width:1000px) {
    .security-grid-top {
        grid-template-columns: 1fr
    }

    .security-login-head {
        display: none
    }

    .security-login-row {
        grid-template-columns: 1fr
    }

    .security-title-actions {
        align-items: flex-start;
        gap: 15px;
        flex-direction: column
    }

    .security-session-row {
        grid-template-columns: 46px 1fr
    }

        .security-session-row form {
            grid-column: 2
        }
}

@media(max-width:700px) {
    .security-page {
        padding: 24px 16px
    }

    .security-head h1 {
        font-size: 31px
    }

    .security-card {
        padding: 17px
    }

    .security-info-list div {
        flex-direction: column;
        gap: 5px
    }
}*/


/*#endregion*/


/*#region message user*/
/*.um-page {
    max-width: 1450px;
    margin: auto;
    padding: 28px 20px 50px;
    color: #1f2937
}

.um-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px
}

    .um-header span {
        font-size: .75rem;
        font-weight: 800;
        color: #7c3aed;
        letter-spacing: .12em
    }

    .um-header h1 {
        margin: 5px 0;
        font-weight: 850
    }

    .um-header p {
        margin: 0;
        color: #6b7280
    }

.um-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 15px;
    border: 0;
    border-radius: 11px;
    background: #eef0f4;
    color: #374151;
    font-weight: 750;
    text-decoration: none
}

    .um-btn.primary {
        background: #111827;
        color: #fff
    }

    .um-btn.icon {
        width: 42px;
        padding: 0
    }

.um-stats {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
    margin: 18px 0
}

    .um-stats a {
        padding: 18px;
        border: 1px solid #e5e7eb;
        border-radius: 16px;
        background: #fff;
        text-decoration: none;
        color: inherit
    }

    .um-stats strong, .um-stats span {
        display: block
    }

    .um-stats strong {
        font-size: 1.35rem
    }

    .um-stats span {
        color: #6b7280;
        font-size: .82rem
    }

.um-filters {
    display: grid;
    grid-template-columns: 1fr 180px 180px 180px auto;
    gap: 9px;
    padding: 13px;
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    margin-bottom: 17px
}

    .um-filters input, .um-filters select, .um-form input, .um-form select, .um-form textarea, .um-editor textarea {
        width: 100%;
        border: 1px solid #d9dee7;
        border-radius: 10px;
        padding: 11px;
        outline: none
    }

.um-workspace {
    display: grid;
    grid-template-columns: minmax(320px,410px) 1fr;
    min-height: 680px;
    border: 1px solid #e5e7eb;
    border-radius: 19px;
    overflow: hidden;
    background: #fff
}

.um-list {
    border-right: 1px solid #e5e7eb;
    overflow: auto
}

.um-item {
    display: flex;
    width: 100%;
    gap: 11px;
    padding: 15px;
    border: 0;
    border-bottom: 1px solid #edf0f4;
    background: #fff;
    text-align: left
}

    .um-item:hover, .um-item.active {
        background: #f3f0ff
    }

    .um-item.unread {
        background: #faf8ff
    }

.um-icon {
    display: grid;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    place-items: center;
    border-radius: 12px;
    background: #eef2f7
}

    .um-icon.support {
        background: #ede9fe;
        color: #6d28d9
    }

    .um-icon.commande {
        background: #e0f2fe;
        color: #0369a1
    }

    .um-icon.site {
        background: #fee2e2;
        color: #b91c1c
    }

.um-item-content {
    min-width: 0;
    flex: 1
}

.um-top {
    display: flex;
    justify-content: space-between;
    gap: 8px
}

    .um-top strong {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .um-top time {
        font-size: .67rem;
        color: #9ca3af
    }

.um-preview {
    display: -webkit-box;
    overflow: hidden;
    margin: 7px 0;
    color: #6b7280;
    font-size: .82rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.um-meta {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: .7rem;
    color: #7b8493
}

    .um-meta em {
        padding: 3px 7px;
        border-radius: 999px;
        background: #eef2f7;
        font-style: normal
    }

.um-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7c3aed
}

.um-pages {
    display: flex;
    justify-content: space-between;
    padding: 12px
}

.um-empty {
    display: flex;
    min-height: 300px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #6b7280
}

    .um-empty > i {
        font-size: 2rem;
        color: #7c3aed;
        margin-bottom: 10px
    }

.um-detail-content {
    display: grid;
    height: 680px;
    grid-template-rows: auto 1fr auto
}

    .um-detail-content > header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 19px;
        border-bottom: 1px solid #e5e7eb
    }

    .um-detail-content h2 {
        margin: 0 0 6px
    }

    .um-detail-content header span, .um-detail-content header small {
        margin-right: 6px;
        color: #6b7280
    }

.um-thread {
    overflow: auto;
    padding: 22px;
    background: #f8fafc
}

.um-message {
    display: flex;
    max-width: 85%;
    margin-bottom: 16px
}

    .um-message.user {
        margin-left: auto;
        justify-content: flex-end
    }

.um-bubble {
    padding: 12px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 4px 15px 15px;
    background: #fff
}

.um-message.user .um-bubble {
    background: #f3f0ff;
    border-radius: 15px 4px 15px 15px
}

.um-bubble strong {
    font-size: .78rem
}

.um-bubble time {
    margin-left: 15px;
    font-size: .67rem;
    color: #9ca3af
}

.um-bubble p {
    margin: 8px 0 0;
    line-height: 1.55
}

.um-attachments {
    display: grid;
    gap: 7px;
    margin-top: 9px
}

.um-attachment-img {
    max-width: 260px;
    max-height: 200px;
    border-radius: 10px;
    object-fit: cover
}

.um-file {
    display: block;
    padding: 9px;
    border-radius: 9px;
    background: #fff;
    color: #374151;
    text-decoration: none
}

.um-editor {
    padding: 14px 17px;
    border-top: 1px solid #e5e7eb
}

    .um-editor textarea {
        min-height: 88px;
        resize: vertical
    }

    .um-editor > div {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        margin-top: 9px
    }

    .um-editor small {
        display: block;
        margin-top: 6px;
        color: #15803d
    }

.um-modal {
    border: 0;
    border-radius: 18px
}

.um-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    background: #f8fafc
}

    .um-form label {
        font-weight: 700
    }

        .um-form label.full {
            grid-column: 1/-1
        }

    .um-form input, .um-form select, .um-form textarea {
        display: block;
        margin-top: 6px;
        font-weight: 400
    }

@media(max-width:900px) {
    .um-stats {
        grid-template-columns: 1fr
    }

    .um-filters {
        grid-template-columns: 1fr
    }

    .um-workspace {
        display: block
    }

    .um-list {
        max-height: 480px;
        border-right: 0
    }

    .um-detail {
        border-top: 1px solid #e5e7eb
    }

    .um-detail-content {
        height: 650px
    }
}

@media(max-width:600px) {
    .um-page {
        padding: 20px 12px
    }

    .um-header {
        align-items: flex-start;
        flex-direction: column
    }

    .um-form {
        grid-template-columns: 1fr
    }

        .um-form label.full {
            grid-column: auto
        }

    .um-message {
        max-width: 96%
    }
}*/

/*#endregion*/









body {
    background-image: url(/Medias/Fond.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #050816;
}

    body::before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        z-index: -1;
    }

.overlay-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000; /* très haut pour être au-dessus de tout */
}

.site-footer {
    margin-top: 10px;
    background: rgba(2, 8, 23, 0.92);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(0, 132, 255, 0.35);
    color: #dbeafe;
    padding: 45px 60px 18px;
    box-shadow: 0 -10px 40px rgba(0, 132, 255, 0.12);
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.25fr 1.45fr;
    gap: 34px;
    align-items: start;
}

.footer-logo {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-bottom: 12px;
}

.footer-brand h4 {
    color: white;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-brand p {
    color: #94a3b8;
    max-width: 320px;
    line-height: 1.6;
}

.footer-column h5 {
    color: white;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
}

.footer-column a,
.footer-column p {
    display: block;
    color: #94a3b8;
    text-decoration: none;
    margin-bottom: 9px;
    font-size: 14px;
}

    .footer-column a:hover {
        color: #0d6efd;
    }

.footer-column i {
    color: #0d6efd;
    margin-right: 8px;
}

.footer-bottom {
    max-width: 1200px;
    margin: 30px auto 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.12);
    text-align: center;
    color: #94a3b8;
    font-size: 13px;
}

    .footer-bottom a {
        color: #0d6efd;
        text-decoration: none;
        margin-left: 8px;
    }

.footer-hours-list p {
    display: grid;
    grid-template-columns: 18px 78px auto;
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
    white-space: nowrap;
}

.footer-hour-day {
    color: #dbeafe;
    font-weight: 700;
}

@media (max-width: 768px) {
    .site-footer {
        padding: 35px 25px 15px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .footer-bottom {
        text-align: left;
    }
}

/*#region NAVBAR + ACCOUNT */
.FlexiNav {
    height: 88px;
    background: rgba(0,0,0,.92);
    border-bottom: 1px solid rgba(13,110,253,.28);
    display: grid;
    grid-template-columns: 120px 1fr 220px;
    align-items: center;
    padding: 0 28px;
    position: relative;
    z-index: 20;
}

.nav-messages {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #0d6efd;
    border: 1px solid rgba(13,110,253,.35);
    background: rgba(3,7,18,.9);
    transition: .25s;
}

    .nav-messages:hover {
        color: white;
        background: #0d6efd;
        transform: translateY(-2px);
    }

.message-count {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 20px;
    height: 20px;
    border-radius: 50px;
    background: #ef4444;
    color: white;
    font-size: 11px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    box-shadow: 0 0 12px rgba(239,68,68,.6);
    animation: pulseMessage 1.4s infinite;
}

@keyframes pulseMessage {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

.nav-logo img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border-radius: 50%;
    filter: drop-shadow(0 0 10px rgba(13,110,253,.6));
}

.nav-brand-center {
    text-align: center;
    text-decoration: none;
    color: white;
}

    .nav-brand-center h1 {
        margin: 0;
        font-size: 34px;
        font-weight: 950;
        letter-spacing: .5px;
        text-shadow: 0 0 18px rgba(13,110,253,.45);
    }

    .nav-brand-center p {
        margin: 3px 0 0;
        font-size: 11px;
        letter-spacing: 8px;
        text-transform: uppercase;
        color: #dbeafe;
    }

.nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

.nav-cart {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: #0d6efd;
    background: rgba(13,110,253,.12);
    border: 1px solid rgba(13,110,253,.35);
    text-decoration: none;
    transition: .2s ease;
}

    .nav-cart:hover {
        transform: translateY(-2px);
        color: white;
        background: linear-gradient(135deg,#0d6efd,#2563eb);
    }

.cart-count {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    background: #ef4444;
    color: white;
    font-size: 11px;
    font-weight: 900;
    display: grid;
    place-items: center;
    border: 2px solid black;
}

.btn-login-nav {
    height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: linear-gradient(135deg,#0d6efd,#2563eb);
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
    font-weight: 800;
}

.user-avatar-btn {
    border: 1px solid rgba(13,110,253,.45);
    background: rgba(15,23,42,.8);
    border-radius: 999px;
    padding: 4px 8px 4px 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
}

.user-avatar-nav {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #0d6efd;
    box-shadow: 0 0 12px rgba(13,110,253,.6);
}

.nav-user-menu {
    background: rgba(15,23,42,.96);
    border: 1px solid rgba(13,110,253,.35);
    border-radius: 16px;
    overflow: hidden;
}

    .nav-user-menu .dropdown-header {
        color: white;
        font-weight: 900;
    }

    .nav-user-menu .dropdown-item {
        color: #dbeafe;
        font-weight: 700;
    }

        .nav-user-menu .dropdown-item:hover {
            background: rgba(13,110,253,.18);
            color: white;
        }

@media(max-width: 768px) {
    .FlexiNav {
        grid-template-columns: 70px 1fr 120px;
        padding: 0 12px;
    }

    .nav-brand-center h1 {
        font-size: 24px;
    }

    .nav-brand-center p {
        letter-spacing: 3px;
        font-size: 9px;
    }

    .btn-login-nav span {
        display: none;
    }
}

/*#endregion */

/*#region FORMULAIRE CONNECTION INSCRIPTION*/

/*#region LOGIN  FORMULAIRE*/

.auth-page-pro {
    min-height: calc(100vh - 80px);
    padding: 28px 20px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.auth-field button {
    border: none;
    background: transparent;
    color: #cbd5e1;
    padding: 0;
    cursor: pointer;
}

    .auth-field button i {
        pointer-events: none;
    }

.auth-shell {
    position: relative;
    width: 1120px;
    min-height: 640px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 30px;
    overflow: hidden;
    background: rgba(2, 8, 23, 0.70);
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(20px);
    box-shadow: 0 0 60px rgba(0,0,0,0.55);
}

.auth-glow-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
    background: radial-gradient(circle at 30% 40%, rgba(13,110,253,0.35), transparent 38%), linear-gradient(135deg, rgba(13,110,253,0.28), rgba(2,8,23,0.70));
    border-left: 3px solid rgba(96,165,250,0.65);
    border-top-left-radius: 160px;
    border-bottom-left-radius: 160px;
    transition: 0.65s ease;
}

.auth-shell.login-active .auth-glow-panel {
    right: 50%;
    border-left: none;
    border-right: 3px solid rgba(96,165,250,0.65);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 160px;
    border-bottom-right-radius: 160px;
}

.auth-side {
    position: relative;
    z-index: 2;
    padding: 54px 58px;
}

.auth-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    text-align: left;
    margin-bottom: 14px;
}

.auth-title-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    font-size: 22px;
}

.auth-title h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 900;
}

.auth-title p {
    margin: 5px 0 0;
    color: #cbd5e1;
}

.auth-side label {
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}

.auth-field {
    width: 100%;
    height: 56px;
    border-radius: 14px;
    background: rgba(15,23,42,0.74);
    border: 1px solid rgba(255,255,255,0.14);
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 18px;
    margin-bottom: 15px;
}

    .auth-field i {
        color: #cbd5e1;
        flex-shrink: 0;
    }

    .auth-field input {
        width: 100%;
        min-width: 0;
        background: transparent;
        border: none;
        outline: none;
        color: white;
    }

        .auth-field input::placeholder {
            color: #94a3b8;
        }

.auth-row-pro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.auth-options-pro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 6px 0 28px;
    color: #dbeafe;
}

    .auth-options-pro label {
        margin: 0;
        font-weight: 500;
    }

    .auth-options-pro a,
    .auth-bottom-link button,
    .terms-pro a {
        color: #1d8cff;
        text-decoration: none;
        font-weight: 700;
    }

.auth-main-btn {
    width: 100%;
    height: 58px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #2f95ff, #0d5cff);
    color: white;
    font-size: 17px;
    font-weight: 900;
    transition: 0.25s ease;
}

    .auth-main-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 32px rgba(13,110,253,0.38);
    }

.auth-separator {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #cbd5e1;
    margin: 28px 0;
}

    .auth-separator span {
        height: 1px;
        flex: 1;
        background: rgba(255,255,255,0.16);
    }

.auth-bottom-link {
    text-align: center;
    color: #e2e8f0;
}

    .auth-bottom-link button {
        background: none;
        border: none;
    }

.gender-pro {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 10px 0 18px;
}

    .gender-pro label {
        height: 52px;
        border-radius: 12px;
        border: 1px solid rgba(255,255,255,0.14);
        background: rgba(15,23,42,0.68);
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 9px;
        cursor: pointer;
        margin: 0;
    }

        .gender-pro label:nth-child(1) {
            border-color: rgba(13,110,253,0.75);
        }

        .gender-pro label:nth-child(2) {
            border-color: rgba(168,85,247,0.75);
        }

        .gender-pro label:nth-child(3) {
            border-color: rgba(34,197,94,0.75);
        }

.terms-pro {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #cbd5e1;
    font-size: 14px;
    margin-bottom: 15px;
}

.auth-center-btn {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    width: 78px;
    height: 78px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg,#258dff,#0d5cff);
    color: white;
    display: grid;
    place-items: center;
    font-size: 24px;
    box-shadow: 0 0 40px rgba(13,110,253,0.65);
    transition: 0.25s ease;
}

    .auth-center-btn:hover {
        transform: translate(-50%, -50%) scale(1.08);
    }

    .auth-center-btn i {
        position: absolute;
    }

        .auth-center-btn i:first-child {
            transform: translateX(-12px);
        }

        .auth-center-btn i:last-child {
            transform: translateX(12px);
        }

.auth-dots {
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(15,23,42,0.92);
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 999px;
    padding: 12px 28px;
    display: flex;
    gap: 18px;
}

    .auth-dots .dot {
        width: 13px;
        height: 13px;
        border-radius: 50%;
        border: none;
        background: rgba(255,255,255,0.18);
    }

        .auth-dots .dot.active {
            background: #0d6efd;
        }

@media (max-width: 1150px) {
    .auth-shell {
        width: 95%;
    }
}

@media (max-width: 850px) {
    .auth-shell {
        grid-template-columns: 1fr;
        min-height: 760px;
    }

    .auth-glow-panel,
    .auth-center-btn,
    .auth-dots {
        display: none;
    }

    .auth-side {
        grid-column: 1;
        grid-row: 1;
        padding: 34px;
        transition: 0.45s ease;
    }

    .auth-register {
        transform: translateX(100%);
        opacity: 0;
    }

    .auth-shell.register-active .auth-login {
        transform: translateX(-100%);
        opacity: 0;
    }

    .auth-shell.register-active .auth-register {
        transform: translateX(0);
        opacity: 1;
    }

    .auth-row-pro,
    .gender-pro {
        grid-template-columns: 1fr;
    }
}

.auth-side {
    transition: opacity 0.45s ease, filter 0.45s ease, transform 0.45s ease;
}


.auth-shell.register-active .auth-login {
    opacity: 0.38;
    filter: grayscale(0.35) blur(1px);
}


.auth-shell.login-active .auth-register {
    opacity: 0.38;
    filter: grayscale(0.35) blur(1px);
}

.auth-shell.register-active .auth-login input,
.auth-shell.register-active .auth-login button,
.auth-shell.register-active .auth-login a,
.auth-shell.register-active .auth-login label {
    pointer-events: none;
}

.auth-shell.login-active .auth-register input,
.auth-shell.login-active .auth-register button,
.auth-shell.login-active .auth-register a,
.auth-shell.login-active .auth-register label {
    pointer-events: none;
}

.auth-shell.register-active .auth-login .auth-field {
    background: rgba(15,23,42,0.35);
    border-color: rgba(255,255,255,0.05);
}

.auth-shell.login-active .auth-register .auth-field {
    background: rgba(15,23,42,0.35);
    border-color: rgba(255,255,255,0.05);
}

.auth-shell.register-active .auth-login h2,
.auth-shell.register-active .auth-login p,
.auth-shell.register-active .auth-login label {
    color: rgba(255,255,255,0.45);
}

.auth-shell.login-active .auth-register h2,
.auth-shell.login-active .auth-register p,
.auth-shell.login-active .auth-register label {
    color: rgba(255,255,255,0.45);
}

/*#endregion*/

/*#region MOT DE PASSE OUBLIER FORMULAIRE*/

.auth-modal-content {
    background: rgba(2, 8, 23, 0.96);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 24px;
    color: white;
    backdrop-filter: blur(18px);
    box-shadow: 0 0 40px rgba(0,0,0,0.55);
}

.auth-modal-header {
    border-bottom: 1px solid rgba(255,255,255,0.10);
    padding: 24px;
}

    .auth-modal-header h5 {
        font-weight: 900;
        font-size: 24px;
        margin: 0;
    }

        .auth-modal-header h5 i {
            color: #0d6efd;
            margin-right: 8px;
        }

    .auth-modal-header p {
        margin: 6px 0 0;
        color: #94a3b8;
    }

.auth-modal-body {
    padding: 24px;
}

.auth-modal-info {
    margin-top: 16px;
    padding: 14px;
    border-radius: 14px;
    background: rgba(13,110,253,0.12);
    border: 1px solid rgba(13,110,253,0.35);
    color: #cbd5e1;
    display: flex;
    gap: 10px;
}

    .auth-modal-info i {
        color: #0d6efd;
        margin-top: 3px;
    }

.auth-modal-footer {
    border-top: 1px solid rgba(255,255,255,0.10);
    padding: 20px 24px;
}

.auth-modal-secondary {
    height: 48px;
    padding: 0 22px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.06);
    color: white;
    font-weight: 800;
}

.auth-validation {
    display: block;
    margin-bottom: 6px;
}

.auth-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}

/*#endregion*/

/*#endregion */

/*#region UPLOAD IMAGES*/

.drop-zone {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

    .drop-zone:hover {
        border-color: #0d6efd;
        background: #f8f9fa;
    }

.file-input {
    opacity: 0; /* invisible mais toujours focusable et submittable */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.preview-image img {
    max-width: 100%;
    max-height: 140px;
}

.preview-image {
    max-width: 100%;
    max-height: 150px;
    margin-top: 10px;
    display: none;
}

/*#endregion*/

/*#region VIEWS INDEX*/
.shop-page {
    width: min(1400px, calc(100% - 50px));
    margin: auto;
    padding: 55px 0;
    color: white;
}

.shop-hero {
    min-height: 260px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(2,8,23,.85), rgba(2,8,23,.25));
    border-radius: 26px;
    padding: 40px;
    margin-bottom: 26px;
}

.shop-breadcrumb {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #cbd5e1;
    margin-bottom: 22px;
}

.shop-hero h1 {
    font-size: 58px;
    font-weight: 950;
    margin: 0 0 14px;
}

    .shop-hero h1 strong {
        color: #0d6efd;
    }

.shop-hero p {
    max-width: 650px;
    color: #dbeafe;
    font-size: 18px;
    line-height: 1.7;
}

.shop-filter-bar {
    display: grid;
    grid-template-columns: 1.5fr .9fr .9fr .8fr auto auto;
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(15,23,42,.78);
    border: 1px solid rgba(13,110,253,.35);
    margin-bottom: 25px;
}

.shop-search {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(2,6,23,.55);
    border: 1px solid rgba(148,163,184,.18);
    border-radius: 13px;
    padding: 0 16px;
}

    .shop-search input,
    .shop-filter-bar select {
        height: 48px;
        width: 100%;
        background: rgba(2,6,23,.55);
        border: 1px solid rgba(148,163,184,.18);
        border-radius: 13px;
        color: white;
        padding: 0 14px;
    }

    .shop-search input {
        border: none;
        background: transparent;
        outline: none;
    }

.shop-filter-btn,
.shop-reset-btn {
    height: 48px;
    border-radius: 13px;
    padding: 0 18px;
    font-weight: 900;
    border: 1px solid rgba(13,110,253,.45);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    text-decoration: none;
}

.shop-filter-btn {
    background: #0d6efd;
    color: white;
}

.shop-reset-btn {
    color: #60a5fa;
    background: rgba(13,110,253,.12);
}

.shop-result-head {
    color: #cbd5e1;
    margin: 22px 0;
}

.shop-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.shop-product-card {
    border-radius: 18px;
    overflow: hidden;
    background: rgba(15,23,42,.82);
    border: 1px solid rgba(148,163,184,.22);
    box-shadow: 0 0 30px rgba(0,0,0,.25);
    transition: .25s;
}

    .shop-product-card:hover {
        transform: translateY(-4px);
        border-color: rgba(13,110,253,.65);
    }

.shop-product-img {
    height: 230px;
    position: relative;
    background: rgba(2,6,23,.8);
}

    .shop-product-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.shop-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #0d6efd;
    color: white;
    padding: 6px 11px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

    .shop-badge.custom {
        background: #2563eb;
    }

.shop-fav-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    border: 1px solid rgba(13,110,253,.35);
    background: rgba(2,6,23,.7);
    color: #93c5fd;
}

    .shop-fav-btn.active {
        color: #ef4444;
    }

.shop-product-body {
    padding: 18px;
}

    .shop-product-body h3 {
        margin: 0 0 8px;
        font-size: 19px;
        font-weight: 950;
    }

    .shop-product-body p {
        color: #94a3b8;
        min-height: 42px;
        margin-bottom: 14px;
    }

.shop-product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

    .shop-product-meta strong {
        color: #38bdf8;
        font-size: 17px;
    }

    .shop-product-meta span {
        background: rgba(13,110,253,.14);
        color: #dbeafe;
        border-radius: 10px;
        padding: 7px 10px;
        font-size: 12px;
    }

.shop-product-actions {
    display: grid;
    grid-template-columns: 1fr 58px;
    gap: 10px;
}

    .shop-product-actions a,
    .shop-cart-btn {
        height: 42px;
        border-radius: 10px;
        font-weight: 900;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .shop-product-actions a {
        color: white;
        border: 1px solid rgba(13,110,253,.45);
    }

.shop-cart-btn {
    border: none;
    background: #0d6efd;
    color: white;
}

.shop-empty {
    min-height: 300px;
    display: grid;
    place-items: center;
    text-align: center;
    background: rgba(15,23,42,.65);
    border: 1px dashed rgba(148,163,184,.35);
    border-radius: 22px;
}

    .shop-empty i {
        font-size: 54px;
        color: #0d6efd;
    }

@media(max-width: 1200px) {
    .shop-products-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .shop-filter-bar {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 800px) {
    .shop-products-grid {
        grid-template-columns: 1fr;
    }

    .shop-filter-bar {
        grid-template-columns: 1fr;
    }

    .shop-hero h1 {
        font-size: 42px;
    }
}
/*#endregion*/

/*#region Details produit*/

.product-details-page {
    padding: 45px 7% 70px;
    color: white;
}

.product-back-zone {
    margin-bottom: 22px;
}

.product-back-btn {
    height: 44px;
    padding: 0 18px;
    border: none;
    border-radius: 13px;
    background: linear-gradient(135deg,#ef4444,#dc2626);
    color: white;
    font-weight: 850;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .25s;
}

    .product-back-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(239,68,68,.25);
    }

.product-details-card {
    display: grid;
    grid-template-columns: minmax(520px, .95fr) minmax(430px, 1fr);
    gap: 44px;
    align-items: start;
    background: rgba(15,23,42,.72);
}

.product-left-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product-gallery-wrap {
    display: grid;
    grid-template-columns: 95px minmax(0,1fr);
    gap: 18px;
    align-items: start;
}

.product-thumbnails-vertical {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.thumb-btn {
    width: 92px;
    height: 92px;
    border-radius: 15px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    background: rgba(15,23,42,.9);
    border: 1px solid rgba(13,110,253,.45);
    transition: .25s;
}

    .thumb-btn:hover {
        transform: translateX(3px);
        border-color: #0d6efd;
        box-shadow: 0 0 22px rgba(13,110,253,.35);
    }

    .thumb-btn img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.main-product-image {
    position: relative;
    height: 460px;
    max-height: 460px;
    border-radius: 26px;
    overflow: hidden;
    background: rgba(2,6,23,.85);
    border: 1px solid rgba(255,255,255,.10);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .main-product-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        background: rgba(2,6,23,.35);
    }

.detail-badge-new {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 2;
    padding: 10px 18px;
    border-radius: 13px;
    background: linear-gradient(135deg,#0d6efd,#2563eb);
    color: white;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    box-shadow: 0 14px 35px rgba(13,110,253,.35);
}

.product-details-info {
    padding-top: 10px;
}

.product-detail-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 17px;
    border-radius: 999px;
    background: rgba(13,110,253,.13);
    border: 1px solid rgba(13,110,253,.48);
    color: #93c5fd;
    font-weight: 900;
}

.product-details-info h1 {
    font-size: clamp(34px, 3.2vw, 54px);
    line-height: 1.08;
    margin: 24px 0 12px;
    font-weight: 950;
}

.product-reference {
    color: #cbd5e1;
    margin-bottom: 22px;
}

    .product-reference strong {
        color: #38bdf8;
    }

.product-detail-desc {
    color: #cbd5e1;
    line-height: 1.85;
    font-size: 17px;
    max-width: 760px;
}

.product-detail-price {
    margin: 24px 0 18px;
    color: #38bdf8;
    font-size: 36px;
    font-weight: 950;
}

.product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 26px;
}

.product-tag {
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 850;
    background: rgba(2,6,23,.45);
    border: 1px solid rgba(255,255,255,.10);
}

    .product-tag.success {
        color: #86efac;
        background: rgba(34,197,94,.10);
        border-color: rgba(34,197,94,.35);
    }

    .product-tag.danger {
        color: #fca5a5;
        background: rgba(239,68,68,.10);
        border-color: rgba(239,68,68,.35);
    }

    .product-tag.info {
        color: #60a5fa;
        background: rgba(59,130,246,.10);
        border-color: rgba(59,130,246,.35);
    }

    .product-tag.custom {
        color: #facc15;
        background: rgba(250,204,21,.10);
        border-color: rgba(250,204,21,.35);
    }

.add-cart-form {
    display: flex;
    gap: 22px;
    align-items: end;
    margin-bottom: 0;
}

.quantity-box label {
    display: block;
    margin-bottom: 10px;
    font-weight: 950;
}

.quantity-control {
    height: 56px;
    display: grid;
    grid-template-columns: 56px 72px 56px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(2,6,23,.62);
}

    .quantity-control button,
    .quantity-control input {
        border: none;
        background: transparent;
        color: white;
        text-align: center;
        font-weight: 950;
        font-size: 17px;
    }

    .quantity-control button {
        cursor: pointer;
        transition: .2s;
    }

        .quantity-control button:hover {
            background: rgba(13,110,253,.24);
        }

    .quantity-control input {
        background: rgba(0,0,0,.28);
        outline: none;
    }

.add-cart-btn {
    height: 56px;
    min-width: 340px;
    padding: 0 30px;
    border: none;
    border-radius: 16px;
    color: white;
    background: linear-gradient(135deg,#0d6efd,#2563eb);
    font-weight: 950;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: .25s;
}

    .add-cart-btn:hover:not(:disabled) {
        transform: translateY(-2px);
        box-shadow: 0 16px 36px rgba(13,110,253,.35);
    }

    .add-cart-btn:disabled {
        opacity: .45;
        cursor: not-allowed;
    }

.product-specs-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
}

.product-specs-under-image {
    margin-left: 113px;
    padding-top: 0;
    border-top: none;
}

.spec-card {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 92px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(2,6,23,.42);
    border: 1px solid rgba(13,110,253,.20);
    transition: .25s;
}

    .spec-card:hover {
        transform: translateY(-2px);
        border-color: rgba(13,110,253,.5);
        background: rgba(13,110,253,.08);
    }

.spec-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    color: white;
    background: rgba(13,110,253,.18);
    font-size: 22px;
}

.spec-card span {
    display: block;
    color: #94a3b8;
    font-size: 13px;
    margin-bottom: 5px;
}

.spec-card strong {
    color: white;
    font-size: 15px;
    font-weight: 900;
}

.product-quality-row {
    margin-top: 22px;
    margin-left: 113px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
}

.quality-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(15,23,42,.72);
    border: 1px solid rgba(13,110,253,.18);
}

    .quality-card i {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        display: grid;
        place-items: center;
        background: rgba(13,110,253,.18);
        color: #93c5fd;
        font-size: 21px;
    }

    .quality-card strong {
        display: block;
        font-weight: 900;
        margin-bottom: 5px;
    }

    .quality-card span {
        color: #94a3b8;
        font-size: 14px;
    }

@media(max-width: 1150px) {
    .product-details-card {
        grid-template-columns: 1fr;
    }

    .product-specs-under-image,
    .product-quality-row {
        margin-left: 0;
    }

    .product-quality-row {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 750px) {
    .product-details-page {
        padding: 35px 18px 55px;
    }

    .product-gallery-wrap {
        grid-template-columns: 1fr;
    }

    .product-thumbnails-vertical {
        flex-direction: row;
        overflow-x: auto;
    }

    .main-product-image {
        height: 360px;
        max-height: 360px;
    }

    .add-cart-form {
        flex-direction: column;
        align-items: stretch;
    }

    .add-cart-btn {
        min-width: 100%;
    }

    .product-specs-grid {
        grid-template-columns: 1fr;
    }
}

/*#endregion*/

/*#region PAGINATION*/
.flexi-pager {
    margin: 35px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

    .flexi-pager a {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        background: rgba(15, 23, 42, .78);
        border: 1px solid rgba(13,110,253,.35);
        color: #dbeafe;
        text-decoration: none;
        display: grid;
        place-items: center;
        font-weight: 900;
        transition: .22s;
    }

        .flexi-pager a:hover {
            color: white;
            background: rgba(13,110,253,.22);
            border-color: rgba(13,110,253,.75);
        }

        .flexi-pager a.active {
            background: linear-gradient(135deg, #0d6efd, #2563eb);
            color: white;
            box-shadow: 0 0 18px rgba(13,110,253,.42);
        }

    .flexi-pager .pager-arrow {
        font-size: 13px;
    }
/*#endregion*/

/*#region LEGAL PUBLIC PRO */

.legal-pro-page {
    padding: 70px 0 45px;
}

.legal-pro-hero {
    width: max(1200px, calc(100% - 40px));
    margin: 0 auto 34px;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 50px;
    align-items: center;
}

.legal-pro-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #94a3b8;
    font-size: 14px;
    margin-bottom: 24px;
}

    .legal-pro-breadcrumb i {
        color: #0d6efd;
        font-size: 11px;
    }

.legal-pro-hero-text h1 {
    margin: 0 0 18px;
    color: white;
    font-size: 54px;
    line-height: 1;
    font-weight: 950;
    text-shadow: 0 0 22px rgba(13,110,253,.25);
}

.legal-pro-hero-text p {
    max-width: 620px;
    color: #dbeafe;
    font-size: 17px;
    line-height: 1.75;
    margin: 0;
}

.legal-pro-hero-card {
    min-height: 230px;
    padding: 34px;
    border-radius: 24px;
    background: rgba(15, 23, 42, .70);
    border: 1px solid rgba(13,110,253,.50);
    box-shadow: 0 0 40px rgba(13,110,253,.15);
    backdrop-filter: blur(14px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #dbeafe;
    text-align: center;
}

    .legal-pro-hero-card > i {
        color: #0d6efd;
        font-size: 56px;
        margin-bottom: 20px;
        filter: drop-shadow(0 0 14px rgba(13,110,253,.45));
    }

    .legal-pro-hero-card h3 {
        color: white;
        font-size: 26px;
        font-weight: 950;
        margin: 0 0 10px;
    }

    .legal-pro-hero-card p {
        color: #94a3b8;
        margin: 0;
        line-height: 1.55;
    }

.legal-pro-date {
    margin-top: 16px;
    color: #dbeafe;
    font-size: 14px;
}

    .legal-pro-date strong {
        color: white;
        font-weight: 900;
        margin-left: 5px;
    }

.legal-pro-info-bar {
    width: max(1120px, calc(100% - 40px));
    margin: 0 auto 28px;
    padding: 18px 24px;
    border-radius: 18px;
    background: rgba(15, 23, 42, .86);
    border: 1px solid rgba(13,110,253,.48);
    box-shadow: 0 0 34px rgba(13,110,253,.14);
    backdrop-filter: blur(14px);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 26px;
}

.legal-pro-info-item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    min-width: 0;
}

    .legal-pro-info-item i {
        width: 46px;
        height: 46px;
        border-radius: 13px;
        background: linear-gradient(135deg, #0d6efd, #2563eb);
        display: grid;
        place-items: center;
        color: white;
        font-size: 18px;
        box-shadow: 0 0 16px rgba(13,110,253,.35);
    }

    .legal-pro-info-item span {
        display: block;
        color: #94a3b8;
        font-size: 12px;
        margin-bottom: 4px;
    }

    .legal-pro-info-item strong {
        display: block;
        color: white;
        font-size: 14px;
        font-weight: 900;
        line-height: 1.25;
        word-break: break-word;
    }

.legal-pro-content {
    width: max(1120px, calc(100% - 40px));
    margin: 0 auto;
    border-radius: 20px;
    background: rgba(15, 23, 42, .80);
    border: 1px solid rgba(148,163,184,.20);
    overflow: hidden;
    backdrop-filter: blur(14px);
    box-shadow: 0 0 42px rgba(0,0,0,.35);
}

.legal-pro-section {
    border-bottom: 1px solid rgba(148,163,184,.18);
}

    .legal-pro-section:last-child {
        border-bottom: none;
    }

    .legal-pro-section summary {
        min-height: 70px;
        padding: 0 22px 0 26px;
        display: grid;
        grid-template-columns: 44px 1fr 24px;
        align-items: center;
        gap: 18px;
        cursor: pointer;
        list-style: none;
        color: white;
    }

    .legal-pro-section summary {
        list-style: none;
    }

        .legal-pro-section summary::marker {
            content: "";
        }

.legal-pro-section-number {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d6efd, #2563eb);
    display: grid;
    place-items: center;
    color: white;
    font-weight: 950;
    box-shadow: 0 0 16px rgba(13,110,253,.35);
}

.legal-pro-section-title {
    font-size: 20px;
    font-weight: 950;
}

.legal-pro-section summary > i {
    color: white;
    transition: .25s;
}

.legal-pro-section[open] summary > i {
    transform: rotate(180deg);
}

.legal-pro-section-body {
    padding: 0 34px 26px 88px;
    color: #cbd5e1;
}

    .legal-pro-section-body p {
        margin: 0 0 14px;
        line-height: 1.65;
    }

    .legal-pro-section-body ul {
        margin: 0 0 10px 18px;
        padding: 0;
    }

    .legal-pro-section-body li {
        margin-bottom: 8px;
        color: #dbeafe;
    }

.legal-pro-contact {
    width: max(1120px, calc(100% - 40px));
    margin: 28px auto 0;
    padding: 26px 30px;
    border-radius: 20px;
    background: rgba(15, 23, 42, .78);
    border: 1px solid rgba(13,110,253,.48);
    display: grid;
    grid-template-columns: 58px 1fr auto;
    align-items: center;
    gap: 22px;
    color: white;
}

.legal-pro-contact-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(13,110,253,.22);
    display: grid;
    place-items: center;
    color: #60a5fa;
    font-size: 22px;
}

.legal-pro-contact h3 {
    margin: 0 0 6px;
    font-size: 26px;
    font-weight: 950;
}

.legal-pro-contact p {
    margin: 0;
    color: #dbeafe;
}

.legal-pro-contact a {
    color: white;
    font-weight: 950;
    text-decoration: none;
}

@media(max-width: 1100px) {
    .legal-pro-hero {
        grid-template-columns: 1fr;
    }

    .legal-pro-info-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .legal-pro-contact {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .legal-pro-contact-icon {
        margin: auto;
    }
}

@media(max-width: 640px) {
    .legal-pro-hero-text h1 {
        font-size: 40px;
    }

    .legal-pro-info-bar {
        grid-template-columns: 1fr;
    }

    .legal-pro-section summary {
        grid-template-columns: 38px 1fr 18px;
        padding: 0 16px;
    }

    .legal-pro-section-body {
        padding: 0 18px 24px 72px;
    }
}

/*#endregion */

/*#region PROFIL COMPLET*/

/*#region USER ADRESSES */

.user-address-content {
    color: white;
    padding: 34px 38px;
}

.address-page-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
    margin-bottom: 26px;
}

    .address-page-head h1 {
        margin: 0;
        font-size: 38px;
        font-weight: 950;
    }

    .address-page-head p {
        margin: 6px 0 0;
        color: #94a3b8;
    }

.address-add-btn {
    height: 48px;
    padding: 0 22px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #0d6efd, #2563eb);
    color: white;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 12px 30px rgba(13,110,253,.28);
    transition: .25s;
}

    .address-add-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 36px rgba(13,110,253,.42);
    }

.address-card-panel {
    background: rgba(2, 8, 23, 0.76);
    border: 1px solid rgba(13,110,253,.28);
    border-radius: 22px;
    padding: 24px;
    backdrop-filter: blur(14px);
    box-shadow: 0 0 45px rgba(0,0,0,.35);
}

.address-panel-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

    .address-panel-head i {
        color: #0d6efd;
        font-size: 24px;
    }

    .address-panel-head h2 {
        margin: 0;
        font-size: 24px;
        font-weight: 900;
    }

.address-list {
    display: grid;
    gap: 16px;
}

.address-item {
    display: grid;
    grid-template-columns: 72px 1fr auto;
    gap: 20px;
    align-items: center;
    min-height: 150px;
    padding: 22px;
    border-radius: 18px;
    background: rgba(15, 23, 42, .58);
    border: 1px solid rgba(148,163,184,.20);
    transition: .25s;
}

    .address-item:hover {
        border-color: rgba(13,110,253,.55);
        background: rgba(15, 23, 42, .78);
        box-shadow: 0 0 26px rgba(13,110,253,.14);
    }

.address-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: white;
    font-size: 25px;
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    box-shadow: 0 0 22px rgba(168,85,247,.34);
}

    .address-icon.main {
        background: linear-gradient(135deg, #0d6efd, #2563eb);
        box-shadow: 0 0 22px rgba(13,110,253,.45);
    }

.address-title-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

    .address-title-line h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 900;
    }

    .address-title-line span {
        padding: 5px 10px;
        border-radius: 999px;
        color: #93c5fd;
        background: rgba(13,110,253,.20);
        border: 1px solid rgba(13,110,253,.35);
        font-size: 11px;
        font-weight: 900;
        text-transform: uppercase;
    }

.address-info strong {
    display: block;
    margin-bottom: 6px;
    color: white;
}

.address-info p {
    margin: 0;
    color: #cbd5e1;
    line-height: 1.55;
}

.address-info small {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    color: #dbeafe;
}

    .address-info small i {
        color: #0d6efd;
    }

.address-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .address-actions form {
        margin: 0;
    }

.address-edit-btn,
.address-delete-btn {
    height: 42px;
    padding: 0 16px;
    border-radius: 10px;
    background: transparent;
    font-weight: 850;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    transition: .22s;
}

.address-edit-btn {
    color: #dbeafe;
    border: 1px solid rgba(13,110,253,.70);
}

    .address-edit-btn i {
        color: #0d6efd;
    }

    .address-edit-btn:hover {
        background: rgba(13,110,253,.18);
        color: white;
    }

.address-delete-btn {
    color: #fca5a5;
    border: 1px solid rgba(239,68,68,.65);
}

    .address-delete-btn i {
        color: #ef4444;
    }

    .address-delete-btn:hover {
        background: rgba(239,68,68,.15);
        color: white;
    }

.address-empty {
    min-height: 260px;
    border-radius: 18px;
    border: 1px dashed rgba(148,163,184,.35);
    background: rgba(15,23,42,.38);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #cbd5e1;
    text-align: center;
}

    .address-empty i {
        font-size: 54px;
        color: #0d6efd;
        margin-bottom: 8px;
    }

    .address-empty strong {
        color: white;
        font-size: 20px;
    }

.address-modal-content {
    background: rgba(2, 8, 23, .97);
    border: 1px solid rgba(13,110,253,.28);
    color: white;
    border-radius: 22px;
    box-shadow: 0 0 60px rgba(0,0,0,.65);
}

.address-modal-error {
    grid-column: 1 / -1;
    display: flex;
    gap: 14px;
    padding: 16px;
    border-radius: 14px;
    margin-bottom: 8px;
    color: #fecaca;
    background: rgba(127,29,29,.32);
    border: 1px solid rgba(239,68,68,.45);
}

    .address-modal-error i {
        color: #ef4444;
        margin-top: 3px;
    }

    .address-modal-error ul {
        margin: 8px 0 0;
    }

.address-check-line {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #dbeafe;
    font-weight: 750;
    margin-top: 4px;
}

    .address-check-line input {
        width: 18px;
        height: 18px;
        accent-color: #0d6efd;
    }

@media(max-width: 900px) {
    .user-address-content {
        padding: 24px 16px;
    }

    .address-page-head {
        flex-direction: column;
        align-items: stretch;
    }

    .address-add-btn {
        justify-content: center;
        width: 100%;
    }

    .address-item {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .address-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .address-edit-btn,
    .address-delete-btn {
        width: 100%;
        justify-content: center;
    }

    .address-actions form {
        width: 100%;
    }
}

/*#endregion */

/*#region USER COMMANDES PAGE */

.cancel-order-textarea {
    width: 100%;
    min-height: 120px;
    resize: vertical;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(59,130,246,.25);
    background: rgba(15,23,42,.85);
    color: #f8fafc;
    font-size: 15px;
    line-height: 1.6;
    transition: .25s;
    outline: none;
}

    .cancel-order-textarea::placeholder {
        color: #94a3b8;
    }

    .cancel-order-textarea:hover {
        border-color: rgba(59,130,246,.45);
    }

    .cancel-order-textarea:focus {
        border-color: #3b82f6;
        box-shadow: 0 0 0 4px rgba(59,130,246,.18);
        background: rgba(15,23,42,.95);
    }

    .cancel-order-textarea::-webkit-scrollbar {
        width: 8px;
    }

    .cancel-order-textarea::-webkit-scrollbar-thumb {
        background: rgba(59,130,246,.45);
        border-radius: 20px;
    }

.cmd-order-alert {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 18px;
    padding: 15px 18px;
    border-radius: 14px;
    font-weight: 850;
}

    .cmd-order-alert.success {
        color: #bbf7d0;
        background: rgba(34, 197, 94, .14);
        border: 1px solid rgba(34, 197, 94, .34);
    }

    .cmd-order-alert.error {
        color: #fecaca;
        background: rgba(239, 68, 68, .14);
        border: 1px solid rgba(239, 68, 68, .34);
    }

.cmd-user-row-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.cmd-user-cancel-btn {
    min-height: 40px;
    padding: 0 15px;
    border-radius: 10px;
    color: #fecaca;
    background: rgba(239, 68, 68, .08);
    border: 1px solid rgba(239, 68, 68, .55);
    font-weight: 850;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .cmd-user-cancel-btn:hover {
        color: white;
        background: rgba(239, 68, 68, .20);
    }

.cmd-user-cancel-deadline,
.cmd-user-cancel-expired {
    display: block;
    margin-top: 7px;
    font-size: 11px;
}

.cmd-user-cancel-deadline {
    color: #fbbf24;
}

.cmd-user-cancel-expired {
    color: #94a3b8;
}

.cmd-user-cancel-summary {
    display: grid;
    grid-template-columns: 62px 1fr 1fr;
    gap: 16px;
    align-items: center;
    padding: 17px;
    margin-bottom: 17px;
    border-radius: 17px;
    background: rgba(15, 23, 42, .62);
    border: 1px solid rgba(148, 163, 184, .18);
}

    .cmd-user-cancel-summary span {
        display: block;
        margin-bottom: 4px;
        color: #94a3b8;
        font-size: 13px;
    }

    .cmd-user-cancel-summary strong {
        color: white;
    }

.cmd-user-cancel-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    color: white;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    font-size: 21px;
}

.cmd-user-cancel-warning {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
    margin-bottom: 18px;
    border-radius: 15px;
    color: #fde68a;
    background: rgba(245, 158, 11, .11);
    border: 1px solid rgba(245, 158, 11, .34);
}

    .cmd-user-cancel-warning > i {
        width: 44px;
        height: 44px;
        border-radius: 13px;
        display: grid;
        place-items: center;
        color: #fbbf24;
        background: rgba(245, 158, 11, .14);
    }

    .cmd-user-cancel-warning strong {
        display: block;
        color: #fef3c7;
    }

    .cmd-user-cancel-warning p {
        margin: 5px 0;
        color: #fde68a;
        line-height: 1.5;
    }

    .cmd-user-cancel-warning small {
        color: #fbbf24;
    }

.cmd-user-confirm-cancel-btn {
    min-height: 46px;
    padding: 0 18px;
    border: none;
    border-radius: 12px;
    color: white;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

@media (max-width: 650px) {
    .cmd-user-cancel-summary {
        grid-template-columns: 1fr;
    }

    .cmd-user-row-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cmd-user-cancel-btn,
    .cmd-user-detail-btn {
        width: 100%;
    }
}

.cmd-user-content {
    color: white;
    padding: 34px 38px;
}

.cmd-user-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
    margin-bottom: 26px;
}

    .cmd-user-head h1 {
        margin: 0;
        font-size: 38px;
        font-weight: 950;
    }

    .cmd-user-head p {
        margin: 6px 0 0;
        color: #94a3b8;
    }

.cmd-user-refresh-btn {
    height: 48px;
    padding: 0 20px;
    border-radius: 12px;
    color: white;
    text-decoration: none;
    font-weight: 900;
    background: linear-gradient(135deg, #0d6efd, #2563eb);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 12px 30px rgba(13,110,253,.28);
    transition: .25s;
}

    .cmd-user-refresh-btn:hover {
        color: white;
        transform: translateY(-2px);
    }

.cmd-user-panel {
    background: rgba(2, 8, 23, 0.76);
    border: 1px solid rgba(13,110,253,.28);
    border-radius: 22px;
    padding: 24px;
    backdrop-filter: blur(14px);
    box-shadow: 0 0 45px rgba(0,0,0,.35);
}

.cmd-user-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

    .cmd-user-panel-head > div {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .cmd-user-panel-head i {
        color: #0d6efd;
        font-size: 24px;
    }

    .cmd-user-panel-head h2 {
        margin: 0;
        font-size: 24px;
        font-weight: 900;
    }

    .cmd-user-panel-head span {
        color: #94a3b8;
        font-weight: 750;
    }

.cmd-user-table {
    display: grid;
    gap: 12px;
}

.cmd-user-table-head,
.cmd-user-table-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.1fr .8fr .9fr;
    align-items: center;
    gap: 14px;
}

.cmd-user-table-head {
    padding: 16px 18px;
    border-radius: 14px;
    background: rgba(15, 23, 42, .72);
    border: 1px solid rgba(148,163,184,.16);
    color: #cbd5e1;
    font-weight: 900;
}

.cmd-user-table-row {
    min-height: 76px;
    padding: 18px;
    border-radius: 16px;
    background: rgba(15, 23, 42, .58);
    border: 1px solid rgba(148,163,184,.18);
    transition: .25s;
}

    .cmd-user-table-row:hover {
        border-color: rgba(13,110,253,.55);
        background: rgba(15, 23, 42, .78);
        box-shadow: 0 0 26px rgba(13,110,253,.14);
    }

    .cmd-user-table-row strong {
        color: white;
    }

    .cmd-user-table-row span {
        color: #cbd5e1;
    }

    .cmd-user-table-row b {
        color: #38bdf8;
    }

.cmd-user-status {
    width: fit-content;
    min-width: 86px;
    text-align: center;
    padding: 6px 11px;
    border-radius: 999px;
    font-style: normal;
    font-size: 12px;
    font-weight: 950;
}

    .cmd-user-status.waiting {
        color: #facc15;
        background: rgba(250,204,21,.16);
    }

    .cmd-user-status.pending {
        color: #facc15;
        background: rgba(245,158,11,.18);
    }

    .cmd-user-status.paid {
        color: #86efac;
        background: rgba(34,197,94,.16);
    }

    .cmd-user-status.cancelled {
        color: #fca5a5;
        background: rgba(239,68,68,.16);
    }

.cmd-user-detail-btn {
    height: 40px;
    padding: 0 15px;
    border-radius: 10px;
    color: #dbeafe;
    background: transparent;
    border: 1px solid rgba(13,110,253,.65);
    font-weight: 850;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    transition: .22s;
}

    .cmd-user-detail-btn i {
        color: #0d6efd;
    }

    .cmd-user-detail-btn:hover {
        color: white;
        background: rgba(13,110,253,.18);
    }

.cmd-user-empty {
    min-height: 260px;
    border-radius: 18px;
    border: 1px dashed rgba(148,163,184,.35);
    background: rgba(15,23,42,.38);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #cbd5e1;
    text-align: center;
}

    .cmd-user-empty i {
        font-size: 54px;
        color: #0d6efd;
        margin-bottom: 8px;
    }

    .cmd-user-empty strong {
        color: white;
        font-size: 20px;
    }

/* MODAL COMMANDES */

.cmd-user-modal-content {
    background: rgba(2, 8, 23, .97);
    border: 1px solid rgba(13,110,253,.28);
    color: white;
    border-radius: 22px;
    box-shadow: 0 0 60px rgba(0,0,0,.65);
    overflow: hidden;
}

.cmd-user-modal-header {
    border-bottom: 1px solid rgba(148,163,184,.18);
    padding: 22px 24px;
}

    .cmd-user-modal-header h5 {
        font-size: 22px;
        font-weight: 950;
    }

.cmd-user-modal-body {
    padding: 24px;
}

.cmd-user-modal-summary {
    display: grid;
    grid-template-columns: 74px repeat(4, 1fr);
    gap: 18px;
    align-items: center;
    padding: 18px;
    border-radius: 18px;
    background: rgba(15,23,42,.64);
    border: 1px solid rgba(148,163,184,.18);
    margin-bottom: 18px;
}

.cmd-user-modal-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: white;
    font-size: 24px;
    background: linear-gradient(135deg, #0d6efd, #2563eb);
    box-shadow: 0 0 22px rgba(13,110,253,.45);
}

.cmd-user-modal-summary span {
    display: block;
    color: #94a3b8;
    font-size: 13px;
    margin-bottom: 5px;
}

.cmd-user-modal-summary strong {
    color: white;
    font-size: 15px;
}

.cmd-user-blue-text {
    color: #38bdf8 !important;
}

.cmd-user-modal-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 16px;
    margin-bottom: 18px;
}

.cmd-user-modal-card,
.cmd-user-modal-products,
.cmd-user-modal-totals {
    border-radius: 18px;
    background: rgba(15,23,42,.58);
    border: 1px solid rgba(148,163,184,.18);
    padding: 18px;
}

    .cmd-user-modal-card h6,
    .cmd-user-modal-products h6 {
        margin: 0 0 16px;
        font-size: 17px;
        font-weight: 950;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .cmd-user-modal-card h6 i,
        .cmd-user-modal-products h6 i {
            color: #0d6efd;
        }

    .cmd-user-modal-card p {
        margin: 8px 0;
        color: #cbd5e1;
        line-height: 1.55;
    }

    .cmd-user-modal-card > strong {
        display: block;
        margin-bottom: 8px;
    }

    .cmd-user-modal-card span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #dbeafe;
    }

.cmd-user-modal-products {
    margin-bottom: 18px;
}

.order-products-list {
    display: grid;
    gap: 12px;
}

.order-product-line {
    display: grid;
    grid-template-columns: 74px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 12px;
    border-radius: 14px;
    background: rgba(2,6,23,.45);
    border: 1px solid rgba(148,163,184,.12);
}

    .order-product-line img {
        width: 64px;
        height: 64px;
        border-radius: 12px;
        object-fit: cover;
        background: rgba(255,255,255,.06);
    }

    .order-product-line strong {
        display: block;
        margin-bottom: 5px;
    }

    .order-product-line span {
        display: block;
        color: #94a3b8;
        font-size: 13px;
        margin-top: 2px;
    }

.order-product-price {
    text-align: right;
}

    .order-product-price b {
        display: block;
        margin-top: 6px;
        color: #38bdf8;
    }

.cmd-user-modal-totals {
    margin-left: auto;
    max-width: 360px;
    display: grid;
    gap: 10px;
}

    .cmd-user-modal-totals div {
        display: flex;
        justify-content: space-between;
        gap: 18px;
        color: #cbd5e1;
    }

.cmd-user-total-line {
    padding-top: 10px;
    border-top: 1px solid rgba(148,163,184,.20);
    color: white !important;
    font-size: 18px;
    font-weight: 950;
}

    .cmd-user-total-line strong {
        color: #38bdf8;
    }

.cmd-user-modal-footer {
    border-top: 1px solid rgba(148,163,184,.18);
    padding: 18px 24px;
}

@media(max-width: 1100px) {
    .cmd-user-table-head {
        display: none;
    }

    .cmd-user-table-row {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .cmd-user-detail-btn {
        width: 100%;
    }

    .cmd-user-modal-summary,
    .cmd-user-modal-grid {
        grid-template-columns: 1fr;
    }

    .order-product-line {
        grid-template-columns: 1fr;
    }

        .order-product-line img {
            width: 100%;
            height: 180px;
        }

    .order-product-price {
        text-align: left;
    }

    .cmd-user-modal-totals {
        max-width: 100%;
    }
}

@media(max-width: 768px) {
    .cmd-user-content {
        padding: 24px 16px;
    }

    .cmd-user-head {
        flex-direction: column;
        align-items: stretch;
    }

    .cmd-user-refresh-btn {
        justify-content: center;
    }
}

.cmd-invoice-download-btn {
    min-height: 44px;
    padding: 0 18px;
    border-radius: 14px;
    color: white;
    text-decoration: none;
    font-weight: 950;
    background: linear-gradient(135deg, #0d6efd, #2563eb);
    border: 1px solid rgba(96,165,250,.55);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 12px 28px rgba(13,110,253,.28);
    transition: .22s;
}

    .cmd-invoice-download-btn span {
        width: 26px;
        height: 26px;
        border-radius: 9px;
        background: rgba(255,255,255,.16);
        display: grid;
        place-items: center;
    }

    .cmd-invoice-download-btn:hover {
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 16px 34px rgba(13,110,253,.38);
    }

    .cmd-invoice-download-btn:active {
        transform: translateY(0);
    }

/*#endregion */

/* Informations complètes de commande */

.cmd-user-payment-cell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

    .cmd-user-payment-cell small {
        display: block;
    }

.cmd-user-payment-paid {
    color: #86efac;
}

.cmd-user-payment-waiting {
    color: #facc15;
}

.cmd-user-payment-date {
    color: #94a3b8;
    font-size: 11px;
}

.cmd-user-modal-grid-complete {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cmd-user-order-loading,
.cmd-user-order-error {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    text-align: center;
}

.cmd-user-order-loading {
    color: #93c5fd;
}

.cmd-user-order-error {
    color: #fca5a5;
}

    .cmd-user-order-loading i,
    .cmd-user-order-error i {
        font-size: 34px;
    }

.cmd-user-transaction {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.cmd-user-invoice-status {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

    .cmd-user-invoice-status.is-success {
        color: #86efac;
        background: rgba(34, 197, 94, .14);
    }

    .cmd-user-invoice-status.is-progress,
    .cmd-user-invoice-status.is-pending {
        color: #facc15;
        background: rgba(245, 158, 11, .14);
    }

    .cmd-user-invoice-status.is-error,
    .cmd-user-invoice-status.is-cancelled {
        color: #fca5a5;
        background: rgba(239, 68, 68, .14);
    }

.order-product-info {
    min-width: 0;
}

.cmd-user-products-empty {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    color: #94a3b8;
}

    .cmd-user-products-empty i {
        color: #0d6efd;
        font-size: 32px;
    }

[hidden] {
    display: none !important;
}

@media(max-width: 1100px) {
    .cmd-user-modal-grid-complete {
        grid-template-columns: 1fr;
    }
}


/*#region CONTACT PRO*/

.contact-pro-page {
    min-height: 100vh;
    padding: 70px 7%;
    color: white;
    background: radial-gradient(circle at 15% 20%, rgba(13,110,253,.16), transparent 30%), radial-gradient(circle at 90% 12%, rgba(168,85,247,.18), transparent 28%), linear-gradient(135deg, rgba(2,6,23,.96), rgba(2,8,23,.86));
}

.contact-pro-layout {
    display: grid;
    grid-template-columns: 1.1fr .95fr;
    gap: 70px;
    align-items: start;
}

.contact-pro-kicker {
    display: block;
    color: #38bdf8;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .08em;
    margin-bottom: 12px;
}

.contact-pro-left h1 {
    max-width: 650px;
    margin: 0;
    font-size: clamp(38px, 4vw, 62px);
    line-height: .96;
    font-weight: 950;
}

    .contact-pro-left h1 span {
        color: #3b82f6;
    }

.contact-pro-intro {
    max-width: 590px;
    margin: 20px 0 32px;
    color: #cbd5e1;
    line-height: 1.7;
}

.contact-pro-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 34px;
}

    .contact-pro-benefits div {
        display: grid;
        grid-template-columns: 48px 1fr;
        column-gap: 12px;
        align-items: center;
        padding: 14px;
        border-radius: 18px;
        background: rgba(15,23,42,.48);
        border: 1px solid rgba(148,163,184,.14);
    }

    .contact-pro-benefits i {
        grid-row: span 2;
        width: 46px;
        height: 46px;
        border-radius: 15px;
        display: grid;
        place-items: center;
        color: #60a5fa;
        background: rgba(13,110,253,.16);
        font-size: 20px;
    }

    .contact-pro-benefits strong {
        font-size: 13px;
        font-weight: 950;
    }

    .contact-pro-benefits span {
        color: #94a3b8;
        font-size: 12px;
    }

.contact-pro-card {
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(15,23,42,.88), rgba(2,8,23,.76));
    border: 1px solid rgba(13,110,253,.26);
    box-shadow: 0 24px 60px rgba(0,0,0,.42);
    backdrop-filter: blur(18px);
}

.contact-pro-form-card {
    padding: 28px;
}

.contact-pro-card-head {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 28px;
}

    .contact-pro-card-head h2 {
        margin: 0;
        font-size: 24px;
        font-weight: 950;
    }

    .contact-pro-card-head p {
        margin: 6px 0 0;
        color: #94a3b8;
    }

.contact-pro-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    color: white;
    font-size: 23px;
}

    .contact-pro-icon.blue {
        background: linear-gradient(135deg,#0d6efd,#2563eb);
    }

    .contact-pro-icon.cyan {
        background: linear-gradient(135deg,#06b6d4,#0891b2);
    }

.contact-pro-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.contact-pro-full {
    grid-column: 1 / -1;
}

.contact-pro-field label {
    display: block;
    margin-bottom: 8px;
    color: #e2e8f0;
    font-weight: 900;
}

    .contact-pro-field label span {
        color: #94a3b8;
        font-weight: 600;
    }

.contact-pro-input,
.contact-pro-textarea {
    display: flex;
    gap: 12px;
    align-items: center;
    border-radius: 16px;
    background: rgba(2,6,23,.55);
    border: 1px solid rgba(148,163,184,.18);
    padding: 0 15px;
    transition: .22s;
}

.contact-pro-textarea {
    align-items: flex-start;
    padding-top: 15px;
}

    .contact-pro-input:focus-within,
    .contact-pro-textarea:focus-within {
        border-color: rgba(13,110,253,.65);
        box-shadow: 0 0 0 4px rgba(13,110,253,.12);
    }

    .contact-pro-input i,
    .contact-pro-textarea i {
        color: #3b82f6;
    }

    .contact-pro-input input,
    .contact-pro-input select,
    .contact-pro-textarea textarea {
        width: 100%;
        min-height: 50px;
        border: none;
        outline: none;
        background: transparent;
        color: white;
    }

        .contact-pro-input select option {
            color: #0f172a;
        }

    .contact-pro-textarea textarea {
        min-height: 110px;
        resize: vertical;
        padding-top: 0;
    }

.contact-pro-upload {
    min-height: 96px;
    border-radius: 18px;
    border: 1px dashed rgba(59,130,246,.65);
    background: rgba(2,6,23,.32);
    display: grid;
    place-items: center;
    text-align: center;
    padding: 18px;
    cursor: pointer;
    transition: .22s;
}

    .contact-pro-upload:hover {
        background: rgba(13,110,253,.10);
    }

    .contact-pro-upload i {
        font-size: 34px;
        color: #3b82f6;
        margin-bottom: 8px;
    }

    .contact-pro-upload strong {
        color: #cbd5e1;
        font-weight: 800;
    }

        .contact-pro-upload strong span {
            color: white;
        }

    .contact-pro-upload small {
        color: #94a3b8;
    }

.contact-pro-files {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.contact-pro-file {
    width: 90px;
    padding: 8px;
    border-radius: 14px;
    background: rgba(15,23,42,.78);
    border: 1px solid rgba(148,163,184,.18);
    color: #cbd5e1;
    font-size: 12px;
}

    .contact-pro-file img {
        width: 100%;
        height: 58px;
        border-radius: 10px;
        object-fit: cover;
    }

.contact-pro-submit {
    height: 52px;
    margin-top: 26px;
    padding: 0 24px;
    border: none;
    border-radius: 14px;
    color: white;
    font-weight: 950;
    background: linear-gradient(135deg,#0d6efd,#2563eb);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 15px 32px rgba(13,110,253,.35);
}

.contact-pro-right {
    display: grid;
    gap: 28px;
    padding-top: 75px;
}

.contact-pro-category-card,
.contact-pro-info-card {
    padding: 28px;
}

.contact-pro-category-list {
    display: grid;
    gap: 12px;
}

.contact-pro-category-item {
    display: grid;
    grid-template-columns: 50px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 15px;
    border-radius: 18px;
    background: rgba(15,23,42,.72);
    border: 1px solid rgba(148,163,184,.14);
}

    .contact-pro-category-item > i {
        width: 46px;
        height: 46px;
        border-radius: 15px;
        display: grid;
        place-items: center;
        color: #67e8f9;
        background: rgba(6,182,212,.18);
    }

    .contact-pro-category-item.yellow > i {
        color: #facc15;
        background: rgba(245,158,11,.18);
    }

    .contact-pro-category-item.green > i {
        color: #86efac;
        background: rgba(34,197,94,.18);
    }

    .contact-pro-category-item.red > i {
        color: #fb7185;
        background: rgba(244,63,94,.18);
    }

    .contact-pro-category-item.blue > i {
        color: #93c5fd;
        background: rgba(13,110,253,.18);
    }

    .contact-pro-category-item.purple > i {
        color: #c4b5fd;
        background: rgba(168,85,247,.18);
    }

    .contact-pro-category-item strong {
        display: block;
        font-weight: 950;
    }

    .contact-pro-category-item span {
        display: block;
        margin-top: 4px;
        color: #94a3b8;
    }

    .contact-pro-category-item em {
        color: #94a3b8;
        font-style: normal;
    }

.contact-pro-info-card h2 {
    margin: 0;
    font-size: 23px;
    font-weight: 950;
}

.contact-pro-info-card > p {
    color: #94a3b8;
    margin-bottom: 22px;
}

.contact-pro-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.contact-pro-info {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 14px;
    align-items: center;
}

    .contact-pro-info > i {
        width: 48px;
        height: 48px;
        border-radius: 15px;
        display: grid;
        place-items: center;
        color: #67e8f9;
        background: rgba(6,182,212,.18);
    }

    .contact-pro-info.purple > i {
        color: #c084fc;
        background: rgba(168,85,247,.18);
    }

    .contact-pro-info.location {
        grid-column: 1 / -1;
    }

    .contact-pro-info span,
    .contact-pro-info small {
        color: #94a3b8;
    }

    .contact-pro-info strong {
        display: block;
        margin: 4px 0;
    }

.contact-pro-client-box {
    margin-top: 24px;
    padding: 18px;
    border-radius: 20px;
    background: rgba(13,110,253,.10);
    border: 1px solid rgba(13,110,253,.28);
    display: flex;
    gap: 16px;
}

    .contact-pro-client-box > i {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        display: grid;
        place-items: center;
        color: #93c5fd;
        background: rgba(13,110,253,.18);
        flex: 0 0 auto;
    }

    .contact-pro-client-box strong {
        font-size: 20px;
        font-weight: 950;
    }

    .contact-pro-client-box p {
        color: #cbd5e1;
        line-height: 1.55;
    }

    .contact-pro-client-box a {
        height: 42px;
        padding: 0 16px;
        border-radius: 13px;
        color: #dbeafe;
        text-decoration: none;
        font-weight: 950;
        border: 1px solid rgba(96,165,250,.45);
        background: rgba(13,110,253,.16);
        display: inline-flex;
        align-items: center;
        gap: 9px;
    }

.contact-pro-alert {
    padding: 14px 16px;
    border-radius: 16px;
    margin-bottom: 18px;
    font-weight: 850;
}

    .contact-pro-alert.warning {
        background: rgba(245,158,11,.15);
        color: #fde68a;
        border: 1px solid rgba(245,158,11,.28);
    }

    .contact-pro-alert.danger {
        background: rgba(239,68,68,.15);
        color: #fecaca;
        border: 1px solid rgba(239,68,68,.28);
    }

    .contact-pro-alert.success {
        background: rgba(34,197,94,.15);
        color: #bbf7d0;
        border: 1px solid rgba(34,197,94,.28);
    }

@media(max-width: 1200px) {
    .contact-pro-layout {
        grid-template-columns: 1fr;
    }

    .contact-pro-right {
        padding-top: 0;
    }
}

@media(max-width: 700px) {
    .contact-pro-page {
        padding: 40px 18px;
    }

    .contact-pro-grid,
    .contact-pro-benefits,
    .contact-pro-info-grid {
        grid-template-columns: 1fr;
    }
}

/*#endregion*/

/*#endregion */

/*#region DASHBOARD COMPLET*/

/*#region DASHBOARD PARAMETRES*/

.dashboard-layout {
    display: flex;
    min-height: calc(100vh - 90px);
    color: white;
}

.dashboard-admin {
    flex: 1;
    padding: 28px 34px;
}

/* HEADER */

.settings-header {
    margin-bottom: 28px;
}

    .settings-header h1 {
        display: flex;
        align-items: center;
        gap: 14px;
        font-size: 36px;
        font-weight: 900;
        margin: 0;
    }

        .settings-header h1 i {
            color: #3b82f6;
            font-size: 38px;
        }

    .settings-header p {
        color: #94a3b8;
        margin-top: 10px;
        font-size: 15px;
    }

/* TOP GRID */

.settings-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 22px;
}

.settings-card {
    background: linear-gradient(180deg, rgba(15,23,42,.92), rgba(2,6,23,.94));
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 18px 45px rgba(0,0,0,.24);
}

.settings-grid > .settings-card {
    min-height: 390px;
}

.settings-card-header {
    display: flex;
    gap: 16px;
    margin-bottom: 22px;
}

.settings-card-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-size: 24px;
    flex-shrink: 0;
}

    .settings-card-icon.blue {
        background: rgba(37,99,235,.2);
        color: #60a5fa;
    }

    .settings-card-icon.purple {
        background: rgba(168,85,247,.2);
        color: #c084fc;
    }

    .settings-card-icon.cyan {
        background: rgba(14,165,233,.2);
        color: #38bdf8;
    }

.settings-card h3 {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
    margin-bottom: 8px;
}

.settings-card p {
    color: #94a3b8;
    line-height: 1.55;
    font-size: 14px;
}

/* BACKUP CARD */

.backup-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.backup-item {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.05);
}

    .backup-item strong {
        display: block;
        margin-bottom: 6px;
        font-size: 14px;
        word-break: break-word;
    }

    .backup-item span {
        color: #94a3b8;
        font-size: 12px;
    }

.backup-actions {
    display: flex;
    align-items: center;
    gap: 9px;
}

    .backup-actions span {
        white-space: nowrap;
    }

    .backup-actions button,
    .refresh-btn,
    .backup-table button {
        width: 34px;
        height: 34px;
        border-radius: 11px;
        border: none;
        background: rgba(255,255,255,.07);
        color: white;
        transition: .2s ease;
    }

        .backup-actions button:hover,
        .refresh-btn:hover,
        .backup-table button:hover {
            background: rgba(59,130,246,.18);
            color: #60a5fa;
        }

.danger {
    color: #ef4444 !important;
}

.main-action-btn {
    width: 100%;
    height: 50px;
    border-radius: 16px;
    border: none;
    color: white;
    font-weight: 900;
    font-size: 14px;
    transition: .25s ease;
}

    .main-action-btn:hover {
        transform: translateY(-2px);
    }

.blue-btn {
    background: linear-gradient(135deg, #2f6df4, #1d4ed8);
}

.purple-btn {
    background: linear-gradient(135deg, #a735ef, #7e22ce);
}

.dark-btn {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
}

/* MAINTENANCE */

.maintenance-box {
    /*    min-height: 210px;*/
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 18px;
    padding: 18px;
    margin-bottom: 20px;
}

.maintenance-status {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

    .maintenance-status strong {
        display: block;
        margin-bottom: 6px;
        font-size: 14px;
    }

    .maintenance-status span {
        color: #94a3b8;
        font-size: 14px;
    }

    .maintenance-status em {
        background: rgba(239,68,68,.15);
        color: #ef4444;
        padding: 6px 12px;
        border-radius: 30px;
        font-style: normal;
        font-size: 12px;
        font-weight: 800;
        height: fit-content;
    }

.maintenance-message label {
    display: block;
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 14px;
}

.maintenance-message textarea {
    width: 100%;
    height: 100px;
    border-radius: 16px;
    background: rgba(2,6,23,.92);
    border: 1px solid rgba(255,255,255,.08);
    color: white;
    padding: 14px;
    resize: none;
    outline: none;
    font-size: 14px;
}

/* SITE INFOS */

.site-infos-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.site-info-item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,.06);
    font-size: 14px;
}

    .site-info-item span {
        color: #94a3b8;
    }

    .site-info-item strong {
        text-align: right;
        font-size: 14px;
    }

/* BOTTOM GRID */

.settings-bottom-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 22px;
    align-items: start;
}

.large-card {
    min-height: 360px;
}

.bottom-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 22px;
}

    .bottom-header h3 {
        font-size: 22px;
    }

    .bottom-header p {
        font-size: 14px;
    }

.refresh-btn {
    width: auto;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    font-size: 14px;
}

/* TABLE */

.backup-table {
    width: 100%;
    border-collapse: collapse;
}

    .backup-table th,
    .backup-table td {
        padding: 13px 10px;
        border-bottom: 1px solid rgba(255,255,255,.06);
        text-align: left;
        font-size: 14px;
    }

    .backup-table th {
        color: #94a3b8;
        font-weight: 800;
    }

/* LOGS */

.logs-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.log-item {
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.05);
}

    .log-item span {
        display: inline-flex;
        padding: 5px 10px;
        border-radius: 30px;
        font-size: 11px;
        font-weight: 900;
        margin-bottom: 10px;
    }

    .log-item p {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .log-item small {
        color: #94a3b8;
        font-size: 12px;
    }

    .log-item.info span {
        background: rgba(59,130,246,.15);
        color: #60a5fa;
    }

    .log-item.success span {
        background: rgba(34,197,94,.15);
        color: #4ade80;
    }

    .log-item.warning span {
        background: rgba(245,158,11,.15);
        color: #fbbf24;
    }

    .log-item.error span {
        background: rgba(239,68,68,.15);
        color: #f87171;
    }

/* RESPONSIVE */

@media (max-width: 1450px) {
    .settings-grid {
        grid-template-columns: 1fr;
    }

        .settings-grid > .settings-card {
            min-height: auto;
        }

    .settings-bottom-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .dashboard-layout {
        flex-direction: column;
    }

    .dashboard-admin {
        padding: 20px;
    }

    .settings-header h1 {
        font-size: 32px;
    }

        .settings-header h1 i {
            font-size: 34px;
        }

    .backup-item,
    .maintenance-status,
    .site-info-item,
    .bottom-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .backup-table {
        min-width: 650px;
    }

    .settings-card {
        overflow-x: auto;
    }
}

.legal-options {
    margin: 25px 0;
    padding: 18px 22px;
    border-radius: 12px;
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(255,255,255,.08);
}

    .legal-options h5 {
        margin-bottom: 18px;
        color: white;
        font-size: 17px;
        font-weight: 700;
    }

        .legal-options h5 i {
            color: #0d6efd;
            margin-right: 8px;
        }

.legal-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #d8d8d8;
    font-weight: 500;
}

    .legal-checkbox input[type=checkbox] {
        width: 18px;
        height: 18px;
    }

/*#endregion*/

/*#region COMMANDES DASHBOARD*/

.orders-page {
    min-height: 100vh;
    color: white;
}

.orders-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    gap: 20px;
}

    .orders-header h1 {
        font-size: 42px;
        font-weight: 900;
        margin-bottom: 5px;
    }

    .orders-header p {
        color: rgba(255, 255, 255, 0.65);
        margin: 0;
    }

.orders-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.order-card {
    border-radius: 24px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

    .order-card i {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .order-card span {
        display: block;
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 6px;
    }

    .order-card h3 {
        font-size: 38px;
        font-weight: 900;
        margin-bottom: 6px;
    }

    .order-card p {
        color: rgba(255, 255, 255, 0.5);
        margin: 0;
        font-size: 14px;
    }

.blue {
    box-shadow: inset 0 0 80px rgba(37, 99, 235, 0.12);
}

.yellow {
    box-shadow: inset 0 0 80px rgba(245, 158, 11, 0.12);
}

.cyan {
    box-shadow: inset 0 0 80px rgba(6, 182, 212, 0.12);
}

.green {
    box-shadow: inset 0 0 80px rgba(16, 185, 129, 0.12);
}

.purple {
    box-shadow: inset 0 0 80px rgba(168, 85, 247, 0.12);
}

.red {
    box-shadow: inset 0 0 80px rgba(239, 68, 68, 0.12);
}

.orders-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

    .orders-toolbar input,
    .orders-toolbar select {
        height: 50px;
        border-radius: 14px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: rgb(12, 21, 42);
        color: white;
        padding: 0 18px;
        min-width: 220px;
        outline: none;
    }

    .orders-toolbar option {
        color: white;
    }

    .orders-toolbar button {
        height: 50px;
        padding: 0 22px;
        border-radius: 14px;
        border: none;
        background: rgba(255, 255, 255, 0.08);
        color: white;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 10px;
    }

.orders-table-box {
    overflow-x: auto;
    border-radius: 26px;
    background: rgba(4, 8, 22, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.orders-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(15, 23, 42, 0.82);
}

    .orders-table thead {
        background: rgba(255, 255, 255, 0.03);
    }

    .orders-table th {
        padding: 22px;
        text-align: left;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.7);
        font-weight: 700;
    }

    .orders-table td {
        padding: 22px;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        vertical-align: middle;
    }

    .orders-table small {
        color: rgba(255, 255, 255, 0.5);
    }

.order-number {
    color: #60a5fa;
    font-weight: 700;
}

.badge-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

    .badge-status.refund-pending {
        color: #fbbf24;
        background: rgba(245, 158, 11, 0.16);
        border: 1px solid rgba(245, 158, 11, 0.35);
    }

.pending {
    background: rgba(245, 158, 11, 0.15);
    color: #fbbf24;
}

.encours {
    background: rgba(59, 130, 246, 0.15);
    color: #60a5fa;
}

.shipped {
    background: rgba(16, 185, 129, 0.15);
    color: #34d399;
}

.delivered {
    background: rgba(168, 85, 247, 0.15);
    color: #c084fc;
}

.cancelled {
    background: rgba(239, 68, 68, 0.15);
    color: #f87171;
}

.text-green {
    color: #4ade80 !important;
}

.text-red {
    color: #f87171 !important;
}

.actions {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.order-action-form {
    display: inline-flex;
    margin: 0;
    padding: 0;
}

.order-action-button {
    width: 42px;
    min-width: 42px;
    height: 42px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 12px;
    color: white;
    background: rgba(255, 255, 255, 0.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

    .order-action-button i {
        margin: 0;
        padding: 0;
        line-height: 1;
    }

    .order-action-button:hover {
        color: white;
        background: #2563eb;
        transform: translateY(-2px);
        box-shadow: 0 10px 22px rgba(37, 99, 235, 0.25);
    }

.order-action-invoice {
    border: 1px solid rgba(96, 165, 250, 0.18);
}

    .order-action-invoice:hover {
        color: white;
        background: #2563eb;
        border-color: #2563eb;
    }

.order-action-invoice-pending {
    color: #fbbf24;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.18);
}

.order-action-invoice-error {
    color: #f87171;
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.18);
}

.order-action-invoice-cancelled {
    color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.order-action-delete {
    color: #f87171;
}

    .order-action-delete:hover {
        color: white;
        background: #dc2626;
        box-shadow: 0 10px 22px rgba(220, 38, 38, 0.25);
    }

.order-action-button.order-action-disabled,
.order-action-button:disabled {
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    opacity: 0.8;
}

    .order-action-button.order-action-disabled:hover,
    .order-action-button:disabled:hover {
        transform: none;
        box-shadow: none;
    }

.order-action-invoice-pending:disabled:hover {
    color: #fbbf24;
    background: rgba(245, 158, 11, 0.12);
}

.order-action-invoice-error:disabled:hover {
    color: #f87171;
    background: rgba(239, 68, 68, 0.12);
}

.order-action-invoice-cancelled:disabled:hover {
    color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.035);
}

.empty-orders {
    text-align: center;
    padding: 70px !important;
    color: rgba(255, 255, 255, 0.7);
}

    .empty-orders i {
        font-size: 52px;
        margin-bottom: 15px;
        color: #60a5fa;
    }

/* Chargement AJAX */

.cmd-admin-order-loading,
.cmd-admin-order-error {
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    text-align: center;
}

    .cmd-admin-order-loading i,
    .cmd-admin-order-error i {
        font-size: 34px;
    }

.cmd-admin-order-loading {
    color: #93c5fd;
}

.cmd-admin-order-error {
    color: #f87171;
}

/* Cartes de détails */

.cmd-admin-details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cmd-user-invoice-card h6 i {
    color: #60a5fa;
}

.cmd-invoice-status {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

    .cmd-invoice-status.is-success {
        color: #4ade80;
        background: rgba(34, 197, 94, 0.13);
    }

    .cmd-invoice-status.is-progress,
    .cmd-invoice-status.is-pending {
        color: #fbbf24;
        background: rgba(245, 158, 11, 0.13);
    }

    .cmd-invoice-status.is-error,
    .cmd-invoice-status.is-cancelled {
        color: #f87171;
        background: rgba(239, 68, 68, 0.13);
    }

.cmd-invoice-error-text {
    margin-top: 10px !important;
    padding: 10px 12px;
    border-radius: 10px;
    color: #fca5a5 !important;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.18);
    font-size: 13px;
}

.cmd-user-invoice-button {
    min-height: 42px;
    margin-top: 12px;
    padding: 0 16px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: white;
    background: rgba(37, 99, 235, 0.16);
    border: 1px solid rgba(96, 165, 250, 0.24);
    text-decoration: none;
    font-weight: 800;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

    .cmd-user-invoice-button:hover {
        color: white;
        background: #2563eb;
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(37, 99, 235, 0.22);
    }

/* Produits commandés */

.cmd-admin-products-section {
    margin-top: 18px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.cmd-admin-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

    .cmd-admin-section-title > div {
        display: flex;
        align-items: center;
        gap: 12px;
    }

.cmd-admin-section-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    color: #60a5fa;
    background: rgba(37, 99, 235, 0.14);
}

.cmd-admin-section-title h6 {
    margin: 0 0 3px;
    color: white;
    font-size: 17px;
    font-weight: 900;
}

.cmd-admin-section-title p {
    margin: 0;
    color: rgba(255, 255, 255, 0.52);
    font-size: 13px;
}

.cmd-admin-products-list {
    display: grid;
    gap: 10px;
}

.cmd-admin-product {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) 90px 135px;
    align-items: center;
    gap: 14px;
    padding: 12px;
    border-radius: 15px;
    background: rgba(3, 7, 18, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.cmd-admin-product-image {
    width: 76px;
    height: 76px;
    overflow: hidden;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.05);
}

    .cmd-admin-product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.cmd-admin-product-info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .cmd-admin-product-info strong {
        overflow: hidden;
        color: white;
        font-size: 15px;
        font-weight: 900;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .cmd-admin-product-info span,
    .cmd-admin-product-quantity span,
    .cmd-admin-product-price span {
        color: rgba(255, 255, 255, 0.52);
        font-size: 12px;
    }

.cmd-admin-product-quantity,
.cmd-admin-product-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .cmd-admin-product-quantity strong {
        color: white;
        font-size: 17px;
    }

.cmd-admin-product-price {
    align-items: flex-end;
    text-align: right;
}

    .cmd-admin-product-price strong {
        color: #60a5fa;
        font-size: 16px;
    }

.cmd-admin-products-empty {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    color: rgba(255, 255, 255, 0.55);
}

    .cmd-admin-products-empty i {
        color: #60a5fa;
        font-size: 30px;
    }

[hidden] {
    display: none !important;
}

@media (max-width: 992px) {
    .cmd-admin-details-grid {
        grid-template-columns: 1fr;
    }

    .cmd-admin-product {
        grid-template-columns: 66px minmax(0, 1fr) 80px;
    }

    .cmd-admin-product-image {
        width: 66px;
        height: 66px;
    }

    .cmd-admin-product-price {
        grid-column: 2 / -1;
        align-items: flex-start;
        padding-top: 8px;
        border-top: 1px solid rgba(255, 255, 255, 0.07);
        text-align: left;
    }
}

@media (max-width: 768px) {
    .orders-page {
        padding: 20px;
    }

    .orders-header {
        flex-direction: column;
        align-items: flex-start;
    }

        .orders-header h1 {
            font-size: 32px;
        }

    .orders-toolbar {
        flex-direction: column;
    }

        .orders-toolbar input,
        .orders-toolbar select,
        .orders-toolbar button {
            width: 100%;
        }

    .cmd-admin-product {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .cmd-admin-product-image {
        width: 58px;
        height: 58px;
    }

    .cmd-admin-product-quantity,
    .cmd-admin-product-price {
        grid-column: 2;
        align-items: flex-start;
        text-align: left;
    }
}

/*#endregion*/


/*#region DASHBOARD*/
.dashboard-orders-pro div,
.dashboard-top-products-pro div,
.dashboard-activity-pro div {
    color: inherit;
}

.dashboard-pro-empty span {
    display: block;
}

.dashboard-empty-row {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    color: rgba(255,255,255,.65);
    font-size: 15px;
    font-weight: 600;
}

.dashboard-admin {
    color: white;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

    .dashboard-header h1 {
        font-size: 34px;
        font-weight: 800;
    }

    .dashboard-header p {
        color: #94a3b8;
    }

.date-filter {
    padding: 14px 18px;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.85);
    border: 1px solid rgba(255,255,255,0.12);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-bottom: 25px;
}

.stat-card,
.dashboard-panel {
    background: rgba(15, 23, 42, 0.82);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.35);
    backdrop-filter: blur(14px);
}

.stat-card {
    padding: 24px;
    display: flex;
    gap: 18px;
    align-items: center;
}

.stat-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-size: 28px;
}

.blue {
    background: rgba(57, 174, 180, 0.22);
    color: #00ffe7;
}

.green {
    background: rgba(62, 190, 51, 0.64);
    color: #e1e1e1;
}

.purple {
    background: rgba(168,85,247,0.20);
    color: #a855f7;
}

.orange {
    background: rgba(249,115,22,0.20);
    color: #f97316;
}

.stat-card span {
    color: #cbd5e1;
    font-weight: 600;
}

.stat-card h3 {
    margin: 8px 0;
    font-size: 28px;
    font-weight: 800;
}

.positive {
    color: #22c55e;
    font-size: 13px;
    margin: 0;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 22px;
    margin-bottom: 22px;
}

.bottom-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.1fr;
    gap: 22px;
}

.dashboard-panel {
    padding: 24px;
}

.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .panel-header a,
    .panel-header span {
        color: #38bdf8;
        text-decoration: none;
        font-size: 14px;
    }

.fake-chart {
    height: 260px;
    display: flex;
    align-items: end;
    gap: 18px;
    margin-top: 30px;
    padding: 20px;
    border-radius: 16px;
    background: rgba(2, 8, 23, 0.45);
}

    .fake-chart div {
        flex: 1;
        border-radius: 12px 12px 0 0;
        background: linear-gradient(180deg, #0d6efd, rgba(13,110,253,0.15));
        box-shadow: 0 0 25px rgba(13,110,253,0.35);
    }

.order-status {
    margin-top: 30px;
    display: grid;
    gap: 20px;
}

    .order-status div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #cbd5e1;
    }

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.yellow {
    background: #ab8b4d;
}

.blue-dot {
    background: #0d6efd;
}

.green-dot {
    background: #22c55e;
}

.purple-dot {
    background: #a855f7;
}

.orders-list,
.top-products,
.activity-list {
    display: grid;
    gap: 16px;
    margin-top: 22px;
}

    .orders-list div,
    .top-products div {
        display: grid;
        grid-template-columns: 1fr 1.2fr 0.8fr 0.8fr;
        gap: 12px;
        align-items: center;
        color: #cbd5e1;
        font-size: 14px;
    }

    .top-products div {
        grid-template-columns: 30px 1fr auto;
    }

    .top-products span {
        color: #38bdf8;
        font-weight: 800;
    }

.status {
    padding: 5px 10px;
    border-radius: 999px;
    font-style: normal;
    font-size: 12px;
    text-align: center;
}

.blue-status {
    background: rgba(13,110,253,0.25);
    color: #60a5fa;
}

.green-status {
    background: rgba(34,197,94,0.20);
    color: #22c55e;
}

.yellow-status {
    background: rgba(250,204,21,0.20);
    color: #facc15;
}

.purple-status {
    background: rgba(168,85,247,0.20);
    color: #a855f7;
}

.activity-list div {
    color: #cbd5e1;
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 12px;
}

.activity-list i {
    color: #0d6efd;
    font-size: 18px;
}

.activity-list span {
    grid-column: 2;
    color: #64748b;
    font-size: 13px;
}

@media (max-width: 1100px) {
    .stats-grid,
    .dashboard-grid,
    .bottom-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .dashboard-header {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }

    .orders-list div {
        grid-template-columns: 1fr;
    }
}


.dashboard-layout {
    display: flex;
    min-height: 100vh;
}

.dashboard-sidebar {
    /*    width: 280px;*/
    width: 280px;
    min-width: 280px;
    box-sizing: border-box;
    background: rgba(2, 8, 23, 0.95);
    border-right: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(14px);
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: sticky;
    top: 0;
    height: 100vh;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .sidebar-nav a {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 14px 16px;
        border-radius: 14px;
        text-decoration: none;
        color: #cbd5e1;
        transition: 0.25s ease;
    }

        .sidebar-nav a:hover {
            background: rgba(255,255,255,0.05);
            color: white;
        }

        .sidebar-nav a.active {
            background: rgba(13,110,253,0.20);
            color: #60a5fa;
            border: 1px solid rgba(13,110,253,0.35);
        }

    .sidebar-nav i {
        width: 22px;
        font-size: 18px;
    }

.sidebar-bottom {
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.admin-profile {
    display: flex;
    align-items: center;
    gap: 14px;
}

    .admin-profile img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
    }

    .admin-profile strong {
        color: white;
    }

    .admin-profile span {
        color: #64748b;
        font-size: 13px;
    }

.dashboard-admin {
    /*    flex: 1;*/
    flex: 1;
    min-width: 0;
    box-sizing: border-box;
}

/*@media (max-width: 1100px) {

    .dashboard-sidebar {
        width: 90px;
    }

    .sidebar-nav a span,
    .admin-profile div {
        display: none;
    }

    .sidebar-nav a {
        justify-content: center;
    }
}*/

/* TABLETTE : barre latérale compacte avec icônes */
@media (min-width: 769px) and (max-width: 1100px) {

    .dashboard-sidebar {
        width: 90px;
        min-width: 90px;
        padding: 22px 12px;
    }

    .sidebar-nav a span,
    .admin-profile div {
        display: none;
    }

    .sidebar-nav a {
        width: 100%;
        justify-content: center;
        padding: 14px 10px;
        gap: 0;
    }

    .sidebar-nav i {
        width: auto;
        font-size: 20px;
    }

    .dashboard-admin {
        min-width: 0;
    }
}

/* TÉLÉPHONE : navigation horizontale en haut */
@media (max-width: 768px) {

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .dashboard-layout {
        display: block;
        width: 100%;
        min-height: 0;
        overflow-x: hidden;
    }

    .dashboard-sidebar {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        min-width: 0;
        height: auto;
        min-height: 0;
        padding: 12px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.10);
        display: block;
        overflow: hidden;
    }

    .sidebar-nav {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 9px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding: 2px 2px 8px;
        scroll-behavior: smooth;
        scrollbar-width: thin;
        scrollbar-color: rgba(13,110,253,.55) transparent;
    }

        .sidebar-nav::-webkit-scrollbar {
            height: 5px;
        }

        .sidebar-nav::-webkit-scrollbar-track {
            background: transparent;
        }

        .sidebar-nav::-webkit-scrollbar-thumb {
            border-radius: 999px;
            background: rgba(13,110,253,.55);
        }

        .sidebar-nav hr {
            width: 1px;
            height: 38px;
            flex: 0 0 1px;
            margin: 0 4px;
            border: none;
            background: rgba(255,255,255,.14);
        }

        .sidebar-nav a {
            flex: 0 0 auto;
            width: auto;
            min-width: max-content;
            min-height: 46px;
            padding: 11px 14px;
            gap: 9px;
            justify-content: center;
            border: 1px solid transparent;
            border-radius: 13px;
            white-space: nowrap;
        }

            .sidebar-nav a span {
                display: inline;
                font-size: 14px;
            }

        .sidebar-nav i {
            width: auto;
            flex: 0 0 auto;
            font-size: 17px;
        }

        .sidebar-nav a.active {
            border-color: rgba(13,110,253,.45);
            background: rgba(13,110,253,.20);
        }

    .dashboard-admin {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin: 0;
        padding: 18px 14px;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .dashboard-header,
    .stats-grid,
    .services-status-grid,
    .dashboard-grid,
    .bottom-grid {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .dashboard-panel,
    .stat-card,
    .service-status-card {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
}


.services-status-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.service-status-card {
    display: flex;
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(15, 23, 42, .75);
    border: 1px solid rgba(148, 163, 184, .18);
}

    .service-status-card i {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        display: grid;
        place-items: center;
    }

    .service-status-card.ok i {
        color: #22c55e;
        background: rgba(34, 197, 94, .14);
    }

    .service-status-card.ko i {
        color: #ef4444;
        background: rgba(239, 68, 68, .14);
    }

    .service-status-card strong {
        display: block;
        color: #fff;
    }

    .service-status-card span {
        display: block;
        margin: 3px 0;
        font-weight: 800;
    }

    .service-status-card.ok span {
        color: #22c55e;
    }

    .service-status-card.ko span {
        color: #ef4444;
    }

    .service-status-card small {
        color: #94a3b8;
    }
/*#endregion*/

/*#region DASHBOARD CHART PRO */

.dash-chart-panel,
.dash-donut-panel {
    overflow: hidden;
}

.dash-chart-header span {
    color: #38bdf8;
    font-weight: 800;
}

.dash-line-chart {
    min-height: 300px;
    margin-top: 26px;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(2, 8, 23, .45);
}

.dash-chart-y {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #cbd5e1;
    font-size: 13px;
}

.dash-chart-area {
    position: relative;
}

    .dash-chart-area svg {
        width: 100%;
        height: 260px;
        display: block;
        overflow: visible;
        background-image: linear-gradient(to bottom, rgba(148,163,184,.13) 1px, transparent 1px);
        background-size: 100% 43px;
    }

.dash-chart-labels {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
    margin-top: 10px;
    color: #cbd5e1;
    font-size: 13px;
}

    .dash-chart-labels span {
        text-align: center;
    }

.dash-donut-layout {
    min-height: 300px;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 26px;
    align-items: center;
    margin-top: 28px;
}

.dash-donut {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: conic-gradient( #0d6efd 0 44%, #f97316 44% 66%, #22c55e 66% 88%, #8b5cf6 88% 100% );
    display: grid;
    place-items: center;
    box-shadow: 0 0 35px rgba(13,110,253,.22);
}

.dash-donut-center {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: rgba(2,8,23,.96);
    display: grid;
    place-items: center;
    text-align: center;
}

    .dash-donut-center strong {
        font-size: 34px;
        line-height: 1;
    }

    .dash-donut-center span {
        color: #cbd5e1;
        margin-top: -18px;
    }

.dash-donut-legend {
    display: grid;
    gap: 18px;
}

    .dash-donut-legend div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        color: #e2e8f0;
    }

    .dash-donut-legend span {
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

    .dash-donut-legend strong {
        color: #cbd5e1;
    }

.dash-donut-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

    .dash-donut-dot.blue {
        background: #0d6efd;
    }

    .dash-donut-dot.orange {
        background: #f97316;
    }

    .dash-donut-dot.green {
        background: #22c55e;
    }

    .dash-donut-dot.purple {
        background: #8b5cf6;
    }

    .dash-donut-dot.red {
        background: #ef4444;
    }

    .dash-donut-dot.cyan {
        background: #38bdf8;
    }

@media(max-width: 900px) {
    .dash-donut-layout {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .dash-line-chart {
        grid-template-columns: 1fr;
    }

    .dash-chart-y {
        display: none;
    }
}

/*#endregion */


/*#region Dashboard cards pro*/

.dashboard-card-pro {
    border-color: rgba(13,110,253,.22);
    background: linear-gradient(145deg, rgba(15,23,42,.92), rgba(2,8,23,.82));
}

    .dashboard-card-pro .panel-header h3 {
        font-size: 26px;
        font-weight: 950;
    }

.dashboard-pro-empty {
    min-height: 230px;
    display: grid;
    place-items: center;
    text-align: center;
    color: #94a3b8;
}

    .dashboard-pro-empty i {
        width: 62px;
        height: 62px;
        border-radius: 18px;
        display: grid;
        place-items: center;
        margin: 0 auto 12px;
        font-size: 26px;
        color: white;
        background: linear-gradient(135deg,#0d6efd,#2563eb);
    }

    .dashboard-pro-empty strong {
        display: block;
        color: white;
        font-size: 17px;
        margin-bottom: 4px;
    }

/* commandes */
.dashboard-orders-pro {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.dashboard-order-pro-row {
    display: grid;
    grid-template-columns: 56px 1fr auto auto;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(15,23,42,.72);
    border: 1px solid rgba(148,163,184,.15);
}

.dashboard-order-pro-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-size: 22px;
    color: white;
    background: linear-gradient(135deg,#0d6efd,#2563eb);
}

.dashboard-order-pro-main strong {
    display: block;
    color: white;
    font-weight: 950;
}

.dashboard-order-pro-main span {
    display: block;
    color: #94a3b8;
    margin-top: 4px;
}

.dashboard-order-pro-total {
    color: #38bdf8;
    font-weight: 950;
}

/* top produits */
.dashboard-top-products-pro {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.dashboard-product-pro-row {
    display: grid;
    grid-template-columns: 58px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(15,23,42,.72);
    border: 1px solid rgba(148,163,184,.15);
}

.dashboard-product-pro-rank {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    color: white;
    font-size: 20px;
    font-weight: 950;
    background: linear-gradient(135deg,#0d6efd,rgba(56,189,248,.45));
}

.dashboard-product-pro-info strong {
    display: block;
    color: white;
}

.dashboard-product-pro-info span {
    color: #38bdf8;
    font-weight: 850;
}

.dashboard-product-pro-badge {
    min-width: 76px;
    height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(148,163,184,.18);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #dbeafe;
}

/* activité */
.dashboard-activity-pro {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.dashboard-activity-pro-row {
    display: grid;
    grid-template-columns: 58px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(15,23,42,.72);
    border: 1px solid rgba(148,163,184,.15);
}

.dashboard-activity-pro-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    color: white;
    background: linear-gradient(135deg,#0d6efd,#2563eb);
}

.dashboard-activity-pro-row strong {
    display: block;
    color: white;
}

.dashboard-activity-pro-row span {
    color: #94a3b8;
}

.dashboard-activity-pro-time {
    color: #64748b;
    font-size: 13px;
}

/*#endregion*/

/*#region FINANCIER*/

.finance-table-row.refund-row {
    background: rgba(239, 68, 68, .07);
    border-color: rgba(239, 68, 68, .28);
}

.finance-transaction-type {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

    .finance-transaction-type i {
        color: #22c55e;
        font-size: 12px;
    }

    .finance-transaction-type.refund,
    .finance-transaction-type.refund i {
        color: #f87171;
    }

.finance-refund-amount {
    color: #f87171 !important;
}

.finance-status.refunded {
    color: #fecaca;
    background: rgba(239, 68, 68, .17);
    border: 1px solid rgba(239, 68, 68, .32);
}

.finance-invoice-row.refunded {
    background: rgba(239, 68, 68, .06);
    border-color: rgba(239, 68, 68, .25);
}

.finance-invoice-row .refunded-amount {
    color: #f87171;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}

.finance-invoice-refunded {
    display: block;
    margin-top: 5px;
    color: #f87171 !important;
    font-weight: 700;
}

    .finance-invoice-refunded i {
        margin-right: 5px;
    }

.finance-page {
    padding: 34px 38px;
    color: white;
}

.finance-header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    margin-bottom: 26px;
}

    .finance-header h1 {
        margin: 0;
        font-size: 42px;
        font-weight: 950;
    }

    .finance-header p {
        margin: 6px 0 0;
        color: #94a3b8;
    }

.finance-date-filter {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 16px;
    background: rgba(15,23,42,.82);
    border: 1px solid rgba(148,163,184,.18);
}

    .finance-date-filter input {
        height: 40px;
        border: none;
        border-radius: 12px;
        padding: 0 12px;
        background: rgba(2,6,23,.75);
        color: white;
    }

    .finance-date-filter span {
        color: #94a3b8;
    }

    .finance-date-filter button {
        height: 40px;
        border: none;
        border-radius: 12px;
        padding: 0 16px;
        color: white;
        font-weight: 900;
        background: linear-gradient(135deg,#0d6efd,#2563eb);
    }

.finance-kpis {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    margin-bottom: 22px;
}

.finance-kpi {
    min-height: 135px;
    padding: 18px;
    border-radius: 20px;
    background: rgba(15,23,42,.82);
    border: 1px solid rgba(148,163,184,.16);
    box-shadow: 0 16px 38px rgba(0,0,0,.30);
}

    .finance-kpi i {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        margin-bottom: 14px;
        color: white;
        font-size: 20px;
    }

    .finance-kpi.blue i {
        background: linear-gradient(135deg,#0d6efd,#2563eb);
    }

    .finance-kpi.green i {
        background: linear-gradient(135deg,#22c55e,#16a34a);
    }

    .finance-kpi.orange i {
        background: linear-gradient(135deg,#f59e0b,#f97316);
    }

    .finance-kpi.purple i {
        background: linear-gradient(135deg,#8b5cf6,#7c3aed);
    }

    .finance-kpi.cyan i {
        background: linear-gradient(135deg,#06b6d4,#0891b2);
    }

    .finance-kpi.yellow i {
        background: linear-gradient(135deg,#facc15,#f59e0b);
    }

    .finance-kpi span {
        display: block;
        color: #94a3b8;
        font-size: 13px;
        font-weight: 800;
    }

    .finance-kpi strong {
        display: block;
        margin-top: 7px;
        font-size: 23px;
        color: white;
    }

.finance-grid {
    display: grid;
    grid-template-columns: 1.4fr .9fr .9fr;
    gap: 18px;
}

.finance-large {
    grid-row: span 2;
}

.finance-panel {
    padding: 22px;
    border-radius: 22px;
    background: rgba(15,23,42,.84);
    border: 1px solid rgba(13,110,253,.22);
    box-shadow: 0 18px 42px rgba(0,0,0,.34);
}

.finance-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

    .finance-panel h2,
    .finance-panel-head h2 {
        margin: 0;
        font-size: 22px;
        font-weight: 950;
    }

.finance-table {
    display: grid;
    gap: 10px;
}

.finance-table-head,
.finance-table-row {
    display: grid;
    grid-template-columns: 1.1fr 1.3fr .8fr .8fr .8fr .8fr;
    gap: 12px;
    align-items: center;
}

.finance-table-head {
    padding: 13px 14px;
    border-radius: 14px;
    background: rgba(2,6,23,.55);
    color: #94a3b8;
    font-weight: 900;
}

.finance-table-row {
    min-height: 58px;
    padding: 13px 14px;
    border-radius: 14px;
    background: rgba(2,6,23,.35);
    border: 1px solid rgba(148,163,184,.12);
    color: #cbd5e1;
}

    .finance-table-row strong {
        color: white;
    }

    .finance-table-row b {
        color: #38bdf8;
    }

.finance-status {
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
}

    .finance-status.paid {
        color: #86efac;
        background: rgba(34,197,94,.16);
    }

    .finance-status.waiting {
        color: #facc15;
        background: rgba(250,204,21,.16);
    }

.finance-invoices,
.finance-payments {
    display: grid;
    gap: 12px;
}

.finance-invoice-row {
    display: grid;
    grid-template-columns: 44px 1fr auto 34px;
    gap: 12px;
    align-items: center;
    padding: 13px;
    border-radius: 16px;
    background: rgba(2,6,23,.38);
    border: 1px solid rgba(148,163,184,.12);
}

    .finance-invoice-row > i {
        width: 40px;
        height: 40px;
        border-radius: 13px;
        display: grid;
        place-items: center;
        color: white;
        background: linear-gradient(135deg,#0d6efd,#2563eb);
    }

    .finance-invoice-row strong {
        display: block;
        color: white;
    }

    .finance-invoice-row span,
    .finance-invoice-row small {
        display: block;
        color: #94a3b8;
    }

    .finance-invoice-row b {
        color: #facc15;
    }

    .finance-invoice-row a {
        width: 34px;
        height: 34px;
        border-radius: 11px;
        display: grid;
        place-items: center;
        color: white;
        background: rgba(13,110,253,.22);
        text-decoration: none;
    }

.finance-payment-row {
    display: grid;
    gap: 8px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(148,163,184,.12);
}

    .finance-payment-row div:first-child {
        display: flex;
        justify-content: space-between;
        color: #cbd5e1;
    }

    .finance-payment-row strong {
        color: white;
    }

.finance-payment-bar {
    height: 7px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(148,163,184,.15);
}

    .finance-payment-bar span {
        display: block;
        height: 100%;
        border-radius: 999px;
        background: linear-gradient(135deg,#0d6efd,#38bdf8);
    }

.finance-payment-row small {
    color: #94a3b8;
    text-align: right;
}

.finance-summary {
    display: grid;
    gap: 14px;
}

    .finance-summary div {
        display: flex;
        justify-content: space-between;
        color: #cbd5e1;
    }

    .finance-summary strong {
        color: #22c55e;
    }

    .finance-summary .redeuro {
        color: #ef4444;
    }

.finance-empty {
    min-height: 220px;
    display: grid;
    place-items: center;
    text-align: center;
    color: #94a3b8;
}

    .finance-empty i {
        width: 62px;
        height: 62px;
        border-radius: 18px;
        display: grid;
        place-items: center;
        margin: 0 auto 12px;
        font-size: 26px;
        color: white;
        background: linear-gradient(135deg,#0d6efd,#2563eb);
    }

    .finance-empty strong {
        display: block;
        color: white;
        font-size: 17px;
        margin-bottom: 4px;
    }

@media(max-width: 1250px) {
    .finance-kpis {
        grid-template-columns: repeat(3, 1fr);
    }

    .finance-grid {
        grid-template-columns: 1fr;
    }

    .finance-large {
        grid-row: auto;
    }
}

@media(max-width: 768px) {
    .finance-page {
        padding: 24px 16px;
    }

    .finance-header {
        flex-direction: column;
        align-items: stretch;
    }

    .finance-date-filter {
        flex-wrap: wrap;
    }

    .finance-kpis {
        grid-template-columns: 1fr;
    }

    .finance-table-head {
        display: none;
    }

    .finance-table-row {
        grid-template-columns: 1fr;
    }
}

/*#endregion*/

/*#region ADMIN PRODUITS*/

#editReferenceProduit {
    background-color: #0e172a;
}

.products-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

.add-product-btn {
    border: none;
    background: linear-gradient(135deg,#0d6efd,#2563eb);
    color: white;
    padding: 13px 22px;
    border-radius: 14px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(13,110,253,0.35);
}

.products-stats-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
    margin-bottom: 24px;
}

.product-stat-card {
    background: rgba(15,23,42,0.82);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 22px;
    display: flex;
    gap: 16px;
    align-items: center;
}

.products-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
    background: rgba(15,23,42,0.82);
    border-radius: 18px;
    padding: 18px;
}

.products-search {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.04);
    border-radius: 14px;
    padding: 0 16px;
}

    .products-search input {
        width: 100%;
        height: 48px;
        background: transparent;
        border: none;
        color: white;
        outline: none;
    }

.products-filters {
    display: flex;
    gap: 12px;
}

    .products-filters select {
        height: 48px;
        border-radius: 12px;
        border: 1px solid rgba(255,255,255,0.08);
        background: rgb(12, 19, 34);
        color: white;
        padding: 0 14px;
    }

.products-grid-admin {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 260px));
    gap: 18px;
    align-items: start;
}

.product-admin-card {
    position: relative;
    max-width: 260px;
    background: rgba(15,23,42,0.86);
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
    transition: 0.25s ease;
    box-shadow: 0 12px 35px rgba(0,0,0,0.18);
}

    .product-admin-card:hover {
        transform: translateY(-4px);
        border-color: rgba(13,110,253,0.4);
    }

    .product-admin-card img {
        width: 100%;
        height: 145px;
        object-fit: cover;
        display: block;
    }

.product-admin-content {
    padding: 14px 16px 10px;
}

    .product-admin-content h3 {
        color: white;
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 4px;
    }

    .product-admin-content span {
        color: #94a3b8;
        display: block;
        margin-bottom: 8px;
        font-size: 13px;
    }

    .product-admin-content strong {
        color: #38bdf8;
        font-size: 18px;
        display: block;
        margin-bottom: 8px;
    }

.product-stock {
    margin-top: 5px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.25;
}

.product-status {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.active-status {
    background: rgba(34,197,94,0.20);
    color: #22c55e;
}

.archive-status {
    background: rgba(148,163,184,0.20);
    color: #cbd5e1;
}

.product-actions {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 8px;
    padding: 10px 16px 16px;
}

    .product-actions button {
        height: 38px;
        border: none;
        border-radius: 12px;
        color: white;
        font-size: 14px;
    }

.edit-btn {
    background: rgba(13,110,253,0.25);
}

.archive-btn {
    background: rgba(148,163,184,0.20);
}

.delete-btn {
    background: rgba(239,68,68,0.20);
    color: #ef4444 !important;
}

.negative {
    color: #ef4444;
}

.warning-text {
    color: #facc15;
}

.empty-products {
    grid-column: 1 / -1;
    background: rgba(15,23,42,0.82);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 50px;
    text-align: center;
    color: #94a3b8;
}

    .empty-products i {
        font-size: 42px;
        margin-bottom: 14px;
        color: #38bdf8;
    }

    .empty-products h3 {
        color: white;
        margin-bottom: 8px;
    }

@media (max-width: 1400px) {
    .products-grid-admin {
        grid-template-columns: repeat(auto-fill, minmax(220px, 250px));
    }
}

@media (max-width: 1200px) {
    .products-grid-admin {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }

    .products-stats-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .product-admin-card {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .products-grid-admin,
    .products-stats-grid {
        grid-template-columns: 1fr;
    }

    .products-toolbar,
    .products-page-header {
        flex-direction: column;
        align-items: stretch;
    }

    .products-filters {
        flex-direction: column;
    }

    .product-admin-card img {
        height: 180px;
    }
}

/*#endregion*/

/*#region ADMIN CATEGFORIE */

.custom-modal {
    background: rgba(15, 23, 42, 0.96);
    color: white;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 25px 70px rgba(0,0,0,0.55);
}

    .custom-modal .modal-header,
    .custom-modal .modal-footer {
        border-color: rgba(255,255,255,0.10);
    }

.custom-input {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    color: white;
    border-radius: 12px;
}

    .custom-input:focus {
        background: rgba(255,255,255,0.08);
        color: white;
        border-color: #0d6efd;
        box-shadow: 0 0 0 0.2rem rgba(13,110,253,0.25);
    }

    .custom-input::placeholder {
        color: #94a3b8;
    }

.product-actions form {
    margin: 0;
}

    .product-actions form button {
        width: 100%;
    }

.edit-image-preview {
    width: 100%;
    height: 260px;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
}

    .edit-image-preview img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/*#endregion*/

/*#region ADMIN CLIENT*/

.clients-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(340px, 0.8fr);
    gap: 24px;
    align-items: start;
}

.clients-table-panel,
.client-details-panel {
    background: rgba(15,23,42,0.82);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    backdrop-filter: blur(14px);
    overflow: hidden;
}

.clients-table-panel {
    overflow-x: auto;
}

.clients-table {
    width: 100%;
    min-width: 880px;
    color: white;
    margin: 0;
    border-collapse: collapse;
}

    .clients-table th {
        color: #cbd5e1;
        font-weight: 700;
        padding: 18px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        white-space: nowrap;
    }

    .clients-table td {
        padding: 18px;
        vertical-align: middle;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        color: #dbeafe;
        white-space: nowrap;
    }

.client-row {
    transition: 0.2s ease;
}

    .client-row:hover {
        background: rgba(255,255,255,0.035);
    }

.client-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .client-name span,
    .client-avatar-large {
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: linear-gradient(135deg, #64748b, #94a3b8);
        color: white;
        font-weight: 800;
    }

    .client-name span {
        width: 30px;
        height: 30px;
        font-size: 11px;
    }

.client-avatar-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.client-avatar-large,
.client-avatar-large-img {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.client-avatar-large {
    background: linear-gradient(135deg, #0d6efd, #4338ca);
    font-size: 20px;
}

.client-avatar-large-img {
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,0.15);
}

.client-badge,
.role-badge {
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}

    .client-badge.status-active {
        background: rgba(34,197,94,0.18);
        color: #22c55e;
        border: 1px solid rgba(34,197,94,0.45);
    }

    .client-badge.status-banned {
        background: rgba(239,68,68,0.18);
        color: #ef4444;
        border: 1px solid rgba(239,68,68,0.45);
    }

    .client-badge.status-pending {
        background: rgba(250,204,21,0.18);
        color: #facc15;
        border: 1px solid rgba(250,204,21,0.45);
    }

    .client-badge.status-deleted {
        background: rgba(148,163,184,0.18);
        color: #cbd5e1;
        border: 1px solid rgba(148,163,184,0.35);
    }

    .client-badge.status-default {
        background: rgba(59,130,246,0.18);
        color: #60a5fa;
        border: 1px solid rgba(59,130,246,0.35);
    }

    .role-badge.role-admin {
        background: rgba(168,85,247,0.22);
        color: #c084fc;
        border: 1px solid rgba(168,85,247,0.35);
    }

    .role-badge.role-manager {
        background: rgba(13,110,253,0.22);
        color: #60a5fa;
        border: 1px solid rgba(13,110,253,0.35);
    }

    .role-badge.role-client {
        background: rgba(148,163,184,0.18);
        color: #cbd5e1;
        border: 1px solid rgba(148,163,184,0.25);
    }

.client-actions {
    display: flex;
    gap: 8px;
}

    .client-actions button {
        width: 36px;
        height: 36px;
        border: none;
        border-radius: 10px;
        color: white;
        transition: 0.2s ease;
        transform: translateY(0);
    }

        .client-actions button:hover {
            transform: translateY(-3px);
            filter: brightness(1.25);
        }

    .client-actions .edit-btn {
        background: rgba(13,110,253,0.28);
    }

        .client-actions .edit-btn:hover {
            background: rgba(13,110,253,0.75);
            box-shadow: 0 8px 22px rgba(13,110,253,0.35);
        }

    .client-actions .ban-btn {
        background: rgba(249,115,22,0.28);
    }

        .client-actions .ban-btn:hover {
            background: rgba(249,115,22,0.80);
            box-shadow: 0 8px 22px rgba(249,115,22,0.35);
        }

    .client-actions .delete-btn {
        background: rgba(239,68,68,0.28);
    }

        .client-actions .delete-btn:hover {
            background: rgba(239,68,68,0.85);
            box-shadow: 0 8px 22px rgba(239,68,68,0.35);
        }

.client-details-panel {
    padding: 24px;
    position: sticky;
    top: 24px;
}

.client-side-panel {
    animation: fadePanel 0.2s ease;
}

.client-profile-header {
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding-bottom: 20px;
}

    .client-profile-header h3 {
        margin: 0;
        color: white;
    }

    .client-profile-header p {
        margin: 4px 0 0;
        color: #94a3b8;
    }

.client-info-section {
    margin-top: 24px;
}

    .client-info-section h4 {
        color: white;
        font-size: 17px;
        margin-bottom: 14px;
    }

.info-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    color: #94a3b8;
}

    .info-row strong {
        color: white;
        text-align: right;
    }

.client-status-box {
    margin-top: 22px;
    padding: 16px;
    display: flex;
    gap: 14px;
    border-radius: 16px;
}

    .client-status-box.status-active {
        background: rgba(34,197,94,0.16);
        border: 1px solid rgba(34,197,94,0.40);
    }

        .client-status-box.status-active i {
            color: #22c55e;
        }

    .client-status-box.status-banned {
        background: rgba(239,68,68,0.16);
        border: 1px solid rgba(239,68,68,0.40);
    }

        .client-status-box.status-banned i {
            color: #ef4444;
        }

    .client-status-box.status-pending {
        background: rgba(250,204,21,0.16);
        border: 1px solid rgba(250,204,21,0.40);
    }

        .client-status-box.status-pending i {
            color: #facc15;
        }

    .client-status-box.status-deleted {
        background: rgba(148,163,184,0.16);
        border: 1px solid rgba(148,163,184,0.35);
    }

        .client-status-box.status-deleted i {
            color: #cbd5e1;
        }

    .client-status-box.status-default {
        background: rgba(59,130,246,0.16);
        border: 1px solid rgba(59,130,246,0.35);
    }

        .client-status-box.status-default i {
            color: #60a5fa;
        }

    .client-status-box strong {
        color: white;
    }

    .client-status-box p {
        color: #cbd5e1;
        margin: 4px 0 0;
        font-size: 13px;
    }

.side-panel-title {
    color: white;
    font-size: 22px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .side-panel-title i {
        color: #0d6efd;
    }

.danger-panel {
    padding: 24px;
    border-radius: 20px;
    text-align: center;
}

    .danger-panel > i {
        font-size: 54px;
        margin-bottom: 20px;
    }

    .danger-panel h3 {
        color: white;
        margin-bottom: 12px;
    }

    .danger-panel p {
        color: #cbd5e1;
        line-height: 1.6;
    }

.warning-panel {
    background: rgba(249,115,22,0.12);
    border: 1px solid rgba(249,115,22,0.35);
}

    .warning-panel > i {
        color: #f97316;
    }

.delete-panel {
    background: rgba(239,68,68,0.12);
    border: 1px solid rgba(239,68,68,0.35);
}

    .delete-panel > i {
        color: #ef4444;
    }

.delete-confirm-box {
    margin: 18px 0;
    padding: 14px;
    border-radius: 14px;
    background: rgba(255,255,255,0.06);
    color: #fca5a5;
    font-size: 14px;
}

.clients-empty-state {
    margin: 30px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(15,23,42,0.82);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    text-align: center;
}

    .clients-empty-state i {
        font-size: 58px;
        margin-bottom: 18px;
        color: #3b82f6;
    }

    .clients-empty-state h3 {
        color: white;
        font-size: 38px;
        margin-bottom: 10px;
    }

    .clients-empty-state p {
        color: #94a3b8;
        font-size: 17px;
    }

.client-filter,
.custom-input,
select.custom-input {
    background-color: rgba(15, 23, 42, 0.95);
    color: white;
    border: 1px solid rgba(255,255,255,0.15);
}

    .client-filter option,
    .custom-input option,
    select.custom-input option {
        background-color: #0f172a;
        color: white;
    }

    .client-filter:focus,
    .custom-input:focus {
        background-color: #111827;
        color: white;
        border-color: #0d6efd;
        box-shadow: 0 0 0 0.2rem rgba(13,110,253,0.25);
    }

.red {
    background: rgba(239,68,68,0.20);
    color: #ef4444;
}

@keyframes fadePanel {
    from {
        opacity: 0;
        transform: translateX(8px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 1200px) {
    .clients-layout {
        grid-template-columns: 1fr;
    }

    .client-details-panel {
        position: static;
    }
}

.client-empty-panel {
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-empty-box {
    width: 100%;
    min-height: 260px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(15,23,42,0.55);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    text-align: center;
    padding: 34px;
}

    .client-empty-box i {
        width: 68px;
        height: 68px;
        border-radius: 20px;
        display: grid;
        place-items: center;
        background: linear-gradient(135deg, #2563eb, #1d4ed8);
        color: white;
        font-size: 30px;
        margin-bottom: 18px;
    }

    .client-empty-box h3 {
        color: white;
        font-size: 26px;
        margin-bottom: 8px;
    }

    .client-empty-box p {
        margin: 0;
        color: #94a3b8;
    }

.client-side-panel {
    animation: fadePanel 0.2s ease;
}

/*#endregion*/

/*#region DASHBOARD LIVRAISONS*/

.livraisons-admin-page {
    color: white;
    padding: 34px 38px;
}

.livraisons-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 26px;
}

    .livraisons-head h1 {
        margin: 0;
        font-size: 38px;
        font-weight: 950;
    }

        .livraisons-head h1 i {
            color: #0d6efd;
            margin-right: 10px;
        }

    .livraisons-head p {
        margin: 8px 0 0;
        color: #94a3b8;
    }

.livraison-add-btn {
    height: 48px;
    padding: 0 20px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #0d6efd, #2563eb);
    color: white;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.livraisons-filter-card,
.livraisons-card {
    background: rgba(2, 8, 23, 0.76);
    border: 1px solid rgba(13,110,253,.28);
    border-radius: 22px;
    padding: 22px;
    backdrop-filter: blur(14px);
    box-shadow: 0 0 45px rgba(0,0,0,.35);
}

.livraisons-filter-card {
    margin-bottom: 22px;
}

.livraisons-filter-grid {
    display: grid;
    grid-template-columns: 1fr 220px 140px;
    gap: 14px;
}

.livraison-search {
    height: 46px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(15,23,42,.7);
    border: 1px solid rgba(148,163,184,.16);
    border-radius: 14px;
    padding: 0 14px;
}

    .livraison-search i {
        color: #0d6efd;
    }

    .livraison-search input,
    .livraisons-filter-grid select {
        width: 100%;
        height: 46px;
        color: white;
        background: rgba(15,23,42,.7);
        border: 1px solid rgba(148,163,184,.16);
        border-radius: 14px;
        padding: 0 14px;
    }

    .livraison-search input {
        height: auto;
        border: none;
        background: transparent;
        outline: none;
    }

.livraisons-filter-grid button {
    border: none;
    border-radius: 14px;
    background: rgba(13,110,253,.18);
    color: #dbeafe;
    font-weight: 900;
}

.livraisons-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

    .livraisons-card-head > div {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .livraisons-card-head i {
        color: #0d6efd;
        font-size: 24px;
    }

    .livraisons-card-head h2 {
        margin: 0;
        font-size: 24px;
        font-weight: 900;
    }

    .livraisons-card-head span {
        color: #94a3b8;
        font-weight: 800;
    }

.livraisons-table {
    display: grid;
    gap: 12px;
}

.livraisons-table-head,
.livraisons-table-row {
    display: grid;
    grid-template-columns: 70px 1.8fr 1fr 1fr .8fr .9fr 170px;
    gap: 14px;
    align-items: center;
}

.livraisons-table-head {
    padding: 15px 18px;
    border-radius: 14px;
    background: rgba(15, 23, 42, .72);
    border: 1px solid rgba(148,163,184,.16);
    color: #cbd5e1;
    font-weight: 900;
}

.livraisons-table-row {
    min-height: 78px;
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(15, 23, 42, .58);
    border: 1px solid rgba(148,163,184,.18);
    transition: .25s;
}

    .livraisons-table-row:hover {
        border-color: rgba(13,110,253,.55);
        background: rgba(15, 23, 42, .78);
    }

.livraison-name {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .livraison-name > i {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        background: rgba(13,110,253,.16);
        color: #38bdf8;
    }

    .livraison-name strong {
        display: block;
        color: white;
        font-weight: 950;
    }

    .livraison-name small {
        display: block;
        color: #94a3b8;
        margin-top: 3px;
    }

.livraisons-table-row > span {
    color: #cbd5e1;
}

.livraisons-table-row > b {
    color: #38bdf8;
}

.livraison-status {
    width: fit-content;
    min-width: 78px;
    padding: 6px 11px;
    border-radius: 999px;
    font-style: normal;
    text-align: center;
    font-size: 12px;
    font-weight: 950;
}

    .livraison-status.active {
        color: #86efac;
        background: rgba(34,197,94,.16);
    }

    .livraison-status.inactive {
        color: #fca5a5;
        background: rgba(239,68,68,.16);
    }

.livraison-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

    .livraison-actions form {
        margin: 0;
    }

.livraison-action-btn {
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: white;
}

    .livraison-action-btn.edit {
        background: rgba(13,110,253,.20);
        color: #93c5fd;
    }

    .livraison-action-btn.toggle {
        background: rgba(250,204,21,.14);
        color: #fde68a;
    }

    .livraison-action-btn.delete {
        background: rgba(239,68,68,.14);
        color: #fca5a5;
    }

.livraisons-empty {
    min-height: 260px;
    border-radius: 18px;
    border: 1px dashed rgba(148,163,184,.35);
    background: rgba(15,23,42,.38);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #cbd5e1;
    text-align: center;
}

    .livraisons-empty i {
        font-size: 54px;
        color: #0d6efd;
    }

    .livraisons-empty strong {
        color: white;
        font-size: 20px;
    }

/* Modal */

.livraison-modal {
    background: rgba(2, 8, 23, .97);
    border: 1px solid rgba(13,110,253,.28);
    color: white;
    border-radius: 22px;
    overflow: hidden;
}

    .livraison-modal .modal-header {
        border-bottom: 1px solid rgba(148,163,184,.18);
        padding: 22px 24px;
    }

    .livraison-modal .modal-title {
        font-weight: 950;
    }

        .livraison-modal .modal-title i {
            color: #0d6efd;
            margin-right: 8px;
        }

.livraison-modal-body {
    padding: 24px;
}

.livraison-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.livraison-field {
    margin-bottom: 16px;
}

    .livraison-field label {
        display: block;
        color: #dbeafe;
        font-weight: 850;
        margin-bottom: 8px;
    }

    .livraison-field input {
        width: 100%;
        height: 46px;
        border-radius: 13px;
        border: 1px solid rgba(148,163,184,.18);
        background: rgba(15,23,42,.72);
        color: white;
        padding: 0 14px;
    }

.livraison-check {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #dbeafe;
    font-weight: 850;
    margin-top: 8px;
}

    .livraison-check input {
        width: 18px;
        height: 18px;
        accent-color: #0d6efd;
    }

.livraison-modal-footer {
    border-top: 1px solid rgba(148,163,184,.18);
    padding: 18px 24px;
}

@media(max-width: 1200px) {
    .livraisons-table-head {
        display: none;
    }

    .livraisons-table-row {
        grid-template-columns: 1fr;
    }

    .livraison-actions {
        justify-content: flex-end;
    }

    .livraisons-filter-grid {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 768px) {
    .livraisons-admin-page {
        padding: 24px 16px;
    }

    .livraisons-head {
        flex-direction: column;
        align-items: stretch;
    }

    .livraison-add-btn {
        justify-content: center;
    }

    .livraison-grid-2 {
        grid-template-columns: 1fr;
    }
}

/*#endregion*/

/*#region MESSAGES PRO*/

.messages-new-modal {
    border-radius: 22px;
    background: rgba(2,8,23,.98);
    color: white;
    border: 1px solid rgba(13,110,253,.28);
    box-shadow: 0 0 60px rgba(0,0,0,.65);
}

.messages-new-modal-header,
.messages-new-modal-footer {
    border-color: rgba(148,163,184,.18);
    padding: 20px 24px;
}

    .messages-new-modal-header h5 {
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: 950;
        margin: 0;
    }

    .messages-new-modal-header i {
        color: #38bdf8;
    }

.messages-new-modal-body {
    padding: 24px;
}

.messages-new-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.messages-new-full {
    grid-column: 1 / -1;
}

.messages-new-field label {
    display: block;
    margin-bottom: 8px;
    color: #cbd5e1;
    font-weight: 900;
}

.messages-new-input,
.messages-new-textarea {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(148,163,184,.18);
    background: rgba(15,23,42,.78);
    color: white;
    padding: 12px 14px;
    outline: none;
}

.messages-new-input {
    height: 46px;
}

    .messages-new-input option {
        color: #fcfcfd;
    }

.messages-new-help {
    display: block;
    margin-top: 6px;
    color: #94a3b8;
    font-size: 12px;
}

.message-page-alert {
    margin-bottom: 18px;
    padding: 14px 18px;
    border-radius: 14px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .message-page-alert.success {
        color: #bbf7d0;
        background: rgba(34,197,94,.15);
        border: 1px solid rgba(34,197,94,.30);
    }

    .message-page-alert.danger {
        color: #fecaca;
        background: rgba(239,68,68,.15);
        border: 1px solid rgba(239,68,68,.30);
    }

.messages-new-textarea {
    resize: vertical;
    min-height: 130px;
}

    .messages-new-input:focus,
    .messages-new-textarea:focus {
        border-color: rgba(13,110,253,.65);
        box-shadow: 0 0 0 4px rgba(13,110,253,.12);
    }

.messages-new-checks {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

    .messages-new-checks label {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        color: #cbd5e1;
        font-weight: 850;
    }

    .messages-new-checks input {
        width: 18px;
        height: 18px;
    }

.messages-pro-page {
    padding: 34px 38px;
    color: white;
}

.messages-pro-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    margin-bottom: 24px;
}

    .messages-pro-header h1 {
        margin: 0;
        font-size: 42px;
        font-weight: 950;
    }

    .messages-pro-header p {
        margin: 6px 0 0;
        color: #94a3b8;
    }

.messages-pro-actions {
    display: flex;
    gap: 12px;
}

.messages-pro-btn {
    height: 44px;
    padding: 0 16px;
    border-radius: 14px;
    border: 1px solid rgba(148,163,184,.18);
    color: white;
    text-decoration: none;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

    .messages-pro-btn.primary {
        border: none;
        background: linear-gradient(135deg,#0d6efd,#2563eb);
    }

    .messages-pro-btn.ghost {
        background: rgba(15,23,42,.78);
        color: #dbeafe;
    }

.messages-pro-stats {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    margin-bottom: 22px;
}

.message-pro-stat {
    min-height: 116px;
    padding: 17px;
    border-radius: 20px;
    background: rgba(15,23,42,.82);
    border: 1px solid rgba(148,163,184,.16);
    text-decoration: none;
    color: white;
    display: flex;
    gap: 13px;
    align-items: center;
    transition: .22s;
}

    .message-pro-stat:hover {
        color: white;
        transform: translateY(-2px);
        border-color: rgba(13,110,253,.48);
        box-shadow: 0 0 28px rgba(13,110,253,.16);
    }

    .message-pro-stat > i {
        width: 48px;
        height: 48px;
        border-radius: 15px;
        display: grid;
        place-items: center;
        color: white;
        font-size: 20px;
    }

    .message-pro-stat.blue > i {
        background: linear-gradient(135deg,#0d6efd,#2563eb);
    }

    .message-pro-stat.green > i {
        background: linear-gradient(135deg,#22c55e,#16a34a);
    }

    .message-pro-stat.yellow > i {
        background: linear-gradient(135deg,#f59e0b,#f97316);
    }

    .message-pro-stat.purple > i {
        background: linear-gradient(135deg,#8b5cf6,#7c3aed);
    }

    .message-pro-stat.grey > i {
        background: linear-gradient(135deg,#64748b,#334155);
    }

    .message-pro-stat.navy > i {
        background: linear-gradient(135deg,#0f172a,#1e293b);
    }

    .message-pro-stat span {
        display: block;
        color: #94a3b8;
        font-size: 13px;
        font-weight: 800;
    }

    .message-pro-stat strong {
        display: block;
        margin-top: 4px;
        font-size: 26px;
        font-weight: 950;
    }

    .message-pro-stat small {
        color: #38bdf8;
        font-weight: 800;
    }

.messages-pro-layout {
    display: grid;
    grid-template-columns: 280px 410px 1fr;
    gap: 18px;
    min-height: 720px;
}

.messages-pro-filters,
.messages-pro-conversations,
.messages-pro-detail {
    border-radius: 24px;
    background: rgba(15,23,42,.86);
    border: 1px solid rgba(13,110,253,.20);
    box-shadow: 0 18px 45px rgba(0,0,0,.34);
    overflow: hidden;
}

.messages-pro-filters {
    padding: 20px;
}

.messages-pro-panel-title,
.messages-pro-panel-head {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 18px;
}

    .messages-pro-panel-title i,
    .messages-pro-panel-head i {
        color: #38bdf8;
    }

.messages-pro-panel-head {
    justify-content: space-between;
    padding: 20px 20px 0;
}

    .messages-pro-panel-head h2 {
        margin: 0;
        font-size: 22px;
        font-weight: 950;
    }

.messages-filter-form {
    display: grid;
    gap: 12px;
}

.message-search-box {
    height: 44px;
    border-radius: 14px;
    background: rgba(2,6,23,.62);
    border: 1px solid rgba(148,163,184,.15);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
}

    .message-search-box i {
        color: #38bdf8;
    }

    .message-search-box input {
        width: 100%;
        background: transparent;
        border: none;
        outline: none;
        color: white;
    }

.messages-filter-form h4 {
    margin: 12px 0 2px;
    font-size: 13px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.message-filter-line {
    height: 42px;
    border-radius: 13px;
    border: 1px solid transparent;
    background: transparent;
    color: #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 11px;
    font-weight: 850;
}

    .message-filter-line:hover,
    .message-filter-line.active {
        background: rgba(13,110,253,.14);
        border-color: rgba(13,110,253,.35);
        color: white;
    }

    .message-filter-line span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

.dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
}

    .dot.blue {
        background: #38bdf8;
    }

    .dot.green {
        background: #22c55e;
    }

    .dot.yellow {
        background: #f59e0b;
    }

    .dot.grey {
        background: #64748b;
    }

.messages-pro-select {
    height: 42px;
    border-radius: 13px;
    border: 1px solid rgba(148,163,184,.18);
    background: rgba(2,6,23,.72);
    color: white;
    padding: 0 12px;
}

    .messages-pro-select.mini {
        width: 150px;
        height: 38px;
        font-size: 13px;
    }

.messages-pro-filter-submit {
    height: 44px;
    border: none;
    border-radius: 14px;
    color: white;
    background: linear-gradient(135deg,#0d6efd,#2563eb);
    font-weight: 950;
}

.messages-conversation-list {
    display: grid;
    gap: 11px;
    padding: 0 16px 18px;
    max-height: 640px;
    overflow-y: auto;
}

.message-pro-item {
    position: relative;
    width: 100%;
    min-height: 92px;
    display: grid;
    grid-template-columns: 52px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 13px;
    border-radius: 18px;
    background: rgba(2,6,23,.36);
    border: 1px solid rgba(148,163,184,.12);
    color: white;
    text-align: left;
    transition: .22s;
}

    .message-pro-item:hover,
    .message-pro-item.active {
        border-color: rgba(13,110,253,.55);
        background: rgba(13,110,253,.13);
    }

    .message-pro-item.unread::before {
        content: "";
        position: absolute;
        left: 0;
        top: 18px;
        bottom: 18px;
        width: 4px;
        border-radius: 0 999px 999px 0;
        background: #38bdf8;
    }

.message-pro-avatar {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-weight: 950;
    color: white;
    background: linear-gradient(135deg,#0d6efd,#2563eb);
}

    .message-pro-avatar.big {
        width: 68px;
        height: 68px;
        border-radius: 22px;
        font-size: 20px;
    }

    .message-pro-avatar.support,
    .message-pro-tag.support {
        background: rgba(34,197,94,.18);
        color: #86efac;
    }

    .message-pro-avatar.contact,
    .message-pro-tag.contact {
        background: rgba(13,110,253,.18);
        color: #93c5fd;
    }

    .message-pro-avatar.commande,
    .message-pro-tag.commande {
        background: rgba(245,158,11,.18);
        color: #facc15;
    }

    .message-pro-avatar.site,
    .message-pro-tag.site {
        background: rgba(168,85,247,.18);
        color: #c4b5fd;
    }

    .message-pro-avatar.other,
    .message-pro-tag.other {
        background: rgba(100,116,139,.22);
        color: #cbd5e1;
    }

.message-pro-preview > div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.message-pro-preview strong {
    font-size: 14px;
    font-weight: 950;
}

.message-pro-preview time {
    color: #64748b;
    font-size: 12px;
}

.message-pro-preview p {
    margin: 5px 0 8px;
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.message-pro-tag {
    width: fit-content;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 950;
}

.message-pro-count {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #38bdf8;
    color: #020617;
    display: grid;
    place-items: center;
    font-size: 12px;
}

.messages-pro-detail {
    min-width: 0;
}

.messages-pro-empty {
    min-height: 300px;
    display: grid;
    place-items: center;
    text-align: center;
    color: #94a3b8;
    padding: 25px;
}

    .messages-pro-empty.big {
        min-height: 720px;
    }

    .messages-pro-empty i {
        width: 68px;
        height: 68px;
        border-radius: 22px;
        display: grid;
        place-items: center;
        margin: 0 auto 14px;
        font-size: 28px;
        color: white;
        background: linear-gradient(135deg,#0d6efd,#2563eb);
    }

    .messages-pro-empty strong {
        display: block;
        color: white;
        font-size: 18px;
        margin-bottom: 5px;
    }

.messages-pro-detail-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.message-detail-pro-header {
    display: grid;
    grid-template-columns: 68px 1fr auto;
    gap: 15px;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid rgba(148,163,184,.16);
}

    .message-detail-pro-header h3 {
        margin: 0;
        font-size: 23px;
        font-weight: 950;
    }

    .message-detail-pro-header p {
        margin: 4px 0 8px;
        color: #94a3b8;
    }

.message-detail-pro-actions {
    display: flex;
    gap: 9px;
    align-items: center;
}

.message-action-btn {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    border: 1px solid rgba(148,163,184,.18);
    background: rgba(2,6,23,.52);
    color: #dbeafe;
}

    .message-action-btn:hover {
        background: rgba(13,110,253,.20);
        color: white;
    }

    .message-action-btn.danger {
        color: #fca5a5;
    }

        .message-action-btn.danger:hover {
            background: rgba(239,68,68,.18);
        }

.message-subject-pro {
    padding: 15px 20px;
    background: rgba(2,6,23,.35);
    border-bottom: 1px solid rgba(148,163,184,.12);
    display: grid;
    gap: 4px;
}

    .message-subject-pro span,
    .message-subject-pro small {
        color: #94a3b8;
        font-size: 13px;
    }

    .message-subject-pro strong {
        font-size: 18px;
    }

.conversation-pro-box {
    flex: 1;
    min-height: 340px;
    max-height: 430px;
    overflow-y: auto;
    padding: 22px;
    display: grid;
    gap: 15px;
}

.conversation-message {
    display: flex;
    gap: 11px;
}

    .conversation-message.admin-message {
        justify-content: flex-end;
    }

    .conversation-message.user-message {
        justify-content: flex-start;
    }

.bubble {
    width: fit-content;
    max-width: calc(100% - 70px);
    padding: 13px 15px;
    border-radius: 18px;
    background: rgba(15,23,42,.82);
    border: 1px solid rgba(148,163,184,.14);
}

.conversation-message.user-message .bubble {
    min-width: 643px;
}

.conversation-message.admin-message .bubble {
    min-width: 643px;
}

.message-attachments img {
    width: 120px;
    height: 95px;
}

@media(max-width: 900px) {
    .conversation-message.user-message .bubble,
    .conversation-message.admin-message .bubble {
        min-width: 0;
        width: 100%;
    }
}

.message-toast {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 99999;
    padding: 14px 18px;
    border-radius: 14px;
    color: white;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 10px;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
    transition: .25s;
    box-shadow: 0 18px 35px rgba(0,0,0,.35);
}

    .message-toast.success {
        background: rgba(34,197,94,.95);
    }

    .message-toast.error {
        background: rgba(220,38,38,.95);
    }

    .message-toast.show {
        transform: translateY(0);
        opacity: 1;
    }

.admin-bubble {
    background: linear-gradient(135deg,rgba(13,110,253,.35),rgba(37,99,235,.22));
    border-color: rgba(13,110,253,.35);
}

.note-bubble {
    background: rgba(245,158,11,.18);
    border-color: rgba(245,158,11,.30);
}

.bubble p {
    margin: 0;
    color: white;
    line-height: 1.5;
}

.bubble small {
    display: block;
    margin-top: 8px;
    color: #94a3b8;
    font-size: 12px;
}

.message-attachments {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.message-attachment-img {
    border: none;
    background: transparent;
    padding: 0;
}

    .message-attachment-img img {
        width: 92px;
        height: 72px;
        object-fit: cover;
        border-radius: 12px;
    }

.message-attachment-file {
    padding: 8px 10px;
    border-radius: 12px;
    color: white;
    text-decoration: none;
    background: rgba(2,6,23,.48);
    border: 1px solid rgba(148,163,184,.14);
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.reply-pro-box {
    padding: 18px;
    border-top: 1px solid rgba(148,163,184,.16);
    background: rgba(2,6,23,.38);
}

.reply-pro-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

    .reply-pro-tabs button {
        height: 34px;
        padding: 0 13px;
        border-radius: 999px;
        border: 1px solid rgba(148,163,184,.18);
        color: #cbd5e1;
        background: rgba(15,23,42,.72);
        font-weight: 850;
    }

        .reply-pro-tabs button.active {
            color: white;
            background: rgba(13,110,253,.24);
            border-color: rgba(13,110,253,.45);
        }

.reply-pro-box textarea {
    width: 100%;
    min-height: 96px;
    resize: vertical;
    border-radius: 16px;
    border: 1px solid rgba(148,163,184,.18);
    background: rgba(15,23,42,.78);
    color: white;
    padding: 14px;
    outline: none;
}

.reply-pro-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

.reply-tools {
    display: flex;
    gap: 8px;
}

    .reply-tools button {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        border: 1px solid rgba(148,163,184,.18);
        color: #dbeafe;
        background: rgba(15,23,42,.72);
    }

.editor-file-status {
    color: #94a3b8;
    font-size: 13px;
    flex: 1;
}

.send-message-btn {
    height: 42px;
    padding: 0 17px;
    border: none;
    border-radius: 14px;
    color: white;
    background: linear-gradient(135deg,#0d6efd,#2563eb);
    font-weight: 950;
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.editor-files-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 12px 0;
}

.editor-file-thumb {
    width: 90px;
    min-height: 76px;
    padding: 8px;
    border-radius: 14px;
    background: rgba(15,23,42,.72);
    border: 1px solid rgba(148,163,184,.15);
    color: #cbd5e1;
    font-size: 12px;
}

    .editor-file-thumb img {
        width: 100%;
        height: 58px;
        border-radius: 10px;
        object-fit: cover;
    }

.editor-emoji-picker {
    margin-top: 10px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

    .editor-emoji-picker button {
        width: 34px;
        height: 34px;
        border: none;
        border-radius: 10px;
        background: rgba(15,23,42,.82);
    }

.d-none {
    display: none !important;
}

@media(max-width: 1350px) {
    .messages-pro-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .messages-pro-layout {
        grid-template-columns: 250px 360px 1fr;
    }
}

@media(max-width: 1100px) {
    .messages-pro-layout {
        grid-template-columns: 1fr;
    }

    .messages-pro-filters,
    .messages-pro-conversations,
    .messages-pro-detail {
        min-height: auto;
    }

    .messages-pro-empty.big {
        min-height: 320px;
    }
}

@media(max-width: 700px) {
    .messages-pro-page {
        padding: 24px 16px;
    }

    .messages-pro-header,
    .message-detail-pro-header {
        grid-template-columns: 1fr;
        display: grid;
    }

    .messages-pro-actions,
    .message-detail-pro-actions {
        flex-wrap: wrap;
    }

    .messages-pro-stats {
        grid-template-columns: 1fr;
    }
}

/*#endregion*/

/*#endregion */
















/*#region PARAMETRE */

.switch {
    cursor: pointer;
}

.switch-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

    .switch-input:checked + .switch span {
        background: #2563eb;
    }

.legal-editor {
    display: grid;
    gap: 22px;
}

.legal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.legal-field label,
.legal-section-editor label {
    display: block;
    margin: 12px 0 6px;
    color: rgba(255,255,255,.78);
    font-weight: 700;
}

.legal-field input,
.legal-field textarea,
.legal-section-editor input,
.legal-section-editor textarea {
    width: 100%;
    border: 1px solid rgba(148,163,184,.18);
    background: rgba(2,6,23,.35);
    color: white;
    border-radius: 10px;
    padding: 12px 14px;
    outline: none;
}

.legal-sections {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 18px;
}

.legal-section-editor {
    border: 1px solid rgba(148,163,184,.16);
    background: rgba(2,6,23,.28);
    border-radius: 14px;
    padding: 18px;
}

.legal-section-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

    .legal-section-head span {
        color: rgba(255,255,255,.45);
        font-size: 13px;
    }

@media(max-width:1200px) {
    .legal-grid,
    .legal-sections {
        grid-template-columns: 1fr;
    }
}

.settings-header {
    margin-bottom: 24px;
}

    .settings-header h1 {
        font-size: 38px;
        font-weight: 900;
        margin: 0 0 8px;
        color: #fff;
    }

    .settings-header p {
        color: rgba(255,255,255,0.72);
        margin: 0;
    }

.settings-tabs-card,
.settings-sub-card,
.settings-card,
.site-card {
    background: rgba(15,23,42,0.88);
    border: 1px solid rgba(148,163,184,0.16);
    border-radius: 18px;
    padding: 22px;
    color: white;
    box-shadow: 0 25px 70px rgba(0,0,0,0.25);
}

.settings-tabs {
    border-bottom: 1px solid rgba(148,163,184,0.18);
    margin-bottom: 24px;
    gap: 10px;
}

    .settings-tabs .nav-link {
        border: none;
        border-radius: 12px 12px 0 0;
        color: rgba(255,255,255,0.65);
        background: rgba(2,6,23,0.45);
        font-weight: 800;
        padding: 14px 22px;
    }

        .settings-tabs .nav-link i {
            margin-right: 8px;
        }

        .settings-tabs .nav-link:hover {
            color: white;
            background: rgba(37,99,235,0.35);
        }

        .settings-tabs .nav-link.active {
            background: linear-gradient(135deg,#2563eb,#1d4ed8);
            color: white;
        }

.settings-tab-content {
    min-height: 520px;
}

.card-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

    .card-head h4,
    .card-head h2 {
        margin: 0 0 6px;
        font-size: 24px;
        font-weight: 900;
        color: #fff;
    }

    .card-head p {
        margin: 0;
        color: rgba(255,255,255,0.72);
    }

.card-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.red {
    background: linear-gradient(135deg,#ef4444,#991b1b);
}

.blue {
    background: linear-gradient(135deg,#2563eb,#1d4ed8);
}

.cyan {
    background: linear-gradient(135deg,#06b6d4,#0f766e);
}

.purple {
    background: linear-gradient(135deg,#8b5cf6,#4c1d95);
}

.text-danger {
    margin-top: 4px;
    font-size: 12px;
    color: #ef4444 !important;
    font-weight: 600;
}

/*#region Maintenance */

.maintenance-panel {
    min-height: auto;
}

.status-box,
.info-box,
.backup-action,
.ftp-success {
    border: 1px solid rgba(148,163,184,0.16);
    background: rgba(2,6,23,0.32);
    border-radius: 14px;
    padding: 18px;
}

.online-box,
.maintenance-box {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
}

.online-box {
    border-color: rgba(34,197,94,0.28);
}

    .online-box strong {
        color: #22c55e;
    }

.maintenance-box {
    border-color: rgba(239,68,68,0.35);
}

    .maintenance-box strong {
        color: #ef4444;
    }

    .online-box p,
    .maintenance-box p,
    .info-box p,
    .backup-action p,
    .ftp-success p {
        color: rgba(255,255,255,0.7);
        margin: 8px 0 0;
    }

.dot {
    width: 14px;
    height: 14px;
    min-width: 14px;
    border-radius: 50%;
    margin-top: 6px;
}

.online {
    background: #22c55e;
    box-shadow: 0 0 0 7px rgba(34,197,94,0.12);
}

.maintenance-dot {
    background: #ef4444;
    box-shadow: 0 0 0 7px rgba(239,68,68,0.12);
}

.info-box {
    display: flex;
    gap: 15px;
    margin-bottom: 22px;
}

    .info-box i {
        color: #ef4444;
        font-size: 22px;
        margin-top: 4px;
    }

.settings-btn {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-weight: 900;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.danger-btn {
    background: linear-gradient(135deg,#f97316,#ef4444);
}

.success-btn {
    background: linear-gradient(135deg,#22c55e,#15803d);
}

.cyan-btn {
    background: linear-gradient(135deg,#06b6d4,#0f766e);
    margin-top: 16px;
}
/*#endregion */

/*#region SITE*/

.site-settings {
    display: grid;
    gap: 22px;
}

.site-card h4 {
    font-weight: 900;
    margin-bottom: 6px;
}

.site-card p {
    color: rgba(255,255,255,.65);
}

.site-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.site-save-btn {
    height: 46px;
    border: none;
    border-radius: 10px;
    padding: 0 18px;
    background: linear-gradient(135deg,#2563eb,#1d4ed8);
    color: white;
    font-weight: 900;
}

.site-upload-grid,
.site-grid,
.site-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.site-section h5 {
    font-weight: 900;
    margin-bottom: 18px;
}

.site-section label,
.site-social-grid label {
    display: block;
    margin: 12px 0 6px;
    color: rgba(255,255,255,.78);
    font-weight: 700;
}

.site-section input,
.site-section textarea,
.site-social-grid input,
.hours-row input {
    width: 100%;
    border: 1px solid rgba(148,163,184,.18);
    background: rgba(2,6,23,.35);
    color: white;
    border-radius: 10px;
    padding: 12px 14px;
    outline: none;
}

.site-two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.site-upload-box {
    min-height: 210px;
    border: 1px dashed rgba(148,163,184,.35);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(255,255,255,.75);
}

    .site-upload-box.compact {
        min-height: 150px;
        margin-top: 16px;
    }

    .site-upload-box i {
        font-size: 42px;
        color: #60a5fa;
    }

.site-upload-btn {
    margin-top: 10px;
    padding: 10px 18px;
    border-radius: 10px;
    background: rgba(37,99,235,.2);
    border: 1px solid rgba(37,99,235,.5);
    cursor: pointer;
}

.site-current-image {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 150px 1fr;
    align-items: center;
    gap: 16px;
}

    .site-current-image img {
        width: 150px;
        height: 70px;
        object-fit: cover;
        border-radius: 10px;
    }

.site-logo-preview img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    background: rgba(2,6,23,.45);
    padding: 10px;
}

.site-current-image span {
    display: block;
    color: rgba(255,255,255,.55);
    word-break: break-all;
}

.site-social-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.hours-row {
    display: grid;
    grid-template-columns: 110px 1fr 20px 1fr 54px;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}

.switch input {
    display: none;
}

.switch span {
    width: 46px;
    height: 24px;
    background: #475569;
    border-radius: 999px;
    display: block;
    position: relative;
}

    .switch span:before {
        content: "";
        width: 18px;
        height: 18px;
        background: white;
        border-radius: 50%;
        position: absolute;
        top: 3px;
        left: 4px;
        transition: .2s;
    }

.switch input:checked + span {
    background: #22c55e;
}

    .switch input:checked + span:before {
        left: 24px;
    }

/*#endregion*/

/*#region FTP */

.ftp-tab-layout {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 22px;
}

.ftp-config-card,
.ftp-browser-card {
    min-height: 540px;
}

.ftp-row {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    height: 52px;
    border: 1px solid rgba(148,163,184,0.15);
    border-radius: 10px;
    margin-bottom: 11px;
    overflow: hidden;
}

    .ftp-row span {
        padding-left: 14px;
        color: rgba(255,255,255,0.7);
        font-size: 14px;
    }

    .ftp-row input {
        height: 100%;
        border: none;
        outline: none;
        background: rgba(2,6,23,0.24);
        color: #fff;
        padding: 0 14px;
    }

.ftp-input {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ftp-success {
    margin-top: 16px;
    border-color: rgba(34,197,94,0.28);
    display: flex;
    gap: 14px;
    align-items: center;
}

    .ftp-success > i {
        width: 34px;
        height: 34px;
        background: #22c55e;
        color: #052e16;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ftp-success strong {
        color: #22c55e;
    }

.ftp-browser-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
}

    .ftp-browser-head h4 {
        font-size: 26px;
        font-weight: 900;
        margin: 0 0 8px;
    }

    .ftp-browser-head p {
        margin: 0;
        color: rgba(255,255,255,0.72);
    }

.ftp-actions-top,
.ftp-action-form,
.ftp-create-folder-form,
.ftp-upload-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

    .ftp-create-folder-form input {
        height: 42px;
        border-radius: 10px;
        border: 1px solid rgba(148,163,184,0.18);
        background: rgba(2,6,23,0.45);
        color: white;
        padding: 0 14px;
        outline: none;
    }

.ftp-toolbar-btn {
    height: 42px;
    border: 1px solid rgba(148,163,184,0.18);
    background: rgba(2,6,23,0.45);
    color: white;
    border-radius: 10px;
    padding: 0 14px;
    font-weight: 800;
}

    .ftp-toolbar-btn:hover {
        background: rgba(37,99,235,0.45);
    }

.ftp-upload-form {
    margin: 14px 0 18px;
}

.ftp-upload-btn {
    height: 46px;
    padding: 0 18px;
    border-radius: 12px;
    background: rgba(6,182,212,0.14);
    border: 1px dashed rgba(34,211,238,0.55);
    color: #67e8f9;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    cursor: pointer;
}

    .ftp-upload-btn input {
        display: none;
    }

.ftp-upload-submit {
    height: 46px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg,#06b6d4,#0f766e);
    color: white;
    padding: 0 20px;
    font-weight: 900;
}

.ftp-drop-zone {
    border: 1px dashed rgba(34,211,238,0.5);
    background: rgba(8,47,73,0.28);
    border-radius: 14px;
    padding: 18px;
    color: #67e8f9;
    font-weight: 800;
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 16px;
}

.ftp-file-table,
.backup-table {
    overflow-x: auto;
    border-radius: 14px;
    border: 1px solid rgba(148,163,184,0.16);
}

    .ftp-file-table table,
    .backup-table table {
        width: 100%;
        border-collapse: collapse;
    }

    .ftp-file-table th,
    .ftp-file-table td,
    .backup-table th,
    .backup-table td {
        padding: 14px;
        border-bottom: 1px solid rgba(148,163,184,0.10);
    }

    .ftp-file-table th,
    .backup-table th {
        color: rgba(255,255,255,0.7);
        font-size: 14px;
    }

.folder-icon {
    color: #f59e0b;
    margin-right: 8px;
}

.file-icon {
    color: #cbd5e1;
    margin-right: 8px;
}

.ftp-storage {
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    gap: 18px;
    align-items: center;
    margin-top: 18px;
    color: rgba(255,255,255,0.72);
}

.ftp-progress {
    height: 8px;
    border-radius: 99px;
    background: rgba(148,163,184,0.18);
    overflow: hidden;
}

    .ftp-progress div {
        height: 100%;
        background: linear-gradient(135deg,#06b6d4,#67e8f9);
    }

/*#endregion*/

/*#region BDD*/

.backup-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
}

.small-primary-btn {
    height: 44px;
    border: none;
    border-radius: 9px;
    color: #fff;
    font-weight: 800;
    padding: 0 18px;
    background: linear-gradient(135deg,#2563eb,#1d4ed8);
}

.table-title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 900;
}

.pagination-box {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

    .pagination-box button {
        height: 34px;
        min-width: 38px;
        border-radius: 8px;
        border: 1px solid rgba(148,163,184,0.18);
        background: rgba(2,6,23,0.32);
        color: #fff;
    }

    .pagination-box .active {
        background: #2563eb;
    }

.mini-btn {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 7px;
    color: #fff;
    margin-right: 5px;
}

.blue-mini {
    background: #2563eb;
}

.red-mini {
    background: #dc2626;
}

.gray-mini {
    background: #334155;
}

.badge-soft {
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

    .badge-soft.ftp {
        background: rgba(6,182,212,0.14);
        color: #67e8f9;
    }

    .badge-soft.local {
        background: rgba(168,85,247,0.14);
        color: #c084fc;
    }
/*#endregion*/

/*#region LOGS*/

.logs-list {
    border: 1px solid rgba(148,163,184,0.15);
    border-radius: 12px;
    overflow: hidden;
}

.log-line {
    display: grid;
    grid-template-columns: 36px 160px 120px 1fr;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 0 12px;
    border-bottom: 1px solid rgba(148,163,184,0.1);
}

    .log-line:last-child {
        border-bottom: none;
    }

    .log-line p {
        margin: 0;
    }

    .log-line strong {
        text-transform: uppercase;
        font-size: 12px;
        color: #c4b5fd;
    }

.log-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .log-icon.success {
        background: #22c55e;
        color: #052e16;
    }

    .log-icon.warning {
        background: #f59e0b;
        color: #451a03;
    }

    .log-icon.error {
        background: #ef4444;
        color: #450a0a;
    }

    .log-icon.info {
        background: #0ea5e9;
        color: #082f49;
    }

@media(max-width:1400px) {
    .ftp-tab-layout {
        grid-template-columns: 1fr;
    }

    .ftp-storage {
        grid-template-columns: 1fr;
    }

    .site-social-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:1200px) {
    .settings-tabs-card,
    .site-grid,
    .site-bottom-grid,
    .site-upload-grid {
        grid-template-columns: 1fr;
    }
}

@media(max-width:900px) {
    .site-social-grid {
        grid-template-columns: 1fr;
    }

    .site-card-header,
    .card-head,
    .backup-action,
    .ftp-browser-head {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media(max-width:700px) {
    .ftp-row {
        grid-template-columns: 1fr;
        height: auto;
    }

        .ftp-row span,
        .ftp-row input {
            padding: 12px 14px;
        }

    .hours-row {
        grid-template-columns: 1fr;
    }

    .log-line {
        grid-template-columns: 1fr;
        padding: 14px;
    }
}

/*#endregion*/

/*#region SMTP / IMAP*/

.email-accordion .accordion-item {
    background: rgba(15,23,42,0.55);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    overflow: hidden;
}

.email-accordion .accordion-button {
    background: rgba(15,23,42,0.75);
    color: white;
    font-weight: 900;
    border: none;
    box-shadow: none;
}

    .email-accordion .accordion-button:not(.collapsed) {
        background: rgba(13,110,253,0.18);
        color: #60a5fa;
    }

    .email-accordion .accordion-button:focus {
        box-shadow: none;
    }

    .email-accordion .accordion-button::after {
        filter: invert(1);
    }

.email-accordion .accordion-body {
    background: transparent;
    padding: 22px;
}

.smtp-editor {
    display: grid;
    gap: 22px;
}

.smtp-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 22px;
}

.smtp-main-card,
.smtp-side-card {
    background: rgba(2,6,23,.28);
    border: 1px solid rgba(148,163,184,.16);
    border-radius: 16px;
    padding: 22px;
}

.smtp-side {
    display: grid;
    gap: 18px;
    align-content: start;
}

.smtp-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 22px 0 18px;
}

    .smtp-section-title:first-of-type {
        margin-top: 0;
    }

    .smtp-section-title i {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: rgba(99,102,241,.18);
        color: #818cf8;
        display: grid;
        place-items: center;
    }

    .smtp-section-title h5,
    .smtp-side-card h5 {
        margin: 0;
        font-weight: 900;
        color: #fff;
    }

.smtp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.smtp-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 800;
    color: rgba(255,255,255,.86);
}

    .smtp-field label span {
        color: #ef4444;
    }

.smtp-field input,
.smtp-field select,
.smtp-password input {
    width: 100%;
    height: 48px;
    border: 1px solid rgba(148,163,184,.18);
    background: rgba(15,23,42,.68);
    color: white;
    border-radius: 10px;
    padding: 0 14px;
    outline: none;
}

.smtp-field small {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,.52);
}

.smtp-password {
    display: grid;
    grid-template-columns: 1fr 52px;
}

    .smtp-password input {
        border-radius: 10px 0 0 10px;
    }

    .smtp-password button {
        border: 1px solid rgba(148,163,184,.18);
        border-left: none;
        background: rgba(15,23,42,.9);
        color: rgba(255,255,255,.75);
        border-radius: 0 10px 10px 0;
    }

.smtp-separator {
    height: 1px;
    background: rgba(148,163,184,.14);
    margin: 24px 0;
}

.smtp-field label.switch {
    display: inline-block;
    position: relative;
    width: 46px;
    height: 24px;
    margin-bottom: 0;
    cursor: pointer;
}

    .smtp-field label.switch input[type="checkbox"] {
        display: none !important;
    }

    .smtp-field label.switch input[type="hidden"] {
        display: none !important;
    }

    .smtp-field label.switch span {
        width: 46px;
        height: 24px;
        background: #475569;
        border-radius: 999px;
        display: block;
        position: relative;
        transition: .2s;
    }

        .smtp-field label.switch span::before {
            content: "";
            width: 18px;
            height: 18px;
            background: white;
            border-radius: 50%;
            position: absolute;
            top: 3px;
            left: 4px;
            transition: .2s;
        }

    .smtp-field label.switch input[type="checkbox"]:checked ~ span {
        background: #22c55e;
    }

        .smtp-field label.switch input[type="checkbox"]:checked ~ span::before {
            left: 24px;
        }

.smtp-test-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: end;
}

.smtp-outline-btn {
    height: 48px;
    border: 1px solid rgba(99,102,241,.65);
    background: transparent;
    color: #a5b4fc;
    border-radius: 10px;
    padding: 0 18px;
    font-weight: 900;
}

.smtp-save-btn {
    margin-top: 24px;
    height: 50px;
    border: none;
    border-radius: 10px;
    padding: 0 20px;
    background: linear-gradient(135deg,#6366f1,#2563eb);
    color: white;
    font-weight: 900;
}

.smtp-status-line {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
}

    .smtp-status-line span {
        color: rgba(255,255,255,.72);
    }

.smtp-badge {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
}

    .smtp-badge.active {
        background: rgba(34,197,94,.18);
        color: #4ade80;
    }

.smtp-help-box {
    margin-top: 16px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(148,163,184,.16);
}

    .smtp-help-box p {
        color: rgba(255,255,255,.72);
        margin: 8px 0;
    }

    .smtp-help-box ul {
        margin: 10px 0 0;
        padding-left: 20px;
        color: rgba(255,255,255,.75);
    }

.blue-help {
    background: rgba(37,99,235,.12);
    border-color: rgba(37,99,235,.32);
}

.orange-help {
    background: rgba(245,158,11,.12);
    border-color: rgba(245,158,11,.34);
}

.gray-help {
    background: rgba(15,23,42,.55);
}

@media(max-width:1400px) {
    .smtp-layout {
        grid-template-columns: 1fr;
    }
}

@media(max-width:900px) {
    .smtp-grid,
    .smtp-test-row {
        grid-template-columns: 1fr;
    }
}
/*#endregion */


/*#endregion */



/*#region PANNEAUX DASHBOARD */



/*#region MESSAGE SUPPORT*/

/*.support-left-column {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.support-back-card {
    min-height: 76px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(15,23,42,0.84);
    border: 1px solid rgba(255,255,255,0.10);
    color: white;
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.25);
    transition: 0.25s ease;
}

    .support-back-card i {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        background: rgba(13,110,253,0.16);
        color: #3b82f6;
        font-size: 18px;
        flex-shrink: 0;
    }

    .support-back-card strong {
        display: block;
        color: white;
        font-weight: 900;
    }

    .support-back-card small {
        display: block;
        color: #94a3b8;
        font-size: 13px;
    }

    .support-back-card:hover {
        color: white;
        transform: translateY(-3px);
        border-color: rgba(13,110,253,0.45);
        box-shadow: 0 20px 50px rgba(13,110,253,0.18);
    }

.support-page {
    min-height: calc(100vh - 90px);
    padding: 40px 24px;
    color: white;
}

.support-shell {
    max-width: 1280px;
    margin: auto;
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 22px;
}

 PANELS 

.support-info,
.support-form-card {
    background: rgba(15,23,42,0.84);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 26px;
    padding: 32px;
    backdrop-filter: blur(16px);
    box-shadow: 0 22px 60px rgba(0,0,0,0.35);
}

 LEFT INFO 

.support-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    background: rgba(13,110,253,0.18);
    border: 1px solid rgba(13,110,253,0.45);
    color: #0d6efd;
    font-size: 34px;
    margin-bottom: 24px;
    box-shadow: 0 0 28px rgba(13,110,253,0.22);
}

.support-info h1 {
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 12px;
}

.support-info p,
.support-form-header p {
    color: #94a3b8;
    line-height: 1.6;
}

.support-info-card {
    margin-top: 18px;
    padding: 17px;
    border-radius: 18px;
    background: rgba(2,8,23,0.52);
    border: 1px solid rgba(255,255,255,0.08);
    display: flex;
    gap: 15px;
    align-items: center;
}

    .support-info-card i {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        background: rgba(13,110,253,0.16);
        color: #0d6efd;
        font-size: 18px;
        flex-shrink: 0;
    }

    .support-info-card strong,
    .support-faq-card strong {
        display: block;
        color: white;
        font-weight: 900;
    }

    .support-info-card span,
    .support-faq-card small {
        display: block;
        color: #94a3b8;
        font-size: 13px;
    }

.support-faq-card {
    margin-top: 58px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    gap: 14px;
}

.support-faq-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(226,232,240,0.12);
    color: #e2e8f0;
    flex-shrink: 0;
}

.support-faq-card > i {
    margin-left: auto;
    color: #94a3b8;
}

 FORM HEADER 

.support-form-header {
    margin-bottom: 22px;
}

    .support-form-header h2 {
        font-size: 28px;
        font-weight: 900;
        margin-bottom: 6px;
    }

 TYPE MESSAGE 

.support-type-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 26px;
}

.support-type-box {
    position: relative;
    min-height: 120px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(2,8,23,0.46);
    overflow: hidden;
    cursor: pointer;
    transition: 0.25s ease;
}

    .support-type-box input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

.support-type-content {
    height: 100%;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.support-type-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 28px;
    background: rgba(13,110,253,0.16);
    color: #60a5fa;
    flex-shrink: 0;
    transition: 0.25s ease;
}

.support-type-text strong {
    display: block;
    color: white;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 4px;
}

.support-type-text small {
    color: #cbd5e1;
    font-size: 14px;
}

.support-type-check {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #0d6efd;
    color: white;
    font-size: 15px;
    opacity: 0;
    transform: scale(0.75);
    transition: 0.25s ease;
}

.support-type-box:hover {
    transform: translateY(-4px);
    border-color: rgba(13,110,253,0.55);
}

.support-type-box:has(input:checked) {
    border-color: #0d6efd;
    background: linear-gradient(135deg, rgba(13,110,253,0.20), rgba(2,8,23,0.55));
    box-shadow: 0 0 38px rgba(13,110,253,0.24);
}

    .support-type-box:has(input:checked) .support-type-check {
        opacity: 1;
        transform: scale(1);
    }

    .support-type-box:has(input:checked) .support-type-icon {
        background: linear-gradient(135deg, #2f95ff, #0d5cff);
        color: white;
        box-shadow: 0 0 24px rgba(13,110,253,0.38);
    }

.support-type-support:has(input:checked) {
    border-color: #10b981;
    background: linear-gradient(135deg, rgba(16,185,129,0.16), rgba(2,8,23,0.55));
    box-shadow: 0 0 38px rgba(16,185,129,0.18);
}

    .support-type-support:has(input:checked) .support-type-icon,
    .support-type-support:has(input:checked) .support-type-check {
        background: linear-gradient(135deg, #10b981, #059669);
    }

 FORM 

.support-label {
    display: block;
    color: white;
    font-weight: 900;
    margin-bottom: 8px;
}

    .support-label span {
        color: #94a3b8;
        font-weight: 600;
    }

.support-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.support-field,
.support-textarea {
    display: flex;
    gap: 14px;
    border-radius: 16px;
    background: rgba(2,8,23,0.62);
    border: 1px solid rgba(255,255,255,0.12);
    padding: 0 16px;
    margin-bottom: 20px;
}

.support-field {
    height: 56px;
    align-items: center;
}

.support-textarea {
    padding-top: 16px;
}

    .support-field i,
    .support-textarea i {
        color: #cbd5e1;
        flex-shrink: 0;
    }

    .support-field input,
    .support-textarea textarea {
        width: 100%;
        background: transparent;
        border: none;
        outline: none;
        color: white;
    }

    .support-textarea textarea {
        resize: vertical;
    }

        .support-field input::placeholder,
        .support-textarea textarea::placeholder {
            color: #94a3b8;
        }

.support-field-disabled {
    opacity: 0.72;
}

 PRIORITY 

.support-priority {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 22px;
}

.support-priority-card {
    position: relative;
    min-height: 72px;
    border-radius: 18px;
    background: rgba(2,8,23,0.52);
    border: 1px solid rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    cursor: pointer;
    transition: 0.25s ease;
}

    .support-priority-card input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

.priority-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #0d6efd;
    box-shadow: 0 0 16px rgba(13,110,253,0.45);
    flex-shrink: 0;
}

.priority-important .priority-dot {
    background: #f59e0b;
    box-shadow: 0 0 16px rgba(245,158,11,0.45);
}

.priority-urgent .priority-dot {
    background: #ef4444;
    box-shadow: 0 0 16px rgba(239,68,68,0.45);
}

.support-priority-card strong {
    display: block;
    color: white;
    font-weight: 900;
}

.support-priority-card small {
    color: #94a3b8;
    font-size: 12px;
}

.support-priority-card:hover {
    transform: translateY(-3px);
    border-color: rgba(13,110,253,0.45);
}

.support-priority-card:has(input:checked) {
    border-color: #0d6efd;
    background: rgba(13,110,253,0.14);
    box-shadow: 0 0 24px rgba(13,110,253,0.16);
}

 BUTTON 

.support-submit-btn {
    width: 100%;
    height: 62px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, #2f95ff, #0d5cff);
    color: white;
    font-weight: 900;
    font-size: 18px;
    transition: 0.25s ease;
}

    .support-submit-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 34px rgba(13,110,253,0.34);
    }*/

/* RESPONSIVE */

/*@media (max-width: 1100px) {
    .support-shell {
        grid-template-columns: 1fr;
    }

    .support-faq-card {
        margin-top: 24px;
    }
}

@media (max-width: 760px) {
    .support-page {
        padding: 24px 14px;
    }

    .support-info,
    .support-form-card {
        padding: 24px;
    }

    .support-type-boxes,
    .support-form-row,
    .support-priority {
        grid-template-columns: 1fr;
    }

    .support-type-content {
        padding: 20px;
    }
}*/

/*#endregion*/

/*#region ADMIN MESSAGES*/

/*.messages-header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    margin-bottom: 28px;
}

    .messages-header h1 {
        color: white;
        font-weight: 800;
    }

    .messages-header p {
        color: #94a3b8;
    }

.messages-header-actions {
    display: flex;
    gap: 14px;
    align-items: center;
}

.messages-search-top {
    height: 48px;
    width: 360px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    border-radius: 14px;
    background: rgba(15,23,42,0.82);
    border: 1px solid rgba(255,255,255,0.10);
    color: #94a3b8;
}

    .messages-search-top input {
        flex: 1;
        background: transparent;
        border: none;
        outline: none;
        color: white;
    }

.messages-filter-btn,
.messages-read-btn {
    height: 48px;
    padding: 0 18px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.10);
    color: white;
}

.messages-filter-btn {
    background: rgba(15,23,42,0.82);
}

.messages-read-btn {
    background: linear-gradient(135deg,#0d6efd,#2563eb);
    border: none;
}

.messages-stats-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 22px;
    margin-bottom: 25px;
}

.message-stat-card {
    background: rgba(15,23,42,0.82);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 22px;
    display: flex;
    gap: 16px;
    align-items: center;
}

    .message-stat-card span {
        color: #cbd5e1;
        font-weight: 700;
    }

    .message-stat-card h3 {
        margin: 6px 0;
        color: white;
        font-size: 28px;
    }

    .message-stat-card p {
        margin: 0;
        color: #0d6efd;
    }

.messages-layout {
    display: grid;
    grid-template-columns: 1.15fr 0.9fr;
    gap: 24px;
}

.messages-list-panel,
.message-detail-panel {
    background: rgba(15,23,42,0.82);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    backdrop-filter: blur(14px);
}

.messages-list-panel {
    padding: 20px;
}

.messages-tabs {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 18px;
}

    .messages-tabs button {
        border: none;
        border-radius: 14px;
        padding: 10px 16px;
        background: rgba(255,255,255,0.05);
        color: #cbd5e1;
    }

        .messages-tabs button.active {
            background: rgba(13,110,253,0.20);
            color: #60a5fa;
            border: 1px solid rgba(13,110,253,0.45);
        }

        .messages-tabs button span {
            margin-left: 6px;
            background: rgba(255,255,255,0.10);
            padding: 2px 7px;
            border-radius: 999px;
        }

    .messages-tabs select {
        margin-left: auto;
        height: 42px;
        border-radius: 12px;
        background: rgb(12, 21, 42);
        color: white;
        border: 1px solid rgba(255,255,255,0.10);
        padding: 0 12px;
    }

        .messages-tabs select option {
            background: #0f172a;
            color: white;
        }

.messages-list {
    display: grid;
    gap: 12px;
}

.message-item {
    position: relative;
    width: 100%;
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border-radius: 16px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.06);
    color: white;
    text-align: left;
    transition: 0.22s ease;
}

    .message-item:hover,
    .message-item.active {
        border-color: rgba(13,110,253,0.75);
        background: rgba(13,110,253,0.10);
        transform: translateY(-2px);
    }

.message-dot {
    width: 7px;
    height: 7px;
    background: #0d6efd;
    border-radius: 50%;
}

    .message-dot.read {
        background: rgba(148,163,184,0.35);
    }

.message-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 800;
    color: white;
    flex-shrink: 0;
    background-color: #3770e5;
}

.green-avatar {
    background: linear-gradient(135deg,#15803d,#22c55e);
}

.blue-avatar {
    background: linear-gradient(135deg,#1d4ed8,#60a5fa);
}

.purple-avatar {
    background: linear-gradient(135deg,#6d28d9,#a855f7);
}

.orange-avatar {
    background: linear-gradient(135deg,#c2410c,#f97316);
}

.message-content {
    flex: 1;
}

.message-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

    .message-top strong {
        color: white;
    }

    .message-top span {
        color: #94a3b8;
        font-size: 13px;
    }

.message-meta {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 6px 0;
}

.message-tag,
.message-status-new,
.read-status,
.message-status-replied,
.message-status-progress,
.message-status-closed {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

    .message-tag.support {
        background: rgba(13,110,253,0.20);
        color: #60a5fa;
    }

    .message-tag.contact {
        background: rgba(250,204,21,0.18);
        color: #facc15;
    }

    .message-tag.other {
        background: rgba(168,85,247,0.18);
        color: #c084fc;
    }

.message-status-new {
    background: rgba(239,68,68,0.18);
    color: #ef4444;
}

.read-status {
    background: rgba(148,163,184,0.18);
    color: #cbd5e1;
}

.message-status-replied {
    background: rgba(25,135,84,0.18);
    color: #22c55e;
    border: 1px solid rgba(34,197,94,0.45);
}

.message-status-progress {
    background: rgba(255,152,0,0.18);
    color: #f59e0b;
    border: 1px solid rgba(245,158,11,0.45);
}

.message-status-closed {
    background: rgba(84,110,122,0.18);
    color: #cbd5e1;
    border: 1px solid rgba(148,163,184,0.35);
}

.message-content p {
    color: #94a3b8;
    margin: 0;
    font-size: 14px;
}*/

/*.message-detail-panel {
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: 900px;
}

#messageDetailContent {
    display: flex;
    flex-direction: column;
    min-height: 0;
    flex: 1;
}*/

/*.message-detail-header {
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding-bottom: 18px;
}

    .message-detail-header h3 {
        color: white;
        margin: 0;
    }

    .message-detail-header p {
        color: #94a3b8;
        margin: 5px 0 0;
    }

.message-detail-right {
    margin-left: auto;
    text-align: right;
    display: grid;
    gap: 8px;
    color: #94a3b8;
    font-size: 13px;
}

.message-subject-box {
    margin-top: 18px;
}

    .message-subject-box > span:first-child {
        color: #94a3b8;
        font-size: 13px;
    }

    .message-subject-box h4 {
        color: white;
        margin: 6px 0 12px;
    }*/

/*.conversation-box {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding-right: 8px;
}

    .conversation-box::-webkit-scrollbar {
        width: 8px;
    }

    .conversation-box::-webkit-scrollbar-track {
        background: rgba(255,255,255,.05);
        border-radius: 20px;
    }

    .conversation-box::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,.15);
        border-radius: 20px;
    }

        .conversation-box::-webkit-scrollbar-thumb:hover {
            background: rgba(255,255,255,.25);
        }*/

/*.conversation-message {
    display: flex;
    gap: 14px;
}

.admin-message {
    justify-content: flex-end;
}*/

/*.bubble {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 16px;
    color: #dbeafe;
    max-width: 80%;
}

    .bubble p {
        margin: 0 0 10px;
        line-height: 1.6;
    }*/

/*.bubble small {
    color: #64748b;
}

.admin-bubble {
    background: rgba(13,110,253,0.15);
    border-color: rgba(13,110,253,0.40);
}

.note-bubble {
    background: rgba(245,158,11,0.12);
    border-color: rgba(245,158,11,0.35);
}

.message-attachments {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.message-attachment-img {
    width: 110px;
    height: 110px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

    .message-attachment-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
        border: 1px solid rgba(255,255,255,.08);
        transition: .25s;
    }

    .message-attachment-img:hover img {
        transform: scale(1.05);
    }

.message-attachment-file {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    color: white;
}

    .message-attachment-file:hover {
        color: #0d6efd;
    }*/

/*.reply-box {
    margin-top: 18px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 14px;
    flex-shrink: 0;
}*/

/*.reply-tabs {
    display: flex;
    gap: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    margin-bottom: 12px;
}

    .reply-tabs button {
        background: transparent;
        border: none;
        color: #94a3b8;
        padding-bottom: 10px;
    }

        .reply-tabs button.active {
            color: #60a5fa;
            border-bottom: 2px solid #0d6efd;
        }

.reply-box textarea {
    width: 100%;
    min-height: 95px;
    resize: none;
    border: none;
    outline: none;
    background: transparent;
    color: white;
}

.reply-attachments-panel {
    margin-top: 14px;
    padding: 14px;
    border-radius: 16px;
    background: rgba(2,6,23,.35);
    border: 1px dashed rgba(13,110,253,.35);
}

.editor-files-preview {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.editor-file-thumb {
    width: 74px;
    height: 74px;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(15,23,42,.9);
    border: 1px solid rgba(255,255,255,.12);
    display: grid;
    place-items: center;
    color: #cbd5e1;
    font-size: 12px;
    text-align: center;
}

    .editor-file-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.reply-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reply-tools {
    display: flex;
    align-items: center;
    gap: 12px;
}

.reply-actions button {
    border: none;
    color: #cbd5e1;
    background: transparent;
}

.editor-emoji-picker {
    position: absolute;
    z-index: 30;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    width: 210px;
    padding: 10px;
    border-radius: 14px;
    background: rgba(15,23,42,.98);
    border: 1px solid rgba(13,110,253,.35);
    box-shadow: 0 12px 30px rgba(0,0,0,.35);
}

    .editor-emoji-picker button {
        width: 34px;
        height: 34px;
        border: none;
        border-radius: 10px;
        background: rgba(255,255,255,.08);
        font-size: 18px;
        cursor: pointer;
    }

        .editor-emoji-picker button:hover {
            background: rgba(13,110,253,.35);
        }

.editor-file-status {
    color: #38bdf8;
    font-size: 13px;
    font-weight: 700;
}

.send-message-btn {
    background: linear-gradient(135deg,#0d6efd,#2563eb) !important;
    color: white !important;
    padding: 11px 18px;
    border-radius: 12px;
}

#imageViewerPreview {
    max-height: 75vh;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .messages-layout,
    .messages-stats-grid {
        grid-template-columns: 1fr;
    }

    .message-detail-panel {
        height: auto;
        min-height: 700px;
    }

    .messages-header {
        flex-direction: column;
        align-items: stretch;
    }

    .messages-header-actions {
        flex-wrap: wrap;
    }

    .messages-search-top {
        width: 100%;
    }
}

.message-detail-panel {
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 140px);
    min-height: 0;
    overflow: hidden;
}

#messageDetailContent {
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

    #messageDetailContent[style*="display:none"] {
        display: none !important;
    }

.message-detail-header,
.message-subject-box {
    flex-shrink: 0;
}

.conversation-box {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
    padding-bottom: 18px;
}

.reply-box {
    flex-shrink: 0;
    margin-top: 18px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 14px;
}

.bubble {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 16px;
    color: #dbeafe;
    max-width: 80%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

    .bubble p {
        margin: 0 0 10px;
        line-height: 1.6;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

.conversation-box::-webkit-scrollbar {
    width: 8px;
}

.conversation-box::-webkit-scrollbar-track {
    background: rgba(255,255,255,.05);
    border-radius: 20px;
}

.conversation-box::-webkit-scrollbar-thumb {
    background: rgba(13,110,253,.45);
    border-radius: 20px;
}


.messages-filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}

.messages-categories {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

    .messages-categories button {
        border: none;
        border-radius: 14px;
        padding: 10px 16px;
        background: rgba(255,255,255,0.05);
        color: #cbd5e1;
    }

        .messages-categories button.active {
            background: rgba(13,110,253,0.20);
            color: #60a5fa;
            border: 1px solid rgba(13,110,253,0.45);
        }

        .messages-categories button span {
            margin-left: 6px;
            background: rgba(255,255,255,0.10);
            padding: 2px 7px;
            border-radius: 999px;
        }

.messages-filters .dashboard-toolbar {
    margin-bottom: 0;
    min-width: 300px;
}*/

/*#endregion*/



/*endregion*/

/*#region Panier*/
.checkout-warning {
    margin: 18px 0;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(239,68,68,.12);
    border: 1px solid rgba(239,68,68,.25);
    color: #fca5a5;
    font-weight: 700;
}

    .checkout-warning i {
        margin-right: 8px;
    }

.cart-add-address-btn {
    margin-top: 16px;
    height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(13,110,253,.45);
    border-radius: 14px;
    background: rgba(13,110,253,.14);
    color: #93c5fd;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

    .cart-add-address-btn:hover {
        background: rgba(13,110,253,.25);
        color: white;
    }

.cart-page {
    padding: 60px 7%;
    color: white;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: center;
    margin-bottom: 35px;
}

    .cart-header h1 {
        font-size: 46px;
        font-weight: 950;
        margin: 0;
    }

    .cart-header p {
        color: #cbd5e1;
        margin: 8px 0 0;
    }

.cart-back-btn {
    height: 44px;
    padding: 0 18px;
    border-radius: 14px;
    background: rgba(13,110,253,.13);
    border: 1px solid rgba(13,110,253,.35);
    color: #93c5fd;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 850;
}

.cart-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 28px;
    align-items: start;
}

.cart-main {
    display: grid;
    gap: 22px;
}

.cart-items {
    display: grid;
    gap: 18px;
}

.cart-item {
    display: grid;
    grid-template-columns: 95px 1fr auto auto auto;
    gap: 18px;
    align-items: center;
    padding: 18px;
    border-radius: 22px;
    background: rgba(15,23,42,.82);
    border: 1px solid rgba(13,110,253,.20);
}

    .cart-item img {
        width: 95px;
        height: 95px;
        object-fit: cover;
        border-radius: 16px;
        background: rgba(2,6,23,.85);
    }

.cart-info h3 {
    margin: 0 0 6px;
    font-weight: 900;
}

.cart-info span {
    color: #93c5fd;
    font-weight: 800;
}

.cart-qty-form {
    display: grid;
    grid-template-columns: 42px 46px 42px;
    height: 42px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
}

    .cart-qty-form button,
    .cart-qty-form strong {
        border: none;
        background: rgba(2,6,23,.6);
        color: white;
        display: grid;
        place-items: center;
        font-weight: 950;
    }

        .cart-qty-form button:hover {
            background: rgba(13,110,253,.28);
        }

.cart-line-total {
    color: #38bdf8;
    font-size: 18px;
}

.cart-delete-btn {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 14px;
    background: rgba(239,68,68,.14);
    color: #fca5a5;
}

    .cart-delete-btn:hover {
        background: #ef4444;
        color: white;
    }

/* Checkout */

.checkout-options {
    display: grid;
    gap: 22px;
}

.checkout-card {
    padding: 24px;
    border-radius: 24px;
    background: rgba(15,23,42,.82);
    border: 1px solid rgba(13,110,253,.20);
}

    .checkout-card h2 {
        margin: 0 0 20px;
        font-size: 24px;
        font-weight: 950;
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .checkout-card h2 i {
            color: #38bdf8;
        }

.checkout-address-list,
.shipping-list {
    display: grid;
    gap: 15px;
}

.checkout-address-choice,
.shipping-choice {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 15px;
    align-items: flex-start;
}

    .checkout-address-choice input,
    .shipping-choice input {
        margin-top: 20px;
        accent-color: #0d6efd;
    }

.checkout-address-card,
.shipping-card {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    padding: 18px;
    background: rgba(2,6,23,.42);
    transition: .25s;
}

.checkout-address-choice input:checked + .checkout-address-card,
.shipping-choice input:checked + .shipping-card {
    border-color: rgba(13,110,253,.75);
    box-shadow: 0 0 0 3px rgba(13,110,253,.16);
    background: rgba(13,110,253,.10);
}

.checkout-address-header {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    margin-bottom: 10px;
}

    .checkout-address-header label,
    .shipping-card label {
        color: white;
        font-weight: 950;
        cursor: pointer;
    }

.address-badge {
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(13,110,253,.18);
    color: #93c5fd;
    font-size: 12px;
    font-weight: 900;
}

.checkout-address-body {
    display: grid;
    gap: 4px;
    color: #cbd5e1;
    line-height: 1.45;
}

.checkout-phone {
    margin-top: 8px;
    color: #93c5fd;
    font-weight: 800;
}

    .checkout-phone i {
        margin-right: 7px;
    }

.shipping-card {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
}

.shipping-left {
    display: flex;
    gap: 15px;
    align-items: center;
}

    .shipping-left > i {
        width: 48px;
        height: 48px;
        border-radius: 16px;
        background: rgba(13,110,253,.15);
        color: #38bdf8;
        display: grid;
        place-items: center;
        font-size: 22px;
    }

    .shipping-left div div {
        color: #cbd5e1;
        margin-top: 4px;
    }

    .shipping-left small {
        display: block;
        color: #93c5fd;
        margin-top: 4px;
        font-weight: 750;
    }

.shipping-card strong {
    color: #38bdf8;
    white-space: nowrap;
    font-size: 18px;
}

.address-preview {
    padding: 28px;
    border-radius: 20px;
    background: rgba(2,6,23,.42);
    border: 1px dashed rgba(148,163,184,.35);
    text-align: center;
    color: #cbd5e1;
}

    .address-preview > i {
        font-size: 38px;
        color: #38bdf8;
        margin-bottom: 12px;
    }

    .address-preview strong {
        display: block;
        color: white;
        font-size: 18px;
        margin-bottom: 8px;
    }

    .address-preview p {
        margin-bottom: 16px;
    }

    .address-preview a,
    .address-preview button {
        height: 42px;
        padding: 0 18px;
        border: none;
        border-radius: 14px;
        background: linear-gradient(135deg,#0d6efd,#2563eb);
        color: white;
        text-decoration: none;
        font-weight: 900;
        display: inline-flex;
        align-items: center;
    }

/* Résumé */

.cart-summary {
    padding: 24px;
    border-radius: 24px;
    background: rgba(15,23,42,.88);
    border: 1px solid rgba(13,110,253,.25);
    position: sticky;
    top: 110px;
}

    .cart-summary h2 {
        font-weight: 950;
        margin-bottom: 22px;
    }

.summary-line,
.summary-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    color: #cbd5e1;
}

.summary-total {
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.10);
    font-size: 22px;
    color: white;
}

    .summary-total strong {
        color: #38bdf8;
    }

.checkout-btn {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg,#0d6efd,#2563eb);
    color: white;
    font-weight: 950;
    margin-top: 10px;
}

    .checkout-btn:disabled {
        opacity: .45;
        cursor: not-allowed;
    }

.clear-cart-btn {
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 14px;
    margin-top: 12px;
    background: rgba(239,68,68,.12);
    color: #fca5a5;
    font-weight: 850;
}

.empty-cart {
    padding: 70px 25px;
    border-radius: 28px;
    text-align: center;
    background: rgba(15,23,42,.82);
    border: 1px solid rgba(13,110,253,.22);
}

    .empty-cart i {
        font-size: 58px;
        color: #38bdf8;
        margin-bottom: 20px;
    }

    .empty-cart h2 {
        font-weight: 950;
    }

    .empty-cart p {
        color: #cbd5e1;
    }

    .empty-cart a {
        margin-top: 18px;
        height: 46px;
        padding: 0 20px;
        border-radius: 14px;
        background: linear-gradient(135deg,#0d6efd,#2563eb);
        color: white;
        text-decoration: none;
        font-weight: 900;
        display: inline-flex;
        align-items: center;
    }

@media(max-width: 1100px) {
    .cart-layout {
        grid-template-columns: 1fr;
    }

    .cart-summary {
        position: static;
    }
}

@media(max-width: 760px) {
    .cart-page {
        padding: 35px 18px;
    }

    .cart-header {
        flex-direction: column;
        align-items: flex-start;
    }

        .cart-header h1 {
            font-size: 36px;
        }

    .cart-item {
        grid-template-columns: 80px 1fr;
    }

        .cart-item img {
            width: 80px;
            height: 80px;
        }

    .cart-qty-form,
    .cart-line-total,
    .cart-delete-btn {
        grid-column: 2;
    }

    .shipping-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

/*#endregion*/

/*#region Contact*/

.contact-reply-box {
    position: relative;
    margin-bottom: 20px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(15,23,42,.78);
    border: 1px solid rgba(255,255,255,.12);
}

    .contact-reply-box label {
        display: block;
        margin-bottom: 10px;
        font-weight: 850;
        color: #e5e7eb;
    }

    .contact-reply-box textarea {
        width: 100%;
        min-height: 150px;
        resize: vertical;
        border: none;
        outline: none;
        background: transparent;
        color: white;
        font-size: 16px;
        line-height: 1.6;
    }

        .contact-reply-box textarea::placeholder {
            color: #94a3b8;
        }

.contact-reply-actions {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 18px;
    padding-top: 15px;
}

.contact-reply-tools {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .contact-reply-tools button {
        border: none;
        background: transparent;
        color: #cbd5e1;
        font-size: 18px;
        transition: .2s;
    }

        .contact-reply-tools button:hover {
            color: #38bdf8;
            transform: translateY(-2px);
        }

.contact-file-status {
    flex: 1;
    color: #38bdf8;
    font-size: 13px;
}

.contact-emoji-picker {
    position: absolute;
    left: 0;
    bottom: 58px;
    width: 210px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px;
    border-radius: 14px;
    background: rgba(15,23,42,.98);
    border: 1px solid rgba(13,110,253,.35);
    box-shadow: 0 12px 30px rgba(0,0,0,.35);
    z-index: 20;
}

    .contact-emoji-picker button {
        width: 34px;
        height: 34px;
        border: none;
        border-radius: 10px;
        background: rgba(255,255,255,.08);
        font-size: 18px;
        cursor: pointer;
    }

        .contact-emoji-picker button:hover {
            background: rgba(13,110,253,.35);
        }

.reply-attachments-panel {
    margin-top: 14px;
    padding: 14px;
    border-radius: 16px;
    background: rgba(2,6,23,.35);
    border: 1px dashed rgba(13,110,253,.35);
}

.attach-large-btn {
    height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid rgba(13,110,253,.35);
    background: rgba(13,110,253,.12);
    color: #93c5fd;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.editor-files-preview {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.editor-file-thumb {
    width: 74px;
    height: 74px;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(15,23,42,.9);
    border: 1px solid rgba(255,255,255,.12);
    display: grid;
    place-items: center;
    color: #cbd5e1;
    font-size: 12px;
    text-align: center;
}

    .editor-file-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.message-attachments {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.message-attachment-img {
    width: 82px;
    height: 82px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(13,110,253,.35);
    display: block;
    background: rgba(15,23,42,.8);
}

    .message-attachment-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.message-attachment-file {
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(15,23,42,.85);
    border: 1px solid rgba(255,255,255,.12);
    color: #cbd5e1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.contact-field-full {
    grid-column: 1 / -1;
}

.contact-page {
    color: white;
    padding: 60px 7%;
}

.contact-hero {
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 30px;
    align-items: center;
    margin-bottom: 35px;
    padding: 34px;
    border-radius: 30px;
    background: rgba(15,23,42,.82);
    border: 1px solid rgba(13,110,253,.25);
    backdrop-filter: blur(14px);
    box-shadow: 0 0 45px rgba(13,110,253,.10);
}

.contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(13,110,253,.16);
    border: 1px solid rgba(13,110,253,.38);
    color: #93c5fd;
    font-weight: 900;
    margin-bottom: 18px;
}

.contact-hero h1 {
    font-size: clamp(38px, 4vw, 64px);
    font-weight: 950;
    margin: 0 0 14px;
}

.contact-hero p {
    color: #cbd5e1;
    line-height: 1.8;
    max-width: 820px;
    font-size: 17px;
}

.contact-hero-icon {
    width: 150px;
    height: 150px;
    border-radius: 34px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg,rgba(13,110,253,.22),rgba(56,189,248,.12));
    border: 1px solid rgba(13,110,253,.38);
    color: #38bdf8;
    font-size: 62px;
    box-shadow: 0 0 35px rgba(13,110,253,.20);
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0,1.25fr) minmax(360px,.75fr);
    gap: 26px;
    align-items: start;
}

.contact-card {
    padding: 28px;
    border-radius: 26px;
    background: rgba(15,23,42,.82);
    border: 1px solid rgba(13,110,253,.22);
    backdrop-filter: blur(14px);
    box-shadow: 0 0 35px rgba(13,110,253,.08);
}

.contact-card-head {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 26px;
}

.contact-card-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-size: 24px;
}

    .contact-card-icon.blue {
        background: rgba(13,110,253,.18);
        color: #60a5fa;
    }

    .contact-card-icon.cyan {
        background: rgba(56,189,248,.16);
        color: #38bdf8;
    }

.contact-card-head h2 {
    margin: 0;
    font-size: 25px;
    font-weight: 950;
}

.contact-card-head p {
    margin: 5px 0 0;
    color: #94a3b8;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px;
}

.contact-field {
    margin-bottom: 18px;
}

    .contact-field label {
        display: block;
        margin-bottom: 8px;
        font-weight: 850;
        color: #e5e7eb;
    }

    .contact-field input,
    .contact-field textarea {
        width: 100%;
        border: 1px solid rgba(255,255,255,.12);
        background: rgba(2,6,23,.58);
        color: white;
        border-radius: 14px;
        padding: 14px 16px;
        outline: none;
        transition: .25s;
    }

    .contact-field textarea {
        resize: vertical;
        min-height: 150px;
    }

        .contact-field input::placeholder,
        .contact-field textarea::placeholder {
            color: #64748b;
        }

        .contact-field input:focus,
        .contact-field textarea:focus {
            border-color: rgba(13,110,253,.65);
            box-shadow: 0 0 0 4px rgba(13,110,253,.13);
        }

.contact-privacy-box {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 18px;
    background: rgba(13,110,253,.10);
    border: 1px solid rgba(13,110,253,.24);
    color: #cbd5e1;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .contact-privacy-box i {
        color: #60a5fa;
        margin-top: 4px;
    }

    .contact-privacy-box p {
        margin: 0;
        line-height: 1.6;
    }

    .contact-privacy-box a {
        color: #38bdf8;
        font-weight: 850;
        text-decoration: none;
    }

.contact-submit-btn {
    height: 52px;
    padding: 0 26px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg,#0d6efd,#2563eb);
    color: white;
    font-weight: 950;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: .25s;
}

    .contact-submit-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 36px rgba(13,110,253,.35);
    }

.contact-side {
    display: grid;
}

.contact-info-list {
    display: grid;
    gap: 20px;
}

.contact-info-line {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

    .contact-info-line:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .contact-info-line > i {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        background: rgba(13,110,253,.14);
        color: #38bdf8;
        font-size: 19px;
    }

    .contact-info-line strong {
        display: block;
        margin-bottom: 6px;
        font-weight: 950;
    }

    .contact-info-line span,
    .contact-info-line a {
        display: block;
        color: #cbd5e1;
        text-decoration: none;
        line-height: 1.6;
    }

        .contact-info-line a:hover {
            color: #38bdf8;
        }

.contact-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

    .contact-socials a {
        width: 40px;
        height: 40px;
        border-radius: 13px;
        display: grid;
        place-items: center;
        background: rgba(13,110,253,.16);
        border: 1px solid rgba(13,110,253,.30);
        color: white;
        transition: .25s;
    }

        .contact-socials a:hover {
            transform: translateY(-2px);
            background: linear-gradient(135deg,#0d6efd,#2563eb);
        }

.support-box {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: linear-gradient(135deg,rgba(13,110,253,.16),rgba(15,23,42,.88));
}

.support-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(13,110,253,.18);
    color: #60a5fa;
    font-size: 24px;
    flex: 0 0 58px;
}

.support-box h3 {
    margin: 0 0 8px;
    font-weight: 950;
}

.support-box p {
    color: #cbd5e1;
    line-height: 1.65;
}

.support-box a {
    height: 44px;
    padding: 0 16px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(13,110,253,.15);
    border: 1px solid rgba(13,110,253,.35);
    color: #93c5fd;
    text-decoration: none;
    font-weight: 900;
    transition: .25s;
}

    .support-box a:hover {
        background: linear-gradient(135deg,#0d6efd,#2563eb);
        color: white;
    }

@media(max-width: 1000px) {
    .contact-layout,
    .contact-hero {
        grid-template-columns: 1fr;
    }

    .contact-hero-icon {
        display: none;
    }
}

@media(max-width: 700px) {
    .contact-page {
        padding: 35px 18px 55px;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .contact-card {
        padding: 22px;
    }

    .contact-hero {
        padding: 26px;
    }
}

.category-help-list {
    display: grid;
    gap: 16px;
}

    .category-help-list div {
        padding: 14px 16px;
        border-radius: 14px;
        background: rgba(255,255,255,0.04);
        border: 1px solid rgba(255,255,255,0.08);
    }

    .category-help-list strong {
        color: #fff;
        display: block;
        margin-bottom: 5px;
    }

    .category-help-list p {
        color: #94a3b8;
        margin: 0;
        line-height: 1.5;
    }

.contact-field select.contact-input {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(148,163,184,.18);
    background: rgba(15,23,42,.68);
    color: white;
    border-radius: 14px;
    padding: 0 14px;
    outline: none;
}

    .contact-field select.contact-input option {
        background: #0f172a;
        color: white;
    }


/*#endregion*/





/*#region PRODUITS*/

.product-favorite-btn.active {
    background: rgba(239,68,68,.18);
    border-color: rgba(239,68,68,.35);
}

    .product-favorite-btn.active i {
        color: #ef4444;
    }

.product-favorite-btn i {
    transition: all 0.3s ease;
}

.products-section {
    max-width: 1200px;
    margin: 26px auto;
    padding: 0 20px;
    color: white;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}

.category-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
    transition: 0.25s ease;
    cursor: pointer;
}

    .category-card:hover {
        transform: translateY(-6px);
        border-color: rgba(13,110,253,0.7);
        box-shadow: 0 18px 40px rgba(13,110,253,0.22);
    }

    .category-card img {
        width: 100%;
        height: 210px;
        object-fit: cover;
        display: block;
    }

.category-content {
    padding: 18px;
}

    .category-content h3 {
        margin: 0 0 8px;
        font-size: 18px;
        font-weight: 700;
        color: white;
    }

    .category-content span {
        color: #94a3b8;
        font-size: 14px;
    }

@media (max-width: 992px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .products-grid {
        grid-template-columns: 1fr;
    }
}
/*#endregion*/

/*#region FAVORIS*/

.favorites-page {
    flex: 1;
    padding: 10px 5px 40px;
}

.favorite-card {
    transition: opacity .3s ease, transform .3s ease;
}

.favorite-card {
    transition: opacity .25s ease, transform .25s ease;
}
/*========================
    TOOLBAR
========================*/

.favorites-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 34px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.favorites-count {
    color: white;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.3px;
}

.favorites-toolbar-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.favorites-select {
    width: 240px;
    height: 50px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(7,14,30,0.92);
    color: white;
    padding: 0 16px;
    outline: none;
    font-weight: 600;
    transition: 0.2s;
}

    .favorites-select:focus {
        border-color: rgba(13,110,253,0.45);
        box-shadow: 0 0 0 4px rgba(13,110,253,0.12);
    }

.favorites-display-buttons {
    display: flex;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.08);
}

    .favorites-display-buttons button {
        width: 54px;
        height: 50px;
        border: none;
        background: rgba(7,14,30,0.92);
        color: #94a3b8;
        transition: 0.2s;
    }

        .favorites-display-buttons button:hover {
            color: white;
        }

        .favorites-display-buttons button.active {
            background: linear-gradient(135deg,#0d6efd,#005eff);
            color: white;
        }

/*========================
    GRID
========================*/

.favorites-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
    gap: 28px;
}

/*========================
    CARD
========================*/

.favorite-card {
    background: linear-gradient(180deg,rgba(10,18,35,0.96),rgba(5,10,25,0.98));
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.06);
    transition: 0.25s ease;
    position: relative;
    box-shadow: 0 10px 35px rgba(0,0,0,0.25);
}

    .favorite-card:hover {
        transform: translateY(-6px);
        border-color: rgba(13,110,253,0.40);
        box-shadow: 0 20px 50px rgba(0,0,0,0.45);
    }

/*========================
    IMAGE
========================*/

.favorite-image {
    position: relative;
    height: 260px;
    overflow: hidden;
    background: #020617;
}

    .favorite-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.35s ease;
    }

.favorite-card:hover .favorite-image img {
    transform: scale(1.05);
}

/*========================
    FAVORI BUTTON
========================*/

.favorite-heart {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(4,10,25,0.75);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
    cursor: pointer;
}

    .favorite-heart:hover {
        transform: scale(1.08);
        border-color: rgba(255,255,255,0.25);
    }

    .favorite-heart i {
        font-size: 22px;
        color: white;
        transition: 0.2s;
    }

    .favorite-heart.active i {
        color: #ff4b4b;
        text-shadow: 0 0 14px rgba(255,75,75,0.85);
    }

/*========================
    CONTENT
========================*/

.favorite-content {
    padding: 22px;
}

    .favorite-content h3 {
        color: white;
        font-size: 21px;
        font-weight: 800;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .favorite-content strong {
        display: block;
        color: #2f95ff;
        font-size: 28px;
        font-weight: 900;
        margin-bottom: 14px;
    }

    .favorite-content span {
        color: #94a3b8;
        font-size: 14px;
    }

/*========================
    FOOTER
========================*/

.favorites-footer {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: #cbd5e1;
    font-size: 15px;
    text-align: center;
}

    .favorites-footer i {
        color: #0d6efd;
    }

/*========================
    RESPONSIVE
========================*/

@media(max-width:992px) {

    .favorites-toolbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .favorites-toolbar-actions {
        width: 100%;
    }

    .favorites-select {
        flex: 1;
        width: 100%;
    }
}

@media(max-width:768px) {

    .favorites-grid {
        grid-template-columns: 1fr;
    }

    .favorites-toolbar-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .favorites-display-buttons {
        width: 100%;
    }

        .favorites-display-buttons button {
            flex: 1;
        }

    .favorite-image {
        height: 220px;
    }
}

/*#endregion*/


/*#region user account layout*/

.user-account-content {
    width: 100%;
    padding: 24px;
}

.user-overview {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.user-card,
.user-stat-card {
    background: rgba(15, 23, 42, .82);
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 22px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .18);
}

.user-card {
    padding: 24px;
}

.user-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

    .user-card-head h3 {
        color: #fff;
        font-size: 21px;
        margin: 0;
    }

    .user-card-head a {
        color: #4ea1ff;
        font-weight: 900;
        text-decoration: none;
    }

    .user-card-head button,
    .address-preview button {
        border: 1px solid rgba(148, 163, 184, .25);
        background: rgba(15, 23, 42, .7);
        color: #fff;
        border-radius: 12px;
        padding: 10px 16px;
        cursor: pointer;
        font-weight: 800;
    }

        .user-card-head button:hover,
        .address-preview button:hover {
            border-color: rgba(96, 165, 250, .55);
            color: #60a5fa;
        }

/*#endregion*/

/*#region stats*/

.user-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.user-stat-card {
    padding: 22px;
    min-height: 155px;
}

    .user-stat-card i {
        width: 56px;
        height: 56px;
        display: grid;
        place-items: center;
        border-radius: 18px;
        color: #60a5fa;
        background: rgba(59, 130, 246, .18);
        margin-bottom: 14px;
        font-size: 22px;
    }

    .user-stat-card.green i {
        color: #22c55e;
        background: rgba(34, 197, 94, .18);
    }

    .user-stat-card.purple i {
        color: #a855f7;
        background: rgba(168, 85, 247, .18);
    }

    .user-stat-card.orange i {
        color: #f97316;
        background: rgba(249, 115, 22, .18);
    }

    .user-stat-card span {
        display: block;
        color: #cbd5e1;
    }

    .user-stat-card strong {
        display: block;
        font-size: 30px;
        color: #fff;
        margin: 8px 0;
    }

    .user-stat-card a {
        color: #4ea1ff;
        font-weight: 800;
        text-decoration: none;
    }

/*#endregion*/

/*#region profile and address blocks*/

.user-top-grid,
.user-bottom-grid,
.user-dashboard-grid {
    display: contents;
}

.user-dashboard-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.profile-big-content {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

    .profile-big-content img {
        width: 116px;
        height: 116px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid rgba(59, 130, 246, .65);
    }

    .profile-big-content span {
        display: block;
        margin-top: 10px;
        color: #aeb9cc;
    }

    .profile-big-content strong {
        display: block;
        color: #fff;
    }

.green-text {
    color: #22c55e !important;
}

.address-main-card {
    min-height: 100%;
}

.address-preview {
    min-height: 175px;
    border: 1px solid rgba(148, 163, 184, .16);
    border-radius: 18px;
    padding: 22px;
}

    .address-preview i {
        color: #3b82f6;
        font-size: 28px;
    }

    .address-preview span {
        display: inline-block;
        margin: 12px 0;
        padding: 7px 12px;
        border-radius: 999px;
        background: rgba(59, 130, 246, .18);
        color: #60a5fa;
    }

    .address-preview strong {
        display: block;
        color: #fff;
    }

    .address-preview p {
        color: #cbd5e1;
        line-height: 1.6;
    }

/*#endregion*/

/*#region bottom blocks*/

.user-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.mini-order-list,
.message-preview-list,
.support-preview-list,
.payment-preview {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

    .mini-order-list div {
        display: grid;
        grid-template-columns: 42px 1fr .8fr .8fr .7fr;
        gap: 12px;
        align-items: center;
        border-bottom: 1px solid rgba(148, 163, 184, .12);
        padding-bottom: 12px;
    }

    .mini-order-list img {
        width: 42px;
        height: 42px;
        border-radius: 10px;
        object-fit: cover;
    }

    .mini-order-list strong,
    .mini-order-list b,
    .mini-empty strong {
        color: #fff;
    }

    .mini-order-list span,
    .mini-empty span {
        color: #aeb9cc;
    }

.paid,
.resolved {
    color: #22c55e;
}

.pending,
.waiting {
    color: #fbbf24;
}

.cancelled {
    color: #ef4444;
}

.mini-empty {
    min-height: 145px;
    border: 1px dashed rgba(148, 163, 184, .20);
    border-radius: 18px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 24px;
}

    .mini-empty i {
        color: #60a5fa;
        font-size: 34px;
    }

/*#endregion*/

/*#region account modals*/

.account-modal {
    background: rgba(15, 23, 42, .96);
    border: 1px solid rgba(148, 163, 184, .20);
    border-radius: 22px;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(0, 0, 0, .65);
}

    .account-modal .modal-header {
        border-bottom: 1px solid rgba(148, 163, 184, .15);
        padding: 22px 26px;
    }

    .account-modal .modal-title {
        font-size: 22px;
        font-weight: 900;
    }

.account-modal-close {
    border: none;
    background: transparent;
    color: #cbd5e1;
    font-size: 26px;
    cursor: pointer;
}

.account-modal-body {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 28px;
    padding: 26px;
}

.account-modal-avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding-right: 22px;
    border-right: 1px solid rgba(148, 163, 184, .12);
}

    .account-modal-avatar img {
        width: 145px;
        height: 145px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid rgba(59, 130, 246, .55);
    }

    .account-modal-avatar button {
        height: 42px;
        padding: 0 18px;
        border-radius: 12px;
        border: 1px solid rgba(148, 163, 184, .22);
        background: rgba(15, 23, 42, .75);
        color: #fff;
        font-weight: 800;
    }

    .account-modal-avatar small {
        color: #94a3b8;
        text-align: center;
        line-height: 1.5;
    }

.account-modal-fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 26px;
}

.account-modal-body .account-modal-fields {
    padding: 0;
}

.account-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.account-field label {
    display: block;
    margin-bottom: 8px;
    color: #cbd5e1;
    font-weight: 700;
}

.account-field input,
.account-field select {
    width: 100%;
    height: 46px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, .18);
    background: rgba(15, 23, 42, .72);
    color: #fff;
    padding: 0 14px;
    outline: none;
}

    .account-field input:focus,
    .account-field select:focus {
        border-color: rgba(59, 130, 246, .75);
        box-shadow: 0 0 0 3px rgba(59, 130, 246, .15);
    }

    .account-field input:disabled {
        color: #94a3b8;
        opacity: .85;
    }

.account-modal-separator {
    height: 1px;
    background: rgba(148, 163, 184, .15);
    margin: 8px 0;
}

.account-modal-fields h6 {
    font-size: 18px;
    font-weight: 900;
    margin: 0;
}

.account-modal-footer {
    border-top: 1px solid rgba(148, 163, 184, .15);
    padding: 20px 26px;
}

.account-btn-secondary,
.account-btn-primary {
    height: 44px;
    padding: 0 24px;
    border-radius: 12px;
    font-weight: 900;
    cursor: pointer;
}

.account-btn-secondary {
    border: 1px solid rgba(148, 163, 184, .24);
    background: rgba(148, 163, 184, .10);
    color: #e5e7eb;
}

.account-btn-primary {
    border: 1px solid rgba(37, 99, 235, .8);
    background: linear-gradient(135deg, #6366f1, #2563eb);
    color: #fff;
}

/*#endregion*/

/*#region responsive user account*/

@media (max-width: 1200px) {
    .user-stats-grid,
    .user-bottom-grid {
        grid-template-columns: 1fr 1fr;
    }

    .user-top-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 800px) {
    .user-account-content {
        padding: 16px;
    }

    .user-stats-grid,
    .user-bottom-grid {
        grid-template-columns: 1fr;
    }

    .profile-big-content,
    .account-modal-body {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .account-modal-avatar {
        border-right: none;
        border-bottom: 1px solid rgba(148, 163, 184, .12);
        padding-right: 0;
        padding-bottom: 22px;
    }

    .account-grid-2 {
        grid-template-columns: 1fr;
    }

    .mini-order-list div {
        grid-template-columns: 42px 1fr;
    }
}

/*#endregion*/

/*Region Paypal*/
.paypal-alert {
    margin-bottom: 18px;
    border-radius: 12px;
    padding: 12px 16px;
}

.smtp-layout {
    align-items: start;
}

.smtp-main-card,
.smtp-side {
    min-width: 0;
}
/*endregion */


/*#region mobile test card dash */
.services-status-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    margin-bottom: 24px;
}

.service-status-card {
    min-width: 0;
    min-height: 124px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(15, 23, 42, .75);
    border: 1px solid rgba(148, 163, 184, .18);
    box-sizing: border-box;
    overflow: hidden;
}

    .service-status-card > div {
        min-width: 0;
    }

    .service-status-card > i {
        width: 48px;
        height: 48px;
        flex: 0 0 48px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        font-size: 20px;
    }

    .service-status-card.ok > i {
        color: #22c55e;
        background: rgba(34, 197, 94, .14);
    }

    .service-status-card.ko > i {
        color: #ef4444;
        background: rgba(239, 68, 68, .14);
    }

    .service-status-card strong {
        display: block;
        color: #fff;
        font-size: 17px;
        line-height: 1.25;
        font-weight: 900;
        word-break: normal;
        overflow-wrap: normal;
    }

    .service-status-card span {
        display: block;
        margin: 5px 0 7px;
        font-size: 15px;
        line-height: 1.3;
        font-weight: 850;
        word-break: normal;
        overflow-wrap: normal;
    }

    .service-status-card.ok span {
        color: #22c55e;
    }

    .service-status-card.ko span {
        color: #ef4444;
    }

    .service-status-card small {
        display: block;
        color: #94a3b8;
        font-size: 13px;
        line-height: 1.55;
        word-break: normal;
        overflow-wrap: break-word;
    }

/* Tablette : 2 cartes par ligne */
@media (max-width: 1200px) {
    .services-status-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Téléphone : 1 carte par ligne */
@media (max-width: 600px) {
    .services-status-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .service-status-card {
        min-height: auto;
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 15px;
        padding: 16px;
        border-radius: 16px;
    }

        .service-status-card > i {
            width: 52px;
            height: 52px;
            font-size: 21px;
        }

        .service-status-card strong {
            font-size: 18px;
        }

        .service-status-card span {
            font-size: 16px;
        }

        .service-status-card small {
            font-size: 14px;
            line-height: 1.5;
        }
}

/*#endregion */
/*#endregion*/


/*#region securite*/
.security-page {
    padding: 34px 38px;
    color: #fff
}

.security-head {
    margin-bottom: 24px
}

    .security-head h1 {
        margin: 0;
        font-size: 38px;
        font-weight: 950
    }

    .security-head p {
        margin: 7px 0 0;
        color: #94a3b8
    }

.security-alert {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 18px;
    padding: 15px 18px;
    border-radius: 14px;
    font-weight: 850
}

    .security-alert.success {
        color: #bbf7d0;
        background: rgba(34,197,94,.14);
        border: 1px solid rgba(34,197,94,.34)
    }

    .security-alert.error {
        color: #fecaca;
        background: rgba(239,68,68,.14);
        border: 1px solid rgba(239,68,68,.34)
    }

.security-grid-top {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 18px;
    margin-bottom: 18px
}

.security-card {
    padding: 22px;
    border-radius: 20px;
    background: rgba(2,8,23,.78);
    border: 1px solid rgba(59,130,246,.22);
    box-shadow: 0 18px 45px rgba(0,0,0,.28)
}

.security-full-card {
    margin-bottom: 18px
}

.security-card-title, .security-title-left {
    display: flex;
    align-items: center;
    gap: 13px
}

.security-card-title {
    margin-bottom: 20px
}

.security-title-actions {
    justify-content: space-between
}

.security-icon, .security-device-icon {
    display: grid;
    place-items: center;
    color: #60a5fa;
    background: rgba(37,99,235,.15)
}

.security-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px
}

.security-card-title h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 950
}

.security-card-title p {
    margin: 4px 0 0;
    color: #94a3b8;
    font-size: 13px
}

.security-account-user {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px;
    border-radius: 16px;
    background: rgba(15,23,42,.72);
    border: 1px solid rgba(148,163,184,.15)
}

    .security-account-user img {
        width: 62px;
        height: 62px;
        border-radius: 50%;
        object-fit: cover
    }

    .security-account-user strong, .security-account-user span {
        display: block
    }

    .security-account-user span {
        margin-top: 5px;
        color: #94a3b8
    }

.security-info-list {
    display: grid;
    gap: 10px;
    margin-top: 14px
}

    .security-info-list div {
        display: flex;
        justify-content: space-between;
        gap: 18px;
        padding: 12px 0;
        border-bottom: 1px solid rgba(148,163,184,.12)
    }

    .security-info-list span {
        color: #94a3b8
    }

.security-password-form {
    display: grid;
    gap: 14px
}

.security-field label {
    display: block;
    margin-bottom: 7px;
    font-weight: 800
}

.security-field > span {
    display: block;
    margin-top: 5px;
    color: #fca5a5;
    font-size: 12px
}

.security-password-input {
    display: flex;
    align-items: center;
    border: 1px solid rgba(148,163,184,.2);
    border-radius: 13px;
    background: rgba(15,23,42,.82);
    overflow: hidden
}

    .security-password-input:focus-within {
        border-color: #3b82f6;
        box-shadow: 0 0 0 4px rgba(59,130,246,.12)
    }

    .security-password-input input {
        flex: 1;
        height: 48px;
        padding: 0 14px;
        border: 0;
        outline: 0;
        background: transparent;
        color: white
    }

    .security-password-input button {
        width: 48px;
        height: 48px;
        border: 0;
        background: transparent;
        color: #94a3b8
    }

.security-primary-btn, .security-danger-btn, .security-outline-danger-btn {
    min-height: 44px;
    padding: 0 17px;
    border-radius: 12px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px
}

.security-primary-btn {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg,#0d6efd,#2563eb)
}

.security-danger-btn {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg,#ef4444,#dc2626)
}

.security-outline-danger-btn {
    color: #fecaca;
    background: rgba(239,68,68,.08);
    border: 1px solid rgba(239,68,68,.45)
}

.security-session-list {
    display: grid;
    gap: 10px
}

.security-session-row {
    display: grid;
    grid-template-columns: 52px minmax(0,1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border-radius: 15px;
    background: rgba(15,23,42,.62);
    border: 1px solid rgba(148,163,184,.14)
}

.security-device-icon {
    width: 46px;
    height: 46px;
    border-radius: 13px
}

.security-session-main strong, .security-session-main span, .security-session-main small {
    display: block
}

    .security-session-main strong em {
        margin-left: 8px;
        padding: 4px 8px;
        border-radius: 999px;
        color: #86efac;
        background: rgba(34,197,94,.14);
        font-size: 11px;
        font-style: normal
    }

.security-session-main span, .security-session-main small {
    margin-top: 4px;
    color: #94a3b8
}

.security-login-table {
    display: grid;
    gap: 8px
}

.security-login-head, .security-login-row {
    display: grid;
    grid-template-columns: 1.15fr 1.25fr 1fr .8fr;
    align-items: center;
    gap: 14px
}

.security-login-head {
    padding: 13px 15px;
    border-radius: 13px;
    background: rgba(15,23,42,.85);
    color: #cbd5e1;
    font-weight: 900
}

.security-login-row {
    padding: 14px 15px;
    border-radius: 13px;
    background: rgba(15,23,42,.55);
    border: 1px solid rgba(148,163,184,.12)
}

    .security-login-row strong, .security-login-row small {
        display: block
    }

    .security-login-row small {
        margin-top: 3px;
        color: #94a3b8
    }

.security-login-status {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 999px;
    font-style: normal;
    font-weight: 900;
    font-size: 12px
}

    .security-login-status.success {
        color: #86efac;
        background: rgba(34,197,94,.14)
    }

    .security-login-status.error {
        color: #fca5a5;
        background: rgba(239,68,68,.14)
    }

.security-empty {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    color: #94a3b8
}

    .security-empty i {
        font-size: 32px;
        color: #60a5fa
    }

@media(max-width:1000px) {
    .security-grid-top {
        grid-template-columns: 1fr
    }

    .security-login-head {
        display: none
    }

    .security-login-row {
        grid-template-columns: 1fr
    }

    .security-title-actions {
        align-items: flex-start;
        gap: 15px;
        flex-direction: column
    }

    .security-session-row {
        grid-template-columns: 46px 1fr
    }

        .security-session-row form {
            grid-column: 2
        }
}

@media(max-width:700px) {
    .security-page {
        padding: 24px 16px
    }

    .security-head h1 {
        font-size: 31px
    }

    .security-card {
        padding: 17px
    }

    .security-info-list div {
        flex-direction: column;
        gap: 5px
    }
}


/*#endregion*/


/*#region message user*/
.um-page {
    max-width: 1450px;
    margin: auto;
    padding: 28px 20px 50px;
    color: #1f2937
}

.um-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px
}

    .um-header span {
        font-size: .75rem;
        font-weight: 800;
        color: #7c3aed;
        letter-spacing: .12em
    }

    .um-header h1 {
        margin: 5px 0;
        font-weight: 850
    }

    .um-header p {
        margin: 0;
        color: #6b7280
    }

.um-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 15px;
    border: 0;
    border-radius: 11px;
    background: #eef0f4;
    color: #374151;
    font-weight: 750;
    text-decoration: none
}

    .um-btn.primary {
        background: #111827;
        color: #fff
    }

    .um-btn.icon {
        width: 42px;
        padding: 0
    }

.um-stats {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
    margin: 18px 0
}

    .um-stats a {
        padding: 18px;
        border: 1px solid #e5e7eb;
        border-radius: 16px;
        background: #fff;
        text-decoration: none;
        color: inherit
    }

    .um-stats strong, .um-stats span {
        display: block
    }

    .um-stats strong {
        font-size: 1.35rem
    }

    .um-stats span {
        color: #6b7280;
        font-size: .82rem
    }

.um-filters {
    display: grid;
    grid-template-columns: 1fr 180px 180px 180px auto;
    gap: 9px;
    padding: 13px;
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    margin-bottom: 17px
}

    .um-filters input, .um-filters select, .um-form input, .um-form select, .um-form textarea, .um-editor textarea {
        width: 100%;
        border: 1px solid #d9dee7;
        border-radius: 10px;
        padding: 11px;
        outline: none
    }

.um-workspace {
    display: grid;
    grid-template-columns: minmax(320px,410px) 1fr;
    min-height: 680px;
    border: 1px solid #e5e7eb;
    border-radius: 19px;
    overflow: hidden;
    background: #fff
}

.um-list {
    border-right: 1px solid #e5e7eb;
    overflow: auto
}

.um-item {
    display: flex;
    width: 100%;
    gap: 11px;
    padding: 15px;
    border: 0;
    border-bottom: 1px solid #edf0f4;
    background: #fff;
    text-align: left
}

    .um-item:hover, .um-item.active {
        background: #f3f0ff
    }

    .um-item.unread {
        background: #faf8ff
    }

.um-icon {
    display: grid;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    place-items: center;
    border-radius: 12px;
    background: #eef2f7
}

    .um-icon.support {
        background: #ede9fe;
        color: #6d28d9
    }

    .um-icon.commande {
        background: #e0f2fe;
        color: #0369a1
    }

    .um-icon.site {
        background: #fee2e2;
        color: #b91c1c
    }

.um-item-content {
    min-width: 0;
    flex: 1
}

.um-top {
    display: flex;
    justify-content: space-between;
    gap: 8px
}

    .um-top strong {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .um-top time {
        font-size: .67rem;
        color: #9ca3af
    }

.um-preview {
    display: -webkit-box;
    overflow: hidden;
    margin: 7px 0;
    color: #6b7280;
    font-size: .82rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.um-meta {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: .7rem;
    color: #7b8493
}

    .um-meta em {
        padding: 3px 7px;
        border-radius: 999px;
        background: #eef2f7;
        font-style: normal
    }

.um-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7c3aed
}

.um-pages {
    display: flex;
    justify-content: space-between;
    padding: 12px
}

.um-empty {
    display: flex;
    min-height: 300px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #6b7280
}

    .um-empty > i {
        font-size: 2rem;
        color: #7c3aed;
        margin-bottom: 10px
    }

.um-detail-content {
    display: grid;
    height: 680px;
    grid-template-rows: auto 1fr auto
}

    .um-detail-content > header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 19px;
        border-bottom: 1px solid #e5e7eb
    }

    .um-detail-content h2 {
        margin: 0 0 6px
    }

    .um-detail-content header span, .um-detail-content header small {
        margin-right: 6px;
        color: #6b7280
    }

.um-thread {
    overflow: auto;
    padding: 22px;
    background: #f8fafc
}

.um-message {
    display: flex;
    max-width: 85%;
    margin-bottom: 16px
}

    .um-message.user {
        margin-left: auto;
        justify-content: flex-end
    }

.um-bubble {
    padding: 12px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 4px 15px 15px;
    background: #fff
}

.um-message.user .um-bubble {
    background: #f3f0ff;
    border-radius: 15px 4px 15px 15px
}

.um-bubble strong {
    font-size: .78rem
}

.um-bubble time {
    margin-left: 15px;
    font-size: .67rem;
    color: #9ca3af
}

.um-bubble p {
    margin: 8px 0 0;
    line-height: 1.55
}

.um-attachments {
    display: grid;
    gap: 7px;
    margin-top: 9px
}

.um-attachment-img {
    max-width: 260px;
    max-height: 200px;
    border-radius: 10px;
    object-fit: cover
}

.um-file {
    display: block;
    padding: 9px;
    border-radius: 9px;
    background: #fff;
    color: #374151;
    text-decoration: none
}

.um-editor {
    padding: 14px 17px;
    border-top: 1px solid #e5e7eb
}

    .um-editor textarea {
        min-height: 88px;
        resize: vertical
    }

    .um-editor > div {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        margin-top: 9px
    }

    .um-editor small {
        display: block;
        margin-top: 6px;
        color: #15803d
    }

.um-modal {
    border: 0;
    border-radius: 18px
}

.um-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    background: #f8fafc
}

    .um-form label {
        font-weight: 700
    }

        .um-form label.full {
            grid-column: 1/-1
        }

    .um-form input, .um-form select, .um-form textarea {
        display: block;
        margin-top: 6px;
        font-weight: 400
    }

@media(max-width:900px) {
    .um-stats {
        grid-template-columns: 1fr
    }

    .um-filters {
        grid-template-columns: 1fr
    }

    .um-workspace {
        display: block
    }

    .um-list {
        max-height: 480px;
        border-right: 0
    }

    .um-detail {
        border-top: 1px solid #e5e7eb
    }

    .um-detail-content {
        height: 650px
    }
}

@media(max-width:600px) {
    .um-page {
        padding: 20px 12px
    }

    .um-header {
        align-items: flex-start;
        flex-direction: column
    }

    .um-form {
        grid-template-columns: 1fr
    }

        .um-form label.full {
            grid-column: auto
        }

    .um-message {
        max-width: 96%
    }
}

/*#endregion*/
/*#region Messagerie utilisateur - adaptation du design Dashboard */
.user-messages-pro-layout {
    min-height: 720px;
}

.user-message-status {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(148, 163, 184, .22);
    border-radius: 999px;
    background: rgba(15, 23, 42, .72);
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 800;
}

    .user-message-status.new {
        border-color: rgba(245, 158, 11, .28);
        background: rgba(245, 158, 11, .12);
        color: #fbbf24;
    }

    .user-message-status.read {
        border-color: rgba(59, 130, 246, .28);
        background: rgba(59, 130, 246, .12);
        color: #93c5fd;
    }

    .user-message-status.replied {
        border-color: rgba(34, 197, 94, .28);
        background: rgba(34, 197, 94, .12);
        color: #86efac;
    }

.user-message-avatar {
    display: grid;
    place-items: center;
    background: rgba(59, 130, 246, .16);
    color: #93c5fd;
}

.message-pro-item.loading {
    pointer-events: none;
    opacity: .55;
}

.user-messages-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 16px;
    border-top: 1px solid rgba(148, 163, 184, .12);
    background: rgba(15, 23, 42, .52);
}

    .user-messages-pagination a,
    .user-messages-pagination > span {
        display: grid;
        width: 36px;
        height: 36px;
        place-items: center;
        border: 1px solid rgba(148, 163, 184, .16);
        border-radius: 11px;
        background: rgba(30, 41, 59, .72);
        color: #dbeafe;
        text-decoration: none;
    }

        .user-messages-pagination a:hover {
            border-color: rgba(59, 130, 246, .4);
            background: rgba(59, 130, 246, .16);
        }

        .user-messages-pagination > span.disabled {
            opacity: .35;
        }

    .user-messages-pagination strong {
        color: #94a3b8;
        font-size: 12px;
    }

.messages-pro-stats:has(.message-pro-stat:nth-child(3):last-child) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1100px) {
    .messages-pro-stats:has(.message-pro-stat:nth-child(3):last-child) {
        grid-template-columns: 1fr;
    }
}
/*#endregion */
