
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    background: #F4F4F4 !important;
    color: #202020;
    min-height: 100vh;
}

@font-face {
    font-family: 'CircularStd-Black';
    src: url('../fonts/CircularStd-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd-BlackItalic';
    src: url('../fonts/CircularStd-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'CircularStd-Bold';
    src: url('../fonts/CircularStd-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd-BoldItalic';
    src: url('../fonts/CircularStd-BoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'CircularStd-Book';
    src: url('../fonts/CircularStd-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd-BookItalic';
    src: url('../fonts/CircularStd-BookItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'CircularStd-Medium';
    src: url('../fonts/CircularStd-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd-MediumItalic';
    src: url('../fonts/CircularStd-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

body {
    font-family: 'CircularStd-Book', sans-serif;
    font-weight: 400;
}

/* Admin shell layout */
body.admin-body {
    padding-left: 0;
    overflow: hidden;
    background: #F4F4F4 !important;
}

body.admin-body > .container-fluid {
    padding-left: 0;
}

body.admin-body > .container-fluid > .row {
    min-height: 100vh;
}

body.admin-body > .container-fluid > .row > .col-md-3.p-0 {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    max-width: 300px;
    height: 100vh;
    z-index: 100;
}

body.admin-body > .container-fluid > .row > .col-md-3.p-0 .property-1dashboard {
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

body.admin-body > .container-fluid > .row > .col-md-3.p-0 nav.main-nav {
    flex: 1 1 auto;
    overflow-y: auto;
    padding-bottom: 16px;
}

body.admin-body > .container-fluid > .row > .col-md-9.p-0 {
    margin-left: 300px;
    width: calc(100% - 300px);
    height: 100vh;
    overflow: auto;
}

@media (max-width: 991px) {
    body.admin-body {
        padding-left: 0;
        overflow: auto;
    }

    body.admin-body > .container-fluid > .row > .col-md-3.p-0 {
        position: relative;
        width: 100%;
        max-width: none;
        height: auto;
    }

    body.admin-body > .container-fluid > .row > .col-md-3.p-0 .property-1dashboard {
        height: auto;
    }

    body.admin-body > .container-fluid > .row > .col-md-9.p-0 {
        margin-left: 0;
        width: 100%;
        height: auto;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'CircularStd-Bold', sans-serif;
    font-weight: 700;
    color: #202020;
}

p {
    font-family: 'CircularStd-Book', sans-serif;
    font-weight: 400;
}


/* for forms */
    
    form.backend-form {
        width: 100%;
        max-width: 450px;
        margin-top: 30px;
    }
    form.backend-form textarea,
    form.backend-form button,
    form.backend-form input{
        margin-bottom: 20px;
    }
    
    form.backend-form select{
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 20px;
        width: 100%;
        height: 42px;
        border-radius: 4px;
        border: 1px solid #CFD1D4;
    }
    form.backend-form button{
        width: 100%;
    }
    
/* End of form styles */

    .fade-in {
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }

    main.main{
        padding: 24px 0 30px;
        margin: auto;
        min-height: calc( 100vh - 104px );
    }
    .subpage-title{
        width: 90%;
        margin: auto;
    }
    .subpage-title a{
        text-decoration: none;
        color: #111827;
    }
    .small-unit {
        font-size: 10px;
    }
    #myChart {
        max-width: 90%;
        margin-left: 5%;
    }
    .chat-top {
        width: 90% !important;
        margin: auto !important;
    }
    .white-section{
        width: 90%;
        background: white;
        padding: 30px 20px;
        margin:  30px auto;
        border-radius: 8px;
    }
    h2.subtitle{
        font-size: 20px;
        font-weight: 400;
    }
    a.btn.normal-btn,
    button.btn.normal-btn {
        background: #519e1d;
        border: 1px solid #519e1d;
        font-weight: 400;
        color: white;
        font-size: 14px;
    }
    a.btn.normal-btn:hover,
    button.btn.normal-btn:hover {
        background: #4e971d !important;
        border-color: #4e971d !important;
        color: white;
    }

    .btn.btn-primary {
        background: #519e1d !important;
        border-color: #519e1d !important;
        color: #fff;
    }
    .btn.btn-primary:hover,
    .btn.btn-primary:focus,
    .btn.btn-primary:active {
        background: #4e971d !important;
        border-color: #4e971d !important;
        color: #fff;
    }

    a.btn.line-btn,
    button.btn.line-btn{
        border: 1px solid #878D96;
        background: none;
        font-weight: 400;
        color: #414141;
        font-size: 14px;
    }

    a.btn.line-btn:hover,
    button.btn.line-btn:hover{
        background: #519e1d;
        border: 1px solid #519e1d;
        color: white;
    }

    .white-section-top {
        display: flex;
        justify-content: space-between;
    }
    
    .white-section-top > * {
        flex: 1;
    }
    .column-link{
        color: #519e1d;
        text-decoration: none;
    }
    .empty-container{
        display: block;
        clear: both;
        padding-top: 30px;
        text-align: center;
    }
    /* table */
        .white-section-top h2 {
            margin-bottom: 0;
        }
        .table-container{
            border: 1px solid #CFD1D4;
            border-radius: 8px;
            width: 100%;
            max-width: 100%;
            overflow-x: auto;
            overflow-y: hidden;
            margin-top: 30px;
            -webkit-overflow-scrolling: touch;
        }
        table.backend-table {
            width: max-content;
            min-width: 100%;
        }
        table.backend-table thead {
            font-size: 14px;
            font-weight: 400;
            color: #676767;
            height: 56px;
            background: #F3FBE9;
        }
        able.backend-table td {
            padding-left: 15px;
            font-size: 14px;
        }
        table.backend-table tbody tr {
            height: 46px;
            color: #1B1B1B;
        }
        table.backend-table td {
            padding-left: 15px;
            font-size: 14px;
        }
        
        .table-container{
            border: 1px solid #CFD1D4;
            border-radius: 8px;
            width: 100%;
            max-width: 100%;
            overflow-x: auto;
            overflow-y: hidden;
            margin-top: 30px;
            -webkit-overflow-scrolling: touch;
        }
        table.backend-table {
            width: max-content;
            min-width: 100%;
        }
        table.backend-table thead {
            font-size: 14px;
            font-weight: 400;
            color: #676767;
        }
        
        table.backend-table td > img {
            width: 30px;
            height: 30px;
            margin-right: 10px;
        }
        
        .filter-container {
            width: 100%;
            height: 50px;
        }
        
        .filter-container > *{
            display: inline-block;
            float: left;
            margin-top: 20px;
        }
        
        a.btn.filter-button > span > img {
            margin-top: -5px;
        }
        
        a.btn.filter-button {
            border: 1px solid #E0E0E0;
            margin-left: 15px;
            color: #212529;
            font-size: 14px;
        }
        
        a.btn.filter-button > * {
            display: inline-block;
            float: left;
            margin-right: 7px;
        }
        
        /* table end */


    .fade-desc{
        color: #888B93;
        font-size: 12px;
    }
    
    .filter-dropdown {
        width: 180px;
        background: linear-gradient(to right, #f3fbe9, #f7fced) !important;
        float: right;
        height: 33px;
        line-height: 33px;
        padding: 0 8px;
        border-radius: 4px;
    }

    .filter-dropdown > img{
        width: 14px;
        height: 14px;
    }
    
    .filter-dropdown > *{
        display: inline-block;
    }
    
    .dropdown-filter-label{
        color: #519e1d;
        min-width: 120px;
        display: inline-block;
        text-align: center;
        font-size: 14px;
        cursor: pointer;
    }
    
    .custom-dropdown {
        display: none;
        position: absolute;
        background-color: #f5fbef;
        padding: 8px 0;
        box-shadow: 0 8px 22px rgb(81 158 29 / 16%);
        width: 210px;
        margin-top: 40px;
        height: auto;
        border-radius: 4px;
    }
    .custom-dropdown a {
        color: #519e1d;
        text-decoration: none;
        font-size: 14px;
        display: block;
        width: 100%;
        padding: 8px 0;
    }
    .horiz-menu ul,
    .custom-dropdown ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    
    .custom-dropdown ul li {
        padding: 0 16px;
        text-align: left;
    }
    
    .custom-dropdown ul li:hover{
        background-color: rgb(81 158 29 / 10%);
        cursor: pointer;
    }
    
    /* stat */
    .stats-section {
        display: flex;
        justify-content: space-around;
        padding: 20px;
        background-color: white;
        border-radius: 8px;
        width: 90%;
        margin: auto;
        margin-top: 30px;
    }
    .stats-section > * {
        flex-grow: 1;
        flex-basis: 0;
    }
    .stats-value {
        width: 100%;
    }
    .stats-section .stats-item:nth-child(-n+3) {
        border-right: 1px solid #C1C7CD !important;
    }
    
    .stats-item {
      text-align: center;
    }
    
    .stats-value {
      font-size: 25px;
      font-weight: bold;
      margin-bottom: 8px;
    }
    
    .stats-label {
      font-size: 14px;
      color: #666;
      margin-bottom: 8px;
    }
    
    .stats-change {
      font-size: 14px;
      display: none !important;
    }
    
    
    .stats-change.positive {
      color: #3DD598;
    }
    
    .stat-rate > * {
        display: inline-block;
        float: left;
    }
    .stats-change {
        height: 38px;
        line-height: 38px;
        padding-left: 10px;
    }
    /* stat  END*/
    
    /* Global Search Box */
        input.search-box {
            width: 300px;
            height: 35px;
            border-radius: 4px;
            border: 1px solid #CFD1D4;
            padding-left: 39px;
            font-size: 14px;
        }
        .search-con > img {
            position: absolute;
            margin-left: 12px;
            margin-top: 10px;
        }
        .search-con {
            position: relative;
            margin-top: 20px;
            display: inline-block;
        }
        
    /* End OF Global Search Box */

    /* subpage menu */
        ul.subpage-menu {
            list-style: none;
            padding: 0;
            margin: 0;
            margin-bottom: 20px;
            display: flex;
            flex-wrap: nowrap;
            gap: 10px;
            overflow-x: auto;
            overflow-y: hidden;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch;
        }
        ul.subpage-menu:not(.subpage-menu-vertical) {
            padding-bottom: 34px;
            margin-bottom: 0;
        }
        ul.subpage-menu li {
            height: auto;
            margin-bottom: 0;
            display: inline-block;
            flex: 0 0 auto;
        }
        ul.subpage-menu li a{
            padding: 7px 15px;
            color: #1B1B1B;
            border-radius: 20px;
            text-decoration: none;
            height: auto;
            text-align: left;
            display: inline-block;
            width: auto;
        }
        ul.subpage-menu li.active > a{
            color: #519e1d;
            background: #F3FBE9;
        }
        ul.subpage-menu.subpage-menu-vertical {
            display: block;
            flex-wrap: nowrap;
            gap: 0;
            overflow: visible;
            white-space: normal;
        }
        ul.subpage-menu.subpage-menu-vertical li {
            display: block;
            clear: both;
            margin-bottom: 8px;
        }
        ul.subpage-menu.subpage-menu-vertical li a {
            display: block;
            width: 100%;
        }
        
        .border-right {
            border-right: 1px solid #E0E0E0;
        }

        .border-bottom {
            border-bottom: 1px solid #E0E0E0;
        }
        
        
        
    /* End of Subpage Menu */
    
    /*border content*/
    
        .border-content {
            width: 100%;
            height: auto;
            min-height: 350px;
            border: 1px solid #E0E0E0;
            margin: 15px 0 30px;
            border-radius: 16px;
            padding: 30px;
        } 

        .account-profile-action{
            text-align: right;
        }

        button#delete-account {
            color: #FA4D56;
            border: none;
            margin: 0 15px;
            background: none;
        }

        button#suspnd-account {
            padding: 5px 15px;
            border: 2px solid #676767;
            border-radius: 5px;
            background: none;
            color: #414141;
        }

        .bigger-section {
            padding: 30px;
        }
        .profile-view-pics{
            width: 64px;
            height: 64px;
            object-fit: cover;
            border-radius: 50%;
            object-position: center;
        }
        .unapproved-prof-top > *{
            display: inline-block;
            float: left;
        }
        .unapproved-prof-top img{
            margin-right: 15px;
        }
        .list-fade-title{
            margin: 0;
            padding: 0;
        }
        .list-fade-title li{
            list-style: none;
            display: inline-block;
            float: left;
            width: 33%;
            margin-bottom: 15px;
        }
        .list-fade-title h5{
            color: #60656F;
            font-size: 14px;
            font-weight: 400;
        }
        
        .list-fade-title p{
            color: #111827;
            font-size: 14px;
            font-weight: 400;
        }
        p.v-light{
            color: #a8a8a8;
        }
        .wallet-card{
            width: 260px;
            height: 90px;
            border: 1px solid #CFD1D4;
            border-radius: 8px;
            padding: 15px;
        }
        .medium-light-title{
            color: #414141;
            font-size: 16px;
            margin-bottom: 5px;
        }
        h3.balance{
            font-size: 20px;
            font-weight: 700;
            color: #1B1B1B;
        }
        
        
        
        /* month selector */
        .months-selector ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .months-selector ul li{
            float: left;
            display: inline-block;
            width: auto;
            height: auto;
            padding: 5px 12px;
            border: 1px solid #60656F;
            border-radius: 4px;
            margin: 0px 7px 7px 0px;
            cursor: pointer;
        }
        
        .months-selector ul a{
            text-decoration: none;
            color: #60656F;
            font-size: 14px;
        }
        .months-selector ul li.active{
            border: 1px solid #519e1d;
            background: #519e1d;
            color: white;
        }
        .months-selector ul li.active a{
            color: white;
        }
        
        /* month selector */
        

        /* horizontal Menu */
        
            .horiz-menu {
                width: 90%;
                margin: 15px auto 10px;
                min-height: 36px;
                height: auto;
                padding-bottom: 34px;
            }
            .horiz-menu ul > li {
                display: inline-block;
                float: left;
                padding: 5px 15px;
                height: 30px;
                line-height: 30px;
            }
            
            .horiz-menu ul > li a{
                color: #414141;
                text-decoration: none;
                padding: 5px 15px;
            }
            
            .horiz-menu ul > li.active a{
                color: #519e1d;
                background: #F3FBE9;
                border-radius: 10px;
            }
            
        /* horizontal Menu */


        /* 3 dots menu */
            .three-dot-menu-trigger {
                position: relative;
                display: inline-block;
            }
            
            .three-dot-img {
                width: 20px;
                height: 20px;
                cursor: pointer;
            }
            
            .three-dot-custom-dropdown {
                display: none;
                position: absolute;
                width: 120px;
                height: 62px;
                z-index: 999;
                top: 25px;
                left: -100px;
                background-color: #fff;
                border: 1px solid #ccc;
                border-radius: 4px;
                padding: 0;
                /*overflow: hidden;*/
            }
            
            .three-dot-custom-dropdown a {
                color: #519e1d;
                text-decoration: none;
                font-size: 12px;
                display: block;
                width: 100%;
                height: 30px;
                line-height: 30px;
                padding: 0 5px;
            }
            
            .three-dotcustom-dropdown-item:hover{
                background: #efefef;
            }
            
            .three-dotcustom-dropdown-item img{
                width: 15px;
                margin-right: 10px;
            }
        
        /* End of  3 dots menu  */
        
        /* Begining Of Tags */
            
            .my-tags{
                width: auto;
                border-radius: 4px;
                padding: 3px 5px;
            }
            .success-tag{
                background: #DEFBE6;
                color: #057A55;
            }
            .warning-tag{
                background: #FFF3CD;
                color: #856404;
            }
            
        /* Sweet Alert Button */

            .swal2-confirm {
              background-color: #519e1d !important;
              color: white;
            }
            
            .swal2-confirm:hover {
              background-color: #4e971d !important;
            }

        /* End Of Sweet Alert Button */

        
        /* Role Style */

            .roles-container {
                position: fixed;
                background: white;
                z-index: 99;
                box-shadow: 0 0 32px rgba(0, 0, 0, .15);
                padding: 32px 22px;
                border-radius: 24px;
                max-width: 90%;
                width: 350px;
                height: 560px;
                top: calc(50% - 280px);
                left: 0;
                right: 0;
                margin: auto;
                overflow-y: auto;
                display: flex;
                flex-direction: column;
            }
            .role-body {
                display: flex;
                flex-direction: column;
                flex: 1 1 auto;
                min-height: 0;
            }
            .role-select {
                margin: 6px 0 12px;
            }
            .role-select-label {
                display: block;
                font-size: 12px;
                color: #8D8D8D;
                margin-bottom: 6px;
            }
            .role-select-input {
                width: 100%;
                height: 36px;
                border-radius: 8px;
                border: 1px solid #D0D5DD;
                padding: 6px 10px;
                font-size: 14px;
                color: #1B1B1B;
                background: #fff;
            }
            .role-toggle-section {
                padding-top: 6px;
            }
            .role-toggle-section.faded {
                opacity: 0.5;
            }
            .password-toggle-wrapper {
                position: relative;
                width: 100%;
            }
            .password-toggle-wrapper .toggle-password {
                position: absolute;
                right: 10px;
                top: 50%;
                transform: translateY(-50%);
                background: transparent;
                border: none;
                padding: 4px;
                cursor: pointer;
                color: #6b7280;
            }
            .password-toggle-wrapper .toggle-password:focus {
                outline: 2px solid #519e1d;
                outline-offset: 2px;
                border-radius: 4px;
            }
            .password-toggle-wrapper .toggle-password svg {
                width: 18px;
                height: 18px;
                display: block;
            }
            .strength-wrapper {
                margin-top: 6px;
            }
            .strength-bar {
                width: 100%;
                height: 8px;
                background: #f3f4f6;
                border-radius: 999px;
                overflow: hidden;
            }
            .strength-fill {
                height: 100%;
                width: 0%;
                background: #519e1d;
                transition: width 0.2s ease;
            }
            .strength-text {
                margin-top: 6px;
                font-size: 12px;
                color: #6b7280;
            }
            .role-actions {
                margin-top: auto;
                text-align: center;
                padding-top: 16px;
                padding-bottom: 16px;
            }
            .role-actions .is-disabled {
                opacity: 0.5;
                cursor: not-allowed;
            }
            
            .role-item {
              display: flex;
              align-items: center;
              margin-bottom: 10px;
            }
            
            .role-name {
              flex-grow: 1;
            }
            
            .toggle-switch {
              position: relative;
              display: inline-block;
              width: 50px;
              height: 24px;
            }
            
            .toggle-switch input {
              opacity: 0;
              width: 0;
              height: 0;
            }
            
            .toggle-switch label {
              position: absolute;
              cursor: pointer;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background-color: #ccc;
              transition: 0.4s;
              border-radius: 24px;
            }
            
            .toggle-switch label:before {
              position: absolute;
              content: "";
              height: 18px;
              width: 18px;
              left: 3px;
              bottom: 3px;
              background-color: white;
              transition: 0.4s;
              border-radius: 50%;
            }
            
            .toggle-switch input:checked + label {
              background-color: #16a34a;
            }
            
            .toggle-switch input:checked + label:before {
              transform: translateX(26px);
            }
            a.edit-roles-btn {
                text-decoration: none;
                display: block;
                clear: both;
                border: 2px solid #B0B2B7;
                border-radius: 4px;
                height: 36px;
                line-height: 36px;
                width: 120px;
                margin-bottom: 20px;
                color: #B0B2B7;
                text-align: center;
            }
            a.edit-roles-btn img {
                margin-right: 5px;
                width: 18px;
            }
            .page-access {
                background: #EEF9E4;
                padding: 30px 20px;
                border-radius: 8px;
                margin: 15px 0;
            }
            #close-role-popup{
                position: absolute;
                top: 20px;
                right: 20px;
                cursor: pointer;
                display: inline-flex;
                align-items: center;
                justify-content: center;
            }

        /* End Of Role Style */
        
        
        
        /* Status Styles */
        
            .status {
                display: inline-block;
                padding: 4px 6px;
                border-radius: 4px;
                font-weight: bold;
                font-size: 14px;
                text-align: center;
                width: 76px;
                text-transform: capitalize;
            }
            
            .status.closed {
                background-color: #E0F7DF;
                color: #2E7D32;
            }
            
            .status.pending {
                background-color: #FFE6E6;
                color: #D32F2F;
            }
            
            .status.open {
                background-color: #FFF3E0;
                color: #F57C00;
            }
            
            .big-button{
                margin-bottom: 50px;
                margin-top: 30px;
                width: 300px;
                height: 60px;
            }
        /* END of Status Styles */
        
        
        /* Line Step forms */
        
            .two-step-line {
                width: 100%;
                height: 50px;
                line-height: 50px;
            }
            .two-step-line > p {
                width: 90px;
                display: inline-block;
                float: left;
                margin-bottom: 0;
            }
            .step-lines {
                width: calc(100% - 110px);
                display: inline-block;
                float: left;
                height: 50px;
            }
            span.step-line.active {
                background: #519e1d;
            }
            .step-lines > span {
                width: calc(50% - 20px);
                height: 2px;
                background: #8D8D8D;
                display: inline-block;
                margin: 0 9px;
                margin-bottom: 5px;
            }
        
        /* End of Line Step Froms */

        @media (max-width: 991px) {
            .white-section-top {
                gap: 14px;
                flex-wrap: wrap;
            }

            .filter-container {
                height: auto;
                display: flex;
                flex-wrap: wrap;
                gap: 12px;
                align-items: center;
            }

            .filter-container > * {
                float: none;
                margin-top: 0;
            }

            .filter-dropdown {
                float: none;
            }
        }

        @media (max-width: 575px) {
            main.main {
                padding-top: 14px;
            }

            .white-section {
                width: calc(100% - 24px);
                padding: 18px 14px;
                margin: 16px auto;
            }

            .table-container {
                margin-top: 18px;
            }

            table.backend-table td {
                padding-left: 12px;
            }

            ul.subpage-menu:not(.subpage-menu-vertical) {
                padding-bottom: 18px;
            }

            .horiz-menu {
                width: calc(100% - 24px);
                padding-bottom: 18px;
            }
        }

        .admin-image-upload {
            border: 1px solid #e5e7eb;
            border-radius: 12px;
            padding: 14px;
            background: #fafafa;
        }

        .admin-image-upload__row {
            display: flex;
            gap: 14px;
            align-items: center;
        }

        .admin-image-upload__preview {
            border: 1px solid #d1d5db;
            border-radius: 10px;
            background: #fff;
            overflow: hidden;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .admin-image-upload__preview img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .admin-image-upload__preview--square {
            width: 88px;
            height: 88px;
        }

        .admin-image-upload__preview--cover {
            width: 160px;
            height: 88px;
        }

        .admin-image-upload__placeholder {
            color: #6b7280;
            font-size: 12px;
            text-align: center;
            padding: 8px;
        }

        .admin-image-upload__actions {
            min-width: 0;
        }

        .admin-image-upload__meta {
            margin-top: 8px;
            font-size: 12px;
            color: #6b7280;
            word-break: break-word;
        }

        .admin-image-upload__help {
            margin-top: 8px;
            font-size: 12px;
            color: #6b7280;
        }

        .admin-upload-modal__content {
            text-align: left;
        }

        .admin-upload-modal__dropzone {
            border: 1px dashed #9ca3af;
            border-radius: 12px;
            padding: 24px 16px;
            text-align: center;
            background: #f8fafc;
            transition: 0.2s ease;
        }

        .admin-upload-modal__dropzone.is-dragover {
            border-color: #519e1d;
            background: #f2faeb;
        }

        .admin-upload-modal__dropzone.is-minified {
            padding: 12px;
            margin-bottom: 12px;
        }

        .admin-upload-modal__dropzone-title {
            font-size: 14px;
            font-weight: 600;
            color: #111827;
        }

        .admin-upload-modal__dropzone-sub {
            font-size: 12px;
            color: #6b7280;
            margin: 8px 0;
        }

        .admin-upload-modal__preview-wrap {
            width: 100%;
            max-height: 420px;
            overflow: hidden;
            border-radius: 12px;
            border: 1px solid #e5e7eb;
        }

        .admin-upload-modal__preview-img {
            width: 100%;
            display: block;
            max-height: 420px;
            object-fit: contain;
        }

        .admin-upload-modal__validation {
            margin-top: 10px;
            color: #b91c1c;
            font-size: 12px;
        }

        @media (max-width: 575px) {
            .admin-image-upload__row {
                flex-direction: column;
                align-items: flex-start;
            }

            .admin-image-upload__preview--cover {
                width: 100%;
                max-width: 240px;
            }
        }
