:root {
    --primary-color: #fbe20f;
    --primary-color-light: #fff8e5;
    --secondary-color: #343295;
    --text-light: #5d596c;
    --theme-gray: #f1f1f1;
    --primary-text-color: #061026;
    --border-radius: 8px;
    --bg--dark: #162f65;
    --title-color: #111111;
    --body-color: #6e6e6e;
    --header-prime-color: #71829b;
    --info-rgb: 0, 185, 255;
    --success-rgb: 34, 192, 60;
    --danger-rgb: 238, 51, 94;
}
@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url("/assets/fonts/cerebrisans-light.eot");
    src: local("Cerebri-sans Light"),
        url("/assets/fonts/cerebrisans-light.woff") format("woff");
    font-weight: 300;
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url("/assets/fonts/cerebrisans-regular.eot");
    src: local("Cerebri-sans Regular"),
        url("/assets/fonts/cerebrisans-regular.woff") format("woff");
    font-weight: 400;
}
@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url("/assets/fonts/cerebrisans-medium.eot");
    src: local("Cerebri-sans Medium"),
        url("/assets/fonts/cerebrisans-medium.woff") format("woff");
    font-weight: 500;
}
@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url("/assets/fonts/cerebrisans-semibold.eot");
    src: local("Cerebri-sans Semibold"),
        url("/assets/fonts/cerebrisans-semibold.woff") format("woff");
    font-weight: 600;
}
@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url("/assets/fonts/cerebrisans-bold.eot");
    src: local("Cerebri-sans Bold"),
        url("/assets/fonts/cerebrisans-bold.woff") format("woff");
    font-weight: 700;
}

body {
    margin: 0;
    font-family: "Cerebri Sans,sans-serif" !important;
    /* color: #343a40; */
    background-color: #f8fafc;
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
a:-webkit-any-link {
    text-decoration: none;
}
button:focus:not(:focus-visible) {
    outline: 0 !important;
}
.border-left {
    border-left: 2px solid var(--primary) !important;
}
.border-gray {
    border: 1px solid #f4f2f2;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
.btn-warning-light {
    background-color: #fefbf3;
    border: 1px solid #ffc107;
    color: #ffc107;
}
.btn-warning-light:hover {
    background-color: #ffc107;
    border: 1px solid #ffc107;
    color: #fff;
}
.btn-success-light {
    background-color: #cae3d8;
    border: 1px solid #00A568;
    color: #00A568;
}
.btn-success-light:hover {
    background-color: #00A568;
    color: #fff;
    border: 1px solid #00A568;
}
.btn-success{
    background-color: #00A568 !important;
}
/* .sidebar.col-lg-2 {
    width: 17.666667%;
} */
/* Define a class to hide the sidebar */
.sidebar-collapsed #sidebar {
    transform: translateX(-100%);
}

/* Adjust the width of the main content when the sidebar is collapsed */
.sidebar-collapsed #mainContent {
    width: 100%;
    transition: width 0.3s ease;
}

.sidebar {
    top: 0;
    left: 0;
    z-index: 100;
    overflow-y: auto;
}
.sidebar .list-group {
    padding: 0;
}
.sidebar .list-group .list-group-item {
    font-size: 0.95rem;
    padding: 0.75rem 0.5rem 0.75rem 1rem;
    color: #6f6b7d;
    border: none;
    /* border-radius: 12px; */
}
.sidebar .list-group .list-group-item.active {
    background-color: #fffcde;
    color: #837609;
    border-left: 6px solid #fbe20f;
    padding: 0.75rem 0.5rem 0.75rem 0.6rem;
}

.sidebar__menu {
    height: 93vh;
    width: 100%;
    overflow: scroll;
}
/* Hide the scrollbar by default */
.sidebar__menu::-webkit-scrollbar {
    width: 0;
}

/* Style for the track (optional) */
.sidebar__menu::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* Style for the handle */
.sidebar__menu::-webkit-scrollbar-thumb {
    background-color: #888;
}

/* Show the scrollbar on hover */
.sidebar__menu:hover::-webkit-scrollbar {
    width: 5px;
}
.ti {
    line-height: 0 !important;
}
.menu-title {
    margin-left: 0.5rem;
}
.overlay {
    background-color: rgb(0 0 0 / 45%);
    z-index: 99;
}

.brand-logo img {
    width: 115px;
}
.sidebar .list-group .list-group-item i.menu-icon {
    line-height: 1;
    font-size: 1.2rem;
    color: #6c7383;
}
.main-content {
    padding: 0 1.5rem;
}
.content-wrapper {
    padding: 1.5rem 0;
}
.badge-pink {
    color: #fff;
    background-color: #f672a7;
}
.collapse.show {
    /* background: beige; */
    padding: 0 1rem;
}

/* .sidebar .collapse.show > .list-group{
    gap: 10px;
} */
/* sidebar for small screens */
@media screen and (max-width: 767px) {
    .sidebar {
        max-width: 18rem;
        transform: translateX(-100%);
        transition: transform 0.4s ease-out;
    }

    .sidebar.active {
        transform: translateX(0);
    }
}
/* General Class */
.rounded-lg {
    border-radius: 12px;
}
.rounded-md {
    border-radius: 8px;
}
.rounded-sm {
    border-radius: 4px;
}
.grid-margin {
    margin: 0 0 1.5rem 0;
}
button:focus,
*:focus {
    outline: none;
}
.status__box {
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
}
.pending,
.placed {
    background-color: #e80bc047;
    color: #000;
}
.un-assigned {
    background-color: #fff1e3;
    color: #ff9f43;
}
.warning {
    background-color: #ffb26a;
}
.assigned {
    background-color: #6a0dad3b;
    color: #061026;
}
.cancelled,
.rejected {
    background-color: #bb00003b;
    color: #bb0000;
}
.completed {
    background-color: #2ee4003b;
    color: #2ee400;
}
.font-weight-bold {
    font-weight: 500;
}
.card-header {
    background: transparent;
    border: 0;
}
.header-title {
    font-size: 1rem;
    padding: 0.5rem 0;
}
/* General Class */
/* Dashboard Analytics */
.chart__card {
    border-radius: 13px;
    /* box-shadow: 0px 4px 22px rgba(22, 47, 101, 0.06); */
    padding: 24px;
}

.card__head {
    align-items: center;
    justify-content: space-between;
}
.emirates-color .bg-auh, .stripe_pay {
    background-color: #4f46e5;
}
.emirates-color .bg-ajm {
    background-color: #0ea5e9;
}
.emirates-color .bg-rak {
    background-color: #10b981;
}
.emirates-color .bg-fjr {
    background-color: #ff9800;
}
.emirates-color .bg-uaq {
    background-color: #ff5724;
}
.emirates-color .bg-dxb {
    background-color: #f000b9;
}
.emirates-color .bg-shj {
    background-color: #000;
}
.box {
    background-color: #2b2d3e;
    padding: 25px 20px;
}
/* .sparkboxes .box {
    padding-top: 10px;
    padding-bottom: 10px;
    text-shadow: 0 1px 1px 1px #666;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    position: relative;
    border-radius: 5px;
} */
.sparkboxes .box1 {
    background-image: linear-gradient(135deg, #abdcff 10%, #0396ff 100%);
}
.sparkboxes .box2 {
    background-image: linear-gradient(135deg, #2afadf 10%, #4c83ff 100%);
}
.sparkboxes .box3 {
    background-image: linear-gradient(135deg, #ffd3a5 10%, #fd6585 100%);
}
.sparkboxes .box4 {
    background-image: linear-gradient(135deg, #ee9ae5 10%, #5961f9 100%);
}
.bg-slate-150 {
    background-color: #e9eef5;
}
.text-slate-700 {
    color: #334155;
}
.font-semibold {
    font-weight: 600;
}
.text__primary {
    color: #4f46e5;
}
.text__success {
    color: #10b981;
}
.text__warning {
    color: #ff9800;
}
.text__info {
    color: #0ea5e9;
}
.text__secondary {
    color: #f000b9;
}
.text__error {
    color: #ff5724;
}
.text__pink {
    color: #d61d5b;
}
.text__purple {
    color: #1425da;
}
.rounded-pill {
    border-radius: 50rem;
}
.analytics__card {
    display: flex;
    padding: 24px;
    align-items: center;
    gap: 22px;
    border-radius: 13px;
    /* background: rgba(0, 0, 0, 0.03); */
    box-shadow: 0px 4px 22px rgba(22, 47, 101, 0.06);
    background-color: #fff;
}
.analytics__card .data {
    flex-direction: column;
    gap: 0.5rem;
}
.analytics__card .pd_comparison {
    font-size: 14px;
    font-weight: 500;
}
.analytics__card .pd_comparison.growth__down {
    color: #ff4d4d;
}
.analytics__card .pd_comparison.growth__up {
    color: #5ab267;
}
/* Dashboard Analytics */
/* Chart */
.pie-chart {
    /* height: 220px; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overall-spending {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
}
.pie-center-spacing {
    top: 52% !important;
}
.overall-spending > h4 {
    color: #596780;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
}
.overall-spending > span {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
}
.pie-chart__labels {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 40px;
}
.label {
    gap: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #596780;
}
.pie-chart__labels-item,
.label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.label__color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.first,
.pickup-started {
    background: #eb7ca6;
}
.second {
    background: #ffacc8;
}
.third,
.pickup-arrived {
    background: #cc6ff8;
}
.fourth,
.pickup-completed {
    background: #7c5cfc;
}
.fifth {
    background: #5caffc;
}
.sixth {
    background: #a1a9fe;
}
.label__completed {
    background: #10b981;
}
.label__assigned {
    background: #ff9800;
}
.dropoff-started {
    background-color: #d61d5b;
}
.dropoff-arrived {
    background-color: #4b6584;
}
.dropoff-completed {
    background-color: #26de81;
}

.dropoff-two-started {
    background-color: #9de600;
}
.dropoff-two-arrived {
    background-color: #c400ce;
}
.dropoff-two-completed {
    background-color: #26de81;
}
/* .label__assigned {
    background: #0ea5e9;
} */
.small,
small {
    font-size: 14px !important;
}
.label__unassigned,
.unassigned {
    background: #f000b9;
}
.label__canceled,
.canceled {
    background: #ff0018;
}
.canceled {
    color: #fff;
}
.apexcharts-legend {
    justify-content: center;
}
.label__automatic,
.dropoff-completed {
    background: #10b981;
}
.label__manual,
.assigned {
    background: #007bff;
    color: #fff;
}
.label__buisness {
    background: #ff7675;
}
.label__app {
    background: #e91e63;
}
.label__now {
    background: #78e08f;
}
.label__schedule {
    background: #b8e994;
}
.opacity-05 {
    opacity: 0.5;
}
.driverName {
    color: #007bff;
}

/* Chart */
/* Data Tables */
.dataTables_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.dataTables_wrapper label {
    font-size: 0.8125rem;
}

.dataTables_wrapper select {
    padding: 0.4rem;
    outline-offset: -2px;
}

.dataTables_wrapper .dataTables_length select {
    min-width: 70px;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    width: -webkit-fill-available;
    border-radius: 4px;
}

.dataTables_wrapper .dataTable .btn,
.dataTables_wrapper .dataTable .fc button,
.fc .dataTables_wrapper .dataTable button,
.dataTables_wrapper .dataTable .ajax-upload-dragdrop .ajax-file-upload,
.ajax-upload-dragdrop .dataTables_wrapper .dataTable .ajax-file-upload,
.dataTables_wrapper .dataTable .swal2-modal .swal2-buttonswrapper .swal2-styled,
.swal2-modal .swal2-buttonswrapper .dataTables_wrapper .dataTable .swal2-styled,
.dataTables_wrapper .dataTable .wizard > .actions a,
.wizard > .actions .dataTables_wrapper .dataTable a {
    padding: 0.1rem 1rem;
    vertical-align: top;
}

.dataTables_wrapper .dataTable .btn i,
.dataTables_wrapper .dataTable .fc button i,
.fc .dataTables_wrapper .dataTable button i,
.dataTables_wrapper .dataTable .ajax-upload-dragdrop .ajax-file-upload i,
.ajax-upload-dragdrop .dataTables_wrapper .dataTable .ajax-file-upload i,
.dataTables_wrapper
    .dataTable
    .swal2-modal
    .swal2-buttonswrapper
    .swal2-styled
    i,
.swal2-modal
    .swal2-buttonswrapper
    .dataTables_wrapper
    .dataTable
    .swal2-styled
    i,
.dataTables_wrapper .dataTable .wizard > .actions a i,
.wizard > .actions .dataTables_wrapper .dataTable a i {
    font-size: 0.875rem;
    margin-right: 0.3rem;
}

.dataTables_wrapper .dataTable thead th {
    border-bottom-width: 0;
}

.dataTables_wrapper .dataTable thead .sorting:before,
.dataTables_wrapper .dataTable thead .sorting:after,
.dataTables_wrapper .dataTable thead .sorting_asc:before,
.dataTables_wrapper .dataTable thead .sorting_asc:after,
.dataTables_wrapper .dataTable thead .sorting_desc:before,
.dataTables_wrapper .dataTable thead .sorting_desc:after,
.dataTables_wrapper .dataTable thead .sorting_asc_disabled:before,
.dataTables_wrapper .dataTable thead .sorting_asc_disabled:after,
.dataTables_wrapper .dataTable thead .sorting_desc_disabled:before,
.dataTables_wrapper .dataTable thead .sorting_desc_disabled:after {
    line-height: 2.5;
    font-family: tabler-icons;
    font-size: 0.65rem;
}

.dataTables_wrapper .dataTable thead .sorting:after,
.dataTables_wrapper .dataTable thead .sorting_asc:after,
.dataTables_wrapper .dataTable thead .sorting_desc:after,
.dataTables_wrapper .dataTable thead .sorting_asc_disabled:after,
.dataTables_wrapper .dataTable thead .sorting_desc_disabled:after {
    content: "\ea62";
    right: 1.2em;
    top: 0;
    position: absolute;
}
.dataTables_wrapper .dataTable thead .sorting:before,
.dataTables_wrapper .dataTable thead .sorting_asc:before,
.dataTables_wrapper .dataTable thead .sorting_desc:before,
.dataTables_wrapper .dataTable thead .sorting_asc_disabled:before,
.dataTables_wrapper .dataTable thead .sorting_desc_disabled:before {
    content: "\ea5f";
    right: 1.2em;
    bottom: 0;
    position: absolute;
}

.dataTables_wrapper .dataTables_paginate {
    margin-top: 20px;
}

.dataTables_wrapper .dataTables_info {
    font-size: 0.875rem;
}
/* .paginate_button > a > .ti {
    line-height: 1.5 !important;
} */
li.paginate_button {
    line-height: 1;
}
.table th,
.table td {
    vertical-align: middle;
    /* line-height: 1; */
    white-space: nowrap;
    font-weight: normal;
    padding: 1rem !important;
}
/* Pagination */
.page-link {
    color: #000;
    display: inline !important;
}
.active > .page-link,
.page-link.active {
    background-color: #000;
    border: 1px solid #000;
}
/* Pagination */
@media (max-width: 576px) {
    .dataTables_wrapper .dataTables_info {
        margin-bottom: 1rem;
    }
}
.action-icon {
    color: #98a6ad;
    font-size: 1.2rem;
    display: inline-block;
    padding: 0 3px;
}
/* Datatable*/
/* order widget */
.item {
    padding: 1rem 0.56rem;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    border-radius: 16px;
    text-decoration: none;
    transition: 0.5s;
    position: relative;
    z-index: 0;
}
.mp_tag {
    top: 0px;
    right: 0;
    background: #3f51b5;
    color: #fff;
    font-size: 12px;
    padding: 1px 8px;
}
.mp_store_name {
    padding-top: 6px;
    color: #f100d4;
}
.item .order_type {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.order-details > .tag {
    top: 0px;
    right: 90px;
    left: unset;
    bottom: unset;
}
.cod_tag {
    left: 0px;
    bottom: 0;
    background: #fb3466;
    color: #fff;
    font-size: 12px;
    padding: 1px 8px;
}

.bo_tag {
    left: 0px;
    bottom: 0;
    background: #1add00;
    color: #fff;
    font-size: 12px;
    padding: 1px 8px;
}
.cancelled_tag {
    right: 0px;
    bottom: 0;
    background: #ff0000;
    color: #fff;
    font-size: 12px;
    padding: 1px 8px;
}
.order-meta {
    justify-content: space-between;
}
.order-meta-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.item .img {
    width: 60px;
}
.price_box_bottom li {
    margin: 0 0 5px;
    color: #6c757d;
    gap: 5px;
}
.item:hover {
    border: 1px solid #43bee1;
    box-shadow: 3px 3px 20px rgba(50, 50, 50, 0.25);
}
/* order widget */
.timeline {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
    list-style: none;
}
.badge {
    font-size: 12px !important;
}
html:not([dir="rtl"]) .timeline-item {
    border-left: 1px solid #dbdade;
}
html:not([dir="rtl"]) .ps-4 {
    padding-left: 1.5rem !important;
}
html:not([dir="rtl"]) .ms-1 {
    margin-left: 0.25rem !important;
}
html:not([dir="rtl"]) .border-left-dashed {
    border-left-style: dashed !important;
}
.timeline .timeline-item {
    position: relative;
    padding-left: 3rem;
}
.timeline .timeline-item .timeline-indicator-advanced {
    background-color: #fff;
    top: -0.1rem;
}
.timeline .timeline-item .timeline-indicator {
    position: absolute;
    left: -7px;
    top: 5px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
}
.timeline .timeline-item .timeline-indicator-advanced {
    position: absolute;
    left: -0.75rem;
    top: -0.2rem;
    z-index: 2;
    height: 1.5rem;
    width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
}
.timeline .timeline-indicator-success i {
    color: #28c76f !important;
}
.timeline .timeline-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.timeline .timeline-header > *:first-child {
    margin-right: 0.5rem;
}
.timeline .timeline-item .timeline-event {
    position: relative;
    top: -1rem;
    width: 100%;
    top: -1rem;
    min-height: 4rem;
    background-color: #fff;
    border-radius: 0.375rem;
    padding: 1.1rem 1.5rem 0.6rem;
}
/* Pulse Animation */
.pulse {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: gainsboro;
}
.pulse.active {
    cursor: pointer;
    background: var(--primary-color);
    box-shadow: 0 0 0 rgba(250, 211, 70, 0.4);
    animation: pulse 2s infinite;
}
.pulse.canceled {
    cursor: pointer;
    background: #ff5724;
    box-shadow: 0 0 0 rgba(239, 114, 118, 0.4);
    animation: pulse 2s infinite;
}
.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}
/* Pulse Animation */

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    opacity: unset !important;
}
/* CSS for the button */
#loading-button {
    transition: background-color 0.3s ease;
}
/* CSS for the loading spinner */
.button-loader {
    position: relative;
    overflow: hidden;
    padding-inline-start: 30px;
}

.button-loader:after {
    content: "";
    position: absolute;
    top: 64%;
    left: 18%;
    width: 15px;
    height: 15px;
    margin: -12px 0 0 -12px;
    border: 2px solid #fff;
    border-top: 2px solid #000000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    box-sizing: border-box;
    transform-origin: 50% 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Geo Fence */
.geo_middle {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 0 20px;
}
.imageagent {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-right: 15px;
}
.card-box {
    background-color: #fff;
    padding: 1.5rem;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    margin-bottom: 24px;
    border-radius: 0.25rem;
}
.avatar img {
    width: 100%;
    height: 100%;
}
/* Geo Fence */
/* Custom Switch */
/* Basic Rules */
.switch input {
    display: none;
}
.switch {
    display: inline-block;
    width: 30px;
    height: 15px;
    margin: 8px;
    /* transform:translateY(50%); */
    position: relative;
}
/* Style Wired */
.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #777, 0 0 4px #777;
    cursor: pointer;
    border: 2px solid transparent;
    overflow: hidden;
    transition: 0.4s;
}
.slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #777;
    border-radius: 30px;
    transform: translateX(-15px);
    transition: 0.4s;
}

input:checked + .slider:before {
    transform: translateX(15px);
    background: limeGreen;
}
input:checked + .slider {
    box-shadow: 0 0 0 2px limeGreen, 0 0 2px limeGreen;
}

/* Style Flat */
.switch.flat .slider {
    box-shadow: none;
}
.switch.flat .slider:before {
    background: #fff;
}
.switch.flat input:checked + .slider:before {
    background: white;
}
.switch.flat input:checked + .slider {
    background: limeGreen;
}
/* Custom Switch */
.ml-15 {
    margin-left: 15px;
}
.driver_radio {
    display: flex;
    align-items: center;
    gap: 5px;
}
/* Admin COnfi*/
.admin__setting {
    display: flex;
}
.btn.show,
.btn:hover {
    border: none !important;
}
button:focus {
    outline: none !important;
}
.dropdown-toggle::after {
    display: none;
}
.op-6 {
    opacity: 0.6;
}
.message__unread {
    border-radius: 30px;
    padding: 2px;
}
.header-element {
    display: flex;
    align-items: center;
}
.messages-dropdown {
    position: relative;
}
.main-header-container .dropdown-toggle {
    text-decoration: none;
}
.main-header-container .header-link {
    display: flex;
    align-items: center;
    padding: 0.8rem 0.65rem;
}
.app-header .dropdown-toggle {
    position: relative;
    white-space: nowrap;
}
.main-header-container .header-link.show .header-link-icon,
.main-header-container .header-link:hover .header-link-icon {
    fill: var(--header-prime-color);
    color: var(--header-prime-color);
}
.main-header-container .header-link-icon {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.25rem;
    color: var(--header-prime-color);
    fill: var(--header-prime-color);
    transition: all ease 50ms;
    position: relative;
    padding: 0.08rem;
    border-radius: 50%;
}
.pulse-danger {
    display: block;
    position: absolute;
    inset-block-start: 12px;
    inset-inline-end: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgb(var(--danger-rgb));
}
.main-header-container .messages-dropdown .main-header-dropdown {
    width: 20rem;
}

.main-header-container .main-header-dropdown {
    box-shadow: 0 0.25rem 0.625rem rgba(20, 20, 20, 0.1);
    inset-block-start: 5px !important;
    border-color: transparent;
}
.menu-header-content {
    padding: 1rem;
    border-start-start-radius: 0.375rem;
    border-start-end-radius: 0.375rem;
}
#header-cart-items-scroll,
#header-notification-scroll,
#header-shortcut-scroll {
    max-height: 17rem;
}
.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: auto;
    overflow: scroll;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}
.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}
.simplebar-content {
    max-height: 17rem;
    overflow: hidden scroll;
}
.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table;
}
.avatar.avatar-rounded img {
    border-radius: 50%;
}
.avatar img {
    width: 100%;
    height: 100%;
    border-radius: 0.3rem;
}
.dropdown-item {
    white-space: unset !important;
}
.main-header-container .main-header-dropdown .dropdown-item {
    padding: 0.65rem;
    border-block-end: 1px solid var(--default-border);
}
.main-header-message .desc {
    color: #535384;
}
.main-header-message .time {
    font-size: 11px;
    color: #8d8db3;
    font-weight: 400;
}
.fs-12 {
    font-size: 0.75rem;
}
.fs-13 {
    font-size: 0.8125rem;
}
.main-header-message .dropdown-footer,
.main-header-notification .dropdown-footer {
    border-block-start: 1px solid #dce1ef;
    padding: 10px;
    background: #f6f6fb;
    box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.1);
}
.pulse-danger:before {
    content: "";
    inset-block-start: -4px;
    inset-inline-end: -4px;
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    background: rgba(var(--danger-rgb), 0.8);
    cursor: pointer;
    box-shadow: 0 0 0 rgba(var(--danger-rgb), 0.9);
    animation: pulse 1s linear infinite;
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    8% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    15% {
        -webkit-transform: scale(0.1);
        opacity: 1;
    }
    30% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
}
/* End:: pulse-danger */

/* Start:: pulse-success */
/* .pulse-success {
  
} */

/* End:: pulse-success */

#driversTable_filter {
    padding-bottom: 0 !important;
    padding-right: 0 !important;
}

/* Analytics */
.analytic-window,
.data-box-row,
.data-box {
    padding: 20px 0;
}
.analytic-window-head {
    border-radius: 4px;
    text-align: center;
    padding: 5px;
    background-color: #fbe20f;
}
.analytic-window-head > h4 {
    color: #000;
}
.data-box {
    background-color: #2c2f38;
    /* border: 4px solid #f5b503; */
    /* border: 2px solid #ffe8a8; */
    /* height: 150px; */
    border-radius: 18px;
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
    color: #fff;
    text-align: center;
}
.border__box {
    border: 2px solid #ffe8a8;
}
.data-box h4 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
}
span.data-box-value {
    font-size: 2rem;
}
.gap5 {
    gap: 5rem;
}
.two__column__data {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.pb5 {
    padding-bottom: 5px !important;
}
ul {
    list-style-type: none; /* Remove default list bullets */
    padding: 0;
}
.chart_label > ul li {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.chart_label > ul li::before {
    content: "•"; /* Unicode for a bullet */
    display: inline-block;
    width: 0.5em; /* Space between dot and text */
    font-size: 2.5rem;
    line-height: 10px;
}
.osc_labels > ul li:nth-child(1)::before {
    color: #10b981;
}
.osc_labels > ul li:nth-child(2)::before {
    color: #ee202a;
}
.osc_labels > ul li:nth-child(3)::before {
    color: #1351fc;
}
.osc_labels > ul li:nth-child(4)::before {
    color: #fec323;
}
.userStatus > ul {
    margin-left: -130px;
}
.orderStatus > ul,
.userRegister > ul {
    margin-left: -30px;
}
.apexcharts-legend-text {
    color: #fff !important;
}
.userRegister > ul li:nth-child(1)::before {
    color: #fc427b;
}
.userRegister > ul li:nth-child(2)::before {
    color: #55e6c1;
}
.userRegister > ul li:nth-child(3)::before {
    color: #badc58;
}
.userRegister > ul li:nth-child(4)::before {
    color: #1351fc;
}

.avail__status > ul li:nth-child(1) {
    color: #fc427b;
}
.avail__status > ul li:nth-child(2) {
    color: #55e6c1;
}

.appr__status > ul li:nth-child(1) {
    color: #1351fc;
}
.appr__status > ul li:nth-child(2) {
    color: #fec323;
}
.out > ul li:nth-child(1) {
    color: #ffad18;
}
.out > ul li:nth-child(2) {
    color: #ff26aa;
}
.oot > ul li:nth-child(1) {
    color: #d206ff;
}
.oot > ul li:nth-child(2) {
    color: #63ff35;
}
.data-box .table th,
.data-box .table td {
    background: transparent;
    color: #fff;
    border: 0;
}
.data-box .table thead th {
    background-color: var(--primary-color);
    color: #000;
    font-weight: 600;
}
.data-box .table thead th:first-child {
    border-radius: 13px 0 0 0;
}
.data-box .table thead th:last-child {
    border-radius: 0 13px 0 0;
}
/* Analytics */
.w-5 {
    width: 5% !important;
}
.w-15 {
    width: 15% !important;
}
.w-10 {
    width: 10% !important;
}
.w-40 {
    width: 40% !important;
}
.yellow-bg {
    background: var(--primary-color);
    color: #000;
    padding: 5px;
}
.btn-theme,
.btn-theme:hover {
    background: var(--primary-color);
    color: #000;
    padding: 6px;
    border: 1px solid var(--primary-color);
}
/* .btn-theme:hover{
    opacity: 0.5;
  } */
.user_label {
    background: var(--primary-color);
    color: #000;
    padding: 5px;
    font-weight: 600;
}
.user_value {
    background: #323540;
    border: 1px solid #4d4d4d;
    padding: 5px;
    font-weight: 600;
}
.user_label,
.user_value {
    width: 45%;
}
table.dataTable {
    width: 100% !important;
}
/* Increase z-index for Select2 dropdown */
.select2-container .select2-choice {
    padding: 5px 10px;
    height: 40px;
    width: 132px;
    font-size: 1.2em;
}
.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 5px !important;
    padding-bottom: 3px !important;
}
.select2-container {
    width: 100% !important;
}

.analytics-menu > .nav-item:first-child > .dropdown-menu {
    min-width: 300px !important;
}
.analytics-menu > .nav-item a {
    font-size: 16px;
}
.analytics-menu > .nav-item > .dropdown-menu.bg-dark a {
    color: rgba(255, 255, 255, 0.55);
}
.analytics-menu > .nav-item > .dropdown-menu.bg-dark a:hover {
    color: #fec323;
    background: transparent !important;
}
.analytics-menu > .nav-item > .dropdown-menu .dropdown-item.active {
    color: #fec323;
    background: transparent !important;
}
#customerOrderList,
#customerList,
#customerOrderList,
#riderList {
    margin-top: 0 !important;
}
.bg-success\/10 {
    background-color: rgba(16, 185, 129, 0.1);
}
.border-success\/30 {
    border-color: rgba(16, 185, 129, 0.3);
}
.rounded-full {
    border-radius: 9999px;
}
.text-success {
    color: #10b981;
}

/* MARKETPLACE */
.card-user {
    margin-bottom: 20px;
}
.card-user .card-header {
    position: relative;
    height: 100px;
    background-color: rgba(66, 90, 139, 0.2) !important;
    text-align: center;
}
.card-user .img-avatar {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 100%;
}
.img-md {
    width: 112px;
    height: 112px;
}
.img-xs,
.img-sm,
.img-md,
.img-lg {
    -o-object-fit: cover;
    object-fit: cover;
    flex-shrink: 0;
    flex-grow: 0;
}
.img-avatar {
    border-radius: 100%;
    border: 3px solid #fff;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.card-user .card-body {
    text-align: center;
}
.card-title {
    color: #383e50 !important;
}
.card-text:last-child {
    margin-bottom: 0;
}
.btn-brand {
    background-color: #425a8b;
    border: 0;
    color: #fff;
}
.seller-card-container .form-control,
.form-select {
    background-color: #f4f5f9;
    border: 2px solid #f4f5f9;
    font-size: 13px;
    box-shadow: none;
    padding-left: 20px;
    color: #4f5d77;
    width: 100%;
    border-radius: 4px;
}
hr {
    color: #a6acb3 !important;
}
.seller-stats-box {
    padding: 1rem;
    border-radius: 0.25rem;
    border: 1px solid #eee;
    background: #fff;
}
.map-pin {
    border-radius: 3rem;
    background-color: rgb(255, 0, 0);
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.map-pin:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    display: inline-block;
    top: 8px;
    left: 8px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 0, 0, 0.3);
}
.mr-15 {
    margin-right: 15px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.font-xs {
    font-size: 12px;
}
[class*="card-product"] .img-wrap {
    text-align: center;
    display: block;
    overflow: hidden;
    position: relative;
    background: white;
    height: 125px;
}
[class*="card-product"] .img-wrap img {
    height: 100%;
    max-width: 100%;
    width: auto;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}
.card-product-grid .info-wrap {
    padding: 1rem;
}
.card-product-grid a.title {
    color: #6c757d;
    display: block;
    text-decoration: none;
}
.price {
    font-weight: 600;
}
.rounded-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.alert-success {
    color: #006d0e;
    background-color: #ccf0d1;
    border-color: #b3e9b9;
}
.alert-danger {
    color: #920000;
    background-color: #fdcccc;
    border-color: #fbb3b3;
}
.seller-cover {
    background-image: url(../../assets/images/store-background.jpg);
    background-position: center;
    background-size: cover;
}
.btn-primary {
    color: #fff;
    background-color: #242e4c;
    border-color: #242e4c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(23, 31, 56, 0.075);
}
/* .fresh-data{
    background: rgb(240, 245, 249);
    padding: 2rem;
} */
.anal__card {
    background-color: rgb(255, 255, 255);
    color: rgb(17, 28, 45);
    box-shadow: rgba(37, 83, 185, 0.1) 0px 2px 6px;
    width: 100%;
    height: 100%;
    background-image: none;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    border-radius: 18px;
    padding: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
.anal__card__content {
    padding: 15px;
}
.anal__w_card_twice {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 10px;
}
.badge-soft-primary {
    color: #346ee0;
    background-color: rgba(52, 110, 224, 0.18);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.75em !important;
}
/* Active Store List */
.ps-block--store-2 {
    box-shadow: 0px 0px 25px 0px #ddd;
}
.ps-block--store-2 .ps-block__content {
    padding: 30px 20px 50px;
    border-bottom: 1px solid #eee;
}
.bg--cover {
    background-position: 50% 50% !important;
    background-size: cover !important;
}
.ps-block--store-2 h4 {
    margin-bottom: 0;
    color: #526b6f;
    font-size: 18px;
}
.ps-block--store-2 p {
    margin-bottom: 1rem !important;
}
.ps-block--store-2 .ps-block__rating {
    margin-bottom: 10px;
}
.ps-block--store-2 .br-wrapper {
    display: inline-block;
}
.br-theme-fontawesome-stars .br-widget {
    height: 28px;
    white-space: nowrap;
}
.ps-block--store-2 .br-wrapper a {
    font-size: 13px !important;
    color: #fcb800;
}
.br-theme-fontawesome-stars .br-readonly a {
    cursor: default;
}
.br-theme-fontawesome-stars .br-widget a {
    font: normal normal normal 20px/1 "tabler-icons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 2px;
}

.br-theme-fontawesome-stars .br-widget a.br-selected:after {
    color: #edb867;
}
.br-theme-fontawesome-stars .br-widget a:after {
    content: "\f6a6";
    color: #d2d2d2;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
    display: none;
}
.ps-block--store-2 .ps-block__author {
    position: relative;
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    transition: all 0.4s ease;
}
.ps-block--store-2 .ps-block__author .ps-block__user {
    display: block;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 3px solid #fff;
    position: relative;
    transform: translateY(-50%);
    box-shadow: 0px 0px 30px -6px #afafaf;
}
.ps-block--store-2 .ps-block__author .ps-block__user img {
    border-radius: 50%;
}
.ps-block--store-2 .ps-block__author .ps-btn {
    padding: 0 16px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    background-color: #000;
    font-size: 14px;
}
img {
    max-width: 100%;
}
/* Active Store List */

/* Driver Analytis */
.driver_analytics_container {
    width: 100%;
    height: 150px;
    background-color: #000;
    border-radius: 12px;
    margin-bottom: 2rem;
    padding: 1rem;
}
.driver-os {
    font-size: 2rem;
}
.driver-os.order-assigned {
    color: blue;
}
.error-message {
    font-size: 0.875rem;
    color: #dc3545; /* Bootstrap danger color */
    margin-top: 0.25rem;
}
.space-y-3 {
    margin-top: 0.75rem; /* 12px */
}
.form-group {
    margin-bottom: 0.7rem;
}
.underline {
    text-decoration: underline;
}
.file-upload-area {
    position: relative;
    display: inline-block;
    width: 100%;
}

.choose-file-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4a90e2;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

.file-input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.document-area {
    width: 100%;
    padding: 1rem;
    background-color: #efefef;
}
.order-card-yellow {
    background-color: rgba(255, 255, 0, 0.1); /* Light yellow background */
    --bs-table-bg: rgba(255, 255, 0, 0.1);
    
}

.order-card-orange {
    background-color: rgb(255 185 56 / 65%); /* Light orange background */
    --bs-table-bg: rgb(255 185 56 / 65%);
}

.order-card-red {
    background-color: rgb(255 59 59 / 54%); /* Light red background */
    --bs-table-bg: rgb(255 59 59 / 10%);
    --bs-table-color : #000;
}
.order-card-green {
    background-color: rgba(76, 245, 39, 0.4);
    --bs-table-bg: rgb(76, 245, 39, 0.4);
}
.order-card-red .price_box_bottom li,
.order-card-yellow .price_box_bottom li,
.order-card-orange .price_box_bottom li,
.order-card-red p,
.order-card-yellow p,
.order-card-orange p,
.custom-table .order-card-orange td {
    color: #000;
}
.btn-soft-danger{
    background-color: rgba(239, 95, 95, 0.1);
    color: #ef5f5f;
}
.button{
    border: none;
    padding: 6px 8px;
    border-radius: 4px;
}
.select2-container--default .select2-selection--multiple {
    background-color: #fff !important; /* Ensure a white background */
    border: 1px solid #ddd !important; /* Add a light gray border */
    border-radius: 4px !important; /* Add rounded corners */
    color: #333 !important; /* Set default text color */
}

.select2-container--default .select2-results__option {
    background-color: #fff !important; /* Ensure dropdown options have a white background */
    color: #333 !important; /* Default text color */
}

.select2-container--default .select2-results__option--highlighted {
    background-color: #007bff !important; /* Highlighted background color (blue) */
    color: #fff !important; /* Highlighted text color (white) */
}
.choices__inner {
    background-color: #fff !important; /* Ensure white background */
    border: 1px solid #ddd !important; /* Add light gray border */
    border-radius: 4px !important; /* Add rounded corners */
    color: #333 !important; /* Default text color */
}

.choices__list--dropdown .choices__item--choice {
    background-color: #fff !important; /* Dropdown options with white background */
    color: #333 !important; /* Default text color */
}

.choices__list--dropdown .choices__item--highlight {
    background-color: #007bff !important; /* Highlighted background (blue) */
    color: #fff !important; /* Highlighted text color (white) */
}
.hide-select2-dropdown {
    display: none !important; /* Hide the dropdown */
}

.cfo{
    top: 4px;
    left: 0px;
}
.dfo{
    top: 4px;
    left: 30px;
}
.cfo img, .dfo img{
    height: 20px;
}
.product-card {
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    overflow: hidden;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.product-image {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.product-title {
    font-size: 1rem;
    color: #333;
    margin: 0.5rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.badge {
    padding: 0.5rem 0.8rem;
    font-weight: normal;
}

.stock-count {
    font-size: 0.9rem;
    color: #666;
}

.product-price {
    font-weight: bold;
}

.currency {
    color: #666;
    font-size: 0.9rem;
    margin-right: 2px;
}

.amount {
    color: #000;
    font-size: 1.1rem;
}

/* Status badge styles */
/* Custom column class for 8 items per row */
.col-xl-1-8 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
/* Custom column class for 6 items per row */
.col-xl-1-6 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.product-card {
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.product-image {
    height: 150px; /* Reduced height for smaller cards */
    object-fit: cover;
    width: 100%;
}

.product-title {
    font-size: 0.9rem; /* Smaller font size for compact cards */
    color: #333;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

/* Carousel customization */
.carousel-indicators {
    margin-bottom: 0;
}

.carousel-indicators button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0 4px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
    opacity: 0;
    transition: opacity 0.3s;
}

.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
    opacity: 0.8;
}

.z-index-2 {
    z-index: 2;
}

/* Responsive adjustments */
@media (max-width: 1400px) {
    .col-xl-1-8 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 992px) {
    .col-xl-1-8 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 768px) {
    .col-xl-1-8 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .col-xl-1-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Compact sizing for smaller screens */
@media (max-width: 1400px) {
    .card-body {
        padding: 0.5rem !important;
    }
    
    .product-title {
        font-size: 0.8rem;
    }
    
    .badge {
        font-size: 0.7rem;
        padding: 0.3rem 0.5rem;
    }
}

/* Custom Checkbox Styling */
.product-checkbox-wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.custom-checkbox {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    border: 2px solid #ddd;
    transition: all 0.3s ease;
}

/* Hover effect */
.custom-checkbox:hover .checkmark {
    background-color: #f0f0f0;
}

/* Checked state */
.custom-checkbox input:checked ~ .checkmark {
    background-color: #ffd700;
    border-color: #ffd700;
}

/* Checkmark/indicator */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Image Overlay for selected items */
.product-card {
    position: relative;
}

.product-image-wrapper {
    position: relative;
}

.selected-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 215, 0, 0.1);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-checkbox:checked ~ .product-image-wrapper .selected-overlay {
    opacity: 1;
}

.accordion-button:focus {
    outline: none; /* Remove outline on focus */
    box-shadow: none; /* Optional: Remove shadow */
}

.accordion-item {
    transition: background 0.3s ease; /* Smooth transition for background */
}
.accordion-button {
    transition: background-color 0.3s, color 0.3s; /* Smooth transition */
    background-color: white; /* Default background for closed */
    color: black; /* Default text color for closed */
}

.accordion-button[aria-expanded="true"] {
    background-color: black; /* Background for opened */
    color: white; /* Text color for opened */
}


/* Apply to name column only */
.truncate-cell {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.avail_bal{
    background-color: #009688;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
}
