.for-web-logo {
    width: 10.9125rem !important;
    display: block !important;
}
.for-seller-logo {
    width: 3rem !important;
    height: 2rem !important;
    display: block !important;
}
.code-example {
    position: relative;
}

.code-example .btn-clipboard {
    outline: none;
    background: transparent;
    border: 0;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.code-example .btn-clipboard:hover {
    color: rgba(0, 0, 0, 0.9);
}

.color-palette .color-entry {
    position: relative;
    display: block;
    height: 170px;
    color: #fff;
    border-radius: 0.25rem;
}

.color-palette a > .color-entry {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.color-palette a:hover > .color-entry {
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.5);
    z-index: 2;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}

.color-palette a.active > .color-entry,
.color-palette a.active:hover > .color-entry {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.color-palette .color-entry .color-code {
    position: absolute;
    bottom: 12px;
    inset-inline-end: 12px;
}

.color-code-preview {
    border: 1px solid 0.25rem;
    padding: 6px;
}

.color-code-preview .color-preview {
    height: 150px;
    position: relative;
}

.color-code-preview .color-code-rgb {
    display: block;
    padding: 0 0 5px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
}

.color-code-preview .color-code-hex {
    display: block;
    padding: 10px 0 5px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.color-code-preview .color-text {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -10px;
    display: block;
    text-align: center;
}

.color-code-preview .color-class {
    position: absolute;
    top: 10px;
    inset-inline-start: 10px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: black;
    margin-top: 4px;
    /* color: white; */
}
.select2-container--default .select2-selection--multiple {

    height: auto !important;
    min-height: calc(1.6em + 1.21875rem);
}
.select2-container--default .color-preview {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-inline-end: 5px;
    margin-inline-start: 3px;
    margin-top: 2px;
}
.sortSelectCustom .select2-selection--single {
    border-color: #ccc;
    height: auto;
    padding: 0 10px;
}

.sortSelectCustom .select2-selection--single .select2-selection__rendered {
    padding: 8px 0;
    color: #777;
    font-size: 13px;
}

.page-item.active .page-link {
    background-color: #00868f !important;
}
ol.breadcrumb {
    padding: 1px;
}

/* view inline css */
#dm-conversation-list {
    overflow-y: scroll;
    height: 600px;
}

#conversation-list {
    overflow-y: scroll;
    height: 600px;
}

.select2-container--open {
    z-index: 99999999999999;
}
#offline_payment_cancelation_note {
    z-index: 99999999999999;
}

.w-100-p {
    width: 100%;
}

div.scroll-down {
    max-height: 300px;
    overflow-y: scroll;
}
.created-package-slide-item {
    width: 280px;
}
@media screen and (min-width: 576px) {
    .created-package-slide-item {
        width: 320px;
    }
}
@media screen and (min-width: 564px) {
    .daterangepicker::after,
    .daterangepicker::before {
        display: none;
    }

    .daterangepicker.opensright {
        /* min-width: 564px; */
    }
}


/*Version 3.7*/
.space-around-16 .table td, .table th {
    padding: 0.96rem;
}
.ms-4px{
    margin-inline-start: 4px;
}

.custom_checkbox {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

/* hide native checkbox */
.custom_checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* text + spacing */
.custom_checkbox .label-text {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
}
/* checkbox box */
.custom_checkbox .label-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    background-color: var(--bs-white);
    border-radius: 3px;
    border: 1px solid var(--border-dark);
    transform: translateY(-55%);
    transition: all 0.2s ease;
}
.custom_checkbox input:checked + .label-text::before {
    background-color: var(--primary-clr);
    border-color: var(--primary-clr);
}
.custom_checkbox input:checked + .label-text{
    color: var(--bs-dark);
}
.custom_checkbox .label-text::after {
    content: "✓";
    position: absolute;
    left: 2.5px;
    top: 50%;
    transform: translateY(-55%);
    font-size: 14px;
    color: var(--bs-white);
    opacity: 0;
    transition: opacity 0.2s ease;
}
.custom_checkbox input:checked + .label-text::after {
    opacity: 1;
}
.custom_checkbox-20.custom_checkbox .label-text::before{
    width: 20px;
    height: 20px;
}
.w-50-p{
    width: 50%;
}

.follow-type-group{
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    align-items: center;
    padding: 4px 10px;
    min-height: 45px;
    gap: 26px 15px;
}
.follow-type-group .custom_checkbox{
    width: 48%;
}
.min-h-35px{
    min-height: 35px !important;
}
.h--35px{
    height: 35px !important;
}

.checkbox-theme-16.single-select{
    width: 17px !important;
    height: 17px !important;
    overflow: hidden;
    border-radius: 4px;
}
.checkbox-theme-16.single-select.form-check-input.single-select:checked::after {
    font-size: 12px;
    border-radius: 4px !important;
    overflow: hidden;
}
.lh-24{
    line-height: 1.5rem;
}
.max-w-1000{
    max-width: 1000px !important;
}
.fw-semibold{
    font-weight: 600;
}

.system__select{
  gap: 18px 46px;
  @media screen and (max-width: 1199px) {
    gap: 18px 18px;
  }
}
.pt-2px{
    padding-top: 2px;
}


.maintaince-mode__body{
    max-height: 450px;
    overflow-y: auto;
}
.top-18{
    top: 18px !important;
}
.top01{
    position: relative;
    top: 1px;
}
.ps--3{
    padding-inline-start: 3px;
}

.bg-danger-10{
    background-color: rgba(var(--bs-danger-rgb), 0.10)
}
.bg-warning-10{
    background-color: rgba(var(--bs-warning-rgb), 0.10)
}

.custom-control-input .size-20{
    width: 1.5rem !important;
}
.custom-control-label.size-checkbox-20{
    padding-inline-start: 10px !important;
}
.custom-control-label.size-checkbox-20::before {
    width: 1.4rem !important;
    height: 1.4rem !important;
}
.custom-control-label.size-checkbox-20::after {
    top: 0.4rem !important;
    inset-inline-start: -1.3rem !important;
}

.shadow-xxl{
    @media screen and (min-width: 1399px) {
        box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
    }
}

.order-search-wrap.min--260{
    @media screen and (max-width: 575px) {
        min-width: 200px !important;
    }
}

/* fixed action button */
/* sticky footer */
.footer-sticky {
    position: sticky;
    bottom: 0;
    margin-inline-start: auto;
    max-width: max-content;
    background: var(--bs-white);
    box-shadow: -5px 0px 30px rgba(0,0,0,0.1);
    border-radius: 15px 0 0 0;
    z-index: 9;
    transition:
        box-shadow 0.35s ease,
        background-color 0.35s ease,
        transform 0.35s ease;
}
.footer-sticky.not-active {
    box-shadow: none;
    background-color: transparent;
    transform: translateY(8px);
}

@media (max-width: 575px) {
    .footer-sticky {
        border-radius: 15px 15px 0 0;
    }
}

/* Fix for language tabs layout shift */
.nav-slider .nav-link::after {
    content: attr(data-text);
    display: block;
    font-weight: 700;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.map-warper #rider-map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.bg-editor{
    background-color: #E5DDD5;
}

/*main-editor-body-wrap*/
.main-editor-body-wrap .dropdown{
    max-width: 400px;
    width: 100%;
}
.main-editor-body-wrap .dropdown .dropdown-menu{
    max-height: 300px;
    overflow-y: auto;
    @media screen and (max-width: 500px) {
        min-width: 280px !important;
    }
}

.main-editor-body-wrap .dropdown .dropdown-item{
    background-color: var(--bs-white);
}
.main-editor-body-wrap .dropdown .dropdown-item:hover,
.main-editor-body-wrap .dropdown .dropdown-item.active{
    background-color: rgba(189, 197, 209, 0.3);
    color: var(--title-color) !important;
}
.top-sticky-drop{
    position: sticky;
    top: 0;
}
.bg-editor{
    background-color: #E5DDD5;
}
.custom-shadow-xxl{
    @media screen and (min-width: 1399px) {
        padding: 20px;
        background: #FFFFFF;
        box-shadow: 0px 0px 2px rgba(28, 30, 32, 0.08), 0px 8px 15px rgba(28, 30, 32, 0.03);
        border-radius: 10px;
    }
}
.h-150px{
    block-size: 150px !important;
}
.min-w-40px{
    min-width: 40px;
}

.advance-button.collapsed .basic-text{    
    display: none;    
}
.advance-button:not(.collapsed) .advance-text {
    display: none;
}


.custom__tr.active {
    background-color: #8F00401A;
}

/*search*/
.search-wrap-manage {
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    z-index: 2;
    margin-top: 5px;
}
.search-items-wrap {
    box-shadow: 0 13px 30px 0 rgba(0, 0, 0, 0.12);
    max-height: 350px;
    overflow-y: auto;
}
.search-item {
    transition: all 0.2s;
}

.search-item.unavailable .cont {
    opacity: 0.55;
    pointer-events: none;
}

.search-item.unavailable .thumb::before {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    transition: all 0.2s;
}

.search-item.unavailable .thumb .unavail {
    display: block;
}

.unavail {
    display: none;
}


.search-item.active {
    border-color: var(--success-clr) !important;
}
.z-1051{
    z-index: 1051 !important;
}
.shadow-effect-hover{
    transition: all 0.4s;
}
.shadow-effect-hover:hover{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media screen and (max-width: 1430px) {
    .subscription-plan__card .fs-24{
        font-size: 18px !important;
    }
    .subscription-plan__card .fs-32{
        font-size: 24px !important;
    }
    .subscription-plan__card .fs-20{
        font-size: 17px !important;
    }
}
@media screen and (max-width: 1399px) {
    .subscription-plan__card .min-w-90{
        min-width: auto !important;
    }
}

.bg-plan-gradient{
    background: linear-gradient(93.06deg, rgba(255, 255, 255, 0.46) 0.4%, rgba(255, 255, 255, 0.3) 99.81%) !important;
    border-radius: 0px 0px 30px 30px !important;
}

.bg-plan{
    background: linear-gradient(113.52deg, #EDE5FF 0.07%, #DFDFFF 100.07%);
}
.bg-plan-monthly{
    background-color: #FAF5FF;
    border: 1px solid #F3E8FF;
}
.renew-btn{
    background: linear-gradient(276.64deg, #B58EFF 0%, #A16BFF 100%);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.05), 0px 4px 6px -4px rgba(0, 0, 0, 0.05);
}


.shift_subs-card.active .check-arrow{
    opacity: 1 !important;
}
.shift_subs-card.active{
    background: linear-gradient(113.52deg, #EDE5FF 0.07%, #DFDFFF 100.07%);
}
.max-w-650px{
    max-width: 650px;
}
.max-w-600px{
    max-width: 600px;
}

@media screen and (min-width: 767px) {
    .flex-md-nowrap{
        flex-wrap: nowrap !important;
    }
}

.border-bottom-dashed-cus{
    border-bottom: 1px dashed rgba(0, 0, 0, 10%) !important;
}
.h-calc-vh{
    height: 100vh !important;
}

/* ==========================================================================
   NOJIVO BRAND COLOR THEME OVERRIDES
   Primary Brand: #8F0040 (Rich Burgundy / Magenta)
   Primary Hover: #700032
   Primary Soft:  #FDF0F5
   Secondary:     #FF9000 (Amber / Orange Logo Accent)
   ========================================================================== */

:root {
    --primary-color: #8F0040;
    --primary-hover: #700032;
    --primary-active: #570027;
    --primary-soft: #FDF0F5;
    --primary-border: #F2C2D4;
    --secondary-color: #FF9000;
    --secondary-hover: #E07D00;
    --nojivo-gradient: linear-gradient(135deg, #8F0040 0%, #C80059 50%, #FF9000 100%);
}

/* Buttons */
.btn-primary,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #8F0040 !important;
    border-color: #8F0040 !important;
    color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: #700032 !important;
    border-color: #700032 !important;
    color: #ffffff !important;
}

.btn-outline-primary {
    color: #8F0040 !important;
    border-color: #8F0040 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #8F0040 !important;
    border-color: #8F0040 !important;
    color: #ffffff !important;
}

.btn-soft-primary {
    color: #8F0040 !important;
    background-color: #FDF0F5 !important;
    border-color: transparent !important;
}

.btn-soft-primary:hover {
    color: #ffffff !important;
    background-color: #8F0040 !important;
}

/* Backgrounds & Text */
.bg-primary {
    background-color: #8F0040 !important;
}

.text-primary,
.text--039D55 {
    color: #8F0040 !important;
}

.border-primary {
    border-color: #8F0040 !important;
}

.badge-primary {
    background-color: #8F0040 !important;
    color: #ffffff !important;
}

.badge-soft-primary,
.badge-soft-success {
    background-color: #FDF0F5 !important;
    color: #8F0040 !important;
}

/* Secondary Accents */
.btn-secondary,
.badge-secondary,
.bg-secondary {
    background-color: #FF9000 !important;
    border-color: #FF9000 !important;
    color: #ffffff !important;
}

.text-secondary {
    color: #FF9000 !important;
}

/* Active Nav Links, Tabs & Pills */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #8F0040 !important;
    color: #ffffff !important;
}

.nav-tabs .nav-link.active {
    color: #8F0040 !important;
    border-bottom-color: #8F0040 !important;
}

/* Navigation & Sidebar Overrides */
.navbar-vertical-aside .nav-link.active,
.navbar-vertical-aside .nav-item.active > .nav-link,
.__nav-module a.active,
.navbar-vertical-aside .nav-sub-item.active > .nav-link {
    color: #8F0040 !important;
}

.navbar-vertical-aside .nav-link.active .nav-icon,
.navbar-vertical-aside .nav-item.active > .nav-link .nav-icon {
    color: #8F0040 !important;
}

/* Switches, Radio & Checkbox Focus/Checked */
.custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff !important;
    border-color: #8F0040 !important;
    background-color: #8F0040 !important;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #8F0040 !important;
    border-color: #8F0040 !important;
}

.form-control:focus {
    border-color: #8F0040 !important;
    box-shadow: 0 0 0 0.2rem rgba(143, 0, 64, 0.25) !important;
}

/* Pagination */
.page-item.active .page-link {
    z-index: 3;
    color: #ffffff !important;
    background-color: #8F0040 !important;
    border-color: #8F0040 !important;
}

.page-link {
    color: #8F0040;
}

.page-link:hover {
    color: #700032;
}

/* Login Card Accent */
.auth-wrapper-left {
    background: linear-gradient(135deg, #8F0040 0%, #6B0030 100%) !important;
}

/* V2 Rail & Topbar Specific Theme Overrides */
body.v2-chrome .v2-rail-btn.is-active {
    background: #8F0040 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 14px rgba(143, 0, 64, 0.34) !important;
}

body.v2-chrome .v2-ws-tab.is-active,
body.v2-chrome .v2-ws-tab.v2-ws-tab--module.is-active {
    color: #8F0040 !important;
    background: #FDF0F5 !important;
}

body.v2-chrome .v2-ws-tab.is-active::after,
body.v2-chrome .v2-ws-tab.v2-ws-tab--module.is-active::after {
    background: #8F0040 !important;
}

body.v2-chrome .v2-avatar,
body.v2-chrome .v2-rail-profile .v2-avatar {
    background: linear-gradient(135deg, #8F0040 0%, #FF9000 100%) !important;
    color: #ffffff !important;
}

/* Dashboard Statistics & Filter Buttons */
.statistics-btn-grp label input:checked + span {
    background-color: #8F0040 !important;
    color: #ffffff !important;
    border-color: #8F0040 !important;
}

/* ==========================================================================
   NOJIVO ADMIN OVERALL DESIGN OVERHAUL SUITE
   Modern Typography, Glassmorphism Navigation, Elevated Cards, Soft Pills,
   Polished Data Tables, Gradient Action Buttons & Micro-Interactions
   ========================================================================== */

/* 1. Modern Typography & Base Body */
body, button, input, select, textarea, .form-control {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    letter-spacing: -0.01em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .card-title, .page-header-title {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    color: #1A0D14;
}

body.v2-chrome #content,
body.v2-chrome main#content {
    background-color: #FAFAFD !important;
}

/* 2. Glassmorphism Topbar & Sleek Workspace Header */
body.v2-chrome .v2-topbar {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(16px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
    border-bottom: 1px solid rgba(242, 194, 212, 0.45) !important;
    box-shadow: 0 4px 20px -5px rgba(143, 0, 64, 0.05) !important;
}

body.v2-chrome .v2-topbar-search {
    background: rgba(253, 240, 245, 0.5) !important;
    border: 1px solid rgba(242, 194, 212, 0.6) !important;
    border-radius: 10px !important;
    transition: all 0.2s ease !important;
}

body.v2-chrome .v2-topbar-search:hover {
    background: #ffffff !important;
    border-color: #8F0040 !important;
    box-shadow: 0 0 0 3px rgba(143, 0, 64, 0.12) !important;
}

body.v2-chrome .v2-module-switcher {
    border-radius: 12px !important;
    background: linear-gradient(135deg, #ffffff 0%, #FDF0F5 100%) !important;
    border: 1px solid #F2C2D4 !important;
    box-shadow: 0 4px 12px rgba(143, 0, 64, 0.06) !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

body.v2-chrome .v2-module-switcher:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 8px 20px rgba(143, 0, 64, 0.12) !important;
    border-color: #8F0040 !important;
}

body.v2-chrome .v2-ws-tab {
    border-radius: 8px !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
    margin: 0 2px !important;
}

body.v2-chrome .v2-ws-tab:hover {
    background: rgba(253, 240, 245, 0.7) !important;
    color: #8F0040 !important;
}

body.v2-chrome .v2-ws-tab.is-active,
body.v2-chrome .v2-ws-tab.v2-ws-tab--module.is-active {
    color: #8F0040 !important;
    background: #FDF0F5 !important;
    font-weight: 700 !important;
}

body.v2-chrome .v2-ws-tab.is-active::after,
body.v2-chrome .v2-ws-tab.v2-ws-tab--module.is-active::after {
    height: 3px !important;
    background: linear-gradient(90deg, #8F0040, #C80059) !important;
    border-radius: 3px 3px 0 0 !important;
}

/* 3. Sleek Rail Sidebar & Floating Tooltips */
body.v2-chrome .v2-rail-btn {
    border-radius: 12px !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

body.v2-chrome .v2-rail-btn:hover {
    background: #FDF0F5 !important;
    color: #8F0040 !important;
    transform: translateY(-1px) !important;
}

body.v2-chrome .v2-rail-btn.is-active {
    background: linear-gradient(135deg, #8F0040 0%, #C80059 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 20px -4px rgba(143, 0, 64, 0.45) !important;
}

body.v2-chrome .v2-rail-profile .v2-avatar,
body.v2-chrome .v2-avatar {
    background: linear-gradient(135deg, #8F0040 0%, #FF9000 100%) !important;
    box-shadow: 0 4px 12px rgba(143, 0, 64, 0.25) !important;
    border: 2px solid #ffffff !important;
}

/* 4. Elevated Cards, Metric Containers & Dashboard Panels */
.card,
.__dashboard-card-2,
.order--card,
.subscription-plan__card,
.card-header,
.auth-wrapper-form {
    border-radius: 16px !important;
    border: 1px solid rgba(242, 194, 212, 0.45) !important;
    box-shadow: 0 10px 30px -12px rgba(143, 0, 64, 0.08), 0 4px 14px 0 rgba(0, 0, 0, 0.02) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.card:hover,
.__dashboard-card-2:hover,
.order--card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 18px 40px -10px rgba(143, 0, 64, 0.13), 0 8px 20px 0 rgba(0, 0, 0, 0.03) !important;
    border-color: rgba(143, 0, 64, 0.3) !important;
}

.__dashboard-card-2 .count {
    font-weight: 800 !important;
    font-size: 1.85rem !important;
    letter-spacing: -0.03em !important;
    color: #1A0D14 !important;
}

.__dashboard-card-2 .name {
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    color: #705B64 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
}

.__dashboard-card-2 .subtxt {
    font-weight: 500 !important;
    font-size: 0.8rem !important;
    color: #8F0040 !important;
    background: #FDF0F5 !important;
    padding: 3px 10px !important;
    border-radius: 50px !important;
    display: inline-block !important;
    margin-top: 6px !important;
}

/* 5. Modern Data Tables & Row Polish */
.table {
    border-collapse: separate !important;
    border-spacing: 0 6px !important;
}

.table thead th {
    background-color: #FDF0F5 !important;
    color: #8F0040 !important;
    font-weight: 700 !important;
    font-size: 0.8rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    border: none !important;
    padding: 14px 16px !important;
}

.table thead th:first-child {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.table thead th:last-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.table tbody tr {
    background-color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.2s ease !important;
}

.table tbody tr:hover {
    background-color: #FDF7F9 !important;
    transform: scale(1.002) !important;
    box-shadow: 0 4px 16px rgba(143, 0, 64, 0.06) !important;
}

.table tbody td {
    border-top: 1px solid rgba(242, 194, 212, 0.3) !important;
    border-bottom: 1px solid rgba(242, 194, 212, 0.3) !important;
    padding: 14px 16px !important;
    vertical-align: middle !important;
}

.table tbody td:first-child {
    border-left: 1px solid rgba(242, 194, 212, 0.3) !important;
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.table tbody td:last-child {
    border-right: 1px solid rgba(242, 194, 212, 0.3) !important;
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

/* 6. Status Badges & Pill Components */
.badge {
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 0.75rem !important;
    padding: 6px 14px !important;
    letter-spacing: 0.02em !important;
}

.badge-soft-success,
.badge-soft-primary {
    background-color: #FDF0F5 !important;
    color: #8F0040 !important;
    border: 1px solid rgba(242, 194, 212, 0.6) !important;
}

.badge-soft-warning {
    background-color: #FFF4E5 !important;
    color: #E07D00 !important;
    border: 1px solid rgba(255, 144, 0, 0.3) !important;
}

.badge-soft-danger {
    background-color: #FFEAEF !important;
    color: #D6004C !important;
    border: 1px solid rgba(214, 0, 76, 0.3) !important;
}

/* 7. Action Buttons & Form Controls */
a[class*="btn--"],
button[class*="btn--"],
.btn {
    border-radius: 12px !important;
    font-weight: 600 !important;
    padding: 9px 20px !important;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1) !important;
    letter-spacing: -0.01em !important;
    position: relative !important;
    overflow: hidden !important;
}

.btn-primary,
.btn--primary,
.input-group .btn--primary,
.input--group .btn--primary,
.search--button-wrapper .btn--primary,
button[type="submit"].btn--primary {
    background: linear-gradient(135deg, #8F0040 0%, #C80059 100%) !important;
    border: none !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(143, 0, 64, 0.32) !important;
}

.btn-primary:hover,
.btn--primary:hover,
.btn-primary:focus,
.btn--primary:focus,
.btn-primary:active,
.btn--primary:active {
    background: linear-gradient(135deg, #700032 0%, #9E0045 100%) !important;
    box-shadow: 0 8px 22px rgba(143, 0, 64, 0.45) !important;
    transform: translateY(-2px) !important;
    color: #ffffff !important;
}

.btn-secondary,
.btn--secondary {
    background: linear-gradient(135deg, #FF9000 0%, #FFA726 100%) !important;
    border: none !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(255, 144, 0, 0.32) !important;
}

.btn-secondary:hover,
.btn--secondary:hover,
.btn-secondary:focus,
.btn--secondary:focus {
    background: linear-gradient(135deg, #E07D00 0%, #F57C00 100%) !important;
    box-shadow: 0 8px 22px rgba(255, 144, 0, 0.45) !important;
    transform: translateY(-2px) !important;
    color: #ffffff !important;
}

.btn--reset {
    color: #5C4750 !important;
    background: #F2E8ED !important;
    border: 1px solid #E6C4D2 !important;
    border-radius: 12px !important;
}

.btn--reset:hover {
    background: #E8DEE3 !important;
    color: #23131A !important;
}

.export-btn,
.btn-outline-primary {
    background-color: #FDF0F5 !important;
    border: 1.5px solid #8F0040 !important;
    color: #8F0040 !important;
    border-radius: 12px !important;
}

.export-btn:hover,
.btn-outline-primary:hover {
    background: linear-gradient(135deg, #8F0040 0%, #C80059 100%) !important;
    border-color: transparent !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(143, 0, 64, 0.3) !important;
}

.btn-soft-primary {
    background-color: #FDF0F5 !important;
    color: #8F0040 !important;
    border: 1px solid rgba(242, 194, 212, 0.6) !important;
}

.btn-soft-primary:hover {
    background-color: #8F0040 !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

.action-btn,
.btn-action,
.btn-circle {
    border-radius: 10px !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.action-btn:hover,
.btn-action:hover {
    transform: scale(1.08) translateY(-1px) !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1) !important;
}

/* 8. MODERN TOGGLE SWITCHES & STATUS SWITCHERS (Fixed Alignment & Proportions) */

/* Toggle Switch Track */
.toggle-switch-label {
    width: 2.75rem !important;
    height: 1.5rem !important;
    background-color: #E8DEE3 !important;
    border-radius: 50px !important;
    border: 1px solid #D8C4CF !important;
    transition: all 0.25s ease !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08) !important;
    position: relative !important;
    display: inline-block !important;
    cursor: pointer !important;
}

/* Small Toggle Track */
.toggle-switch-sm .toggle-switch-label {
    width: 2.25rem !important;
    height: 1.25rem !important;
}

/* Toggle Switch Knob / Indicator */
.toggle-switch-indicator {
    position: absolute !important;
    left: 0.125rem !important;
    bottom: 50% !important;
    top: auto !important;
    width: 1.15rem !important;
    height: 1.15rem !important;
    background-color: #ffffff !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) !important;
    transform: translate3d(0, 50%, 0) !important;
    transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.toggle-switch-sm .toggle-switch-indicator {
    width: 0.95rem !important;
    height: 0.95rem !important;
    left: 0.125rem !important;
}

/* Checked / Active State (ON) */
.toggle-switch-input:checked + .toggle-switch-label {
    background: linear-gradient(135deg, #8F0040 0%, #C80059 100%) !important;
    border-color: #8F0040 !important;
    box-shadow: 0 2px 10px rgba(143, 0, 64, 0.35) !important;
}

.toggle-switch-input:checked + .toggle-switch-label .toggle-switch-indicator {
    transform: translate3d(1.25rem, 50%, 0) !important;
    background-color: #ffffff !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) !important;
}

.toggle-switch-sm .toggle-switch-input:checked + .toggle-switch-label .toggle-switch-indicator {
    transform: translate3d(1.0rem, 50%, 0) !important;
}

/* Custom Bootstrap Switch Support */
.custom-switch .custom-control-label::before {
    width: 2.4rem !important;
    height: 1.35rem !important;
    border-radius: 50px !important;
    background-color: #E8DEE3 !important;
    border: 1px solid #D8C4CF !important;
}

.custom-switch .custom-control-label::after {
    width: 1.05rem !important;
    height: 1.05rem !important;
    border-radius: 50% !important;
    background-color: #ffffff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) !important;
    top: calc(0.25rem + 1px) !important;
    left: calc(-2.25rem + 2px) !important;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    background: linear-gradient(135deg, #8F0040 0%, #C80059 100%) !important;
    border-color: #8F0040 !important;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1.05rem) !important;
    background-color: #ffffff !important;
}

/* Hover & Active Feedback */
.toggle-switch:hover .toggle-switch-label,
.custom-switch:hover .custom-control-label::before {
    border-color: #8F0040 !important;
}

/* Slider / Alternate Status Switchers */
.switch input:checked + .slider,
.switcher input:checked + .slider {
    background: linear-gradient(135deg, #8F0040 0%, #C80059 100%) !important;
    box-shadow: 0 4px 12px rgba(143, 0, 64, 0.35) !important;
}

.slider.round,
.switch .slider {
    border-radius: 34px !important;
    transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

/* 9. Modern Slim Scrollbars */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #FAFAFD;
}

::-webkit-scrollbar-thumb {
    background: #E6C4D2;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #8F0040;
}