/* File Name: extended.css [public\app-assets\css-rtl\new-theme\extended.css] */
/* Description: CSS classes declaration for the new theme designs */
/* ========================================================================== */

/* General CSS for color & structure STARTS */
table,
.table,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: black !important;
}
.bg-purple20 {
    background: #e0dffc !important;
}
.bg-green20 {
    background: #daefde !important;
}
.bg-red20 {
    background: #f4d4e0 !important;
}
.tc-green {
    color: #44ae5b !important;
}
.tc-darkpink {
    color: #ca2a64 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.border-default {
    border: 1px solid #e5e5f3;
}
.border-top-default {
    border-top: 1px solid #e5e5f3;
}
.border-bottom-default {
    border-bottom: 1px solid #e5e5f3;
}
.cursor-pointer {
    cursor: pointer !important;
}
.cursor-not-allowed {
    cursor: not-allowed !important;
}
.nowrap {
    white-space: nowrap !important;
}
.nowrap-clip {
    white-space: nowrap;
    overflow-x: clip;
}
.text-two-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.height-55 {
    height: 55px;
}
.pointer-events-none {
    pointer-events: none !important;
}
.br-3 {
    border-radius: 3px !important;
}
.br-4 {
    border-radius: 4px !important;
}
.br-8 {
    border-radius: 8px !important;
}
.glowing-border {
    border: 1px solid #efeffe;
    border-radius: 4px;
}
.btn-standard {
    width: 85px !important;
    padding: 4px 10px !important;
    border: 0 !important;
    background: #e5e5f3;
    text-align: center;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
}
.btn-standard-lg {
    width: 120px !important;
    padding: 6px 15px !important;
    border: 0 !important;
    background: #e5e5f3;
    text-align: center;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
}
.btn-standard-xl {
    width: 150px !important;
    padding: 6px 15px !important;
    border: 0 !important;
    background: #e5e5f3;
    text-align: center;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
}
.btn-standard-2xl {
    width: 200px;
    padding: 10px 8px 10px 8px;
    border-radius: 4px;
    border: 0 !important;
    font-weight: 700;
    font-size: 16px !important;
}
@media (max-width: 1440px) and (min-width: 1200px) {
    .hidden-elements-action,
    .btn-standard {
        font-size: 12px !important;
    }
}
@media (max-width: 400px) and (min-width: 350px) {
    .hidden-elements-action,
    .btn-standard {
        font-size: 12px !important;
    }
}
@media (max-width: 349px) {
    .hidden-elements-action,
    .btn-standard {
        font-size: 10px !important;
    }
}
.bg-disabled {
    background: #eceff1 !important;
}
.theme-bg.text-white {
    color: #ffffff !important;
}
/* General CSS for color & structure ENDS */

/* Root Structure CSS STARTS */
/* Padding for the content reduced from 33px to 24 px */
html body .content .content-wrapper {
    padding: 24px !important;
}
@media (max-width: 767px) {
    html body .content .content-wrapper {
        padding: 16px !important;
    }
}
/*  IMPORTANT for sweetalert container to be rendered ablove the slider-forms */
.swal2-container {
    z-index: 10001 !important;
}
/* Root Structure CSS ENDS */

/* Sidebar toggler CSS STARTS */
.new-theme-sidebar-toggler {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 40px;
    left: -11px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    z-index: 100;
    cursor: pointer;
    transition: transform 0.5s ease;
}
.flipped {
    transform: scaleX(-1);
    /* Flip the SVG horizontally */
}
@media (max-width: 991px) {
    .new-theme-sidebar-toggler {
        display: none;
    }
}
/* Sidebar toggler CSS ENDS */

/* Mobile vuew three dot show container design */
.new-theme #navbar-mobile.show {
    height: 65px !important;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

/* Navbar CSS STARTS */
.new-theme-navbar-wrapper {
    background: #fff !important;
    color: black !important;
}
.services-support {
    border-radius: 4px;
    padding: 4px 8px;
    column-gap: 6px;
    background: #e5e5f3;
    font-weight: 700;
}
.collapse.force-show {
    display: unset !important;
}
.notification-list-item-icon {
    position: relative;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
}
.media.notification-list-item {
    border-bottom: 1px solid #e4e5ec;
}
.notification-item-head,
.notification-item-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 275px;
}
@media screen and (max-width: 767px) {
    .media.notification-list-item {
        padding: 0.5rem;
    }
    .header-navbar .navbar-container .show .dropdown-menu {
        position: absolute !important;
        top: 100%;
        right: -20rem !important;
        left: -12px !important;
    }
    .header-navbar .navbar-container ul.nav li .media-list {
        top: 0px;
    }
}
body.new-theme .navbar-border {
    border-bottom: 1px solid #efeffe;
}
.new-theme .navbar-semi-light .navbar-nav .nav-link {
    color: black !important;
}
.new-theme .header-navbar .navbar-header {
    float: left !important;
    padding: 0rem 18px !important;
}
.new-theme .navigation-header span {
    color: black !important;
}
.new-theme .dropdown-toggle::after {
    margin: 0px !important;
    padding: 0px !important;
}
.new-theme .notification-counter-wrapper {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.new-theme .notification-counter {
    position: relative;
    top: -3px;
    right: 1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #f186ad;
    font-size: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.new-theme .notification-counter.no-notification {
    background: transparent;
}
/* Navbar CSS ENDS */

/* Sidebar / Navigation CSS STARTS */
.new-theme .nt-menu-toggler {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #efeffe;
    background: #fff;
    top: 60px;
    left: 2px;
    z-index: 1;
    font-size: 32px;
    line-height: 16px;
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
}
.main-menu.menu-light .navigation > li > a {
    padding: 12px 18px !important;
}
.nt-sidebar-extended .main-link {
    color: black;
    font-size: 16.5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
body.vertical-layout.vertical-menu.menu-collapsed.new-theme
    .navbar
    .navbar-container,
body.vertical-layout.vertical-menu.menu-expanded.new-theme
    .navbar
    .navbar-container {
    margin-right: 0px !important;
}
body.vertical-layout.vertical-menu.menu-collapsed.new-theme
    .navbar
    .navbar-header {
    width: 260px !important;
}
body.vertical-layout.vertical-menu.menu-collapsed.new-theme
    .navbar
    .navbar-brand {
    width: auto !important;
}
/* Menu coming soon & new */
.deals-submenu {
    position: relative;
}
.deals-submenu .new,
.deals-submenu .coming-soon {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 4px;
    border-radius: 12px;
    background: inherit;
}
.deals-submenu .new {
    text-shadow: #44ae5b 1px 0 10px;
    color: #44ae5b;
}
.deals-submenu .coming-soon {
    text-shadow: #65647d 1px 0 10px;
    color: #65647d;
}
.nt-sidebar-extended {
    padding: 16px;
    border-top: 1px solid #d5d5e9;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
/* Sidebar / Navigation CSS ENDS */

/* Dashboard CSS STARTS */
.dashboard-custom-xl-col-28,
.dashboard-custom-xl-col-72 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 1200px) {
    .dashboard-custom-xl-col-28 {
        flex: 0 0 28%;
        max-width: 28%;
    }
    .dashboard-custom-xl-col-72 {
        flex: 0 0 72%;
        max-width: 72%;
    }
}
.dashboard-quick-actions {
    display: flex;
    align-items: center;
    height: 100%;
    float: left;
    gap: 10px;
}
.side-flyer {
    /* height: calc(100vh - 225px); */
    /* height: 100vh; */
    height: 100%;
    /* height: 875px; */
    padding: 12px !important;
    overflow-y: auto;
    /* overflow-y: hidden; */
    position: relative;
}
/* .side-flyer:hover {
    overflow-y: auto;
} */
.side-flyer::-webkit-scrollbar {
    width: 8px;
}
.side-flyer::-webkit-scrollbar-thumb {
    background-color: #e5e5f3;
    border-radius: 10px;
}
.side-flyer::-webkit-scrollbar-track {
    background-color: transparent;
}
.side-flyer::-webkit-scrollbar-corner {
    background-color: transparent; /* Set background color to transparent */
}
.side-flyer {
    /* height: calc(100vh - 225px); */
    padding: 12px 18px !important;
}
/* Dashboard CSS ENDS */

/* Table CSS for new theme STARTS */
.new-theme-table table.table {
    border-collapse: separate;
    border-spacing: 0px 4px;
    /* width: 100%; */
}
.new-theme-table table.table tr {
    background: #fff;
}
.new-theme-table table.table tr th,
.new-theme-table table.table tr td {
    padding: 8px 16px 8px 16px !important;
    white-space: nowrap;
}
.new-theme-table table.table tr th:first-child,
.new-theme-table table.table tr td:first-child {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.new-theme-table table.table tr th:last-child,
.new-theme-table table.table tr td:last-child {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.new-theme-table table.table tbody tr:hover {
    background: #f6f6fa;
    /* border: 1px solid #B1B1DD; */
}
/* Table CSS for new theme ENDS */

.cost-wrapper-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.31px;
    gap: 4px;
}
.cost-wrapper {
    color: #ebbd47;
    font-weight: 700;
    font-size: 32px;
    line-height: 41.86px;
}
.hidden-elements-action,
.quick-action,
.bread-actions {
    background: #e5e5f3;
    padding: 3px 10px;
    border-radius: 4px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}
.selectize-control.single .selectize-input {
    background: #ffffff;
    border-color: 1px solid #666ee8 !important;
}
.mySlides {
    display: none;
}
.myLeftSlides {
    display: none;
}
.w3-left,
.w3-right,
.w3-badge {
    cursor: pointer;
}
.w3-badge {
    height: 13px;
    width: 13px;
    padding: 0;
}

.border-x {
    border-left: 2px solid #e5e5f3 !important;
    border-right: 2px solid #e5e5f3 !important;
}
.border-y {
    border-top: 2px solid #e5e5f3 !important;
    border-bottom: 2px solid #e5e5f3 !important;
}
@media (min-width: 992px) {
    .border-lg-x {
        border-left: 2px solid #e5e5f3 !important;
        border-right: 2px solid #e5e5f3 !important;
    }
    .border-lg-y {
        border-top: 2px solid #e5e5f3 !important;
        border-bottom: 2px solid #e5e5f3 !important;
    }
}
.filter-wrapper,
.search-box {
    padding: 0px 8px !important;
}
.filter-box .form-control,
.filter-box .form-control:focus,
.filter-wrapper .form-control,
.filter-wrapper .form-control:focus,
.search-box .form-control,
.search-box .form-control:focus {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}
.fc-no-outline.custom-form-control,
.fc-no-outline .custom-form-control:focus,
.fc-no-outline.form-control,
.fc-no-outline .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}
.desc-box {
    padding: 2px 14px 2px 6px;
    background: #f6f6fa;
    margin-bottom: 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    text-align: right;
}
.desc-box .circle {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50%;
    position: absolute;
    right: 18px;
}
.deals-submit-btn-disabled {
    opacity: 0.8;
    pointer-events: none;
}

/* Deals Create Slideover CSS STARTS */
.deals-create-slider-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}
.deals-create-slider-wrapper.active {
    left: 0;
    /* Slide the container into view on activation */
}
.deals-create-slider-wrapper .slider-body-wrapper {
    width: 0px;
    height: 100vh;
    float: left;
    background-color: #fff;
    /* Set background color */
    transition: width 0.5s ease-in-out;
    /* Smooth slide-in animation */
    display: flex;
    flex-direction: column;
}
/* Cellular deals create */
.repeater-item-row .repeater-item-col1 {
    padding: 0 12px 0 4px;
}
.repeater-item-row .repeater-item-col2 {
    padding: 0 4px 0 12px;
}
/* Hidden input field for the deal create repeater sim and new number ele */
.hidden-input-field.show {
    flex: 1 1 auto !important;
}
/* Default width for large screens (1440px - 1599px) */
.deals-create-slider-wrapper.active .slider-body-wrapper .slider-footer,
.deals-create-slider-wrapper.active .slider-body-wrapper {
    width: 1200px;
}
/* Extra large screens (1600px and above) */
@media (min-width: 1600px) {
    .deals-create-slider-wrapper.active .slider-body-wrapper .slider-footer,
    .deals-create-slider-wrapper.active .slider-body-wrapper {
        width: 75%;
        /* or 80%, whichever you prefer */
    }
}
/* Medium screens (1024px - 1439px) */
@media (max-width: 1439px) and (min-width: 1024px) {
    .deals-create-slider-wrapper.active .slider-body-wrapper .slider-footer,
    .deals-create-slider-wrapper.active .slider-body-wrapper {
        width: 900px;
    }
}
/* Small screens (768px - 1023px) */
@media (max-width: 1023px) and (min-width: 768px) {
    .deals-create-slider-wrapper.active .slider-body-wrapper .slider-footer,
    .deals-create-slider-wrapper.active .slider-body-wrapper {
        width: 600px;
    }
}
/* Extra small screens (less than 768px) */
@media (max-width: 767px) {
    .deals-create-slider-wrapper.active .slider-body-wrapper .slider-footer,
    .deals-create-slider-wrapper.active .slider-body-wrapper {
        width: 100%;
    }
}
.deals-counter-wrapper {
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.deals-counter {
    padding: 2px 8px;
    border-radius: 2px;
}
.deals-counter,
.bg-light {
    background: #f4f4fd;
}
.slider-body-wrapper .slider-header {
    padding: 12px;
    background: white;
}
.slider-body-wrapper .slider-body {
    display: flex;
    flex: 1;
    padding: 15px 20px;
    background: white;
    overflow-y: auto;
    margin-bottom: 60px;
}
.active .slider-body-wrapper .slider-footer {
    display: unset;
}
.slider-body-wrapper .slider-footer {
    display: none;
    width: 0px;
    transition: width 0.5s ease-in-out;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: white;
    box-shadow: 0px -2px 7px 0px #00000040;
    padding: 12px;
    z-index: 10000;
}
.form-card-wrapper {
    background: #f4f4fd;
    padding: 16px;
}
@media (max-width: 425px) {
    .form-card-wrapper {
        overflow-x: auto;
    }
}
.deal-detail-input-wrapper {
    padding: 16px !important;
}
.hidden-input-field {
    margin-left: 1rem;
    padding: 0rem;
    /* width: 0px; */
    border: 0;
}
.hidden-input-field input {
    width: 0px;
    transition: width 0.5s ease-in-out;
}
.hidden-input-field.show {
    padding: 0.3rem 0.75rem;
    background: white;
    border: 1px solid #e5e5f3;
}
.hidden-input-field.show input {
    width: 100%;
}
.repeater-radio-select-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 28px;
}
@media (max-width: 1680px) and (min-width: 1200px) {
    .repeater-radio-select-wrapper {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
        height: auto;
    }
}
@media (max-width: 500px) {
    .repeater-radio-select-wrapper {
        display: flex;
        flex-direction: column;
        align-items: start !important;
        justify-content: space-between;
        height: auto;
    }
}
.custom-form-control {
    display: block;
    width: 100%;
    padding: 0rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-bottom: 1px dashed #ced4da;
}
.btn-group button {
    background: white;
    color: #65647d;
    padding: 10px;
    text-align: center;
    border: 1px solid #b1b1dd;
}
.btn-group .button-1 {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.btn-group .button-2 {
    border-left: 0;
    border-right: 0;
}
.btn-group .button-3 {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
/* Deals Create Slideover ENDS */

/* Deals Success Modal CSS STARTS */
.deals-success-modal .modal-body {
    padding: 24px 32px 24px 32px !important;
    color: black !important;
}
.deals-success-modal .modal-content {
    box-shadow: 0px 0px 20px 0px #00000099;
    border-radius: 8px !important;
    border: none !important;
}
.deals-success-modal .modal-content p {
    font-size: 18px !important;
}
.deals-success-modal .modal-content .message-box {
    background: #fce7ef;
    padding: 4px 8px 4px 8px;
    border-radius: 4px;
    opacity: 0px;
}
.deals-success-modal .modal-content .message-box p {
    margin-right: 6px !important;
    font-size: 16px !important;
}
/* Deals Success Modal CSS ENDS */

/* Loader CSS STARTS */
#loader-main-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    /* Transparent white background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* High z-index to ensure it covers all content */
}
/* Loader animation */
.loader-main {
    border: 12px solid #f3f3f3;
    border-top: 12px solid #6a0b10;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}
/* Keyframes for spin animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* Loader CSS ENDS */

/* Animated Loader CSS STARTS */
#animated-loader-main-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    /* Transparent white background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* High z-index to ensure it covers all content */
}

#icon-container {
    width: auto;
    height: 300px;
    display: flex;
    margin: 0 auto;
}
/* Animated Loader CSS ENDS */

/* Workers CSS STARTS */
.workers-filter-btn {
    padding: 10px 8px 10px 8px !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: #e5e5f3;
    border-radius: 4px;
    cursor: pointer;
    font-family: Assistant;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.93px;
    text-align: right;
}
.worker-filter-outer .workers-filter-btn {
    height: 100%;
    padding: 10px 8px !important;
    font-family: Assistant;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.54px;
    text-align: right;
    box-shadow: 0px 0px 8px 0px #0000001a;
}
.worker-filter-outer .workers-filter-btn span {
    padding: 2px 4px 2px 4px !important;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.31px;
    text-align: left;
    margin-right: 6px;
}
a.worker-export-excel {
    padding: 14px 8px 10px 8px !important;
    border-radius: 4px !important;
    background: #e5e5f3;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.93px;
    text-align: right;
    border: 0px !important;
}
.worker-search-box {
    padding: 4px 8px 4px 8px !important;
    margin-left: 8px !important;
}
.worker-search-box .form-control,
.worker-filter-wrapper .form-control,
.worker-search-box .form-control:focus,
.worker-filter-wrapper .form-control:focus {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}
.worker-top-right-content {
    display: flex;
}
@media (max-width: 1199.98px) {
    .worker-top-right-content {
        justify-content: space-between;
    }
    .worker-top-left-content {
        display: flex !important;
    }
    .worker-top-left-content .worker-search-box {
        display: flex !important;
        flex: 1 !important;
    }
    .worker-top-left-content .worker-filter-wrapper {
        margin: 0 10px !important;
    }
}
@media (min-width: 1200px) {
    .worker-search-box {
        width: 180px !important;
    }
}
@media (max-width: 475px) {
    .worker-top-right-content {
        display: block;
    }
    .worker-filter-outer {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
    }
    .workers-filter-btn.create-btn {
        display: block;
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 349px) {
    .worker-filter-outer .workers-filter-btn {
        padding: 10px 3px !important;
    }
}
/* Workers Create Slider code STARTS */
#worker-create-slider {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}
#worker-create-slider.active {
    left: 0;
    /* Slide the container into view on activation */
}
#worker-create-slider .slider-body-wrapper {
    width: 0px;
    height: 100vh;
    float: left;
    background-color: #fff;
    /* Set background color */
    transition: width 0.5s ease-in-out;
    /* Smooth slide-in animation */
    display: flex;
    flex-direction: column;
}
/* Default width for large screens (1440px - 1599px) */
#worker-create-slider.active .slider-body-wrapper .slider-footer,
#worker-create-slider.active .slider-body-wrapper {
    width: 550px;
}
/* Extra large screens (1600px and above) */
@media (min-width: 1600px) {
    #worker-create-slider.active .slider-body-wrapper .slider-footer,
    #worker-create-slider.active .slider-body-wrapper {
        width: 600px;
        /* or 80%, whichever you prefer */
    }
}
/* Medium screens (1024px - 1439px) */
@media (max-width: 1439px) and (min-width: 1024px) {
    #worker-create-slider.active .slider-body-wrapper .slider-footer,
    #worker-create-slider.active .slider-body-wrapper {
        width: 500px;
    }
}
/* Small screens (768px - 1023px) */
@media (max-width: 1023px) and (min-width: 768px) {
    #worker-create-slider.active .slider-body-wrapper .slider-footer,
    #worker-create-slider.active .slider-body-wrapper {
        width: 450px;
    }
}
/* Extra small screens (less than 768px) */
@media (max-width: 767px) {
    #worker-create-slider.active .slider-body-wrapper .slider-footer,
    #worker-create-slider.active .slider-body-wrapper {
        width: 100%;
    }
}
/* Workers Create Slider code ENDS */
/* Workers CSS ENDS */

/* Internation calls CSS STARTS */
.i-call-wrapper {
    padding: 16px;
    border-radius: 4px;
    border: 1px solid #efeffe;
    box-shadow: 0px 0px 8px 0px #0000001a;
}
.i-call-wrapper .i-call-body .location {
    background: #e6f4fb;
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    min-height: 40px !important;
}
.i-call-wrapper .i-call-body .location span.label {
    color: #83c9ea;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.54px;
}
.i-call-wrapper .i-call-body span.validity {
    font-size: 18px;
    font-weight: 700;
    line-height: 23.54px;
    color: #000000;
}
.i-call-wrapper .i-call-body .cost {
    font-size: 24px;
    font-weight: 700;
    line-height: 31.39px;
}
.i-call-wrapper .i-call-body .description-box {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    color: #000000;
}
.i-call-wrapper .i-call-body .description-box hr {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}
.loc-btn-group button {
    padding: 8px 12px 8px 12px;
    background: #fff;
    border: 1px solid #b1b1dd;
}
.loc-btn-group button:first-child {
    border-radius: 0px 4px 4px 0px;
}
.loc-btn-group button:not(:first-child) {
    border-right: 0;
}
.loc-btn-group button:last-child {
    border-radius: 4px 0px 0px 4px;
}
.i-call-filter-vl {
    /* Prev attr */
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
    box-sizing: content-box;
    overflow: visible;
    /* New attr */
    width: 2px !important;
    height: 40px !important;
    border: 0 !important;
    background: #e5e5f3 !important;
    padding: 0px !important;
    margin: 0px 12px !important;
}
.filter-groups .parent-wrapper {
    display: flex;
    justify-content: end;
    column-gap: 4px;
    row-gap: 4px;
}
.select-wrapper {
    flex: 1;
    background: #fff;
    border-radius: 4px;
    padding: 0 8px;
    border: 1px solid #e5e5f3 !important;
}
@media (max-width: 1600px) {
    .i-call-filter-vl {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .loc-btn-group button {
        margin-left: -3px;
    }
}
@media (max-width: 1200px) {
    .loc-btn-group {
        display: flex;
    }
    .loc-btn-group button {
        flex: 1 1 auto !important;
    }
}
@media (max-width: 1200px) and (min-width: 1024px) {
    .filter-groups,
    .loc-btn-group {
        display: flex !important;
        justify-content: space-between;
    }
}
@media (max-width: 540px) {
    .filter-groups .parent-wrapper {
        display: flex;
        flex-direction: column;
    }
    .filter-groups .parent-wrapper .filt-cst-i-call .select-wrapper {
        border: 1px solid #e5e5f3 !important;
    }
}
/* Internation calls CSS ENDS */

/* Deals index CSS STARTS */
/* .deals-filter-box {
    display: flex;
    column-gap: 8px;
}
.back-bg {
    background: #F4F5FA !important;
}
.deals-filter-sticky {
    padding-top: 6px;
    padding-bottom: 10px;
    margin-top: -2rem;
    width: calc(100% - (20.5rem));
    top: 105px;
    position: fixed;
}
.deals-filter-sticky.extended {
    width: calc(100% - (107px));
}
.deals-table-content {
    margin-top: 140px !important;
}
@media (max-width: 768px) {
    .deals-filter-box {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0px;
        margin-left: 0px;
        column-gap: 8px !important;
        row-gap: 8px !important;
    }
    .deals-filter-sticky {
        width: calc(100% - (7rem));
    }
    .deals-table-content {
        margin-top: 210px !important;
    }
    .deals-table-content.extended {
        margin-top: 270px !important;
    }
}
@media (max-width: 425px) {
    .deals-filter-sticky {
        width: calc(100% - (3rem));
    }
    .deals-table-content {
        margin-top: 280px !important;
    }
    .deals-table-content.extended {
        margin-top: 350px !important;
    }
} */
/* Deals index CSS ENDS */

/* Login CSS STARTS here */
.card.login-wrapper {
    padding: 32px 24px 32px 24px !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: 0px 0px 10px 0px #00000033 !important;
}
.login-form-wrapper {
    width: 300px;
    margin: 24px auto;
}
.login-form-wrapper .field-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #b1b1dd;
}
.login-form-wrapper .field-wrapper .form-control,
.login-form-wrapper .field-wrapper .form-control:focus {
    padding-left: 30px;
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
}
.btn-wrapper {
    padding: 0px 10px;
}
.btn-wrapper button {
    font-size: 16px;
    font-weight: 700;
    line-height: 20.93px;
    padding: 10px 8px;
    border-radius: 4px;
}
.login-form-wrapper .separator {
    margin: 10px 0px;
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.login-form-wrapper .separator hr {
    flex: 1 !important;
    height: 1px !important;
    background: #e5e5f3 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: 0px !important;
}
.google-btn-wrapper {
    padding: 0px 10px !important;
}
.google-btn-wrapper button {
    border: 1px solid #e5e5f3;
    padding: 8px;
    border-radius: 4px;
    background: #fff;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
}
.google-btn-wrapper button img {
    margin-top: 2px;
}
.google-btn-wrapper button span {
    color: #b1b1dd;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.93px;
}
/* Login CSS ENDS here */

/* Accounts CSS STARTS */
.accounts-topbar-wallet-wrapper {
    padding: 8px;
    border-radius: 4px;
    background: #ffffff;
}
.accounts-topbar-wallet-wrapper .box-body {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.accounts-topbar-wallet-wrapper .box-body .info-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.accounts-topbar-wallet-wrapper .box-body .info-wrapper span.desc {
    font-size: 18px;
    font-weight: 700;
    line-height: 23.54px;
    color: #000000;
}
.accounts-topbar-wallet-wrapper .box-body .info-wrapper span.cost {
    font-size: 32px;
    font-weight: 700;
    line-height: 41.86px;
    color: #000000;
}
.accounts-topbar-wallet-wrapper .box-body .wallet-wrapper {
    padding: 7px 5.5px;
}
.accounts-topbar-wallet-wrapper .bottom-info-box {
    width: 100%;
    padding: 4px;
    gap: 0px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accounts-topbar-wallet-wrapper .bottom-info-box .text-content {
    flex: 1 !important;
    /* display: inline-flex; */
    font-size: 14px;
    font-weight: 400;
    line-height: 18.31px;
}
.accounts-topbar-wallet-wrapper .bottom-info-box .text-content span {
    font-weight: 700;
}
.billings-head-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.billings-search-box {
    padding: 4px 8px 4px 8px !important;
}
.billings-search-box .form-control,
.billings-filter-wrapper .form-control,
.billings-search-box .form-control:focus,
.billings-filter-wrapper .form-control:focus {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}
a.billings-export-excel {
    padding: 8px !important;
    border-radius: 4px !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.93px;
    text-align: right;
    border: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
}
.billings-date-filter-wrapper {
    display: flex;
    align-items: center;
    column-gap: 0px;
    width: 175px;
    padding: 4px 8px 4px 4px;
    border-radius: 4px;
    border: 1px solid #d5d5e9;
}
.billings-date-filter-wrapper select {
    border: 0px;
    padding-right: 4px;
}
.billing-status-draft,
.billing-status-open,
.billing-status-accepted,
.billing-status-invoice-sent,
.billing-status-done,
.billing-status-cancelled {
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.31px;
}
.billing-status-draft {
    background: #fef5de;
    color: #ebbd47;
}
.billing-status-open {
    background: #daefde;
    color: #44ae5b;
}
.billing-status-accepted {
    background: #f4d4e0;
    color: #ca2a64;
}
.billing-status-invoice-sent {
    background: #e0dffc;
    color: #6260f2;
}
.billing-status-done {
    background: #e6f4fb;
    color: #83c9ea;
}
.billing-status-cancelled {
    background: #dfdfe1;
    color: #65647d;
}

.billings-scroll-table {
    max-height: calc(100vh - (75px + 160px + 120px));
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #dddddd transparent;
}
.billings-scroll-table::-webkit-scrollbar {
    width: 16px;
}

.billings-scroll-table::-webkit-scrollbar-track {
    background: transparent;
}

.billings-scroll-table::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 10px;
    border: 3px solid #ffffff;
}
/* Responsive full available space scroll */
@media (max-width: 991px) and (min-width: 768px) {
    .billings-scroll-table {
        max-height: calc(100vh - (75px + 160px + 105px));
        /* min-height: 725px; */
        overflow-y: auto;
    }
}
@media (max-width: 767px) {
    .billings-scroll-table {
        max-height: calc(100vh - (75px + 160px + 265px));
    }
}
.billings-scroll-table table thead {
    position: sticky;
    top: 0;
}
.billings-export-excel.first-line {
    display: none !important;
}
.billings-export-excel.second-line {
    display: flex !important;
}
@media (max-width: 991px) and (min-width: 768px) {
    .billings-export-excel.first-line {
        display: flex !important;
    }
    .billings-export-excel.second-line {
        display: none !important;
    }
}
@media (max-width: 1024px) {
    .billings-filter-wrapper,
    .billings-search-box {
        flex: 1 1 auto !important;
    }
}
.w-max-100 {
    max-width: 100px;
}
.invoice-send-wrapper {
    padding: 7px 0px;
    column-gap: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.93px;
    color: #000;
}
.invoice-send-wrapper-inner {
    background: #f4d4e0;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.54px;
    color: #ca2a64;
}
.bd-info-box {
    background: #ffffff;
    border-radius: 4px;
    padding: 9px 8px;
    display: inline-flex;
    column-gap: 8px;
}
.bd-info-box .info-num {
    font-size: 14px;
    font-weight: 700;
    line-height: 18.31px;
    padding: 2px 4px;
    border-radius: 4px;
}
@media (max-width: 1024px) {
    .bi-title-head-wrapper {
        justify-content: space-between !important;
    }
}
@media (max-width: 767px) {
    .bd-info-box {
        width: 100%;
        display: flex !important;
        justify-content: space-between;
        border: 1px solid #e5e5f3;
        margin-bottom: 10px;
    }
}
/* Accounts CSS ENDS */

/* Deals Products screen CSS STARTS */
.custom-product-row {
    row-gap: 24px;
    column-gap: 24px;
    justify-content: start;
}
.custom-product-col {
    width: 18.777%;
}
@media (max-width: 1600px) and (min-width: 1440px) {
    .custom-product-col {
        width: 23.4%;
    }
}
@media (max-width: 1439px) and (min-width: 1200px) {
    .custom-product-col {
        width: 31%;
    }
}
@media (max-width: 1199px) and (min-width: 1024px) {
    .custom-product-col {
        width: 48.3%;
    }
}
@media (max-width: 992px) {
    .custom-product-col {
        width: 31.5%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .custom-product-col {
        width: 48.1%;
    }
}
@media (max-width: 767.98px) {
    .custom-product-col {
        width: 48.3%;
    }
}
@media (max-width: 600px) {
    .custom-product-col {
        width: 100%;
    }
}
.product-wrapper {
    padding: 16px 21px;
    border: 1px solid #efeffe;
    border-radius: 4px;
    box-shadow: 0px 0px 8px 0px #0000001a;
}
.product-wrapper h3.product-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 23.54px;
    white-space: nowrap;
    overflow-x: clip;
    direction: ltr;
}
.product-wrapper .image-wrapper {
    margin: 8px 0px;
}
.product-footer {
    padding: 0px 48px;
}
.product-footer .product-cost-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
}
.product-footer .product-cost-wrapper h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 31.39px;
}
.product-footer .product-cost-wrapper span {
    font-size: 16px;
    font-weight: 700;
    line-height: 20.93px;
}
.product-footer .description-wrapper p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.31px;
    margin: 0px !important;
    color: #000000;
}
.product-footer .description-wrapper hr {
    margin: 8px 0px !important;
    border: 1px solid #e5e5f3;
}
.product-footer .btn-wrapper {
    padding: 16px 22px 0px;
}
.product-footer .btn-wrapper button {
    padding: 4px 8px;
    border-radius: 4px;
    background: #e5e5f3;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.93px;
    border: 0;
}
.product-filter-parent {
    border-left: 1px solid #e5e5f3;
    border-right: 1px solid #e5e5f3;
}
@media (max-width: 991px) {
    .product-filter-parent {
        border: 0;
    }
}
.products-pagination-parent nav {
    display: flex;
    justify-content: center;
}
.products-pagination-parent nav ul {
    column-gap: 2px;
}
.products-pagination-parent nav ul.pagination li .page-link {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
/* Deals Products screen CSS ENDS */

/* Dashboard side-stats CSS STARTS */
.dashboard-stat-select-wrapper {
    display: flex;
    align-items: center;
    column-gap: 0px;
    width: 175px;
    padding: 0px 8px 0px 4px;
    border-radius: 4px;
    border: 1px solid #d5d5e9;
}
.dashboard-stat-select-wrapper select {
    border: 0px;
    padding-right: 4px;
}
.stats-container-1 {
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin-top: 16px;
}
.stats-container-1 div {
    padding: 8px;
    background: #f4f4fd;
    color: #000000;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.stats-container-1 .info-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 23.54px;
}
.stats-container-1 .info-num {
    font-size: 32px;
    font-weight: 400;
    line-height: 41.86px;
}
.stats-container-2,
.stats-container-3,
.stats-container-4,
.stats-container-5 {
    margin-top: 16px;
    padding: 16px;
    background: #f4f4fd;
}
.stats-container-2 {
    height: 195px;
    padding: 8px !important;
}
.stats-container-2 .chart-wrapper {
    height: 100%;
}
.stats-container-3 {
    height: 225px;
    padding: 8px !important;
}
.stats-container-3 .chart-wrapper {
    height: 100% !important;
}
.stats-container-4 h2,
.stats-container-5 h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 23.54px;
    color: #000000;
    margin-bottom: 8px !important;
}
.stats-container-4 .inner-wrapper,
.stats-container-5 .inner-wrapper {
    display: flex;
    column-gap: 16px;
}
.stats-container-4 .inner-wrapper .flex-fill-half,
.stats-container-5 .inner-wrapper .flex-fill-half {
    background: white;
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-radius: 4px;
}
.stats-container-4 .inner-wrapper .flex-fill-half .info-text,
.stats-container-5 .inner-wrapper .flex-fill-half .info-text {
    color: #000000;
}
.stats-container-4 .inner-wrapper .flex-fill-half .info-num,
.stats-container-5 .inner-wrapper .flex-fill-half .info-num {
    padding: 2px 4px !important;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.31px;
}
.flex-fill-half {
    width: 50% !important;
}
.flex-fill-full {
    width: 100% !important;
}
.apexcharts-legend {
    justify-content: center;
}
/* Dashboard side-stats CSS ENDS */

/* Deal show page CSS STARTS */
.new-theme-mainLabel {
    margin-left: 10px;
    margin-right: 10px;
}
.new-theme-dividerline {
    border-bottom: 1px solid #e5e5f3;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.new-theme-show-label {
    font-size: 14px;
    color: #65647d;
    display: flex;
}
.new-theme-show-text {
    color: #000000;
    font-size: 16px;
}
.new-theme-show-boxes {
    border: 1px solid #e5e5f3;
    border-radius: 4px;
    padding: 16px;
}
.colField {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 4px;
    margin-bottom: 4px;
}
.colField > div:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
}
.colField > div:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 5;
}
.gap-1 {
    gap: 4px;
}
/* Deal show page CSS ENDS */

/* My account page CSS STARTS */
.nav.nav-tabs.nav-underline {
    background: transparent;
    border-bottom: 1px solid #b1b1dd;
}
.nav.nav-tabs.nav-underline .nav-item {
    flex: 0;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-link.active,
.nav.nav-tabs.nav-underline .nav-item a.nav-link.active:hover,
.nav.nav-tabs.nav-underline .nav-item a.nav-link.active:focus {
    background-color: #ffffff;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    padding: 8px 14px 8px 14px;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-link {
    color: #65647d;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    padding: 8px 14px 8px 14px;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-link:before {
    background: #6260f2;
}
.new-theme-btn-submit {
    max-width: 100px;
}
.new-theme-margin-top-30 {
    margin-top: 30px;
}
.new-theme-btn-account {
    padding: 12px;
    width: 25%;
    max-width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    &:hover {
        color: #efe;
        opacity: 0.9;
    }
}
.new-theme-btn-account:disabled {
    padding: 12px;
    background-color: #e5e5f3;
    width: 25%;
    max-width: 100%;
    border-color: #e5e5f3;
    color: #b1b1dd;
    font-size: 16px;
    font-weight: 700;
}
.new-theme-form-actions {
    padding: 20px 0;
    margin-top: 20px;
}
.new-theme-form-label {
    font-size: 14px;
    color: #000000;
    display: flex;
    font-weight: 700;
}
.new-theme-field-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #b1b1dd;
}

/* slider deal cellluar repeater responsive issue STARTS */
html body a:hover {
    color: initial;
}
@media (max-width: 1439px) and (min-width: 1200px) {
    .responsive-screen1366 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .responsive-screen1366 .form-card-wrapper {
        padding: 8px !important;
    }
    .hidden-input-field {
        margin-left: 0px !important;
    }
    .hidden-input-field.show {
        padding: 0.3rem 0.5rem;
    }
}
/* slider deal cellluar repeater responsive issue ENDS */

/* Repair Order CSS STARTS */
.sim-changes-filter-box,
.repair-order-filter-box {
    display: flex;
    column-gap: 8px;
}
@media (max-width: 768px) {
    .sim-changes-filter-box,
    .repair-order-filter-box {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0px;
        margin-left: 0px;
        column-gap: 8px !important;
        row-gap: 8px !important;
    }
}
#repair-order-form-slider {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}
#repair-order-form-slider.active {
    left: 0;
    /* Slide the container into view on activation */
}
#repair-order-form-slider .slider-body-wrapper {
    width: 0px;
    height: 100vh;
    float: left;
    background-color: #fff;
    /* Set background color */
    transition: width 0.5s ease-in-out;
    /* Smooth slide-in animation */
    display: flex;
    flex-direction: column;
}
/* Default width for large screens (1440px - 1599px) */
#repair-order-form-slider.active .slider-body-wrapper .slider-footer,
#repair-order-form-slider.active .slider-body-wrapper {
    width: 1200px;
}
/* Extra large screens (1600px and above) */
@media (min-width: 1600px) {
    #repair-order-form-slider.active .slider-body-wrapper .slider-footer,
    #repair-order-form-slider.active .slider-body-wrapper {
        width: 75%;
        /* or 80%, whichever you prefer */
    }
}
/* Medium screens (1024px - 1439px) */
@media (max-width: 1439px) and (min-width: 1024px) {
    #repair-order-form-slider.active .slider-body-wrapper .slider-footer,
    #repair-order-form-slider.active .slider-body-wrapper {
        width: 900px;
    }
}
/* Small screens (768px - 1023px) */
@media (max-width: 1023px) and (min-width: 768px) {
    #repair-order-form-slider.active .slider-body-wrapper .slider-footer,
    #repair-order-form-slider.active .slider-body-wrapper {
        width: 600px;
    }
}
/* Extra small screens (less than 768px) */
@media (max-width: 767px) {
    #repair-order-form-slider.active .slider-body-wrapper .slider-footer,
    #repair-order-form-slider.active .slider-body-wrapper {
        width: 100%;
    }
}
/* Repair Order CSS ENDS */

/* SIM Changes CSS STARTS */
/* SIM Changes Create Slider code STARTS */
#sc-form-slider {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}
#sc-form-slider.active {
    left: 0;
    /* Slide the container into view on activation */
}
#sc-form-slider .slider-body-wrapper {
    width: 0px;
    height: 100vh;
    float: left;
    background-color: #fff;
    /* Set background color */
    transition: width 0.5s ease-in-out;
    /* Smooth slide-in animation */
    display: flex;
    flex-direction: column;
}
/* Default width for large screens (1440px - 1599px) */
#sc-form-slider.active .slider-body-wrapper .slider-footer,
#sc-form-slider.active .slider-body-wrapper {
    width: 1024px;
}
/* Extra large screens (1600px and above) */
@media (min-width: 1600px) {
    #sc-form-slider.active .slider-body-wrapper .slider-footer,
    #sc-form-slider.active .slider-body-wrapper {
        width: 1200px;
        /* or 80%, whichever you prefer */
    }
}
/* Medium screens (1024px - 1439px) */
@media (max-width: 1439px) and (min-width: 1024px) {
    #sc-form-slider.active .slider-body-wrapper .slider-footer,
    #sc-form-slider.active .slider-body-wrapper {
        width: 900px;
    }
}
/* Small screens (768px - 1023px) */
@media (max-width: 1023px) and (min-width: 768px) {
    #sc-form-slider.active .slider-body-wrapper .slider-footer,
    #sc-form-slider.active .slider-body-wrapper {
        width: 600px;
    }
}
/* Extra small screens (less than 768px) */
@media (max-width: 767px) {
    #sc-form-slider.active .slider-body-wrapper .slider-footer,
    #sc-form-slider.active .slider-body-wrapper {
        width: 100%;
    }
}
.sc-form-file-input-wrapper {
    /* padding: 50px 20px; */
    background: white;
    border-radius: 4px;
    border: 2px dashed #cacfe7;
    height: 125px;
}
.sc-form-file-input-wrapper #selection-div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sc-form-file-input-wrapper #selection-div span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#input-div {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    width: 100%;
    height: 100%;
}
.sc-form-file-input-wrapper .view-wrapper {
    display: inline-flex;
    align-items: center;
    column-gap: 2px;
    color: green;
    font-size: 12.5px;
}
.sc-form-file-input-wrapper .remove-wrapper {
    display: inline-flex;
    align-items: baseline;
    column-gap: 2px;
    color: blue;
    font-size: 12.5px;
}
.sc-form-file-input-wrapper .remove-wrapper .la {
    font-size: 12.5px;
}
/* SIM Changes Create Slider code ENDS */
/* SIM Changes CSS ENDS */

/* Signature CSS STARTS  */
.dc-signature-pad-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: white;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
}
.dc-signature-pad-wrapper canvas {
    border: 1px solid #000000;
    width: 300px;
    height: 200px;
}
.canvas-wrapper-footer {
    width: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2px 0px 4px;
}
/* Signature CSS ENDS */

/* Barcode scanner CSS starts below */
.modal.barcode-scanner-modal {
    z-index: 10000;
}
.barcode-scanner-btn {
    position: absolute;
    top: 0;
    left: 2px;
    background: white;
    padding: 1px 3px;
    border: none;
    outline: none;
}

.hidden-input-field.show .barcode-scanner-btn.for-mob-tab {
    display: none !important;
}

@media only screen and (max-width: 1200px) {
    .hidden-input-field.show .barcode-scanner-btn.for-mob-tab {
        display: block !important;
    }
}

.hidden-input-field .barcode-scanner-btn {
    visibility: hidden;
}
.hidden-input-field.show .barcode-scanner-btn {
    visibility: unset;
}
/* Barcode scanner CSS starts below */

/* Electricity packages CSS starts below */
.elec-package-wrapper {
    padding: 0 1rem;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
}
.elec-package-item {
    padding: 16px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}
.elec-package-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.elec-package-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.elec-package-info .pckg-cost {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
}
.elec-package-info .pckg-cost > span {
    font-weight: 600;
    font-size: 24px;
    line-height: auto;
}
.elec-package-info .description-box > div {
    font-size: 14px;
    color: black;
    border-top: 1px solid #e5e5f3;
}
.elec-package-info .description-box > div:first-child {
    border-top: none; /* Remove the border for the first item */
}
/* Electricity packages CSS ends here */

/* Elec create modal CSS STARTS */
.prev-elec-bill-wrapper {
    margin-top: 24px;
}
.prev-elec-bill-wrapper .bill-upload-btn {
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #d5d5e9;
    border-radius: 4px;
    color: #b1b1dd;
}
.prev-elec-bill-wrapper .file-list-wrapper {
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.file-list-wrapper .elec-bill-file-item {
    padding: 12px 36px;
    position: relative;
    font-weight: 600;
    color: #000000;
}
.file-list-wrapper span.up-icon {
    position: absolute;
    right: 12px;
}
.file-list-wrapper span.destroy-icon {
    position: absolute;
    left: 12px;
    cursor: pointer;
}
/* Elec create modal CSS ENDS */

/* Deals Packages list parent container */
.deals-packages-wrapper {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(5, 1fr);
}
.deals-packages-item {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px 10px;
    cursor: pointer;
    position: relative;
}
.span-comp-logo {
    width: 60px;
    display: inline-flex;
    height: 60px;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: 2px;
}
.deals-packages-wrapper .btn-standard {
    width: 100px !important;
}
/* Extra large screens (1600px and above) */
@media (max-width: 1600px) {
    .deals-packages-wrapper {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(4, 1fr);
    }
}
/* Medium screens (1024px - 1439px) */
@media (max-width: 1439px) and (min-width: 1024px) {
    .deals-packages-wrapper {
        gap: 16px;
        grid-template-columns: repeat(3, 1fr);
    }
}
/* Small screens (768px - 1023px) */
@media (max-width: 1023px) and (min-width: 768px) {
    .deals-packages-wrapper {
        gap: 12px;
        grid-template-columns: repeat(2, 1fr);
    }
}
/* Extra small screens (less than 768px) */
@media (max-width: 767px) {
    .deals-packages-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* package logo type */
.package-type-logo:not(.p-5g) {
    position: absolute;
    top: 5px;
    left: 5px;
}
.package-type-logo.p-5g {
    position: absolute;
    top: 6px;
    left: 8px;
}

/* Billing Shop Fees Modal CSS STARTS */
.shop-fees-table {
    max-height: 70vh;
    overflow-y: auto;
    scrollbar-width: thin;
}
.shop-fees-table table thead {
    position: sticky;
    top: 0;
    background-color: #fff;
}
table .row-stripe-gray {
    background: #f2f2f2;
}
table .row-stripe-purple {
    background: #ccccff;
}
.general-bonus-wrapper .input-wrapper,
.specific-bonus-wrapper .input-wrapper {
    display: inline-flex;
    gap: 2px;
    font-weight: 600;
    margin: 0 2px;
}
.general-bonus-wrapper .value-num,
.specific-bonus-wrapper .value-num {
    font-weight: 600;
}
/* Billing Shop Fees Modal CSS ENDS */

/* Companies logo list wrapper in deals packages list CSS starts */
.company-logo-container {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.company-logo-container a img {
    filter: grayscale(0.1);
    transition: 0.2s ease-in-out all;
}
.company-logo-container a:hover img {
    filter: grayscale(0);
    transform: scale(1.1);
}
/* Companies logo list wrapper in deals packages list CSS ends */

/* Deals Index listing CSS Starts */

/* Deals Index listing CSS Ends */

/* Deal Products create */
.pro-img-wrapper {
    max-width: 140px;
    max-height: 140px;
    padding: 8px;
    background: #fff;
    border-radius: 8px;
}

.pro-img-wrapper img {
    width: 100%;
    height: 100%;
}

.product-wrapper .image-wrapper {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
