:root {
    --c1: #673ab7;
    --c1-rgb: 103, 58, 183;
    --tc: #1e2022;
    --tc-rgb: 30, 32, 34;
    --title-3: #673ab7;
    --title-clr: #334257;

    /* ========================================
       PROFESSIONAL BUSINESS COLOR PALETTE
       ======================================== */
    --primary-color: #2c3e50;
    --primary-dark: #1a252f;
    --primary-light: #34495e;
    --secondary-color: #3498db;
    --secondary-dark: #2980b9;
    --secondary-light: #5dade2;
    --success-color: #27ae60;
    --success-dark: #229954;
    --danger-color: #e74c3c;
    --danger-dark: #c0392b;
    --warning-color: #f39c12;
    --warning-dark: #e67e22;
    --info-color: #16a085;
    --info-dark: #138d75;
    
    /* Neutral Colors */
    --gray-50: #f8f9fa;
    --gray-100: #ecf0f1;
    --gray-200: #e0e4e8;
    --gray-300: #bdc3c7;
    --gray-400: #95a5a6;
    --gray-500: #7f8c8d;
    --gray-600: #6c7a7b;
    --gray-700: #566869;
    --gray-800: #34495e;
    --gray-900: #2c3e50;
    
    /* Text Colors */
    --text-primary: #2c3e50;
    --text-secondary: #7f8c8d;
    --text-muted: #95a5a6;
    
    /* Border & Shadow */
    --border-color: #ecf0f1;
    --border-radius: 6px;
    --box-shadow: 0 2px 8px rgba(44, 62, 80, 0.1);
    --box-shadow-lg: 0 4px 16px rgba(44, 62, 80, 0.15);
}

html {
    accent-color: var(--c1);
}

@media (min-width: 1200px) {
    .navbar-vertical-aside-show-xl.navbar-vertical-aside-mini-mode
        .navbar-vertical-aside
        .navbar-brand {
        display: none;
    }
}
.has-navbar-vertical-aside .navbar-vertical-aside-toggle-full-align {
    padding: 16px;
}

.navbar-brand-logo {
    height: 45px;
    max-width: 100%;
}

/* Gap */
.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.gap-10 {
    gap: 0.625rem !important;
}

.gap-20 {
    gap: 1.25rem !important;
}

.gap-30 {
    gap: 1.875rem !important;
}

/* Color */
.text--primary {
    color: var(--c1) !important;
}

/* Font Size */
.fs-10 {
    font-size: 10px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

/* Common Classes */
.mn-w200 {
    min-inline-size: 200px !important;
}

.h-400 {
    block-size: 400px;
}

.img-fit,
.spartan_item_wrapper img {
    inline-size: 100%;
    block-size: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.lh-1 {
    line-height: 1;
}

.lh-1\.3 {
    line-height: 1.3;
}

.gold {
    color: gold;
}

.bg-primary-light {
    background-color: rgba(var(--c1-rgb), 0.05);
}

.cursor-pointer {
    cursor: pointer;
}

.rounded-50 {
    border-radius: 50px;
}

.grid-customers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}

.d--none {
    display: none;
}

.max-content {
    width: -moz-max-content;
    width: max-content;
}

.w-24ch {
    width: 24ch;
}

.border-primary-light {
    border: 1px solid rgba(var(--c1-rgb), 0.05);
}

.box-120 {
    inline-size: 120px;
    block-size: 120px;
}

label {
    text-transform: capitalize;
    color: var(--tc);
}

.loader-wrap {
    position: fixed;
    z-index: 9999;
    left: 40%;
    top: 37%;
    width: 100%;
}

.pos-title {
    background-color: rgba(var(--c1-rgb), 0.05);
    padding: 16px 20px;
}

aside .navbar-vertical-aside-has-menu .nav-sub .nav-link {
    font-size: 0.8rem;
}
aside .navbar-nav > .nav-item:not(:first-child) {
    margin-top: 0px !important;
}
aside li .nav-link > span:not(:first-child) {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
}

.navbar-vertical-aside-has-menu.show > .nav-link,
.navbar-vertical .navbar-nav.nav-tabs .active > .nav-link,
.navbar-vertical .navbar-nav.nav-tabs .active.nav-link {
    background: rgba(103, 58, 183, 0.1);
    border-radius: 5px !important;
    border: none;
}

.navbar-vertical .navbar-nav.nav-tabs {
    padding: 0 10px;
}

.navbar-vertical:not([class*="container"]) .navbar-nav .nav-link {
    padding: 0.375rem 1rem;
}

.navbar-vertical-aside-has-menu > .nav-link-toggle::before {
    display: none;
}

.navbar-vertical .navbar-nav.nav-tabs .nav-link {
    border-width: 0;
}

.navbar-vertical:not([class*="container"]) .navbar-nav .nav .nav-link {
    -webkit-padding-end: 1rem;
    padding-inline-end: 1rem;
    -webkit-padding-start: 2.75rem;
    padding-inline-start: 2.75rem;
}

.navbar-vertical:not([class*="container"]) .navbar-nav .nav-subtitle,
.navbar-vertical:not([class*="container"]) .navbar-nav .nav-subtitle-replacer,
.navbar-vertical:not([class*="container"]) .navbar-nav .nav-title {
    -webkit-padding-end: 1rem;
    padding-inline-end: 1rem;
    -webkit-padding-start: 1rem;
    padding-inline-start: 1rem;
}

.dropdown-toggle-left-arrow {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
}

.dropdown-toggle-left-arrow:not(.dropdown-toggle-empty)::after {
    inline-size: 0;
    block-size: 0;
    -webkit-border-start: 4px solid transparent;
    border-inline-start: 4px solid transparent;
    -webkit-border-end: 4px solid transparent;
    border-inline-end: 4px solid transparent;
    -webkit-border-before: 6px solid var(--tc);
    border-block-start: 6px solid var(--tc);
}

.dropdown-toggle-left-arrow:after {
    position: absolute;
    inset-inline-start: 0;
}

.dropdown-menu {
    width: 16rem;
}

@media (max-width: 767px) {
    header .dropdown-toggle-left-arrow:not(.dropdown-toggle-empty)::after {
        display: none;
    }
}
.list-inline-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}
.list-inline-menu li a {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--tc);
}
.list-inline-menu li a:hover {
    color: var(--c1);
}

/* Dashboard Card */
.dashboard--card {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px 20px;
    position: relative;
    border: 1px solid rgba(var(--c1-rgb), 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    block-size: 100%;
    transition: all 0.3s ease;
    display: block;
}
.dashboard--card__title {
    font-weight: 700;
    font-size: 18px !important;
}
.dashboard--card__subtitle {
    -webkit-margin-after: 10px;
    font-size: 14px;
    margin-block-end: 20px;
    font-weight: 600;
}
.dashboard--card__img {
    position: absolute;
    inset-block-start: 16px;
    inset-inline-end: 16px;
}

.order-stats {
    background-color: rgba(var(--c1-rgb), 0.04);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    height: 100%;
    transition: all 0.3s ease;
}
.order-stats__content {
    display: flex;
    align-items: center;
    gap: 10px;
}
.order-stats__title {
    color: var(--c1);
    font-size: 18px;
    font-weight: 700;
}
.order-stats__subtitle {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.order-stats:hover {
    background-color: rgba(var(--c1-rgb), 0.05);
}

.option-select-btn {
    display: flex;
    background: #ffffff;
    border: 1px solid #b4d0e0;
    border-radius: 5px;
    padding: 3px;
    list-style: none;
}
.option-select-btn label {
    margin: 0;
}
.option-select-btn label span {
    color: var(--c1);
    border-radius: 5px;
    text-transform: capitalize;
    padding: 6px 12px;
    cursor: pointer;
    display: block;
    font-size: 12px;
}
.option-select-btn label input:checked ~ span {
    color: #fff;
    background-color: var(--c1);
    font-weight: 700;
}

/* POS Product Item Grid */
.pos-item-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 15px;
    max-block-size: 80vh;
    overflow-y: auto;
}
.pos-item-wrap2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 15px;
    max-block-size: 80vh;
    overflow-y: auto;
}

.pos-product-item {
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px !important;
    position: relative;
}
.pos-product-item_thumb {
    height: 90px;
}
.pos-product-item_content {
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}
.pos-product-item_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    color: #334257;
}
.pos-product-item_price {
    font-weight: 700;
    color: #334257;
}

.pos-cart-table {
    max-block-size: 45vh;
    overflow-y: auto;
}

input.qty {
    width: 50px;
    height: 30px;
    text-align: center;
}

dt {
    font-weight: inherit;
}

dd,
dt {
    color: var(--tc);
}

.billing-section-wrap {
    max-block-size: calc(100vh - 180px);
    overflow-y: auto;
    overflow-x: hidden;
}

.option-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.option-buttons input:checked + label {
    background-color: #334257 !important;
    border-color: #334257 !important;
    color: #fff !important;
}

#quick-view .btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
#quick-view .check-label {
    background-color: #f3f3f3;
    color: #000000;
    font-weight: 500;
    cursor: pointer;
    font-size: 12px;
}
#quick-view .btn-check:checked + .check-label {
    background-color: var(--c1);
    color: #ffffff;
}

.product-quantity-group {
    border: 1px solid rgba(var(--c1-rgb), 0.05);
    max-inline-size: 100px;
    border-radius: 5px;
    display: flex;
}
.product-quantity-group button {
    background-color: rgba(var(--c1-rgb), 0.08);
    height: 100%;
    padding: 6px;
    border: none;
}
.product-quantity-group input {
    border: none;
    height: auto;
    padding: 2px;
}

.table thead th {
    font-size: 14px;
    text-transform: capitalize;
    color: var(--tc);
    background: #e6e6e6;
    border: none;
    text-align: center;
}

.table .thead-light th {
    color: var(--tc);
    background-color: rgba(var(--c1-rgb), 0.05);
    border-color: rgba(var(--c1-rgb), 0.01);
}

.summary-table tr:nth-child(even) {
    background-color: #f5f5f5; /* Light gray background for even rows */
}

tfoot {
    background: #e6e6e6;
}

.table-bordered td, .table-bordered th {
    border: none;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
}

.square-btn {
    width: 30px;
    height: 30px;
    padding: 3px;
    display: grid;
    place-items: center;
}

.invoice-border {
    border-bottom: 1px dashed #ccc;
}

.underline {
    text-decoration: underline !important;
}

.invoice-footer-bg {
    background-color: #f5f5f5;
}

.delivery--information-single {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 4px;
}
.delivery--information-single .name {
    width: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.delivery--information-single .name::after {
    content: ":";
    display: inline-block;
}
.delivery--information-single .info {
    width: calc(100% - 60px);
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    font-weight: 500;
    color: var(--tc);
}

.upload-img-view {
    block-size: 185px;
    border-radius: 5px;
    border: 0.5px solid #e9e9e9;
    max-inline-size: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.badge {
    display: inline-flex;
    align-items: center;
}

.px-20 {
    padding-inline: 1.25rem;
}

.switcher {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    inline-size: 36px;
    block-size: 18px;
    margin-bottom: 0;
}
.switcher_input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.switcher_input:checked ~ .switcher_control {
    background-color: var(--c1);
}
.switcher_input:checked ~ .switcher_control:after {
    inset-inline-start: 19px;
}
.switcher_control {
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    inline-size: 36px;
    block-size: 18px;
    transition: background-color 0.15s ease-in;
    background-color: #ced7dd;
    border-radius: 50px;
}
.switcher_control::after {
    content: "";
    position: absolute;
    inset-block-start: 1px;
    inset-inline-start: 1px;
    inline-size: 16px;
    block-size: 16px;
    transition: left 0.15s ease-in;
    background-color: #fff;
    border-radius: 100%;
}

.ql-editor {
    min-block-size: 12rem;
}

.upload-file {
    position: relative;
    cursor: pointer;
}
.upload-file__input {
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    inline-size: 100%;
    block-size: 100%;
    opacity: 0;
    cursor: pointer;
}
.upload-file img {
    border-radius: 5px;
    max-inline-size: 100%;
}

.banner-img-wrap {
    block-size: 40px;
    max-inline-size: 80px;
}

.focus-none:focus {
    box-shadow: none;
    border-color: #e7eaf3;
}

.avatar-status.status-sm {
    width: 8px;
    height: 8px;
    border-width: 1px;
    bottom: 0;
    right: 0;
}

.conv-active {
    background: #f3f3f3 !important;
}

.customer-list-wrap {
    height: 57vh;
    overflow-y: auto;
}

.chat_conversation {
    height: 55vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.outgoing_msg,
.received_msg {
    inline-size: 50%;
}
@media (max-width: 767px) {
    .outgoing_msg,
    .received_msg {
        inline-size: 85%;
    }
}
.outgoing_msg img,
.received_msg img {
    max-inline-size: 100%;
}
.outgoing_msg .msg,
.received_msg .msg {
    background-color: #f5f5f5;
    padding: 6px 10px;
    border-radius: 5px;
}

.outgoing_msg .time_date,
.received_msg .time_date {
    font-size: 10px;
    color: var(--tc);
    display: block;
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
}

.outgoing_msg {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}
.outgoing_msg .msg {
    background-color: rgba(var(--c1-rgb), 0.1);
}

.mx-w300 {
    max-inline-size: 300px;
}

.mn-w200 {
    min-inline-size: 200px;
}

@media (min-width: 768px) {
    .border-md-left {
        -webkit-border-start: 1px solid #e7eaf3;
        border-inline-start: 1px solid #e7eaf3;
    }
}
.inline-page-menu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 10px;
}

.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inline-page-menu ul li a {
    font-weight: 700;
    color: var(--tc);
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    display: block;
    text-transform: capitalize;
}

.inline-page-menu ul li.active a {
    color: var(--c1);
    border-color: var(--c1);
}

/* Search */
.sidebar--search-form {
    margin-inline: 10px;
}

.sidebar--search-form .search--form-group {
    position: relative;
    transition: all 0.3s ease;
}

.sidebar--search-form .search--form-group .btn {
    position: absolute;
    left: 0;
    top: 0;
    color: #99a7ba !important;
    -webkit-padding-start: 12px !important;
    padding-inline-start: 12px !important;
    -webkit-padding-end: 12px !important;
    padding-inline-end: 12px !important;
}

.sidebar--search-form .search--form-group input {
    color: #000;
    background: 0 0;
}

.sidebar--search-form .search--form-group input {
    border: 1px solid rgba(var(--c1-rgb), 0.4);
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
}

.navbar-vertical-aside-mini-mode .sidebar--search-form {
    display: none;
}

.mx-w100 {
    max-inline-size: 100%;
}

.auto-col {
    --minWidth: 9.375rem;
    --maxWidth: 1fr;
    display: grid;
    grid-template-columns: repeat(
        auto-fit,
        minmax(var(--minWidth), var(--maxWidth))
    );
}

.text-end {
    text-align: end;
}

/* RTL */
[dir="rtl"] .custom-select {
    background: #fff
        url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%2371869d' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E")
        no-repeat left 0.5rem center/1rem 1rem;
}
[dir="rtl"] .navbar-bordered.navbar-vertical {
    border-width: 0 0 0 0.0625rem;
}
[dir="rtl"] .modal-header .close {
    padding: 0.25rem 0.25rem;
    margin: 0 auto 0 0;
} /*# sourceMappingURL=style.css.map */

.min-h-40 {
    min-height: 40px;
}

.w-100px {
    width: 100px;
}

.max-h80px {
    max-height: 80px;
}

.max-h150px {
    max-height: 150px;
}

/* Login CSS */
.login-bg-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.login-left-content {
    margin-top: 20%;
}

@media (max-width: 767px) {
    .login-left-content {
        margin-top: 10%;
    }
}

.login-left-content h3 {
    font-size: clamp(2rem, 1.9875rem + 0.6875vw, 2.8125rem);
}
.login-left-content h2 {
    font-size: clamp(2.5rem, 2.6125rem + 0.6875vw, 3.4375rem);
}

.card-content-wrap {
    margin-top: 10%;
}

.software-version {
    margin-bottom: 10%;
}


.__btn-row {
    display: flex;
    gap: 10px;
}

.__btn-row * {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn--reset {
    color: #334257 !important;
    background: #f4f5f7 !important;
    border-color: #f4f5f7 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.select2-selection__rendered span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-w-145 {
    max-width: 145px;
}
.max-w-200 {
    max-width: 200px;
}

:root {
    --primary-clr: #673ab7
}
.custom--switch {
    display: flex;
}

.custom--switch input[switch] {
    display: none;
}

.custom--switch input[switch] + label {
    font-size: 1em;
    line-height: 1;
    width: 56px;
    height: 24px;
    background-color: #ced4da;
    background-image: none;
    border-radius: 2rem;
    padding: 0.16667rem;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    position: relative;
    transition: all 0.1s ease-in-out;
    margin: 0;
}

.custom--switch input[switch] + label:before {
    color: #111;
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    right: 1px;
    margin: 3px;
    top: -2px;
    text-align: center;
    min-width: 1.66667rem;
    overflow: hidden;
    transition: all 0.1s ease-in-out;
    text-transform: uppercase;
}

.custom--switch input[switch] + label:after {
    content: "";
    position: absolute;
    left: 3px;
    background-color: #e9ecef;
    box-shadow: none;
    border-radius: 2rem;
    height: 20px;
    width: 20px;
    top: 2px;
    transition: all 0.1s ease-in-out;
    text-transform: uppercase;
}

.custom--switch input[switch]:checked + label {
    background-color: var(--primary-clr);
}

.custom--switch input[switch]:checked + label {
    background-color: var(--primary-clr);
}

.custom--switch input[switch]:checked + label:before {
    color: #fff;
    content: attr(data-on-label);
    right: auto;
    left: 3px;
}

.custom--switch input[switch]:checked + label:after {
    left: 33px;
    background-color: #e9ecef;
}

.custom--switch input[switch=primary]:checked + label {
    background-color: var(--primary-clr);
}

.coupon-details {
    border-radius: 10px;
    overflow: hidden;
    max-width: 522px;
}

.coupon-details .close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    z-index: 2;
}

.coupon__details {
    display: flex;
    position: relative;
    position: relative;
}

.coupon__details-right {
    width: 142px;
    background: #673ab7;
}

.coupon__details-left {
    width: 0;
    flex-grow: 1;
    padding: 30px 29px 45px;
}

.coupon__details-left .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: var(--title-3);
    margin-bottom: 7px;
}

.coupon__details-left .subtitle {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: var(--title-3);
    margin-bottom: 9px;
}

.coupon__details-left .coupon-info {
    font-size: 12px;
    line-height: 15px;
    margin-top: 47px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--title-clr);
}

.coupon__details-left .coupon-info-item:not(:last-child) {
    margin-bottom: 10px;
}

.coupon__details .coupon {
    outline: 4px solid #93cdd0;
    width: 157px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #073b74;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 65px;
    background: #fff;
}

.coupon__details .coupon h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #073b74;
    line-height: 1;
}

@media (max-width: 575px) {
    .coupon__details-right {
        width: 120px;
    }
    .coupon__details-right .coupon {
        width: 125px;
        right: 55px;
    }
    .coupon__details-right .coupon h4 {
        font-size: 24px;
    }
}
@media (max-width: 430px) {
    .coupon__details-left {
        padding: 30px 20px 38px;
    }
    .coupon__details-right {
        width: 45px;
    }
    .coupon__details-right .coupon {
        width: 85px;
        right: 10px;
    }
    .coupon__details-right .coupon h4 {
        font-size: 22px;
        margin-bottom: 0;
    }
}

.__social-media-login {
    border: none;
    box-shadow: 0px 0px 10px rgba(51, 66, 87, 0.1);
    border-radius: 10px;
}

.__social-media-login-icon {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    aspect-ratio: 1;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

.__social-media-login-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.__social-media-login .sub-txt {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #0a1123;
}

@media (max-width: 575px) {
    .__social-media-login .sub-txt {
        font-size: 14px;
    }
}
.__social-media-login .switch--right {
    margin-left: auto;
}

@media (min-width: 768px) and (max-width: 900px) {
    .__social-media-login .btn--container .btn {
        font-size: 14px;
        font-size: 13px;
        padding: 5px 15px;
    }
    .__social-media-login .btn--container .btn.btn--primary {
        min-width: 100px;
    }
}
@media (max-width: 575px) {
    .__social-media-login .btn--container .btn {
        flex-grow: 1;
    }
}.form-group.d-flex .select2 {
    flex-grow: 1;
 }
 .form-group.d-flex .select2-container--default .select2-selection--single .select2-selection__arrow,
.form-group.d-flex .select2-selection--single {
    height: 41.89px;
}

.form-group.d-flex .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
}

.dropzone {
    min-height: auto !important;
    border: 1px dashed #758590 !important;
    border-radius: 5px;
    max-width: 530px;
}

.dropzone-square {
    min-width: 140px;
    width: min-content;
    aspect-ratio: 1;
}

.dropzone-square .dz-started {
    padding: 0;
}

.dropzone .dz-message {
    margin: 2.5rem 0 !important;
}

.dropzone-square .dz-message {
    margin: 0.95rem 0 !important;
}

.selected-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 1rem;
}

.selected-product-item .remove-item-btn {
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    z-index: 1;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    cursor: pointer;
    background-color: #717e91;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 12px;
    transition: all 200ms ease-in-out;
}

.selected-product-item .remove-item-btn:hover {
    background-color: #334257;
}

.selected-product-img {
    aspect-ratio: 1;
    object-fit: contain;
}

.product-search-result-wrap {
    position: relative;
    z-index: 5;
}

.product-search-result {
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 100%;
    z-index: 1;
    width: 100%;
    transition: all 200ms ease-in-out;
    transform: scale(0.95) translate3d(0, 10px, 0);
    opacity: 0;
    visibility: hidden;
    max-height: 40dvh;
    overflow-y: auto;
}

.product-search-result > div {
    cursor: pointer;
}

.product-search-result:hover,
.product-search-result-wrap > input:focus ~ .product-search-result {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.product-search-result-wrap > input {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3e%3cpath fill="none" stroke="%23343a40" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2 5l6 6 6-6" /%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: right 0.35rem center;
    background-size: 10px 10px;
}

.column-gap-3 {
    column-gap: 1rem;
}

.row-gap-1 {
    row-gap: .25rem;
}

.btn-secondary {
    background-color: #f4f5f7;
    border-color: #f4f5f7;
    color: var(--tc);
}
.btn-secondary:focus, .btn-secondary:active, .btn-secondary:hover {
    background-color: #ededed;
    border-color: #ededed;
    color: var(--tc);
}

/* On Off Toggle */
.on-off-toggle {
    width: 46px;
    height: 22px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
  }

  .on-off-toggle__slider {
    width: 46px;
    height: 22px;
    display: block;
    border-radius: 34px;
    background-color: #D6D6D7;
    transition: background-color 0.4s

  }

  .on-off-toggle__slider:before {
      content: '';
      display: block;
      background-color: #fff;
      bottom: 3px;
      height: 16px;
      left: 3px;
      position: absolute;
      transition: .4s;
      width: 16px;
      z-index: 5;
      border-radius: 100%;
    }

  .on-off-toggle__slider:after {
      display: block;
      line-height: 22px;
      font-size: 10px;
      font-weight: bold;
      content: 'No';
      color: #484848;
      padding-left: 26px;
      transition: all 0.4s;
    }

  .on-off-toggle__input {
    position: absolute;
    opacity: 0;
  }

  .on-off-toggle__input:checked +
  .on-off-toggle__slider {
    background-color: #019356
  }

  .on-off-toggle__input:checked +
  .on-off-toggle__slider:before {
      transform: translateX(24px);
    }

  .on-off-toggle__input:checked +
  .on-off-toggle__slider:after {
      content: 'Yes';
      color: #FFFFFF;
      padding-left: 8px;
}
.text-trim-25 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 25vw;
}

.payment--gateway-img{
    margin-bottom: 16px;
}
.payment--gateway-img img {
    border-radius: 8px;
}

.switch--custom-label-text {
    display: none;
    font-weight: 700;
    font-size: 0.75rem;
}

.switch--custom-label.checked .switch--custom-label-text.on {
    display: block;
}

.switch--custom-label:not(.checked) .switch--custom-label-text.off {
    display: block;
}

.custom--switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.custom--switch input[switch] {
    display: none;
}


.inputDnD .form-control-file {
    position: relative;
    inline-size: 100%;
    block-size: 100%;
    min-block-size: 8rem;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    border-radius: 10px;
}
.inputDnD .form-control-file:before {
    content: attr(data-title);
    position: absolute;
    inset-inline-start: 0;
    inline-size: 100%;
    min-block-size: 100%;
    line-height: 2em;
    opacity: 1;
    visibility: visible;
    text-align: center;
    border: 1px dashed currentColor;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.inputDnD .form-control-file:hover:before {
    border-style: solid;
}

.custom_upload_input {
    position: relative
}
.custom-upload-input-file-area {
    display: block;
    width: 100%;
    padding: 0;
    width: 100%;
    aspect-ratio: 1
}
.custom_upload_input input[type=file] {
    display: block;
    width: 100%;
    padding: 0;
    width: 100%;
    aspect-ratio: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f7f7f7;
    border: 0;
    border-radius: 5px;
    opacity: 0;
    z-index: 9;
    position: relative;
    cursor: pointer
}
.custom_upload_input input[type=file].meta-img {
    aspect-ratio: 8/1
}

.custom_upload_input.ratio-1 input[type=file].meta-img {
    aspect-ratio: 1/1
}
.custom_upload_input.ratio-2 input[type=file].meta-img {
    aspect-ratio: 2/1
}

.img_area_with_preview {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    padding: 5px;
    border: 2px dashed #00000014
}
.img_area_with_preview img {
    width: 100%;
    object-fit: cover;
    height: 100%
}
.custom_upload_input .delete_file_input_css,.custom_upload_input .delete_file_input {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: red;
    border: 1px solid red;
    z-index: 10
}
.custom_upload_input .delete_file_input:hover {
    color: #fff;
    border: 1px solid red;
    z-index: 10
}

.__img-120 {
    width: 120px;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.ratio-1{
    aspect-ratio: 1;
}
.ratio-2{
    aspect-ratio: 2 / 1;
}
.ratio-3{
    aspect-ratio: 3 / 1;
}
.ratio-8{
    aspect-ratio: 8 / 1;
}

.max-h200px {
    max-height: 200px;
}
.height-20rem{
   height: 20rem;
}
.font-45px{
    font-size: 45px
}
.min-height-170x{
    min-height: 170px
}
.top-ordered-store-image{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border:2px solid #80808082;
}
.font-size-10px{
    font-size: 10px
}
.width-7rem{
    width: 7rem;
}

.height-60px{
    height: 130px;
}

.h-54px{
    height: 54px
}
#location_map_div #pac-input{
    height: 40px;
    border: 1px solid #fbc1c1;
    outline: none;
    box-shadow: none;
    top: 7px !important;
    transform: translateX(7px);
    padding-left: 10px;
}
.addon-payment-gateway-active{
    color: #8c1515;
    padding-top: 10px
}
.mb-30px{
    margin-bottom: 30px
}
.h-80px{
    height: 80px
}
.mb-10px{
    margin-bottom: 10px
}

.width-18rem{
    width: 18rem;
}
.mb-minus-1px{
    margin-bottom: -1px;
}

.add-to-shopping-cart{
    width:37%;
    height: 45px
}

.max-w-15rem{
    max-width: 15rem;
}
.p-top-100px{
    padding-top: 100px;
}

.w-200px{
    width: 200px !important;
}
.width-54px{
    width: 54px;
}
.height-54px{
    height: 54px;
}
.view-conversation-message{
    cursor: pointer;
    border-radius: 10px;
    margin-top: 2px;
}
.height-18rem{
    height: 18rem;
}
.h-200px{
    height: 200px
}
.product-image {
    margin-top: -35px;
    border-radius: 0
}
.min-h-15 {
    min-height: 15px;
}

.color-red{
    color: red
}
.attribute-class {
    border: 1px solid #80808045;
    border-radius: 10px;
    padding-top: 10px;
    margin: 1px
}
.front-emoji {
    font-family: emoji;
}

.btn--primary {
    color: #fff;
    background-color: #673ab7;
    border-color: #673ab7
}

.btn--primary:hover {
    color: #fff;
    background-color: #673ab7;
    border-color: #673ab7
}

.btn--primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #673ab7;
    border-color: #673ab7;
    box-shadow: 0 0 0 .2rem rgba(85, 145, 255, .5)
}

.btn--primary.disabled, .btn--primary:disabled {
    color: #fff;
    background-color: #673ab7;
    border-color: #673ab7
}

.btn--primary:not(:disabled):not(.disabled).active, .btn--primary:not(:disabled):not(.disabled):active, .show > .btn--primary.dropdown-toggle {
    color: #fff;
    background-color: #673ab7;
    border-color: #673ab7
}

.btn--primary:not(:disabled):not(.disabled).active:focus, .btn--primary:not(:disabled):not(.disabled):active:focus, .show > .btn--primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(85, 145, 255, .5)
}

.mb-30{
    margin-bottom: 30px;
}

.mt-30{
    margin-top: 30px;
}

.custom-class {
    margin-top: 10px !important;
    border-radius: 0;
}

/* ========================================
   PRODUCT PAGE STYLES
   ======================================== */

.product-code-badge {
    background: var(--gray-100);
    color: var(--primary-color);
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 1px solid var(--gray-300);
}

.brand-badge {
    background: #e8f4f8;
    color: var(--secondary-dark);
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid var(--secondary-color);
}

.service-price-badge {
    background: #fff3e0;
    color: var(--warning-dark);
    padding: 6px 14px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid var(--warning-color);
}

.action-btn {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.action-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--box-shadow);
}

.action-btn.btn-edit {
    background: var(--primary-color);
    color: white;
}

.action-btn.btn-delete {
    background: var(--danger-color);
    color: white;
}

.action-btn.btn-save {
    background: var(--success-color);
    color: white;
}

.action-btn.btn-stock {
    background: var(--secondary-color);
    color: white;
}

/* ========================================
   PURCHASE PAGE STYLES
   ======================================== */

.purchase-item-row {
    background: var(--gray-50);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
    transition: all 0.3s;
}

.purchase-item-row:hover {
    border-color: var(--secondary-color);
    box-shadow: var(--box-shadow);
}

.remove-item-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: var(--danger-color);
    border: none;
    color: white;
    cursor: pointer;
    transition: all 0.3s;
}

.remove-item-btn:hover {
    background: var(--danger-dark);
    transform: scale(1.1);
}

.add-item-btn {
    border: 2px dashed var(--secondary-color);
    background: #e7f3ff;
    color: var(--secondary-color);
    padding: 15px;
    width: 100%;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 600;
}

.add-item-btn:hover {
    background: var(--secondary-color);
    color: white;
    border-style: solid;
}

.billing-summary {
    background: #fff;
    border: 2px solid var(--secondary-color);
    border-radius: var(--border-radius);
    padding: 20px;
    position: sticky;
    top: 20px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
    align-items: center;
}

.summary-row:first-child {
    border-bottom: none;
    font-weight: 700;
    font-size: 1.25rem;
    padding-top: 15px;
    margin-top: 10px;
    border-top: 2px solid var(--secondary-color);
}

.summary-row input.form-control {
    border: 2px solid var(--secondary-color);
    border-radius: var(--border-radius);
    font-weight: 700;
    text-align: right;
    font-size: 16px;
}

.empty-state {
    text-align: center;
    padding: 60px 20px;
    color: var(--text-secondary);
}

.empty-state i {
    font-size: 80px;
    opacity: 0.3;
    margin-bottom: 20px;
}

/* ========================================
   CLIENT/WALLET STYLES
   ======================================== */

.wallet-container {
    background: var(--primary-color);
    border-radius: var(--border-radius);
    padding: 30px;
    color: white;
    margin-bottom: 30px;
    box-shadow: var(--box-shadow-lg);
}

.wallet-header {
    margin-bottom: 25px;
}

.wallet-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.wallet-subtitle {
    opacity: 0.9;
    font-size: 14px;
}

.wallet-total {
    background: rgba(255, 255, 255, 0.2);
    border-radius: var(--border-radius);
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.wallet-total-label {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 5px;
}

.wallet-total-amount {
    font-size: 42px;
    font-weight: 700;
}

.wallet-breakdown {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.wallet-item {
    background: rgba(255, 255, 255, 0.15);
    border-radius: var(--border-radius);
    padding: 15px;
    text-align: center;
}

.wallet-item-label {
    font-size: 12px;
    opacity: 0.9;
    margin-bottom: 5px;
}

.wallet-item-amount {
    font-size: 20px;
    font-weight: 700;
}

.wallet-item-icon {
    font-size: 24px;
    margin-bottom: 5px;
}

.payment-form-card {
    background: white;
    border-radius: var(--border-radius);
    padding: 25px;
    box-shadow: var(--box-shadow);
}

.payment-form-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text-primary);
}

.order-table-card {
    background: white;
    border-radius: var(--border-radius);
    padding: 20px;
    box-shadow: var(--box-shadow);
}

.table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.table-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-primary);
}

/* ========================================
   ORDER LIST STYLES
   ======================================== */

.order-type-badge {
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: 600;
}

.order-row:hover {
    background-color: var(--gray-50);
    transition: background-color 0.2s;
}

.payment-status-badge {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
}

.quick-filter-btn {
    transition: all 0.2s;
}

.quick-filter-btn.active {
    background-color: var(--secondary-color) !important;
    color: white !important;
    border-color: var(--secondary-color) !important;
}

/* ========================================
   CLIENT LIST STYLES
   ======================================== */

.client-row {
    transition: background-color 0.2s ease;
}

.client-row:hover {
    background-color: var(--gray-50);
}

.due-badge {
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
}

.due-badge.high {
    background-color: #fee;
    color: var(--danger-color);
    animation: pulse 2s infinite;
}

.due-badge.medium {
    background-color: #fff3cd;
    color: #856404;
}

.due-badge.low {
    background-color: #d4edda;
    color: #155724;
}

.bond-info {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.bond-badge {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    background-color: #e7f3ff;
    color: #0056b3;
    font-weight: 500;
}

.client-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 16px;
}

/* ========================================
   EXPENSE LIST STYLES
   ======================================== */

.expense-row {
    transition: background-color 0.2s ease;
}

.expense-row:hover {
    background-color: var(--gray-50);
}

.expense-amount {
    font-weight: 700;
    font-size: 15px;
    color: var(--danger-color);
}

.category-badge {
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px;
    background-color: #e7f3ff;
    color: #0056b3;
    font-weight: 500;
}

.subcategory-badge {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    background-color: var(--gray-100);
    color: #666;
    margin-left: 5px;
}

.date-badge {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    background-color: #fff3cd;
    color: #856404;
}

/* ========================================
   POS STYLES
   ======================================== */

.pos-product-card {
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.pos-product-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--box-shadow-lg);
    border-color: var(--secondary-color);
}

.pos-product-card:active {
    transform: scale(0.98);
}

.pos-product-image {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.product-stock-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
}

.product-stock-badge.low-stock {
    background: var(--danger-color);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.cart-item-row {
    transition: background-color 0.3s;
}

.cart-item-row:hover {
    background-color: var(--gray-50);
}

.quantity-input {
    text-align: center;
    font-weight: 600;
}

.search-highlight {
    background: #fff3cd;
    padding: 2px 4px;
    border-radius: 3px;
}

.empty-cart-message {
    text-align: center;
    padding: 40px;
    color: var(--text-secondary);
}

/* ========================================
   COMMON UTILITY STYLES
   ======================================== */

.search-input-group {
    position: relative;
}

.search-input-group i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
}

.search-input-group input {
    padding-left: 40px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.stat-value {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
}

/* ========================================
   DASHBOARD STYLES
   ======================================== */

.stats-card {
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.stats-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--box-shadow-lg);
}

.stats-card.card-primary {
    border-left-color: var(--primary-color);
}

.stats-card.card-success {
    border-left-color: var(--success-color);
}

.stats-card.card-warning {
    border-left-color: var(--warning-color);
}

.stats-card.card-danger {
    border-left-color: var(--danger-color);
}

.dashboard-icon {
    width: 50px;
    height: 50px;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
}

.dashboard-icon.icon-primary {
    background: var(--primary-color);
}

.dashboard-icon.icon-success {
    background: var(--success-color);
}

.dashboard-icon.icon-warning {
    background: var(--warning-color);
}

.dashboard-icon.icon-danger {
    background: var(--danger-color);
}

.chart-card {
    transition: box-shadow 0.3s ease;
}

.chart-card:hover {
    box-shadow: var(--box-shadow-lg);
}

.welcome-banner {
    background: var(--primary-color);
    color: white;
    border-radius: var(--border-radius);
    padding: 20px;
    margin-bottom: 20px;
    animation: slideDown 0.5s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-number {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-primary);
}

.stat-label {
    font-size: 14px;
    color: var(--text-secondary);
    margin-top: 5px;
}

/* ========================================
   ACCORDION STYLES
   ======================================== */

.accordion-item {
    margin-bottom: 10px;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--box-shadow);
    border: 1px solid var(--border-color);
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--primary-color);
    color: white;
    padding: 12px 16px;
    cursor: pointer;
    font-weight: 600;
    border: none;
    width: 100%;
}

.accordion-header i {
    transition: transform 0.3s ease;
}

.accordion-header i.rotate {
    transform: rotate(180deg);
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    background: var(--gray-50);
    padding: 0 16px;
}

.accordion-body.active {
    max-height: 1000px;
    padding: 16px;
}

/* ========================================
   FUEL POS STYLES
   ======================================== */

.square-button-wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.square-button-wrapper > button {
    top: 0;
    left: 0;
}

@media (max-width: 767.98px) {
    .main-counters-row {
        padding-top: 20px !important;
    }
    .currency-card-details {
        flex-direction: column;
        align-items: flex-start !important;
    }
}

/* ========================================
   WASH & SERVICES STYLES
   ======================================== */

.service-card {
    background: #fff;
    border-radius: var(--border-radius);
    padding: 2rem;
    border: 2px solid var(--border-color);
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
    position: relative;
}

.service-card:hover {
    border-color: var(--secondary-color);
    box-shadow: var(--box-shadow-lg);
    transform: translateY(-4px);
}

.service-card.selected {
    border-color: var(--secondary-color);
    background: #f0f7ff;
}

.service-icon {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    display: block;
}

.service-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.service-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--secondary-color);
}

.service-stock {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--info-color);
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

.wash-summary {
    background: var(--gray-50);
    border-radius: var(--border-radius);
    padding: 1.5rem;
    margin-top: 2rem;
}

.client-section {
    background: #fff;
    border-radius: var(--border-radius);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid var(--border-color);
}

/* ========================================
   COUNTER REPORT STYLES
   ======================================== */

.futuristic-card {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow-lg);
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.futuristic-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.status-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(255,255,255,0.5);
}

.status-dot.green { 
    background-color: var(--success-color);
}

.status-dot.red { 
    background-color: var(--danger-color);
}

.data-label { 
    font-size: 0.85rem;
    color: var(--text-secondary);
}

.data-value { 
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--secondary-color);
}

.summary-bar {
    background: var(--secondary-color);
    color: #fff;
    border-radius: var(--border-radius);
    padding: 1rem 2rem;
    margin-top: 2rem;
    box-shadow: var(--box-shadow-lg);
}

/* ========================================
   MONTHLY REPORT STYLES - ENHANCED
   ======================================== */

.report-container {
    background: #f8f9fa;
    padding: 0;
}

.report-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 35px 30px;
    border-bottom: none;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    position: relative;
    overflow: hidden;
}

.report-header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(30%, -30%);
}

.report-header h1 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
}

.report-header .report-period {
    font-size: 16px;
    opacity: 0.95;
    margin-top: 8px;
    position: relative;
    z-index: 1;
    font-weight: 500;
}

.month-selector {
    background: white;
    padding: 25px 30px;
    border-bottom: 2px solid #e7eaf3;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.month-selector .form-control {
    border: 2px solid #d1d5db;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.month-selector .form-control:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.report-section {
    padding: 35px 30px;
    border-bottom: 1px solid #e7eaf3;
    background: white;
    margin-bottom: 15px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    animation: fadeInUp 0.4s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.report-section:last-child {
    border-bottom: none;
}

.section-title {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 3px solid transparent;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

.summary-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.summary-card {
    background: white;
    border: 2px solid #e7eaf3;
    border-radius: 12px;
    padding: 24px 20px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.summary-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.summary-card:hover::before {
    transform: scaleX(1);
}

.summary-card:hover {
    border-color: #667eea;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.15);
    transform: translateY(-4px);
}

.summary-card .card-label {
    font-size: 13px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
    font-weight: 700;
}

.summary-card .card-value {
    font-size: 28px;
    font-weight: 800;
    color: #2c3e50;
}

.summary-card.highlight {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    border-color: transparent;
    color: white;
}

.summary-card.highlight .card-label,
.summary-card.highlight .card-value {
    color: white;
}

.summary-card.success {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    border-color: transparent;
    color: white;
}

.summary-card.success .card-label,
.summary-card.success .card-value {
    color: white;
}

.summary-card.warning {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    border-color: transparent;
    color: white;
}

.summary-card.warning .card-label,
.summary-card.warning .card-value {
    color: white;
}

.summary-card.danger {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    border-color: transparent;
    color: white;
}

.summary-card.danger .card-label,
.summary-card.danger .card-value {
    color: white;
}

.classic-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border: 2px solid #e7eaf3;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.classic-table thead {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.classic-table thead th {
    padding: 16px 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.8px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
}

.classic-table thead th:last-child {
    border-right: none;
}

.classic-table tbody tr {
    border-bottom: 1px solid #e7eaf3;
    transition: all 0.2s ease;
}

.classic-table tbody tr:hover {
    background: linear-gradient(90deg, rgba(102, 126, 234, 0.03) 0%, rgba(118, 75, 162, 0.03) 100%);
    transform: scale(1.002);
}

.classic-table tbody tr:nth-child(even) {
    background: #fafbfc;
}

.classic-table tbody tr:nth-child(even):hover {
    background: linear-gradient(90deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
}

.classic-table tbody td {
    padding: 14px 12px;
    color: #2c3e50;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.classic-table tfoot {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    font-weight: 700;
}

.classic-table tfoot td {
    padding: 16px 12px;
    font-size: 15px;
}

.print-btn {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: white;
    border: none;
    padding: 12px 30px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3);
}

.print-btn:hover {
    box-shadow: 0 6px 20px rgba(39, 174, 96, 0.4);
    transform: translateY(-2px);
}

.print-btn i {
    margin-right: 8px;
}

@media print {
    .month-selector,
    .print-btn {
        display: none;
    }
    
    .report-container {
        box-shadow: none;
    }
    
    .report-section {
        page-break-inside: avoid;
    }
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
    margin-top: 20px;
}

.info-item {
    display: flex;
    justify-content: space-between;
    padding: 14px 18px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-left: 4px solid #667eea;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

.info-item:hover {
    border-left-width: 6px;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
    transform: translateX(2px);
}

.info-item .label {
    font-weight: 700;
    color: #6b7280;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-item .value {
    font-weight: 800;
    color: #2c3e50;
    font-size: 15px;
}

.subsection {
    margin-top: 30px;
}

.subsection-title {
    font-size: 17px;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 18px;
    padding-left: 15px;
    border-left: 4px solid #667eea;
    position: relative;
}

.subsection-title::before {
    content: '';
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #764ba2;
    border-radius: 50%;
}

/* ========================================
   ADDITIONAL UX ENHANCEMENTS
   ======================================== */

/* Button Loading States */
.btn-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.7;
}

.btn-loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid transparent;
    border-radius: 50%;
    border-top-color: white;
    animation: spin 0.6s linear infinite;
}

/* Keyboard Shortcut Hints */
.kbd-hint {
    display: inline-block;
    padding: 2px 6px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 11px;
    font-family: monospace;
    margin-left: 5px;
    color: #666;
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* ========================================
   PROFESSIONAL TABLE STYLES
   ======================================== */

/* Content Container */
.content.container-fluid {
    padding: 1.5rem;
}

/* Filter Section - Professional Search & Buttons */
.filter-section {
    background: white;
    padding: 1.25rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 1.5rem;
}

.search-box-professional .input-group {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    overflow: hidden;
}

.search-box-professional .input-group-text {
    background: white;
    border: 1px solid #dfe4ea;
    border-right: none;
    color: #7c8db5;
}

.search-box-professional .form-control {
    border: 1px solid #dfe4ea;
    border-left: none;
    padding: 0.625rem 0.875rem;
}

.search-box-professional .form-control:focus {
    border-color: #3498db;
    box-shadow: none;
}

.filter-select {
    border: 1px solid #dfe4ea;
    border-radius: 6px;
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.filter-select:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.add-product-btn {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    border: none;
    padding: 0.625rem 1.25rem;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.875rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(52, 152, 219, 0.2);
    white-space: nowrap;
}

.add-product-btn:hover {
    background: linear-gradient(135deg, #2980b9 0%, #21618c 100%);
    box-shadow: 0 4px 8px rgba(52, 152, 219, 0.3);
    transform: translateY(-1px);
    color: white;
}

.add-product-btn i {
    margin-right: 0.5rem;
}

/* Quick Filter Buttons */
.quick-filter-btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.quick-filter-btn.active,
.quick-filter-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-group .quick-filter-btn {
    border-radius: 0;
}

.btn-group .quick-filter-btn:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.btn-group .quick-filter-btn:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* Table Container */
.card {
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

.table-responsive {
    border-radius: 8px;
    overflow: hidden;
    overflow-x: scroll;
}

/* Professional Table */
.table {
    width: 100%;
    margin-bottom: 0;
    background-color: white;
}

.table thead {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    position: sticky;
    top: 0;
    z-index: 10;
}

.table thead th,
.table-thead-bordered thead th {
    color: white !important;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 1rem;
    border: none !important;
    background: transparent;
}

.table tbody tr {
    border-bottom: 1px solid #f0f2f5;
    transition: all 0.2s ease;
}

.table tbody tr:hover {
    background-color: #f8f9fa;
}

.table tbody td {
    padding: 1rem;
    vertical-align: middle;
    color: #2c3e50;
    font-size: 0.875rem;
    border: none;
}

.table-borderless tbody td {
    border: none;
}

.table-nowrap td,
.table-nowrap th {
    white-space: nowrap;
}

/* Table Alignment */
.table-align-middle tbody td {
    vertical-align: middle;
}

/* Scrollable Table Container */
.datatable-custom {
    max-height: 600px;
    overflow-y: auto;
    position: relative;
    overflow-x: scroll;
}

.datatable-custom::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.datatable-custom::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.datatable-custom::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 4px;
}

.datatable-custom::-webkit-scrollbar-thumb:hover {
    background: #a0aec0;
}

/* Professional Badges in Tables */
.table .badge {
    padding: 0.375rem 0.75rem;
    border-radius: 4px;
    font-weight: 500;
    font-size: 0.8rem;
}

.table .badge-soft-primary {
    background: #e3f2fd;
    color: #1976d2;
}

.table .badge-soft-success {
    background: #e8f5e9;
    color: #2e7d32;
}

.table .badge-soft-danger {
    background: #ffebee;
    color: #c62828;
}

.table .badge-soft-warning {
    background: #fff3e0;
    color: #ef6c00;
}

.table .badge-soft-info {
    background: #e0f7fa;
    color: #0097a7;
}

.table .badge-soft-dark {
    background: #eceff1;
    color: #37474f;
}

/* Action Buttons in Tables */
.table .btn-outline-info,
.table .btn-outline-danger,
.table .btn-outline-primary,
.table .btn-outline-warning {
    width: 36px;
    height: 36px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.table .btn-outline-info {
    border-color: #3498db;
    color: #3498db;
}

.table .btn-outline-info:hover {
    background: #3498db;
    color: white;
    box-shadow: 0 2px 4px rgba(52, 152, 219, 0.3);
}

.table .btn-outline-danger {
    border-color: #e74c3c;
    color: #e74c3c;
}

.table .btn-outline-danger:hover {
    background: #e74c3c;
    color: white;
    box-shadow: 0 2px 4px rgba(231, 76, 60, 0.3);
}

.table .btn-outline-primary {
    border-color: #3498db;
    color: #3498db;
}

.table .btn-outline-primary:hover {
    background: #3498db;
    color: white;
    box-shadow: 0 2px 4px rgba(52, 152, 219, 0.3);
}

.table .btn-outline-warning {
    border-color: #f39c12;
    color: #f39c12;
}

.table .btn-outline-warning:hover {
    background: #f39c12;
    color: white;
    box-shadow: 0 2px 4px rgba(243, 156, 18, 0.3);
}

.square-btn {
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Avatar in Tables */
.table .avatar {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #e9ecef;
    background: #f8f9fa;
}

.table .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Empty State */
.empty-state-professional {
    padding: 4rem 2rem;
    text-align: center;
}

.empty-state-professional img {
    width: 200px;
    margin-bottom: 1.5rem;
    opacity: 0.8;
}

.empty-state-professional h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.empty-state-professional p {
    color: #7c8db5;
    font-size: 0.9rem;
}

.text-center.p-4 {
    padding: 4rem 2rem !important;
}

.text-center.p-4 img.mb-3 {
    width: 200px;
    margin-bottom: 1.5rem !important;
    opacity: 0.8;
}

.width-7rem {
    width: 200px !important;
}

/* Pagination */
.table-responsive + .table-responsive {
    border-top: 1px solid #f0f2f5;
}

.pagination {
    margin: 0;
}

.page-link {
    color: #3498db;
    border: 1px solid #dfe4ea;
    padding: 0.5rem 0.75rem;
    margin: 0 2px;
    border-radius: 4px;
}

.page-link:hover {
    background-color: #e3f2fd;
    border-color: #3498db;
    color: #2980b9;
}

.page-item.active .page-link {
    background-color: #3498db;
    border-color: #3498db;
    color: white;
}

.page-item.disabled .page-link {
    color: #95a5a6;
    background-color: #f8f9fa;
    border-color: #dfe4ea;
}

/* Search and Filter Sections */
.px-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.input-group .form-control {
    border: 1px solid #dfe4ea;
    padding: 0.625rem 0.875rem;
}

.input-group .form-control:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.input-group-append .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Switcher (Toggle) Styles */
.switcher {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}

/* ========================================
   GOVERNMENT STOCK CARDS (احطياتي)
   ======================================== */

.government-stock-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border: 2px solid transparent;
}

.government-stock-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    transition: all 0.3s ease;
}

.government-stock-card.benzine-reserve::before {
    background: linear-gradient(90deg, #27ae60 0%, #2ecc71 100%);
}

.government-stock-card.diesel-reserve::before {
    background: linear-gradient(90deg, #3498db 0%, #2980b9 100%);
}

.government-stock-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.government-stock-card.benzine-reserve:hover {
    border-color: #27ae60;
}

.government-stock-card.diesel-reserve:hover {
    border-color: #3498db;
}

.stock-header {
    padding: 20px 24px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.8) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.stock-letter {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 900;
    flex-shrink: 0;
    transition: all 0.3s ease;
    font-family: 'Arial', sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.benzine-reserve .stock-letter {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3);
}

.diesel-reserve .stock-letter {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.government-stock-card:hover .stock-letter {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.stock-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.benzine-reserve .stock-icon {
    background: linear-gradient(135deg, rgba(39, 174, 96, 0.1) 0%, rgba(46, 204, 113, 0.15) 100%);
    color: #27ae60;
    border: 2px solid rgba(39, 174, 96, 0.2);
}

.diesel-reserve .stock-icon {
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.1) 0%, rgba(41, 128, 185, 0.15) 100%);
    color: #3498db;
    border: 2px solid rgba(52, 152, 219, 0.2);
}

.government-stock-card:hover .stock-icon {
    transform: rotate(10deg) scale(1.1);
}

.stock-info {
    flex: 1;
}

.stock-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #6b7280;
    margin-bottom: 4px;
}

.stock-name {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.stock-body {
    padding: 24px;
    text-align: center;
}

.stock-quantity {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 2px dashed #e0e0e0;
}

.quantity-value {
    display: block;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.benzine-reserve .quantity-value {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.diesel-reserve .quantity-value {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.quantity-unit {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-transfer {
    width: 100%;
    padding: 14px 24px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 10px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-transfer i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.btn-transfer:hover i {
    transform: translateX(5px);
}

.btn-transfer.btn-success {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
}

.btn-transfer.btn-success:hover {
    background: linear-gradient(135deg, #229954 0%, #27ae60 100%);
    box-shadow: 0 6px 20px rgba(39, 174, 96, 0.3);
}

.btn-transfer.btn-primary {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}

.btn-transfer.btn-primary:hover {
    background: linear-gradient(135deg, #2980b9 0%, #21618c 100%);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.3);
}

.stock-footer {
    padding: 12px 24px;
    border-top: 1px solid #e7eaf3;
    background: #f8f9fa;
}

.stock-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
}

.stock-badge i {
    font-size: 18px;
}

.benzine-reserve .stock-badge {
    color: #27ae60;
}

.diesel-reserve .stock-badge {
    color: #3498db;
}

/* Responsive Design */
@media (max-width: 768px) {
    .government-stock-card {
        margin-bottom: 20px;
    }
    
    .stock-quantity {
        padding: 16px;
    }
    
    .quantity-value {
        font-size: 36px;
    }
    
    .btn-transfer {
        padding: 12px 20px;
        font-size: 14px;
    }
    .hide-mobile {
        display: none !important;
    }
    .content.container-fluid{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.switcher {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}

.switcher_input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switcher_control {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cbd5e0;
    transition: 0.3s;
    border-radius: 24px;
}

.switcher_control:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
}

.switcher_input:checked + .switcher_control {
    background-color: #27ae60;
}

.switcher_input:checked + .switcher_control:before {
    transform: translateX(24px);
}

/* Table Header Titles */
.table thead th h5,
.table thead th h6 {
    color: white;
    margin: 0;
}

/* Responsive Tables */
@media (max-width: 768px) {
    .table {
        font-size: 0.8rem;
    }
    
    .table thead th,
    .table tbody td {
        padding: 0.75rem;
    }
    
    .table .avatar {
        width: 40px;
        height: 40px;
    }
    
    .table .btn-outline-info,
    .table .btn-outline-danger,
    .table .btn-outline-primary,
    .table .btn-outline-warning,
    .square-btn {
        width: 32px !important;
        height: 32px !important;
        font-size: 0.9rem;
    }
}

