@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Wittgenstein:ital,wght@0,400..900;1,400..900&display=swap");

:root {
    --clr-primary: #a000f4;
    --clr-white: #fff;
    --clr-white2: #f9f9f9;
    --clr-white3: #f3f7ff;
    --clr-black: #01040d;
    --clr-black2: #171717;
    --clr-black3: #344054;
    --clr-gray: #525252;
    --clr-gray1: #737373;
    --clr-gray2: #d4d4d4;
    --clr-gray3: #f5f5f5;
    --clr-gray4: #f4f5f7;
    --clr-gray5: #a3a3a3;
    --clr-violet: rgba(130, 49, 211, 1);
    --clr-violet-light: rgba(130, 49, 211, 0.12);
    --clr-green: #01b81a;
    --clr-green-light: rgba(1, 184, 26, 0.12);
    --clr-orange: #ff6565;
    --clr-orange-light: rgba(255, 116, 62, 0.12);
    --clr-red: #ef4444;
    --ff: "Inter", sans-serif;
}

.primary {
    color: var(--clr-primary);
}

html {
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
}

.bg-green-one {
    background: #04f204 !important;
}

body {
    margin: 0;
    padding: 0 !important;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    word-spacing: 0px;
    word-wrap: break-word;
    background: #f7f7f7;
}

#main-wrapper {
    background: #fff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #000000;
}

h1 {
    font-size: 36px;
    line-height: 36px;
}

h2 {
    font-size: 28px;
    line-height: 38px;
}

h3 {
    font-size: 22px;
    line-height: 32px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 16px;
    line-height: 27px;
}

p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 24px;
    color: #505050;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    list-style: none;
}

a,
button,
.btn,
ol li a,
ul li a {
    letter-spacing: 0;
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: #000000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a:hover,
.btn:hover,
ol li a:hover,
ul li a:hover {
    outline: none !important;
    text-decoration: none;
    color: #000000;
}

label.img-label {
    background-color: transparent !important;
}

.nowrap.table td {
    white-space: nowrap !important;
}

.generates-view table th,
.generates-view table td {
    text-align: left;
    white-space: pre-wrap;
    overflow-x: auto;
}

.business-content {
    padding: 10% 2%;
    width: 100%;
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
    box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
}

svg {
    /* fill: #000000; */
    --svg-font-size: 14px;
    width: var(--svg-font-size);
    height: var(--svg-font-size);
    margin-top: -4px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.b-radious-24 {
    border-radius: 24px !important;
}

.m-h-48 {
    min-height: 48px !important;
}

.p-16 {
    padding: 10px 16px;
}

.p-16-0 {
    padding: 16px 0px;
}

.margin-l-16 {
    margin-left: 16px;
}

.card {
    min-height: 100vh;
}

.return-card {
    min-height: 85vh !important;
    background-color: white;
}

.w-52 {
    width: 52px !important;
}

.text-blue {
    color: #2db0f6 !important;
}

.text-green {
    color: #23b100 !important;
}

.text-green-sm {
    color: #00ae1c !important;
}

.text-violet {
    color: #9d31ff !important;
}

.text-orange {
    color: #ee6002 !important;
}

.text-red {
    color: #ff3030 !important;
}

.text-blue {
    color: #4875ff !important;
}

.cancel-btn {
    border: 1px solid var(--clr-primary);
    border-radius: 5px;
    color: var(--clr-primary) !important;
    padding: 6px 22px;
    margin-right: 10px;
    background-color: transparent;
}

.cancel-btn:hover {
    background-color: var(--clr-primary);
    color: white !important;
}

.save-btn {
    background: #2db0f6;
    color: #fff !important;
    border-radius: 5px;
    padding: 6px 30px;
}

.pos-up-down-arrow {
    position: relative;
}

.pos-up-down-arrow span {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 30%;
    right: 20px;
    height: 10px;
    width: 10px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.pos-up-down-arrow:hover span {
    transform: rotate(225deg);
}

.modal-custom-design .btn-close {
    background: transparent url("../images/icons/modal-cross-btn.svg") !important;
}

.modal-custom-design h1 {
    color: #2e2e3e;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.business-thead {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.modal-custom-design label {
    color: #2e2e3e;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.modal-custom-design .form-control:focus {
    border-color: #ced4da;
    box-shadow: none !important;
}

.m-h-100 {
    min-height: 100vh;
}

.table-search .position-absolute {
    top: 50%;
    transform: translateY(-50%) !important;
    right: 1%;
    height: 30px;
    width: 30px;
    /* background: var(--clr-primary); */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.dropdown-item.active,
.dropdown-item:active,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.btn-primary {
    background-color: var(--clr-primary) !important;
    border: none;
}

/*=====================
    3 Side Bar
=======================*/
/* sidebar menu end css */
.side-bar {
    /* padding: 0 10px; */
    position: fixed;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 1;
    visibility: visible;
    background: #6A20AB;
    box-shadow: 0px 0px 5px rgba(45, 51, 103, 0.15);
    transition: all 0.4s ease;
    font-family: "Inter", sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    text-align: left !important;
}

/* Scrollbar Styling */
.side-bar::-webkit-scrollbar {
    width: 1px;
}

.side-bar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

.side-bar::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.8);
}

.side-bar::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
}

.padding-top-bottom {
    margin-top: 24px;
    margin-bottom: 24px;
}

.side-bar-logo {
    padding: 16px 12px;
    height: 68px;
}

.side-bar-logo img {
    height: 40px;
    width: auto;
}

.pos-logo {
    display: none;
}

.pos-logo img {
    height: 44px;
    width: auto;
    object-fit: contain;
}

.padding-tb {
    padding-top: 6px;
    padding-bottom: 6px;
}

.business-stat-container {
    background-color: white;
    border-radius: 12px;
    padding: 2%;
    width: 100%;
    box-shadow: 0px 4px 30px 0px #2020200d;
}

.business-stat {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: auto;
    width: 100%;
}

.business-stat.columns-1 {
    grid-template-columns: 1fr;
}

.business-stat.columns-2 {
    grid-template-columns: 1fr 1fr;
}

.business-stat.columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.business-stat.columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.table-product-qt {
    color: var(--clr-primary) !important;
}

.dashboard-chart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
}

.dashboard-chart h4 {
    font-size: 18px;
    font-weight: 600;
}

.tab-table-container {
    background-color: white;
    border-radius: 12px;
    height: 350px;
}

.table-container {
    max-height: 260px;
    overflow-y: auto;
}

/* table tab */
.custom-tabs {
    display: flex;
    border-bottom: 1px solid #d8d8d8;
}

.custom-tabs .tab-item {
    padding: 10px 20px;
    cursor: pointer;
    color: #555;
    font-weight: bold;
    border: none;
    background: transparent;
    outline: none;
    transition: color 0.3s ease;
}

.custom-tabs .tab-item.active {
    color: var(--clr-primary);
    border-bottom: 2px solid var(--clr-primary);
    background: linear-gradient(180deg,
            rgba(197, 33, 39, 0.012) 0%,
            rgba(197, 33, 39, 0.045) 55.15%,
            rgba(197, 33, 39, 0.12) 100%);
}

.dashboard-tab {
    display: none;
}

.dashboard-tab.active {
    display: block;
}

.nav-name {
    font-size: 14px;
    font-weight: 600;
    color: #121212;
}

.nav-greeting {
    font-size: 14px;
    font-weight: 400;
    color: #4d4d4d;
}

@media (max-width: 1200px) {
    .business-stat {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 1024px) {
    .business-stat {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .business-stat {
        grid-template-columns: 1fr 1fr !important;
    }

    .loss-profit-container {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .business-stat {
        grid-template-columns: 1fr !important;
    }
}

.bus-stat-title {
    color: #4d4d4d !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 23px !important;
    white-space: nowrap !important;
}

.bus-month-title {
    color: #4d4d4d !important;
}

.bus-stat-count {
    color: #121212 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 24.2px !important;
}

.bus-profit {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 21px !important;
}

.bus-profit .profit {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #34c759 !important;
}

.bus-content {
    color: #4d4d4d !important;
}

.bus-profit .loss {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #ff3b30 !important;
}

.dashboard-table-header {
    /* background-color: white; */
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-table-header h3 {
    font-size: 18px;
    font-weight: 600;
}

.dashboard-table-header i {
    padding-left: 8px;
    font-weight: 400;
}

.dashboard-table-header a {
    color: var(--clr-primary);
}

.dashborad-table-container {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0px 4px 30px 0px #2020200d;
    min-height: 330px;
    max-height: 370px;
    height: auto;
    overflow-y: auto;
}

.p-tb {
    padding: 10px 10px;
}

.dashboard-table-content {
    height: 100px !important;
}

.category-brand-img {
    height: 24px;
    width: 24px;
}

.close-btn {
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    display: none;
}

.multiple-button-group .reset-btn,
.button-group .reset-btn {
    border: 1px solid #ef4444 !important;
    color: #ef4444 !important;
    min-width: 110px !important;
    font-size: 14px !important;
    padding: 9px 15px;
}

.multiple-button-group .multi-delete-btn,
.multiple-button-group .multi-delete-btn {
    background: var(--clr-primary) !important;
    color: #fff !important;
    min-width: 110px !important;
    font-size: 14px !important;
}

.side-bar-manu .dropdown::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: #ffff !important;
    position: absolute;
    right: 15px;
    font-size: 16px;
    display: block;
    z-index: 3;
    top: 10px;
}

.side-bar-manu .dropdown.active>.dropdown-menu {
    display: block;
}

.side-bar-manu .dropdown.active>.dropdown-menu .dropdown {
    background: none;
}

.side-bar-manu .dropdown.active>.dropdown-menu .dropdown.active>a,
.side-bar-manu .dropdown.active>.dropdown-menu .dropdown.active .active {
    background: var(--clr-primary);
}

.side-bar-manu .dropdown.active .active {
    /* background-color: var(--clr-primary); */
}

.side-bar-manu li {
    position: relative;
    font-size: 11px !important;
    margin: 5px 0;
}

.side-bar-manu li a {
    position: relative;
    display: block;
    padding: 10px 16px;
    color: #fff;
    border-radius: 4px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 400 !important;
    white-space: nowrap !important;
}

@media (max-width: 1400px) {
    .side-bar-manu li a {
        font-size: 0.8rem;
    }
}

.side-bar-manu li a .sidebar-icon {
    display: inline-block;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
}

.side-bar-manu li a i {
    margin-right: 10px;
}

.side-bar-manu li:hover:before,
.side-bar-manu li.active:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: var(--clr-primary);
}

.barcode-header {
    border-bottom: 1px solid #d8d8d8;
}

.barcode-table-th {
    background-color: #ffff !important;
}

.barcode-table .input-date {
    background-color: #f7f7f7 !important;
    height: 28px !important;
    padding: 5px;
}

.barcode-info input {
    height: 44px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.barcode-info h5 {
    height: 44px !important;
    background-color: #f7f7f7;
    width: 62px;
    color: #121535;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
    border-right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.barcode-container {
    margin: 20px;
}

.barcode-content {
    border: 1px solid #d8d8d880;
    border-radius: 4px;
    padding: 8px;
    text-align: center;
}

.barcode-content .title {
    font-size: 15px;
    color: #121535;
}

.barcode-content .price {
    font-size: 14px;
    color: #121535;
}

.barcode-content .price span {
    font-size: 14px;
    font-weight: 600;
    color: #121535;
}

.barcode-content .date {
    font-size: 12px;
    font-weight: 400;
    color: #121535;
}

.barcode-content img {
    width: 120px;
    height: 32px;
    object-fit: contain;
    margin-top: 4px;
    margin-bottom: 4px;
}

.no-product-alert {
    background-color: red;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    color: #121535;
    font-size: 16px;
    width: 100% !important;
}

.side-bar-manu li:hover>a,
.side-bar-manu li.active>a {
    background-color: #A000F4;
    color: #fff !important;
}

.side-bar-manu li:hover .sidebar-icon svg path,
.side-bar-manu li.active .sidebar-icon svg path {
    stroke: #fff !important;
}

.side-bar-manu li:hover .sidebar-icon,
.side-bar-manu li.active .sidebar-icon {
    /* background-color: white; */
}

.side-bar-manu li .dropdown-menu {
    margin-left: 20px;
    /* border-left: 1px solid #fff; */
}

.side-bar-manu li .dropdown-menu li .dropdown-menu {
    margin-left: 0 !important;
    border: none !important;
}

.side-bar-manu li .dropdown-menu li .dropdown-menu .dropdown .dropdown-menu .dropdown {
    background: none !important;
    padding-left: 0 !important;
}

.side-bar-manu {
    padding: 0 10px;
    padding-top: 10px;
    z-index: 10;
}

.side-bar-manu li .dropdown-menu li {
    padding-left: 15px !important;
}

.side-bar-manu li .dropdown-menu li a {
    color: #fff;
    padding: 5px 15px;
    position: relative;
}

.side-bar-manu li .dropdown-menu li a:hover,
.side-bar-manu li .dropdown-menu li a.active {
    color: #fff !important;
}

.side-bar-manu li .dropdown-menu li li:hover:before,
.side-bar-manu li .dropdown-menu li li.active:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.side-bar-manu li .dropdown-menu li li:hover>a,
.side-bar-manu li .dropdown-menu li li.active>a {
    background-color: var(--clr-primary);
    color: #fff !important;
}

.side-bar-manu .dropdown-menu {
    padding: 0;
    border-radius: 0;
    background: transparent !important;
    border: 1px solid transparent !important;
}

.side-bar-manu .dropdown.active>.dropdown-menu .dropdown {
    background: none !important;
}

.side-bar .dropdown-menu {
    position: unset;
}

.side-bar li ul {
    display: none;
}

.side-bar-manu .sidebar-icon svg {
    /* fill: #fff; */
    width: 18px;
    height: 18px;
}

.side-bar.active {
    width: 60px;
}

.side-bar.active .side-bar-manu .dropdown::before {
    opacity: 0;
}

.side-bar.active .side-bar-manu li a .sidebar-icon {
    margin-right: 30px;
    position: relative;
    left: -10px;
}

.side-bar.active .sidebar-icon img {
    width: 22px;
}

.side-bar.active:hover {
    width: 15.625%;
}

.side-bar.active:hover .side-bar-manu .dropdown::before {
    opacity: 1;
}

.side-bar.active:hover .side-bar-manu li a .sidebar-icon {
    margin-right: 10px;
    position: relative;
    left: 0px;
}

.side-bar.active:hover .sidebar-icon img {
    width: 16px;
}

.section-container {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section-container.active {
    padding-left: 60px;
}

.category-name {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.brand-name {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--clr-primary);
}

.nav-link {
    color: var(--clr-primary);
}

/* sidebar menu end css */
/* header  start css */
.header-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33% 33% 33%;
    grid-template-columns: 33% 33% 33%;
}

.main-header-section {
    padding: 10px 14px;
    background: #fff;
    -webkit-box-shadow: 8px 10px 80px rgba(0, 15, 55, 0.04);
    box-shadow: 8px 10px 80px rgba(0, 15, 55, 0.04);
    height: 68px;
}

.main-header-section .profile-info img {
    height: 46px;
    width: 46px;
    min-width: 46px;
    border-radius: 50%;
}

.main-header-section .profile-info img span {
    font-size: 16px;
}

.main-header-section .profile-info .dropdown-menu {
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.75);
    min-width: 160px;
}

.main-header-section .profile-info .dropdown-menu li {
    border-bottom: 1px solid #454a54;
    font-size: 12px;
    padding: 0;
    display: block;
    border-bottom: 1px solid #ccc;
}

.main-header-section .profile-info .dropdown-menu li a {
    display: block;
    color: #000;
    padding: 8px 10px;
}

.main-header-section .profile-info .dropdown-menu li a i {
    margin-right: 10px;
}

.main-header-section .profile-info .dropdown-menu li a:hover {
    color: var(--clr-primary);
}

.main-header-section .dropdown-menu {
    top: 60% !important;
    border: none;
    border-radius: 2px !important;
    padding: 0;
    min-width: 220px;
}

.main-header-section .business-profile {
    position: absolute;
    margin-top: 25px;
}

.p-lr {
    padding: 0 1%;
}

@media (max-width: 767px) {
    .view-website {
        display: none;
    }

    .notifications {
        display: none;
    }

    .greet-name {
        display: none;
    }

    .pos-logo {
        display: block;
    }

    .menu-opener {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .menu-openerr {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .return-card {
        min-height: 100vh;
    }
}

.menu-openerr {
    display: none;
}

.header-button {
    border: 1px solid var(--clr-primary);
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--clr-primary);
}

.header-button:hover {
    color: var(--clr-primary);
    border: 1px solid var(--clr-primary);
}

.header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.language-change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.language-change img {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.language-btn {
    border: none;
}

.language-container {
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.notification-container {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.language-change .nice-select {
    background: none;
    border: none;
}

.language-change .nice-select:after {
    border-color: #000;
    height: 7px;
    top: 46%;
    width: 7px;
}

.header-calender {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}

.notifications.dropdown>a {
    position: relative;
    display: block;
    padding: 0;
    color: #737881;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
}

.notifications.dropdown>a.show {
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
}

.bg-info {
    background: #21a9e1;
    color: #fff;
}

.text-red {
    color: red !important;
}

.notifications {
    margin-left: 10px;
}

.notifications .dropdown-toggleer {
    position: relative;
}

.notifications .dropdown-toggleer span {
    display: block;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    line-height: 17px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 2px;
    right: 6px;
    border: 1px solid white;
}

.dark-icon {
    margin: 0 0 0 10px;
    display: block;
}

.notifications .dropdown-menu {
    top: 0 !important;
    background: #eee;
    min-width: 370px;
}

.notifications ul li a {
    padding: 10px 20px;
    display: block;
    border-top: 1px solid #ddd;
}

.notifications ul li a span,
.notifications ul li a strong {
    display: block;
    font-size: 12px;
}

.notifications ul li a span {
    color: #888888;
    line-height: 1;
    margin-top: 5px;
}

.notification-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    background: #eee;
}

.notification-header p {
    font-size: 12px;
}

.notification-header a {
    font-size: 12px;
}

.bg-red {
    background: #ee4749;
    color: #fff;
}

.notification-footer {
    background: #fff;
    padding: 10px;
    line-height: 1;
}

.notification-footer a {
    font-size: 12px;
    line-height: 1;
}

.msg-items {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.msg-items .content {
    width: 100%;
}

.msg-items .content strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.msg-items .content strong span {
    margin: 0;
    margin-left: 10px;
    font-weight: 400;
}

.msg-items img {
    height: 50px;
    width: 50px;
    min-width: 50px;
    border-radius: 50%;
    margin-left: 15px;
}

.bg-yellow {
    background: yellow;
}

.sidebar-opner {
    cursor: pointer;
    font-size: 20px;
    color: #6C6F71;
    margin-left: 10px;
    margin-right: 15px;
}

.header-middle input {
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.search-btn {
    background: var(--clr-primary) !important;
    color: #fff !important;
}

/* header  end css */
.section-container {
    padding-left: 15%;
}

@media (max-width: 768px) {
    .amount-container {
        grid-template-columns: 1fr 1fr;
    }
}

.erp-state-overview-section {
    padding-top: 30px;
}

.erp-state-overview-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.container-fluid {
    padding: 1.5%;
    width: 100%;
}

.state-overview-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    -webkit-box-shadow:
        0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 3px 8px -1px rgba(71, 50, 50, 0.05);
    box-shadow:
        0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 3px 8px -1px rgba(71, 50, 50, 0.05);
    border-radius: 25px;
    padding: 10px;
    gap: 15px;
}

.state-overview-box .icons {
    height: 100px;
    width: 100px;
    min-width: 100px;
    background: rgba(255, 16, 188, 0.1);
    border-radius: 17px;
    text-align: center;
    line-height: 100px;
}

.state-overview-box h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #0c1928;
}

.state-overview-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #555e69;
}

.state-overview-box:nth-child(2) .icons {
    background: rgba(255, 206, 42, 0.1);
}

.state-overview-box:nth-child(3) .icons {
    background: rgba(23, 218, 148, 0.1);
}

.state-overview-box:nth-child(4) .icons {
    background: rgba(23, 218, 148, 0.1);
}

.state-overview-box:nth-child(5) .icons {
    background: rgba(3, 169, 244, 0.1);
}

.erp-graph-box {
    margin-top: 30px;
    background: #ffffff;
    -webkit-box-shadow:
        0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 3px 8px -1px rgba(71, 50, 50, 0.05);
    box-shadow:
        0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 3px 8px -1px rgba(71, 50, 50, 0.05);
    border-radius: 25px;
}

.erp-graph-box .graph-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 73, 128, 0.1);
    -webkit-box-shadow: 8px 10px 80px rgba(0, 15, 55, 0.04);
    box-shadow: 8px 10px 80px rgba(0, 15, 55, 0.04);
    border-radius: 25px 25px 0px 0px;
    padding: 15px 20px;
}

.erp-graph-box .graph-header h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #0c1928;
}

.erp-graph-box .graph-header .nice-select {
    height: auto;
    line-height: 1;
    background: none;
    border: none;
    font-size: 16px;
    color: #0c1928;
}

.erp-graph-box .graph-header .nice-select:after {
    height: 7px;
    width: 7px;
    border-color: #000;
    top: 45%;
}

.erp-graph-box .erp-box-content {
    padding: 15px;
    overflow: auto;
}

.erp-box-content .top-customer-table {
    overflow: auto;
}

.yearly-status .graph-header {
    background: rgba(175, 73, 255, 0.1);
}

.top-customer .graph-header {
    background: rgba(209, 255, 26, 0.2);
    -webkit-box-shadow: 8px 10px 80px rgba(0, 15, 55, 0.04);
    box-shadow: 8px 10px 80px rgba(0, 15, 55, 0.04);
}

.new-order .graph-header {
    background: rgba(14, 180, 255, 0.1);
    color: #0eb4ff;
}

.table-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table-profile .user-img {
    margin-right: 10px;
}

.table-profile .user-img img {
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 50%;
}

.table-profile span {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #03a9f4;
    display: block;
    opacity: 0.6;
}

.table-profile strong {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #0c1928;
    opacity: 0.7;
}

.table-profile-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.table-profile-order .user-img {
    margin-right: 10px;
}

.table-profile-order .user-img img {
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 5px;
}

.table-profile-order span {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #03a9f4;
    display: block;
    opacity: 0.6;
}

.table-profile-order strong {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #0c1928;
    opacity: 0.7;
}

.top-customer-table td {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #0c1928;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    border: none;
}

.top-customer-table a {
    color: #03a9f4;
}

.status-btn {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 8px 20px;
    border-radius: 8px;
    border: none;
    line-height: 1;
    border-radius: 8px;
    min-width: 90px;
}

.m-lr {
    margin-right: 12px;
    margin-left: 12px;
}

.pending {
    background: rgba(255, 164, 28, 0.2) !important;
    color: #ffa41c !important;
}

.aproved {
    background: rgba(37, 212, 169, 0.1) !important;
    color: #25d4a9 !important;
}

/* table css start css */
.erp-table-section {
    /* padding-top: 30px; */
    font-family: "Inter", sans-serif;
}

.erp-table-section.dashboard .card {
    min-height: 0 !important;
}

.table-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* padding-bottom: 15px; */
    border-bottom: 1px solid rgba(126, 126, 126, 0.3) !important;
}

.privacy-condition-header {
    border-bottom: 1px solid rgba(126, 126, 126, 0.3);
}

.table-header h4 {
    font-weight: 600 !important;
    font-size: 20px;
    text-transform: capitalize;
    color: #191919;
    font-family: "Inter", sans-serif;
    white-space: nowrap;
}

.table-header.p-16 {
    padding: 16px;
}

.table-header h3 {
    font-weight: 600;
}

.table-header .button-group {
    border-bottom: 1px solid var(--clr-primary);
}

.table-header .button-group a {
    background: none !important;
    color: #7e7e7e !important;
    border-radius: 6px 6px 0px 0px;
}

.table-header .button-group a.active {
    background: var(--clr-primary) !important;
    color: #fff !important;
}

.erp-table-section .searchResults .w-60 {
    text-align: left !important;
}

.add-order-btn {
    background: var(--clr-primary) !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 6px 12px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.grid-5 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.table-top-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table-top-form form {
    max-width: 1100px;
}

.table-top-form .form-control {
    height: 37px;
    line-height: 1;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #4d4d4d;
    font-weight: 500;
    font-size: 14px;
}

.table-top-form .nice-select .list {
    width: 100%;
}

.input-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.form-control:focus {
    box-shadow: none !important;
    outline: 0 !important;
    border-color: #e4e5e7 !important;
}

.input-wrapper>.form-control,
.input-wrapper .form-select {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin: 0 10px;
}

.table-top-btn-group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    align-items: end;
}

.table-top-btn-group {
    display: flex;
    align-items: end;
    justify-content: end;
    margin-right: 0;
}

/* .mybazar-login-section {
    background-color: red;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

.responsive-table {
    overflow: auto;
    margin-top: 20px;
    min-height: 100vh;
}

.responsive-table table tr th:first-child {
    width: 0;
    text-align: left;
}

.table th {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #121212;
    background: rgba(31, 31, 31, 0.05);
}

.table th,
.table td {
    border-bottom: 1px solid #e7eaed;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    padding-left: 16px;
}

.table td {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #424242;
    text-align: center;
    border-bottom: 1px solid #e7eaed !important;
}

.table-two td {
    font-weight: 500;
    font-size: 10px;
    line-height: 22px;
    text-transform: capitalize;
    color: #191919;
    vertical-align: middle !important;
}

.table-two th,
.table-two td {
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: none;
}

.table-two th {
    font-weight: 500;
    font-size: 14px !important;
    line-height: 22px;
    text-transform: capitalize;
    color: #191919;
}

.table-two thead td {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize;
    color: #191919;
    white-space: pre-wrap;
    vertical-align: bottom;
}

.loss-profit-table td,
.loss-profit-table th {
    min-width: 100px !important;
    font-size: 12px;
}

.table-img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 4px;
}

.table-product-img {
    height: 40px;
    width: 40px;
    border-radius: 4px;
    object-fit: cover;
}

.yes-badge {
    background-color: #34c759;
    color: white;
    padding: 6px;
    height: 24px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.no-badge {
    background-color: #ff3b30;
    color: white;
    padding: 6px;
    height: 24px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.view-website {
    border: 1px solid var(--clr-primary);
    padding: 6px;
    border-radius: 4px;
}

.table-action button {
    font-size: 22px;
    background: none;
    border: none;
    outline: none;
    text-align: center;
    display: block;
    width: 100%;
}

.table-action .dropdown-menu {
    min-width: 200px;
    padding: 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 10px;
    padding: 0;
    z-index: 2;
}

.sales-input {
    width: 75px !important;
}

.table-action .dropdown-menu a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #7e7e7e;
    display: block;
    padding: 10px 15px;
}

/* .table {
    table-layout: fixed;
    width: 100%;
  } */

.table-action .dropdown-menu a i {
    margin-right: 7px;
    margin-left: 3px;
    color: #4d4d4d !important;
    font-weight: 500;
}

.table-action .dropdown-menu a img {
    margin-right: 6px;
    /* height: 12px;
    width: 12px; */
}

.table-action .dropdown-menu a:hover {
    background: #eee;
}

.pagination {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 20px 10px 0;
}

.showing-result {
    padding: 0 0 10px 20px;
}

.pagination .page-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #7e7e7e;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.pagination .page-item.active .page-link {
    color: #fff;
    width: 30px;
    height: 30px;
    background: var(--clr-primary);
    border-radius: 50%;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-link.active,
.pagination .page-link:hover {
    color: var(--clr-primary);
    background: none;
}

.ui-widget.ui-widget-content {
    z-index: 3 !important;
}

/* dashboard home page css start */
.gpt-overview-section {
    padding-top: 30px;
}

.counter-grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}

.gpt-dashboard-card .couter-box {
    border-radius: 8px;
    background: #fff;
    padding: 18px;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0px 4px 24px -5px #00000017;
}

.gpt-dashboard-card .couter-box p {
    color: #515b73;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.gpt-dashboard-card .couter-box h5 {
    color: #202c4b;
    font-size: 24px !important;
    line-height: 32px;
    font-style: normal;
    font-weight: 600 !important;
}

.gpt-dashboard-card .couter-box .icons {
    width: 52px;
    height: 52px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gpt-dashboard-card .couter-box:nth-child(1) .icons {
    background-color: #f893001a;
}

.gpt-dashboard-card .couter-box:nth-child(2) .icons {
    background-color: #1a96f01f;
}

.gpt-dashboard-card .couter-box:nth-child(3) .icons {
    background-color: #ff4a4a14;
}

.gpt-dashboard-card .couter-box:nth-child(4) .icons {
    background-color: #9610ff1a;
}

.gpt-dashboard-card .couter-box .icons img {
    height: 30px;
    width: 30px;
}

.gpt-dashboard-card .couter-box:nth-child(1) {
    background: #fff;
}

.gpt-dashboard-card .couter-box:nth-child(2) {
    background: #fff;
}

.gpt-dashboard-card .couter-box:nth-child(3) {
    background: #fff;
}

.gpt-dashboard-card .couter-box:nth-child(4) {
    background: #fff;
}

.gpt-dashboard-card .couter-box:nth-child(5) {
    background: #fff;
}

.gpt-dashboard-card .couter-box:nth-child(6) {
    background-color: #ffe7c8;
}

/* ===== NEW DASHBOARD UI ===== */
.dashboard-counter-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.counter-card {
    background: #fff;
    border-radius: 12px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.counter-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 5px;
    border-radius: 0 4px 4px 0;
}

.counter-card-1::before {
    background: #00bbe6;
}

.counter-card-2::before {
    background: #FE8517;
}

.counter-card-3::before {
    background: #9610ff;
}

.counter-card-4::before {
    background: #019834;
}

.counter-card-5::before {
    background: #e74c3c;
}

.counter-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #202c4b;
    margin: 0 0 2px 0;
    line-height: 1.2;
}

.counter-content p {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    font-weight: 500;
}

.counter-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.counter-card-1 .counter-icon {
    background: #1a96f01a;
}

.counter-card-2 .counter-icon {
    background: #f893001a;
}

.counter-card-3 .counter-icon {
    background: #9610ff1a;
}

.counter-card-4 .counter-icon {
    background: #00b2431a;
}

.counter-card-5 .counter-icon {
    background: #e74c3c1a;
}

.counter-icon img {
    width: 44px;
    height: 44px;
}

/* Charts Row */
.dashboard-charts-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    margin-bottom: 24px;
}

.chart-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.chart-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.chart-card-header h4 {
    font-size: 16px;
    font-weight: 600;
    color: #202c4b;
    margin: 0;
}

.year-dropdown select {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 6px 30px 6px 12px;
    font-size: 13px;
    color: #6b7280;
    background: #fff;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.chart-card-body {
    padding: 20px;
}

/* Polar Area Chart */
.polar-chart-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 220px;
}

.polar-legend {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.polar-legend .legend-item {
    font-size: 13px;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 6px;
}

.polar-legend .legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.legend-free {
    background: #00b243;
}

.legend-standard {
    background: #9610ff;
}

.legend-advance {
    background: #1a96f0;
}

/* Financial Summary */
.financial-legend {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 13px;
    color: #6b7280;
}

.financial-legend .legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d946ef;
    display: inline-block;
}

.financial-legend strong {
    color: #202c4b;
    font-weight: 600;
}

.financial-chart-container {
    min-height: 260px;
    position: relative;
}

/* Table Section */
.dashboard-table-section {
    margin-bottom: 24px;
}

.table-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.table-card-header {
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.table-card-header h4 {
    font-size: 16px;
    font-weight: 600;
    color: #202c4b;
    margin: 0;
}

.table-card-body {
    padding: 0;
}

.table-card-body .table {
    margin: 0;
}

.table-card-body .table thead th {
    background: #f9fafb;
    border: none;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.table-card-body .table tbody td {
    padding: 14px 16px;
    font-size: 14px;
    color: #374151;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: middle;
}

.table-card-body .table tbody tr:last-child td {
    border-bottom: none;
}

.plan-badge {
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}

.badge-free {
    background: #00bf7126;
    color: #00bf71;
}

.badge-standard {
    background: #8752ee26;
    color: #8752ee;
}

.badge-premium {
    background: #ff5f0026;
    color: #ff5f00;
}

.badge-advance {
    background: #1a96f026;
    color: #1a96f0;
}

/* ===== END NEW DASHBOARD UI ===== */

/* ===== NEW DASHBOARD RESPONSIVE ===== */
@media (max-width: 1400px) {
    .dashboard-counter-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 12px;
    }

    .counter-content h3 {
        font-size: 24px;
    }
}

@media (max-width: 1200px) {
    .dashboard-counter-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .dashboard-charts-row {
        grid-template-columns: 1fr;
    }

    .financial-chart-container {
        min-height: 240px;
    }
}

@media (max-width: 992px) {
    .dashboard-counter-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .chart-card-header {
        padding: 14px 16px;
    }

    .chart-card-body {
        padding: 16px;
    }
}

@media (max-width: 768px) {
    .dashboard-counter-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .counter-card {
        padding: 14px 16px;
    }

    .counter-content h3 {
        font-size: 22px;
    }

    .counter-content p {
        font-size: 12px;
    }

    .counter-icon {
        width: 38px;
        height: 38px;
    }

    .counter-icon img {
        width: 38px;
        height: 38px;
    }

    .polar-legend {
        gap: 12px;
    }

    .polar-legend .legend-item {
        font-size: 12px;
    }

    .financial-legend {
        font-size: 12px;
    }

    .financial-chart-container {
        min-height: 200px;
    }

    .table-card-header {
        padding: 14px 16px;
    }

    .table-card-body .table thead th {
        padding: 10px 12px;
        font-size: 12px;
    }

    .table-card-body .table tbody td {
        padding: 12px;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .dashboard-counter-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .counter-card {
        padding: 12px 14px;
    }

    .counter-content h3 {
        font-size: 20px;
    }

    .counter-content p {
        font-size: 11px;
    }

    .chart-card-header h4 {
        font-size: 14px;
    }

    .year-dropdown select {
        padding: 5px 28px 5px 10px;
        font-size: 12px;
    }

    .polar-chart-container {
        min-height: 180px;
    }

    .polar-legend {
        gap: 8px;
        flex-direction: column;
        align-items: flex-start;
    }

    .financial-chart-container {
        min-height: 180px;
    }

    .plan-badge {
        padding: 3px 10px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .dashboard-counter-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== END NEW DASHBOARD RESPONSIVE ===== */

.gpt-dashboard-chart .new-card {
    border: none !important;
    background-color: #fff;
    -webkit-box-shadow:
        0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 3px 8px -1px rgba(71, 50, 50, 0.05);
    box-shadow:
        0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 3px 8px -1px rgba(71, 50, 50, 0.05);
}

.gpt-dashboard-chart .new-card .four-card-content {
    min-height: 351px;
}

.gpt-dashboard-chart .new-card .col-sm-6:nth-child(1) .four-card {
    background-color: #ffe9e0;
}

.gpt-dashboard-chart .new-card .col-sm-6:nth-child(2) .four-card {
    background-color: #dafcff;
}

.gpt-dashboard-chart .new-card .col-sm-6:nth-child(3) .four-card {
    background-color: #e3e9fe;
}

.gpt-dashboard-chart .new-card .col-sm-6:nth-child(4) .four-card {
    background-color: #def5eb;
}

.gpt-dashboard-chart .new-card .four-card h6 {
    color: #585865;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
}

.gpt-dashboard-chart .new-card .four-card h4 {
    color: #2e2e3e;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.gpt-dashboard-chart .new-card .four-card span {
    color: #525252;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.gpt-dashboard-chart .new-card .four-card .time p {
    color: #585865;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.gpt-dashboard-chart .new-card .four-card .time h6 {
    color: #2e2e3e;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.gpt-dashboard-chart .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 20px !important;
    background-color: #fff;
    border-bottom: 1px solid #dedede;
}

.gpt-dashboard-chart .feedback .table td {
    padding: 1px 15px;
}

.gpt-dashboard-chart .table th {
    background-color: #fcfbfb;
    text-align: left;
    border: none;
    color: #2e2e3e;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    padding: 15px;
}

.gpt-dashboard-chart .table td {
    text-align: left;
    color: #585865;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 11.5px 15px;
}

.dashboard-table-content thead th {
    background-color: #fcfbfb;
    text-align: left;
    border: none;
    color: #2e2e3e;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    padding: 15px;
    padding-left: 50px;
    border-bottom: 1px solid #d8d8d8;
}

.dashboard-table-content tbody td {
    text-align: left;
    color: #585865;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 11.5px 15px;
    padding-left: 50px;
}

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

.gpt-dashboard-chart .view-all p {
    color: #585865;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.gpt-dashboard-chart .view-all p a {
    color: #2db0f6;
}

.gpt-dashboard-chart .view-all p img {
    margin-top: -3px;
}

.gpt-dashboard-chart .top-five-country h6,
.gpt-dashboard-chart .notice h6 {
    color: #2e2e3e;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.gpt-dashboard-chart .top-five-country p,
.gpt-dashboard-chart .notice p {
    color: #585865;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.gpt-dashboard-chart .content {
    max-height: 300px;
    min-height: 300px;
}

.gpt-dashboard-chart .content #revenueChart {
    max-height: 300px;
    min-height: 300px;
}

.gpt-dashboard-chart .overallContent #Overallreports {
    max-height: 300px;
    min-height: 300px;
}

.gpt-dashboard-chart .overallContent {
    min-height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .gpt-dashboard-chart .overallContent {
        max-height: 400px;
        min-height: 400px;
    }

    .overall-level-container {
        display: flex;
        gap: 16px;
        flex-direction: row !important;
        justify-content: center;
        flex-wrap: wrap;
    }

    .new-salon-table {
        margin-bottom: 24px;
    }
}

.overall-level-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.profit-bulet {
    height: 10px;
    width: 10px;
    border-radius: 3px;
    background-color: #a507ff;
}

.loss-bulet {
    height: 10px;
    width: 10px;
    border-radius: 3px;
    background-color: #ff3b30;
}

.purchase-bulet {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #fd8d00;
}

.sales-bulet {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #8554ff;
}

.income-bulet {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #08c738;
}

.expense-bulet {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #ff3b30;
}

.gpt-dashboard-chart .top-five-country div {
    padding: 12px 0;
}

.gpt-dashboard-chart .top-five-country div:first-child {
    padding-top: 0;
}

.gpt-dashboard-chart .top-five-country div:last-child {
    padding-bottom: 0;
}

.gpt-dashboard-chart .notice .notice-content div {
    border-bottom: 1px solid #dedede;
    padding: 12px 0;
}

.gpt-dashboard-chart .notice .notice-content div:first-child {
    padding-top: 0;
}

.gpt-dashboard-chart .notice .notice-content div:last-child {
    padding-bottom: 0;
    border: 0;
}

.gpt-dashboard-chart .card-header .form-control:focus {
    border-color: #ced4da !important;
    box-shadow: none !important;
}

.gpt-dashboard-chart .card-header .gpt-up-down-arrow span {
    top: 30% !important;
}

.grid-5 .gpt-up-down-arrow span {
    top: 24% !important;
}

.gpt-dashboard-chart .card ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.gpt-dashboard-chart .card ::-webkit-scrollbar-button {
    background: #ccc;
}

.gpt-dashboard-chart .card ::-webkit-scrollbar-track-piece {
    background: #888;
}

.gpt-dashboard-chart .card ::-webkit-scrollbar-thumb {
    background: #eee;
}

.gpt-dashboard-chart .users-header {
    border-bottom: none !important;
    padding: 10px 20px !important;
    background-color: #ffa31a26;
}

.order-form-section label,
.permission label,
.role-input-label label {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #191919;
    position: relative;
    left: 20px;
    top: 11px;
    padding: 0 10px;
    z-index: 2;
    line-height: 1;
}

.modal-body label {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #191919;
    background: #fff;
    position: relative;
    padding: 0 10px;
    z-index: 2;
    line-height: 1;
}

.delete-cancel-group {
    position: absolute;
    bottom: 16px;
}

.search-product {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 8px;
}

.search-product-card {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 1399px) {
    .search-product-card {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .products .single-product .pro-img img {
        height: 130px;
    }
}

@media (max-width: 768px) {
    .search-product-card {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .search-product {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .search-product {
        grid-template-columns: 1fr;
    }
}

.order-form-section .feature-list label {
    top: 0px !important;
}

.order-form-section .feature-list .accordion-item {
    margin-bottom: 20px !important;
    border: 1px solid #dedede !important;
    padding: 10px;
    gap: 8px;
    border-radius: 8px;
    background: #fff;
    box-shadow:
        0px 3px 8px -1px rgba(50, 57, 71, 0.05),
        0px 0px 1px 0px rgba(65, 76, 105, 0.24);
}

.order-form-section .features-input {
    position: relative;
    top: -25px;
    width: 39%;
    padding: 0px 3px !important;
}

.order-form-section .feature-list .accordion-button:focus {
    box-shadow: none !important;
}

.order-form-section .feature-list .accordion-button:not(.collapsed) {
    color: #231f20 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.order-form-section .feature-list .accordion-button {
    color: #231f20;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    padding: 0 !important;
}

.order-form-section .feature-list .accordion-body {
    padding: 0 !important;
}

.order-form-section .feature-list .accordion-button::after {
    background-image: url("../images/icons/accordin-arrow-down.svg") !important;
    position: absolute;
    right: 100px;
}

.order-form-section .feature-list .accordion-button:not(.collapsed)::after {
    background-image: url("../images/icons/accordin-arrow-up.svg") !important;
}

.order-form-section .feature-list .accordion-header input {
    color: #2e2e3e;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.order-form-section .feature-list .accordion-body input {
    color: #585865;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.order-form-section .form-control,
.role-input-label .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffffff;
    border: 1px solid #e4e5e7;
    border-radius: 6px;
    /* padding: 12px 15px; */
    font-weight: 400;
    line-height: 37px;
}

.permission .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffffff;
    border: 1px solid #e4e5e7;
    border-radius: 6px;
    /* padding: 12px 15px; */
    height: 48px;
    font-weight: 400;
    line-height: 37px;
}

.modal-body .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffffff;
    border: 1px solid #e4e5e7;
    border-radius: 6px;
    padding: 12px 15px;
    font-weight: 400;
}

.order-form-section .form-control:focus {
    background-color: transparent !important;
    z-index: 0;
}

.order-form-section .form-control .form-control {
    padding: 0px 1px;
}

.order-form-section .form-control::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #7e7e7e;
}

.order-form-section .form-control::-moz-placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #7e7e7e;
}

.order-form-section .form-control:-ms-input-placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #7e7e7e;
}

.order-form-section .form-control::-ms-input-placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #7e7e7e;
}

.order-form-section .form-control::placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #7e7e7e;
}

.order-form-section .table-select {
    height: 48px;
    line-height: 24px;
}

.order-form-section h6 {
    font-weight: 600;
}

.upload-img {
    margin-top: 10px;
    top: 0 !important;
    left: 0 !important;
    background: #ffffff;
    border: 2px solid rgba(126, 126, 126, 0.4);
    border-radius: 10px;
    display: block;
    height: 206px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.upload-img i {
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.upload-img p {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    color: #555e69;
}

.loss-profit-container {
    /* background-color: white; */
    padding: 16px 16px;
    border-radius: 12px;
    box-shadow: 0px 4px 24px 0px #e4c3c30d;
}

@media (max-width: 576px) {
    .loss-profit-date-range {
        flex-wrap: wrap;
    }
}

.upload-img .image-thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.add-color-btn {
    border: 1px solid var(--clr-primary);
    border-radius: 3px;
    padding: 2px 8px;
    font-size: 10px;
    color: var(--clr-primary);
    cursor: pointer;
    display: inline-block;
    line-height: 1.6;
}

input[type="date"] {
    min-width: 125px !important;
}

.theme-btn {
    min-width: 134px;
    background: var(--clr-primary) !important;
    border-radius: 4px;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
}

.theme-btn:hover {
    color: white;
}

@media (max-width: 425px) {
    .theme-btn {
        padding: 6px;
    }
}

.border-btn {
    border: 1px solid #ef4444;
    border-radius: 4px;
    background: none !important;
    color: #ef4444;
}

.border-btn:hover {
    color: var(--clr-primary);
}

.table-title {
    text-align: center;
    background: #ffe6cc;
    border-radius: 5px 5px 0px 0px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    color: #191919;
    padding: 5px 10px;
}

.status-btn {
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-transform: capitalize;
    padding: 3px 10px;
    border-radius: 4px;
    min-width: 72px;
}

.pending2 {
    color: #555e69;
    background: rgba(85, 94, 105, 0.1);
}

.complete {
    background: rgba(6, 178, 75, 0.1);
    color: #06b34b;
}

.canceled {
    background: rgba(255, 98, 125, 0.1);
    color: #ff627d;
}

.select-tow {
    height: 36px;
    line-height: 16px;
    width: 100%;
    font-weight: 600;
}

.select-tow .list {
    width: 100%;
}

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

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

.border-none {
    border: none;
}

.border-none:focus {
    border: none;
    outline: none;
}

.clr-black {
    color: #191919 !important;
    font-weight: 500;
}

.clr-black td,
.clr-black th {
    color: #191919 !important;
}

b,
strong {
    color: #191919 !important;
}

.small-table tr td {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize;
    color: #191919;
    text-align: left;
    padding: 5px 10px;
    word-wrap: wrap;
    white-space: pre-wrap !important;
}

.small-table tr td:first-child {
    max-width: 270px;
    width: 200px;
}

.small-table tbody th {
    text-align: left;
    font-size: 12px;
}

.small-table th {
    background: none;
    word-wrap: wrap;
    white-space: pre-wrap !important;
    color: #191919;
    font-weight: 700;
    font-size: 12px;
}

.clr-gray td {
    color: #7e7e7e !important;
}

.theme-border {
    border-color: var(--clr-primary);
    color: var(--clr-primary);
}

.title-four {
    text-align: center;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #191919;
    background: rgba(31, 31, 31, 0.05);
}

.signature {
    max-width: 200px;
    margin: 0 auto;
    border-top: 1px solid #000;
    text-align: center;
}

.add-suplier-wrapper {
    position: relative;
}

.add-suplier-wrapper .nice-select:after {
    right: 60px;
}

.add-suplier-wrapper .add-suplier-modal {
    position: absolute;
    right: 15px;
    top: 14px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    background: rgba(255, 132, 0, 0.5);
}

.nice-select:after {
    height: 10px;
    width: 10px;
    top: 43%;
    right: 20px;
}

.feature-btn {
    border-radius: 4px;
    background: var(--primary-100, #eaecff);
    padding: 0 15px;
    color: var(--clr-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid #d4d4d4;
}

/* .modal-body {
    padding-top: 0;
} */

.modal-content {
    padding-bottom: 20px;
}

.upload-img-v2 {
    height: 100%;
}

.upload-img-v2 label {
    height: 130px;
    border-radius: 5px;
    border: 1px solid var(--neutral-300, #d4d4d4);
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    padding: 0px;
}

label.upload-img-label {
    position: absolute;
    top: -1px;
    z-index: 3;
    left: 10px;
    background-color: white;
}

.upload-img-v2 .image-height {
    height: 138px !important;
}

.upload-v4 .img-wrp {
    background: transparent !important;
    padding: 25px;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 140px;
}

.upload-img-container {
    height: 150px;
}

/* .table-top-left.d-flex.gap-3.margin-l-16{
    flex-wrap: wrap;
} */
.cards {
    background-color: white;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.cards-header {
    padding: 16px;
    background-color: #fff;
    border-radius: 12px;
}

.upload-v4 .img-wrp img {
    width: 80px;
    height: 80px;
    border: none;
}

.upload-img-v2 label img {
    width: 150px;
    height: 141px;
    border-radius: 5px;
    border-right: 1px solid var(--neutral-300, #d4d4d4);
}

.settings-image-upload {
    position: relative;
    margin-top: 10px;
}

.settings-image-upload .title {
    position: absolute;
    background-color: #fff;
    z-index: 3;
    left: 21px;
    top: 4px;
}

.upload-img-v2 .settings-upload-v4 {
    height: 100px;
    display: flex;
    justify-content: center;
    border: 1px dashed var(--neutral-300, #d4d4d4);
    left: 0 !important;
}

.upload-img-v2 .settings-upload-v4 .img-wrp {
    background: transparent !important;
    min-width: auto !important;
}

.upload-img-v2 .settings-upload-v4 .img-wrp img {
    height: 48px;
    width: auto;
}

/* role-reset-btn */
.role-reset-btn {
    font-weight: bold;
    color: var(--clr-primary);
    border: 1px solid var(--clr-primary);
    padding: 0.2rem 0.5rem !important;
}

.role-reset-btn:hover {
    color: #fff !important;
    background-color: var(--clr-primary);
    border: 1px solid transparent;
}

.costing-price-wrapper {
    padding: 30px 0;
}

.costing-list li {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

.costing-list span {
    min-width: 165px !important;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: capitalize;
    color: #191919;
}

@media (max-width: 768px) {
    .costing-list span {
        min-width: 105px !important;
    }
}

.costing-list span:nth-child(2) {
    text-align: center;
    min-width: 40px !important;
}

.mark-style {
    background: #ffe6cc !important;
    color: #7e7e7e !important;
}

.t-shirt-thumb {
    max-width: 240px;
    height: 250px;
    border: 1px solid rgba(126, 126, 126, 0.5);
    border-radius: 6px;
    text-align: center;
    padding: 15px 25px;
    margin-left: auto;
}

.t-shirt-thumb img {
    width: 100%;
    height: 100%;
}

.table-title-three {
    background: #f4f4f4;
    border-radius: 5px 5px 0px 0px;
    display: -ms-grid;
    display: grid;
    /* -ms-grid-columns: (1fr) [3]; */
    grid-template-columns: repeat(3, 1fr);
    padding: 5px 15px;
    margin-top: 25px;
}

.table-title-three h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #191919;
}

.table-two.table-bordered {
    border-color: #fff;
    border-top: 0;
}

.table-two.table-bordered td,
.table-two.table-bordered th {
    border: 1px solid rgba(126, 126, 126, 0.4);
    border-top: 0;
}

.t-header {
    background: #f4f4f4 !important;
    color: #191919 !important;
    font-weight: 500 !important;
}

.bank-account-info {
    padding: 15px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-top: 20px;
}

.bank-account-info .costing-list span {
    min-width: 130px;
}

.bank-account-info .add-order-btn {
    font-size: 14px;
    width: auto;
    margin-left: auto;
}

.title-five {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    padding-bottom: 0;
}

.add-suplier-modal-wrapper .nice-select {
    line-height: 23px;
}

.add-suplier-modal-wrapper .nice-select .list {
    width: 100%;
}

.order-form-section .costing-list {
    margin: 20px auto;
}

.order-form-section .costing-list span {
    min-width: 180px;
    word-break: break-word;
}

.order-form-section .payment-gateway h4 {
    font-weight: 700;
}

.text-success {
    color: #06b34b !important;
}

.free-badge {
    background-color: #00bf7126;
    color: #00bf71;
    padding: 5px 12px;
    border-radius: 6px;
}

.standard-badge {
    background-color: #8752ee26;
    color: #8752ee;
    padding: 5px 12px;
    border-radius: 6px;
}

.premium-badge {
    background-color: #ff5f0026;
    color: #ff5f00;
    padding: 5px 12px;
    border-radius: 6px;
}

.w-140 {
    width: 160px;
    display: inline-block;
    margin: 0;
}

.loan-view-modal-wrapper .bank-status-list span {
    color: #7e7e7e !important;
    font-size: 14px !important;
}

.loan-view-modal-wrapper .bank-status-list .w-140 {
    color: #0c1928 !important;
}

th table th {
    background: none !important;
    padding: 7px 0 !important;
    text-align: center;
    border: 1px solid rgba(31, 31, 31, 0.1);
}

.top-customer-table .table th,
.top-customer-table .table td {
    border-bottom: 1px solid #e7eaed !important;
    border-top: 1px solid #e7eaed !important;
    padding: 12px;
}

.top-customer-table .table {
    border: none !important;
}

.feature-btn {
    border-radius: 4px;
    background: var(--primary-100, #eaecff);
    padding: 0 15px;
    color: var(--clr-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid #d4d4d4;
}

/*switch btn start*/

.order-form-section .radio-switcher .switch {
    top: 0px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    min-width: 44px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--clr-gray2);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: var(--clr-white);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: var(--clr-primary);
}

input:checked+.slider:before {
    -webkit-transform: translateX(19px);
    transform: translateX(19px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 12px;
}

.slider.round:before {
    border-radius: 50%;
}

/*switch btn end*/

/* ---- gpt-up-down-arrow css start --- */
.table-top-left .form-control {
    height: 38px;
    border: 1px solid #d8d8d8 !important;
    border-radius: 8px;
}

.gpt-up-down-arrow select {
    cursor: pointer;
}

.gpt-up-down-arrow span {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 30%;
    right: 16px;
    height: 10px;
    width: 10px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.gpt-up-down-arrow:hover span {
    transform: rotate(225deg);
}

/*--------------------------------------
    - login css start
----------------------------------------*/
.footer {
    background-image: url("../images/login-img.png");
    margin: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: end;
    border-radius: 12px;
    background-attachment: fixed;
}

.footer-logo {
    width: 25%;
    margin: auto;
    background: white;
    text-align: center;
    padding: 20px;
    padding-top: 0px;
    position: relative;
    /* main shape */
    border-radius: 0 0 40px 40px;
}

/* LEFT CURVE */
.footer-logo::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    width: 50%;
    height: 60px;
    background: white;
    border-bottom-left-radius: 100px;
}

/* RIGHT CURVE */
.footer-logo::after {
    content: "";
    position: absolute;
    top: -60px;
    right: 0;
    width: 50%;
    height: 60px;
    background: white;
    border-bottom-right-radius: 100px;
}

.footer .footer-logo img {
    height: 48px;
    width: auto;
}

.mybazar-login-section {
    height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {

    .mybazar-login-section .mybazar-login-avatar,
    .mybazar-login-section .mybazar-login-wrapper {
        /* width: 50% !important; */
    }

    .mybazar-login-wrapper {
        display: flex;
        align-items: center;
        justify-content: end;
    }
}

@media (max-width: 1200px) {
    .mybazar-login-section {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.mybazar-login-section .mybazar-login-avatar {
    text-align: center;
    width: 60%;
}

.mybazar-login-section .mybazar-login-avatar img {
    width: 90%;
    height: 480px;
    object-fit: contain;
}

.mybazar-login-section .mybazar-login-wrapper {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 500px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.mybazar-login-section .login-wrapper {
    width: 100%;
    background: #fff;
    box-shadow: -16px 0px 50px 0px #0000000d;
    border-radius: 16px;
    padding: 35px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mybazar-login-section .login-wrapper h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    color: #101828;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
}

.mybazar-login-section .login-wrapper h2 span {
    color: var(--clr-primary);
    margin-left: 10px;
}

.mybazar-login-section .login-wrapper h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #515b73;
    margin-bottom: 20px;
    margin-top: 3px;
    text-align: center;
}

.mybazar-login-section .login-wrapper p {
    color: #0c1928;
    opacity: 0.5;
    text-align: center;
}

.mybazar-login-section .login-wrapper .input-group {
    position: relative;
    margin: 0;
    margin-top: 10px;
    background-color: #f4f5f7;
}

.mybazar-login-section .login-wrapper .input-group span {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 5;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.mybazar-login-section .login-wrapper .input-group .hide-pass {
    position: absolute;
    top: 50%;
    left: auto;
    right: 15px;
    z-index: 5;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.mybazar-login-section .login-wrapper .input-group .form-control {
    padding: 12px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 12px;
    height: 48px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.mybazar-login-section .login-wrapper .input-group .form-control::placeholder {
    color: #4d4d4d !important;
}

.mybazar-login-section .login-wrapper .input-group input {
    border-radius: 6px;
    border: 1px solid #d4d4d8;
    padding-left: 50px !important;
}

.mybazar-login-section .login-wrapper .input-group input:focus {
    border: 1px solid #d4d4d8 !important;
}

.mybazar-login-section .button-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 10px auto 10px auto 10px auto;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
}

.mybazar-login-section .forget-password {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mybazar-login-section .back-to-login {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.mybazar-login-section .forget-password a,
.mybazar-login-section .back-to-login a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--clr-primary);
    display: inline-block;
    margin: 5px;
}

.mybazar-login-section .forget-password a:hover,
.mybazar-login-section .back-to-login a:hover {
    text-decoration: underline;
}

.mybazar-login-section .forget-password label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.mybazar-login-section .login-btn {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #fff !important;
    background: #6155f5;
    border-radius: 6px;
    padding: 10px 20px;
    width: 100%;
    margin-top: 15px;
    height: 48px;
}

.forget-password .custom-control-label span {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #475467;
}

.mybazar-login-wrapper .input-group input:focus-visible {
    border: 1px solid var(--clr-primary) !important;
}

.mybazar-login-section .button-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 10px auto 10px auto 10px auto;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
}

.mybazar-login-section .button-group a {
    background: #25d4a9;
}

@media (max-width: 575px) {
    .gpt-dashboard-chart .card-header {
        flex-wrap: wrap;
    }

    .mybazar-login-section .button-group {
        -ms-grid-columns: 50% auto;
        grid-template-columns: 50% auto;
    }

    .mybazar-login-section .maan-main-content {
        padding: 25px 10px;
    }
}

.mybazar-login-section .hide-pass img:last-child {
    display: none;
}

.mybazar-login-section .show-pass img:first-child {
    display: none;
}

.mybazar-login-section .show-pass img:last-child {
    display: block;
}

.mybazar-login-section .hide-pass {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*--------------------------------------
    - login css end
----------------------------------------*/
.login-button-list {
    margin-top: 20px;
}

.login-button-list .theme-btn {
    min-width: 100% !important;
    border-radius: 6px;
    color: #515b73 !important;
    background-color: transparent !important;
    border: 1px solid #d9dddb !important;
    font-size: 14px !important;
    padding: 8px !important;
}

.login-button-list .theme-btn:hover {
    border: 1px solid var(--clr-primary) !important;
    color: var(--clr-primary) !important;
}

.login-button-list li {
    display: inline-block;
}

.login-button-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.login-footer img {
    margin-right: 10px;
}

@media (max-width: 476px) {
    .login-button-list ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .sup-addon {
        top: -6px !important;
    }
}

.delete-massage {
    text-align: center;
}

.aler-icons {
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: red;
    border: 1px solid red;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.erp-dashboard-profile img {
    width: 100%;
}

.erp-dashboard-profile .profile-bg {
    height: 150px;
}

.erp-dashboard-profile .profile-bg img {
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
}

.erp-dashboard-profile .profile-img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: -40px;
    border: 2px solid var(--clr-primary);
}

.erp-dashboard-profile-section {
    padding: 20px;
}

.order-summary-tab {
    margin-top: -34px;
}

.bg-gray {
    background: rgba(31, 31, 31, 0.05) !important;
    color: #000 !important;
}

/* print css end css*/
.table-footer-last {
    max-width: 350px;
    margin-left: auto;
    margin-top: 100px;
}

.table-footer-last td {
    text-align: left;
    font-weight: 500;
    color: #000;
}

.table-footer-last td:last-child {
    text-align: right;
    font-weight: 700;
    color: #000;
}

.modal-btn-ctg {
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff !important;
    background: var(--clr-primary);
}

.input-group .form-control {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.daily-transaction-between-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.daily-transaction-between-wrapper .between-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ced4da;
    overflow: hidden;
    border-radius: 6px;
}

.daily-transaction-between-wrapper .between-wrapper input {
    border: none;
    padding: 0;
    margin: 0 10px;
    min-width: 90px !important;
    text-align: center;
    outline: none;
}

.daily-transaction-between-wrapper .between-wrapper input[type="date"]::-webkit-inner-spin-button,
.daily-transaction-between-wrapper .between-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.daily-transaction-between-wrapper .between-wrapper span {
    background: #6c6d78;
    display: inline-block;
    padding: 6px 10px;
    color: #fff;
}

.daily-transaction-between-wrapper .between-wrapper .nice-select {
    height: 37px;
    border-radius: 6px;
}

.this-month-select {
    padding-left: 0;
}

.this-month-select .current {
    font-weight: 500;
}

.total-count-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.total-count-area .count-item {
    border-radius: 10px;
    max-width: 190px;
    padding: 15px 20px;
    width: 100%;
}

.total-count-area .count-item h5 {
    font-weight: 600;
    font-size: 23px;
    line-height: 31px;
    color: #2e2e3e;
    margin-bottom: 5px;
}

.total-count-area .count-item p {
    font-size: 16px;
    font-weight: 500;
}

.light-blue {
    background: rgba(45, 176, 246, 0.2);
}

.light-green {
    background: rgba(21, 205, 117, 0.2);
}

.light-orange {
    background: rgba(255, 140, 0, 0.2);
}

.light-red {
    background: rgba(255, 37, 37, 0.2);
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0;
}

.add-suplier-modal-wrapper .input-group {
    border: 1px solid #ced4da;
    border-radius: 6px;
    margin-left: 0 !important;
}

.add-suplier-modal-wrapper .input-group .nice-select {
    border: none;
    background: none;
}

.add-suplier-modal-wrapper .input-group .input-group-text {
    border: none;
}

.service-btn-possition {
    background: var(--clr-primary) !important;
    color: #fff !important;
    font-size: 20px;
    height: 40px;
    width: 40px;
    border: none;
    outline: none;
}

.grid-5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.date-filters-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px !important;
    width: 100% !important;
}

.custom-date-filter {
    display: inline-block;
    position: relative;
}

.calendar-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff;
    /* আইকনের রং */
}

.custom-date-filter select {
    appearance: none;
    color: #6c6f71;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
}

.custom-date-filter span {
    border-bottom: 2px solid #3f3f46 !important;
    border-right: 2px solid #3f3f46 !important;
}

.custom-date-filter select:focus {
    outline: none;
}

.custom-date-filter::after {
    font-size: 14px;
    color: #3f3f46;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.custom-date-filter select option {
    background: white;
    color: black;
    padding: 10px;
}

.custom-date-filter select option:hover {
    appearance: none !important;
    color: var(--clr-primary) !important;
    background-color: #fef0f1 !important;
}

/* Tablet View (Max 768px) */
@media (max-width: 768px) {
    .date-filters-container {
        grid-template-columns: repeat(2, 1fr) !important;
        /* 2 columns */
    }
}

/* Mobile View (Max 480px) */
@media (max-width: 480px) {
    .date-filters-container {
        grid-template-columns: repeat(1, 1fr) !important;
        /* 1 column */
    }
}

.grid-10 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(10, 1fr);
    gap: 15px;
}

.grid-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.grid-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.feature-row {
    position: relative;
    padding-right: 60px;
}

.feature-row .remove-btn-features {
    position: absolute;
    top: 10px;
    right: 0;
}

.loss-profit .nice-select,
.loss-profit select {
    min-width: 180px;
}

.loss-profit .current {
    line-height: 1.5;
}

.form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-switch {
    margin: 0;
    padding: 0;
}

.form-switch .form-check-input {
    margin: 0 auto;
    padding: 0;
    height: 20px;
    width: 40px !important;
    float: none;
    border: 1px solid #ddd !important;
}

.nice-select,
select {
    min-width: 120px;
}

.ledger-detais-date {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 20px;
}

.ledger-detais-date .input-wrapper-between input {
    min-width: unset !important;
    width: 90px;
}

.ledger-detais-date .input-wrapper-between small {
    font-weight: 500;
    font-size: 15px;
}

.form-switch .form-check-input:checked {
    background-color: var(--clr-primary);
}

.commercial-invoice tr,
.commercial-invoice td,
.commercial-invoice th {
    font-size: 16px;
    text-align: left;
    white-space: normal !important;
    height: 40px;
}

.commercial-invoice tr p,
.commercial-invoice td p,
.commercial-invoice th p {
    font-size: 16px;
    line-height: 30px;
}

.commercial-invoice.text-center td,
.commercial-invoice.text-center th,
.commercial-invoice.text-center tr {
    text-align: center;
}

.sample-form-wrp {
    padding-right: 180px;
}

.sample-form-wrp .service-btn-possition {
    position: absolute;
    right: 60px;
    top: 40px;
}

.sample-form-wrp .remove-btn-features {
    top: 40px;
    right: 15px;
}

table input {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 12px !important;
}

.mw-1000 {
    min-width: 1000px;
}

.table-form-section {
    position: relative;
}

.table-form-section .responsive-table {
    padding-left: 20px;
}

.table-form-section .add-btn-one,
.table-form-section .add-btn-two,
.table-form-section .add-btn-three,
.table-form-section .add-btn-four,
.table-form-section .add-btn-five,
.table-form-section .add-btn-six,
.table-form-section .add-btn-seven {
    position: absolute;
    left: -20px;
    top: 0px;
    height: 20px;
    width: 20px;
    background: rgba(255, 132, 0, 0.5);
    border-radius: 3px;
    color: #000;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

td.position-relative,
tr.position-relative {
    padding: 0;
}

td.position-relative td,
tr.position-relative td {
    padding: 0;
}

.w-120 {
    min-width: 120px;
}

.form-table-sm tr td:first-child {
    width: 140px;
}

.tr-remove-btn {
    position: absolute;
    left: -20px;
    top: 30px;
    color: red;
    cursor: pointer;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    display: none;
}

.dataTables_wrapper .dt-buttons {
    float: right;
    margin-bottom: 30px;
}

.dataTables_wrapper .dt-buttons button {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background: none;
    font-size: 18px;
    color: rgba(12, 25, 40, 0.5);
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    margin-bottom: 30px;
    width: 200px;
    margin-left: 15px;
}

.dataTables_wrapper .dataTables_filter label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    height: 40px;
}

.dataTables_wrapper .dataTables_filter label input {
    position: absolute;
    left: 0;
    bottom: 0;
}

.dataTables_wrapper .dataTables_length {
    float: left;
    margin-bottom: 30px;
    width: 150px;
}

.dataTables_wrapper .dataTables_length label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    position: relative;
    min-height: 40px;
}

.dataTables_wrapper .dataTables_length label select {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.dataTables_wrapper select,
.dataTables_wrapper input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    -webkit-transition:
        border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition:
        border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    outline: none;
    padding-right: 15px;
}

.dataTables_info {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.7;
    float: left;
}

.dashboard-chart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #d8d8d8;
}

.dashboard-chart-header h4 {
    font-size: 18px;
    font-weight: 600;
}

.income-container {
    display: flex;
    align-items: center;
    margin-top: 6px;
    font-weight: 400;
    font-size: 14px;
    color: #515b73;
}

.income-expense-label-container {
    display: flex;
    align-items: center;
    gap: 40px;
}

.income-dot {
    width: 10px;
    height: 10px;
    background-color: #6155f5;
    margin-right: 8px;
}

.expense-dot {
    width: 10px;
    height: 10px;
    background-color: #e9edf4;
    margin-right: 8px;
}

.income-container span {
    font-weight: 600;
    color: #202c4b;
}

.income-value {
    font-weight: bold;
}

.dataTables_paginate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 3px 10px;
    display: inline-block;
    border: none !important;
    border: 1px solid #eee !important;
    line-height: 20px;
    margin: 0;
    color: #f88808 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #f88808;
    color: #fff !important;
}

.nice-select .list {
    width: 100%;
}

.A4-paper {
    max-width: 1100px;
    margin: 0 auto;
}

.w-400 {
    max-width: 400px;
}

/* invoice css start */
.invoice-section {
    max-width: 800px;
    margin: 0 auto;
}

.invoice-header {
    background: #dbeef4;
    padding: 5px 0;
}

.invoice-header h1 {
    font-family: "Manrope";
    font-weight: 600;
    font-size: 24px;
    line-height: 68px;
    color: #191919;
    text-align: right;
}

.invoice-header h2 {
    font-family: "Manrope";
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #191919;
}

.invoice-header p {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #555e69;
}

.invoice-address-section {
    padding: 10px 0;
}

.invoice-address-section li {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    color: #0c1928;
    display: flex;
    align-items: center;
    gap: 5px;
}

.invoice-address-section li p,
.invoice-address-section li span {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    color: #0c1928;
}

.invoice-table thead th {
    border: 1px solid #7e7e7e;
    background: #dbeef4;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 24px;
    color: #191919;
    padding: 0px 5px;
}

.invoice-table tbody td {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    color: #475467;
    border: 1px solid #7e7e7e;
    text-align: left;
    white-space: normal;
    padding: 0px 5px;
}

.invoice-table tbody td p,
.invoice-table tbody td span {
    font-size: 10px !important;
}

.invoice-table tbody td:last-child {
    text-align: right;
}

.invoice-table tfoot th {
    border: 1px solid #7e7e7e;
    background: #dbeef4;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #191919;
    padding: 0px 5px;
}

.invoice-table tfoot td {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #475467;
    border: 1px solid #7e7e7e;
    text-align: left;
    white-space: normal;
}

.invoice-table tfoot td:last-child {
    text-align: right;
}

.invoice-table tfoot td span,
.invoice-table tfoot td p {
    max-width: 100% !important;
    font-size: 10px;
}

.invoice-bank-details {
    margin-top: 10px;
}

.invoice-bank-details h4 {
    display: inline-block;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    color: #0c1928;
    border-bottom: 1px solid #0c1928;
    margin-bottom: 10px;
}

.invoice-bank-details li {
    margin: 0;
}

.invoice-bank-details li span,
.invoice-bank-details li p {
    max-width: 100%;
    color: #0c1928;
}

.invoice-others-section {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.invoice-others-section h6 {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    max-width: 220px;
    line-height: 1.4;
    color: #0c1928;
}

.invoice-signature-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0;
}

.invoice-signature-section p {
    display: inline-block;
    color: #0c1928;
    border-top: 1px solid #0c1928;
}

.invoice-footer {
    background: #dbeef4;
    padding: 10px 0;
    text-align: center;
    margin-top: 30px;
}

.invoice-footer a {
    font-size: 10px;
    color: #0c1928 !important;
}

/* manageplan edit css start */
.form-control.manage-plan input {
    position: absolute;
    top: -25px;
    width: auto;
}

.custom-manageswitch {
    position: absolute;
    right: 20px;
    top: 12px;
}

.subscription-plan-edit-custom-input {
    padding: 0 10px !important;
    top: -23px !important;
    height: auto !important;
    min-width: auto !important;
}

/* invoice css end */
@media (max-width: 1700px) {
    .state-overview-box .icons {
        height: 70px;
        width: 70px;
        min-width: 70px;
        line-height: 70px;
    }

    .state-overview-box .icons img {
        height: 40px;
    }

    .state-overview-box {
        padding: 8px;
    }

    .state-overview-box h2 {
        font-size: 20px;
    }

    .state-overview-box p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1424px) {
    .gpt-dashboard-card.counter-grid-6 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (min-width: 880px) and (max-width: 1424px) {
    .gpt-dashboard-card.counter-grid-6 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 650px) and (max-width: 880px) {
    .gpt-dashboard-card.counter-grid-6 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 1423px) and (max-width: 1700px) {
    .gpt-dashboard-card .couter-box .icons {
        height: 55px;
        width: 55px;
    }

    .gpt-dashboard-card .couter-box h5 {
        font-size: 18px;
        line-height: 28px;
    }

    .gpt-dashboard-card .couter-box p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 650px) {
    .gpt-dashboard-card.counter-grid-6 {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 1400px) {
    .erp-state-overview-wrapper {
        /* -ms-grid-columns: (1fr) [3]; */
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1200px) {
    .mybazar-login-section {
        height: 100vh;
        background-size: cover;
    }

    .footer .footer-logo {
        display: none;
    }

    .mybazar-login-section .mybazar-login-avatar {
        display: none;
    }

    .mybazar-login-section .mybazar-login-wrapper {
        display: flex;
        justify-content: center;
        margin: 30px 30px 30px 14px;
    }

    .mybazar-login-section .mybazar-login-wrapper .login-wrapper {
        padding: 30px;
    }
}

@media (max-width: 520px) {
    .mybazar-login-section .mybazar-login-wrapper {
        margin: 30px 13px 30px 12px !important;
    }
}

@media (max-width: 400px) {
    .mybazar-login-section .mybazar-login-wrapper .login-wrapper {
        padding: 17px !important;
    }

    .login-button-list ul {
        gap: 5px !important;
    }
}

@media (max-width: 992px) {
    .mybazar-login-section .forget-password {
        margin-top: 15px;
    }

    .settings-image-upload {
        margin-bottom: 10px;
    }

    .loss-flex {
        flex-wrap: wrap;
    }
}

@media (max-width: 1400px) {
    .table-top-form {
        display: block;
    }
}

@media (max-width: 1150px) {
    .table-top-btn-group ul {
        margin-top: 20px;
    }

    .grid-5,
    .grid-3,
    .grid-4 {
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .table-top-form .form-control {
        margin: 0;
    }

    .side-bar {
        left: -100%;
    }

    .section-container {
        padding-left: 0 !important;
    }

    .header-middle {
        display: none;
    }

    .header-wrapper {
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    }

    .language-change {
        display: none;
    }

    .dark-icon {
        display: none !important;
    }

    .w-50 {
        width: 100% !important;
    }

    .side-bar {
        width: 300px !important;
    }

    .side-bar .side-bar-manu .dropdown::before {
        opacity: 1 !important;
    }

    .side-bar .sidebar-icon img {
        width: 16px !important;
    }

    .side-bar .side-bar-manu li a .sidebar-icon {
        left: 0 !important;
        margin-right: 10px !important;
    }

    .side-bar.active {
        left: 0;
    }

    .close-btn {
        display: block;
        font-size: 20px;
        cursor: pointer;
    }

    .grid-5 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 645px) {
    .table-search {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .total-count-area {
        display: -ms-grid;
        display: grid;
        /* -ms-grid-columns: (1fr) [2]; */
        grid-template-columns: repeat(2, 1fr);
    }

    /* .order-summary-tab {
        margin-top: 25px;
    } */

    .grid-5 {
        /* -ms-grid-columns: (1fr) [1]; */
        grid-template-columns: repeat(1, 1fr);
    }

    .table-header .button-group {
        margin-top: 20px;
    }

    .container-fluid {
        padding: 15px 15px;
    }

    .add-suplier-modal-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .add-suplier-modal-wrapper .row {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .add-suplier-modal-wrapper .add-profile-photo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 auto !important;
    }

    .erp-state-overview-wrapper {
        /* -ms-grid-columns: (1fr) [2]; */
        grid-template-columns: repeat(2, 1fr);
    }

    .total-count-area .count-item {
        max-width: 100%;
    }

    .daily-transaction-between-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .daily-transaction-between-wrapper .between-wrapper input {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .table-header {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    .erp-state-overview-wrapper {
        /* -ms-grid-columns: (1fr) [1]; */
        grid-template-columns: repeat(1, 1fr);
    }

    .voucher-big-box-wrapper {
        gap: 20px;
    }

    .mybazar-login-section .login-wrapper h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .mybazar-login-section .login-wrapper h6 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }
}

.main-header-section {
    z-index: 5;
}

/* new invoice css start */
.erp-new-invice {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    min-height: 1000px;
}

.erp-new-invice .table-header h3 strong {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: "Lato", sans-serif;
}

.erp-new-invice .table-header p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: "Lato", sans-serif;
}

.erp-new-invice .bill-invoice-wrp {
    text-align: center;
    margin: 15px 0;
    position: relative;
}

.erp-new-invice .bill-invoice-wrp .paking-date {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.erp-new-invice .bill-invoice-wrp h2 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: "Lato", sans-serif;
}

.erp-new-invice .bill-invoice-wrp hr {
    margin: 0;
    max-width: 170px;
    margin: 0 auto;
    height: 2px;
    border-top: 2px solid #000;
    opacity: 1;
}

.erp-new-invice .invice-detaisl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Lato", sans-serif;
    gap: 50px;
}

.erp-new-invice .invice-detaisl .bill-left-side,
.erp-new-invice .invice-detaisl .bill-right-side {
    width: 50%;
    margin-bottom: 15px;
}

.erp-new-invice .invice-detaisl .bill-left-side p,
.erp-new-invice .invice-detaisl .bill-right-side p {
    line-height: 19px;
    color: #000;
}

.erp-new-invice .invice-detaisl .address-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.erp-new-invice .invice-detaisl .address-items strong {
    display: block;
    width: 130px;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: "Lato", sans-serif;
}

.erp-new-invice .invice-detaisl .address-items p {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Lato", sans-serif;
}

.erp-new-invice .bill-right-side {
    margin-left: auto;
    text-align: right;
}

.erp-new-invice th {
    background: transparent;
    border: 1px solid #000;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: "Lato", sans-serif;
}

.erp-new-invice tr {
    border: none;
}

.erp-new-invice td {
    color: #000;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Lato", sans-serif;
    border: none;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

.erp-new-invice td p {
    color: #000;
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: "Lato", sans-serif;
}

.erp-new-invice td small {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.erp-new-invice table .address-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.erp-new-invice table .address-items p,
.erp-new-invice table .address-items strong {
    font-size: 13px;
    color: #000;
    line-height: 1;
}

.erp-new-invice table hr {
    opacity: 1;
    margin: 0;
    margin-bottom: 10px;
}

.erp-new-invice .signature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100% !important;
    max-width: 100% !important;
    border: none;
    position: absolute;
    top: auto;
    bottom: 0;
}

.erp-new-invice .signature p {
    display: inline-block;
    border-top: 1px solid #000;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 10px;
    font-family: "Lato", sans-serif;
}

.erp-new-invice .table-header img {
    max-width: 300px;
}

.erp-new-invice .invoice-text {
    background: #f4efe5;
    text-align: right;
    padding-right: 100px;
    margin-bottom: 30px;
}

.erp-new-invice .invoice-text h2 {
    color: #000;
    font-family: Lato;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 15px;
    background: #fff;
}

.invoice-two thead th {
    background: rgba(172, 133, 55, 0.13) !important;
}

.invoice-two td {
    border: 1px solid #000;
}

.invoice-two th h2 {
    color: #1f1f1f;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.qty-new {
    min-width: 120px;
}

.invoice-payment-details h3 {
    display: inline-block;
    border-bottom: 1px solid #000;
    color: #1f1f1f;
    font-family: Lato;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.invoice-payment-details p {
    color: #000;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.new-invoice-others {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.new-invoice-others h5 {
    max-width: 340px;
    color: #000;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.new-invoice-footer {
    text-align: center;
    margin-top: 40px;
}

.new-invoice-footer p {
    background: rgba(172, 133, 55, 0.13);
    padding: 15px 0;
    color: #000;
    font-family: Lato;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.production-report-header {
    border: 1px solid #000;
    background: #ffe6cd;
    padding: 10px;
    color: #000;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.paking-detail-table td {
    border: 1px solid #000;
}

.closing-balance {
    color: #000;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 80px;
}

/* new invoice css end */

.table-search {
    width: 338px;
}

.table-search svg {
    height: 18px;
    width: 18px;
}

.table-search .form-control {
    border-radius: 8px;
    border: 1px solid #d4d4d4;
    /*height: 35px;*/
    padding: 5px 10px;
}

.table-search button {
    width: 29px;
    border-radius: 6px;
    background: var(--clr-primary);
    color: #fff;
    position: absolute;
    top: 3px;
    right: 3px;
    border: 0;
}

.table-search .clearSearchInput {
    position: absolute;
    background: none;
    font-size: 12px;
    right: 30px;
}

/* new css start 14/08/2023 */
.order-form-section .form-control {
    min-width: 70px;
}

.table td {
    vertical-align: center;
}

/* new css end 14/08/2023 */
.notifications ul {
    overflow: auto;
    max-height: 620px;
}

/* new dashboard css start */
.erp-overview-grid-6 {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
}

.erp-overview-item {
    border-radius: 12px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(195, 208, 228, 0.3);
    box-shadow: 0px 4px 24px 0px rgba(195, 208, 228, 0.3);
    padding: 15px;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}

.erp-overview-item .overview-icon {
    height: 54px;
    width: 54px;
    padding: 10px;
    border-radius: 10px;
    background: #edd9ff;
    margin-bottom: 15px;
}

.erp-overview-item .overview-icon img {
    width: 100%;
}

.erp-overview-item p {
    color: #344054;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 6px;
}

.erp-overview-item h6 {
    color: #101828;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

.erp-overview-item:nth-child(2) .overview-icon {
    background: #e1dfff;
}

.erp-overview-item:nth-child(3) .overview-icon {
    background: #ffe9de;
}

.erp-overview-item:nth-child(4) .overview-icon {
    background: #cbffeb;
}

.erp-overview-item:nth-child(5) .overview-icon {
    background: #ddecff;
}

.erp-overview-item:nth-child(6) .overview-icon {
    background: #fde7fc;
}

.erp-overview-item:nth-child(7) .overview-icon {
    background: #ddecff;
}

.erp-overview-item:nth-child(8) .overview-icon {
    background: #ffe4fe;
}

.erp-overview-item:nth-child(9) .overview-icon {
    background: #edd9ff;
}

.erp-overview-item:nth-child(10) .overview-icon {
    background: #d5edff;
}

.erp-overview-item:nth-child(11) .overview-icon {
    background: #e1dfff;
}

.erp-overview-item:nth-child(12) .overview-icon {
    background: #cbffeb;
}

.dashboard-card {
    background: #ffffff;
    -webkit-box-shadow:
        0px 0px 1px rgba(65, 76, 105, 0.24),
        0px 3px 8px -1px rgba(50, 57, 71, 0.05);
    box-shadow:
        0px 0px 1px rgba(65, 76, 105, 0.24),
        0px 3px 8px -1px rgba(50, 57, 71, 0.05);
    border-radius: 12px;
    padding: 20px;
}

.dashboard-card .table-responsive {
    border-radius: 8px;
    -webkit-box-shadow:
        0px 0px 1px rgba(65, 76, 105, 0.24),
        0px 3px 8px -1px rgba(50, 57, 71, 0.05);
    box-shadow:
        0px 0px 1px rgba(65, 76, 105, 0.24),
        0px 3px 8px -1px rgba(50, 57, 71, 0.05);
}

.dashboard-card .dashboard-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaecf0;
}

.dashboard-card .dashboard-card-header p,
.dashboard-card .dashboard-card-footer p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #667085;
}

.dashboard-card-footer {
    text-align: right;
    padding-top: 15px;
}

.dashboard-card .dashboard-card-header a,
.dashboard-card .dashboard-card-footer a {
    color: #1570ef !important;
    font-weight: 400;
}

.dashboard-card .dashboard-card-header h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #101828;
}

.dashboard-card .dashboard-card-header .nice-select {
    background: #ffffff;
    border: 1px solid #f4f5f7;
    -webkit-box-shadow:
        0px 0px 1px rgba(65, 76, 105, 0.24),
        0px 3px 8px -1px rgba(50, 57, 71, 0.05);
    box-shadow:
        0px 0px 1px rgba(65, 76, 105, 0.24),
        0px 3px 8px -1px rgba(50, 57, 71, 0.05);
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 36px;
    line-height: 24px;
}

.dashboard-card .dashboard-card-header .nice-select::after {
    height: 10px;
    width: 10px;
    border-width: 1px;
    border-color: #667085;
    top: 40%;
}

@media (max-width: 644px) {
    .table-search .position-absolute {
        right: 2%;
    }
}

@media (max-width: 1366px) {
    .header-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .erp-overview-item h6 {
        font-size: 20px;
    }

    .erp-overview-grid-6 {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    }
}

@media (max-width: 767px) {
    .erp-overview-grid-6 {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 15px;
        gap: 15px;
    }

    .erp-overview-item .overview-icon {
        margin-bottom: 5px;
        height: 40px;
        width: 40px;
    }

    .erp-overview-item p {
        font-size: 12px;
    }

    .erp-overview-item h6 {
        font-size: 16px;
        line-height: 1;
    }

    .dashboard-card {
        padding: 15px;
    }

    .dashboard-card .dashboard-card-header h4 {
        font-size: 13px;
    }
}

/* new dashboard css end */

.erp-new-invice .table-header p {
    display: none;
}

/* end */

.nav-link:focus,
.nav-link:hover {
    color: var(--clr-primary);
}

.subscription-plan-tabs .nav-tabs {
    border: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color) !important;
    border-radius: 10px !important;
}

.subscription-plan-tabs .nav-tabs .nav-link:focus,
.subscription-plan-tabs .nav-tabs .nav-link:hover,
.subscription-plan-tabs .nav-tabs .nav-item.show .nav-link,
.subscription-plan-tabs .nav-tabs .nav-link.active {
    border: none !important;
    color: #2db0f6 !important;
    background-color: transparent !important;
    border-bottom: 1px solid #2db0f6 !important;
}

.subscription-plan-tabs .nav-tabs .nav-link {
    margin-bottom: 0 !important;
    border: none !important;
    margin: 0 5px !important;
}

.subscription-plan-tabs .nav-tabs .nav-link {
    color: #585865;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.subscription-plan-tabs .content {
    border-radius: 8px;
    border: 1px solid rgba(125, 125, 125, 0.4);
    background: #fff;
}

.subscription-plan-tabs .content.active {
    position: relative;
    border: 1px solid #9d31ff !important;
    border-radius: 0 0 8px 8px !important;
}

.subscription-plan-tabs .content.active .most-popular {
    width: 100%;
    outline: 1px solid #9d31ff;
    background-color: #9d31ff;
    color: #fff;
    text-align: center;
    border-radius: 8px 8px 0 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 0;
    position: absolute;
    top: -43px;
}

.subscription-plan-tabs .content h4 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.subscription-plan-tabs .content .price h4 {
    color: #2e2e3e;
}

.subscription-plan-tabs .content p {
    color: #656565;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.subscription-plan-tabs .content .main-price {
    color: #97979f;
    font-size: 14px;
}

.subscription-plan-tabs .content .features p {
    color: #585865;
    font-size: 14px;
}

.subscription-plan-tabs .content .features {
    max-height: 300px;
    height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.subscription-plan-tabs .content .features .alert-circle svg {
    fill: #fff !important;
    cursor: pointer;
}

.subscription-plan-tabs .content .features .alert-circle svg:hover path {
    stroke: #ff3030 !important;
    transition: 0.5s;
}

.subscription-plan-tabs .content .features::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.subscription-plan-tabs .content .features::-webkit-scrollbar-button {
    background: #ccc;
}

.subscription-plan-tabs .content .features::-webkit-scrollbar-track-piece {
    background: #888;
}

.subscription-plan-tabs .content .features::-webkit-scrollbar-thumb {
    background: #eee;
}

.subscription-plan-tabs .content button {
    padding: 7px 20px;
    border-radius: 8px;
    border: 1px solid transparent;
    background: #2db0f6;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.subscription-plan-tabs .title button {
    border-radius: 24px;
    background: rgba(255, 95, 0, 0.1);
    color: #ff5f00;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 5px 10px;
}

.subscription-plan-tabs .content .btns button:first-child {
    color: #ff3030;
    border-color: #ff3030;
    background-color: transparent;
}

.subscription-plan-tabs .content .btns button:last-child {
    padding: 7px 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1550px) {
    .subscription-plan-tabs .content h4 {
        font-size: 21px;
    }

    .subscription-plan-tabs .content p {
        font-size: 14px;
    }

    .subscription-plan-tabs .content .main-price {
        font-size: 13px;
    }

    .subscription-plan-tabs .content .w-52 {
        width: 20% !important;
    }
}

.gpt-dashboard-chart .card.dashboard-card,
.gpt-dashboard-chart .card.sms-report {
    min-height: 90px !important;
}

.selectAllCheckbox,
.checkbox-item {
    height: 20px;
    width: 20px;
    border-radius: 16px;
    border: 1px solid red !important;
}

.modal-title {
    font-size: 18px;
    font-weight: 600;
}

.modal-close-btn {
    color: var(--clr-primary) !important;
}

.option-title {
    font-size: 20px;
    font-weight: 600;
}

.disc-btn {
    width: 50px;
    height: 50px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
}

.disc-btn:hover {
    background-color: #fef0f1;
    border: 1px solid var(--clr-primary);
    color: var(--clr-primary);
}

.custom-per {
    border: 1px solid rgba(216, 216, 216, 1);
    color: rgba(77, 77, 77, 1);
    height: 32px;
    width: 32px;
    display: flex;
    padding: 5px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.custom-per-active {
    border: 1px solid rgba(197, 33, 39, 1);
    background-color: rgba(254, 240, 241, 1);
    color: rgba(197, 33, 39, 1);
    height: 32px;
    width: 32px;
    display: flex;
    padding: 5px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.square-btn {
    z-index: 0;
}

.amount-info-container {
    height: 290px;
}

.sales-main-container {
    display: grid;
    grid-template-columns: 60% 40%;
    /* margin: 0 auto; */
}

@media (max-width: 1200px) {
    .sales-main-container {
        grid-template-columns: 55% 45%;
    }
}

@media (max-width: 992px) {
    .sales-main-container {
        grid-template-columns: 100%;
    }
}

@media (max-width: 768px) {
    .sales-main-container {
        grid-template-columns: 100%;
    }
}

@media (max-width: 576px) {
    .sales-main-container {
        grid-template-columns: 100%;
    }
}

.select-variations-container {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.select-variations-container .select-variations-content {
    display: flex;
    align-items: center;
    position: relative;
}

.select-variations-container .select-variations-content .variations-input {
    position: absolute;
    top: 3px;
    z-index: 2;
}

.select-variations-container .select-variations-content .variations-label {
    z-index: 0;
    padding-left: 15px;
}

.custome-table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px !important;
    border-bottom: 1px solid #d0d5dd;
    flex-wrap: wrap;
}

.daily-transaction-between-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 16px;
}

.table-top-form form {
    max-width: 1100px;
}

.grid-5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.input-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.word-amount-container {
    position: absolute !important;
}

.header-label {
    position: absolute;
    top: -7px;
    left: 10px;
    z-index: 4;
    background: white;
    line-height: 1;
    padding: 0 4px;
}

.delete-pop {
    background-color: #ffe3e4;
    border-radius: 8px;
    padding: 10px 15px;
}

.delete-pop-btn {
    border: none;
    background-color: var(--clr-primary);
    color: white;
    padding: 6px 15px;
    border-radius: 6px;
}

.delete-pop-btn:hover {
    background-color: #a6161b;
}

.select-row-pera {
    color: var(--clr-primary);
    font-weight: 600;
    font-size: 15px;
}

.final-total {
    font-size: 16px;
    font-weight: 700;
    color: #1c1c1c;
}

.input-wrapper input {
    background-color: white;
}

.summary-container {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .summary-container {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .summary-container {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .grid-5 {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
}

.custome-table-header h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #101828;
}

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

.save-plan h6 {
    background-color: #ff5f00;
    font-size: 20px;
    font-weight: 500;
    color: white;
    padding: 6px;
    border-top-left-radius: 9px;
    border-bottom-right-radius: 9px;
}

/* .mb-24 {
    margin-top: 24px;
} */

/* loss profit card design */
.loss-profit-form-container {
    display: flex;
    align-items: center;
    gap: 12px !important;
}

/* .details-img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: contain;
} */
@media (max-width: 993px) {
    .loss-profit-form-container {
        display: block;
        gap: 10px !important;
    }

    .table-top-left {
        margin-bottom: 16px;
    }
}

.loss-card {
    background: #d5effd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* width: 150px; */
}

.profit-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 14px -5px #0000000d;
    /* width: 150px; */
}

.sales-card {
    background: #ffe8cc;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* width: 150px; */
}

.stat-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    opacity: 0.9;
    color: #121212;
}

.income-list-card {
    display: grid;
    grid-template-columns: 1fr 5fr;
}

.income-list-card .profit-card .stat-value {
    font-family: "Inter";
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #202c4b;
}

.stat-value {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    opacity: 1;
    color: #4d4d4d;
}

.income-list-card .profit-card .stat-title {
    font-family: "Inter";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #515b73;
}

.unpaid-badge {
    background-color: #ff9500;
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 6px;
    border-radius: 4px;
}

.unpaid-badge-2 {
    background-color: #dc3545;
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 6px;
    border-radius: 4px;
}

.paid-badge {
    background-color: #34c759;
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 6px;
    border-radius: 4px;
}

.sup-addon {
    font-size: 10px;
    background-color: yellow;
    color: black;
    position: relative;
    border: none;
    position: absolute;
    top: -12px;
    left: 4px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 4px;
    position: absolute;
    border-radius: 4px;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 0, 0);
    }
}

.table-dot-border th {
    border-top: 1px dashed #d8d8d8 !important;
    border-bottom: 1px dashed #d8d8d8 !important;
}

.table-dot-border td {
    border-bottom: 1px dashed #d8d8d8 !important;
}

.invoice-container {
    /* width: 100%; */
    max-width: 800px;
    margin: auto;
    /* overflow: auto; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.invoice-content {
    background-color: white;
    margin: 12px;
    position: relative;
    width: 100%;
}

.in-main-container {
    width: 1120px;
    margin: auto;
}

.invoice-logo {
    width: 54px;
    object-fit: contain;
    height: 54px;
}

@media (max-width: 768px) {
    .invoice-logo {
        width: 45px;
        height: 45px;
    }
}

.logo {
    padding-top: 12px;
    margin-bottom: 26px;
}

.logo h3 {
    font-size: 24px;
    font-weight: 700;
}

.business-footer {
    position: relative;
    z-index: 2;
}

.right-invoice {
    font-size: 18px;
    font-weight: 500;
    color: black;
    background-color: transparent;
    padding: 3px 12px;
    border-radius: 30px;
    margin: 0;
    max-width: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border: 1px solid black;
}

@media (max-width: 768px) {
    .right-invoice {
        top: 130px;
        font-size: 22px;
    }
}

.in-table-row td {
    border: none !important;
    font-size: 14px !important;
    color: black;
    padding: 0px;
}

.paid-by {
    max-width: 400px;
    white-space: wrap !important;
}

@media (max-width: 536px) {
    .paid-by {
        padding-top: 45px !important;
    }
}

.in-table-row-bottom td {
    border: none !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 0px;
    color: black;
}

.in-table-row-bottom .total-amound {
    font-weight: 600 !important;
    color: black;
    padding: 3px;
}

.in-print-btn {
    background-color: #f9f9f9;
    color: black;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10%;
    font-size: 18px;
}

.in-print-btn-container {
    position: absolute;
}

.in-table-body-container {
    border: 1.5px solid #d9d9d9 !important;
}

.in-footer {
    bottom: 0px;
    left: 0;
    background-color: var(--clr-primary);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 6px;
}

.in-hr {
    margin: 0px !important;
}

.in-signature h4 {
    font-size: 14px !important;
    font-weight: 500;
}

.in-signature-container {
    bottom: 50px;
    width: 100%;
    right: 0px;
}

.word-amount {
    top: -2px;
    line-height: 20px;
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    max-width: 450px;
    text-wrap: auto;
}

@media (max-width: 576px) {
    .word-amount {
        max-width: 120px;
    }
}

.word-amount::first-letter {
    text-transform: uppercase;
}

/* custom tooltip css start */
/* ------------tooltip custom css start -----------------*/
.tooltip-inner {
    background-color: #fff;
    color: #525252;
    /* Optional: to change the text color */
    border-radius: 4px;
    /* box-shadow: 0px 3px 8px -1px #4732320D; */
    box-shadow: 0px 0px 1px 0px #0c1a4b3d;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px;
}

.tooltip-arrow::before {
    display: none;
}

.delete-item .delete-item-show {
    display: flex;
    justify-content: space-between;
    background: #ffe3e4;
    padding: 10px;
    margin: 10px;
    align-items: center;
    border-radius: 8px;
}

.p-lr2 {
    padding-left: 12px;
    padding-right: 12px;
}

.p-lr {
    padding: 0 1%;
}

.right-start-input {
    text-align: right;
}

.delete-item .delete-item-show p {
    font-size: 14px;
    color: #1f1f1f;
    font-weight: 500;
    line-height: 20px;
}

.delete-item .delete-item-show button {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 16px;
    color: white;
    background: var(--clr-primary);
    font-weight: 600;
    border: none;
}

.quick-actions-container a {
    max-width: 150px !important;
}

.quick-actions-container {
    display: flex;
    flex-wrap: wrap;

    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
    gap: 6px;
}

@media (max-width: 1200px) {
    .quick-actions-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .quick-actions-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

/* @media (max-width: 480px) {
    .quick-actions-container {
        display: grid;
        grid-template-columns: 1fr;
    }
} */
.multi-delete {
    /* Remove default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #d8d8d8 !important;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.multi-delete:checked {
    background-color: var(--clr-primary);
    border-color: var(--clr-primary);
    position: relative;
}

.multi-delete:checked::after {
    content: "";
    display: block;
    background-image: url("../images/icons/Icon.svg") !important;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    /* icon to the center */
}

.user-check-box {
    /* Remove default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #d8d8d8 !important;
    /* border-radius: 4px; */
    background-color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.user-check-box:checked {
    background-color: var(--clr-primary);
    border-color: var(--clr-primary);
    position: relative;
}

.user-check-box:checked::after {
    content: "";
    display: block;
    background-image: url("../images/icons/Icon.svg") !important;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    /* icon to the center */
}

.barcode-info-row p {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

/********* subscription plan code start  *********/
.subscription-header {
    padding: 10px;
    border-bottom: 1px solid #dedede;
}

.subscription-header h4 {
    font-size: 20px;
    font-weight: 600;
}

.plan-stat {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    background-color: #fef0f1;
    border: 1px solid var(--clr-primary) 29;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .plan-stat {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .left-plan-stat .premium-plan {
        text-align: left;
        font-size: 20px;
    }

    .right-plan-stat h4 {
        text-align: left;
        font-size: 18px;
    }

    .left-plan-stat {
        flex-wrap: wrap;
        gap: 12px;
    }

    .right-plan-stat {
        flex-wrap: wrap;
        gap: 12px;
    }
}

.right-plan-stat {
    border-left: 1px solid var(--clr-primary) 29;
}

.right-plan-stat h4 {
    font-size: 20px;
    font-weight: 500;
}

.right-plan-stat .plan-btn {
    background-color: var(--clr-primary);
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.left-plan-stat h4 {
    font-size: 24px;
    font-weight: 600;
}

.left-plan-stat p {
    font-size: 18px;
    color: #4d4d4d;
    font-weight: 500;
}

.left-plan-stat .pack-pera {
    padding-top: 6px;
}

.left-plan-stat span {
    color: var(--clr-primary);
}

.left-days {
    background-color: var(--clr-primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 91px;
    width: 91px;
    border-radius: 50%;
    color: white;
}

.left-days h2 {
    font-size: 30px;
    font-weight: 600;
    color: white;
}

.left-days p {
    font-size: 14px;
    font-weight: 600;
    color: white;
}

.package-features-container h4 {
    font-size: 18px;
    font-weight: 600;
}

.package-features-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
}

@media (max-width: 1024px) {
    .package-features-content {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .package-features-content {
        grid-template-columns: 1fr;
    }
}

.package-features-content .inner-content {
    box-shadow: 0px 3px 8px -1px #4732320d;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    border: 1px solid #4732320d;
}

.inner-content p {
    font-weight: 400;
    font-size: 16px;
}

/************** Purchase Premium Plan code start  **************/
.premium-plan-container {
    max-width: 1270px;
    margin: auto;
}

.premium-plan-content {
    margin: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
}

.footer-acn {
    color: var(--clr-primary);
}

@media (max-width: 1024px) {
    .premium-plan-content {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .premium-plan-content {
        grid-template-columns: 1fr;
    }
}

.plan-single-content {
    border: 1px solid #d8d8d8;
    padding: 40px 18px;
    border-radius: 12px;
    box-shadow: 0px 4px 24px 0px #0000000a;
    transition: 0.3s;
    position: relative;
}

.recommended-banner-container {
    position: absolute;
    right: -10px;
    top: 10px;
}

.recommended-banner {
    position: relative;
    background-color: #d72626;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: inline-block;
}

.recommended-banner::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    border-width: 10px 10px 0 0;
    border-style: solid;
    border-color: #b21818 transparent transparent transparent;
}

.discount-text {
    position: absolute;
    top: 25px;
    left: 14px;
    font-size: 26px;
    color: white;
    font-weight: 500;
}

.discount-badge {
    position: relative;
}

.discount-badge-content {
    position: absolute;
    top: 40px;
    right: 15px;
}

.discount-arrow {
    position: absolute;
    left: -40px;
    bottom: -68px;
}

.plan-single-content:hover {
    border: 1px solid var(--clr-primary);
    background-color: #fff3f4;
}

.plan-single-content:hover .plan-buy-btn {
    background-color: var(--clr-primary);
    color: white;
}

.plans p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #121212;
}

.plans {
    margin-top: 20px;
    margin-bottom: 8px;
}

.plan-buy-btn {
    border: 1px solid var(--clr-primary);
    color: var(--clr-primary);
    font-weight: 600;
    font-size: 16px;
}

.plan-buy-btn:hover {
    border: 1px solid var(--clr-primary);
    color: white;
    background-color: var(--clr-primary);
}

.search-icon {
    position: absolute;
    top: 14px;
    right: 10px;
    font-weight: 400;
    background-color: white;
}

.category-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    /* max-height: 560px; */
    /* overflow-y: auto; */
}

.category-brand-scroll {
    max-height: 879px;
    overflow-y: auto;
}

.category-brand-scroll::-webkit-scrollbar {
    width: 8px;
}

.category-brand-scroll::-webkit-scrollbar-thumb {
    background-color: #4d4d4d;
    border-radius: 4px;
}

.category-brand-scroll::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.category-brand-scroll {
    scrollbar-width: thin;
    scrollbar-color: #4d4d4d #f0f0f0;
}

.category-container::-webkit-scrollbar {
    width: 2px;
}

.category-container::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

.category-container::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.category-container::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 10px;
}

.category-container {
    scrollbar-width: thin;
    scrollbar-color: #888 #f0f0f0;
}

.category-container .category-content {
    border: 1px solid #d8d8d8;
    background-color: #f5f3f34d;
    padding: 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    transition: 0.3s;
    cursor: pointer;
    height: 100%;
}

.category-container .category-content:hover {
    border: 1px solid var(--clr-primary);
}

.category-container .category-content:hover h6 {
    color: var(--clr-primary);
}

/* collapse */

.side-bar-manu .dropdown::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: #ffff;
    position: absolute;
    right: 15px;
    font-size: 16px;
    display: block;
    z-index: 3;
    top: 10px;
}

.side-bar-manu .dropdown.active>.dropdown-menu .dropdown {
    background: none;
}

@media (min-width: 1150px) {

    .side-bar.active ul li a .title,
    .side-bar.active .dropdown-menu {
        display: none !important;
    }

    .side-bar.active:hover ul li a .title {
        display: unset !important;
    }

    .side-bar.active:hover .dropdown.active .dropdown-menu {
        display: block !important;
    }
}

.custom-image-bg {
    padding: 5%;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 0.5rem;
}

.color-1 {
    background: linear-gradient(216.62deg, #ac93ff 9.08%, #6426fc 91.45%);
}

.color-2 {
    background: linear-gradient(209.98deg, #ffa872 8.23%, #ff620d 90.64%);
}

.color-3 {
    background: linear-gradient(217.23deg, #13eb78 7.36%, #00bb58 91.39%);
}

.color-4 {
    background: linear-gradient(214.57deg, #ff8282 9.64%, #e71c1c 90.41%);
}

.color-5 {
    background: linear-gradient(215.25deg, #72d5fd 9.01%, #098cc1 91.38%);
}

.color-6 {
    background: linear-gradient(208.26deg, #d1e243 6.99%, #7bac00 90.82%);
}

.color-7 {
    background: linear-gradient(209.98deg, #8499ff 8.23%, #3641ff 90.64%);
}

.color-8 {
    background: linear-gradient(209.98deg, #ff86f3 8.23%, #e707d8 90.64%);
}

.custom-image-bg img {
    width: 21.5px;
    height: 21.5px;
}

.custom-height {
    height: 300px !important;
}

@media (min-width: 1200px) {
    .business-content .bus-stat-title {
        font-size: 13px !important;
        line-height: 20px !important;
        white-space: normal !important;
    }

    .bus-profit {
        display: block !important;
    }

    .new-card {
        padding: 1rem 0px;
    }
}

@media (max-width: 1200px) {
    .custom-image-bg {
        width: 30px;
        height: 30px;
    }

    .bus-stat-count {
        font-size: 16px !important;
        line-height: 18px !important;
        font-weight: 600 !important;
    }
}

@media (max-width: 1199px) {
    .left-margin-top {
        margin-top: 20px !important;
    }

    .right-margin-top {
        margin-top: 18px !important;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .col-lg-8 {
        width: 64% !important;
    }
}

@media (max-width: 1400px) {
    .card.new-card.dashboard-card {
        height: 410px !important;
    }
}

@media (min-width: 1025px) {
    .business-stat .business-content:nth-child(1) {
        border-width: 1px 0px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
        border-radius: 10px 0 0 0;
    }

    .business-stat .business-content:nth-child(2) {
        border-width: 1px 0px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
    }

    .business-stat .business-content:nth-child(3) {
        border-width: 1px 0px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
    }

    .business-stat .business-content:nth-child(4) {
        border-width: 1px 1px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
        border-radius: 0 10px 0 0;
    }

    .business-stat .business-content:nth-child(5) {
        border-width: 0px 0px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
        border-radius: 0 0 0 10px;
    }

    .business-stat .business-content:nth-child(6) {
        border-width: 0px 0px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
    }

    .business-stat .business-content:nth-child(7) {
        border-width: 0px 0px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
    }

    .business-stat .business-content:nth-child(8) {
        border-width: 0px 1px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
        border-radius: 0 0 10px 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .business-stat .business-content:nth-child(1) {
        border-width: 1px 0px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
        border-radius: 10px 0 0 0;
    }

    .business-stat .business-content:nth-child(2) {
        border-width: 1px 0px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
    }

    .business-stat .business-content:nth-child(3) {
        border-width: 1px 1px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
        border-radius: 0 10px 0 0;
    }

    .business-stat .business-content:nth-child(4) {
        border-width: 0px 0px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
    }

    .business-stat .business-content:nth-child(5) {
        border-width: 0px 0px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
    }

    .business-stat .business-content:nth-child(6) {
        border-width: 0px 1px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
    }

    .business-stat .business-content:nth-child(7) {
        border-width: 0px 0px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
        border-radius: 0 0 0 10px;
    }

    .business-stat .business-content:nth-child(8) {
        border-width: 0px 1px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
        border-radius: 0 0 10px 0;
    }
}

@media (max-width: 768px) {
    .business-stat .business-content:nth-child(1) {
        border-width: 1px 0px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
        border-radius: 10px 0 0 0;
    }

    .business-stat .business-content:nth-child(2) {
        border-width: 1px 1px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
        border-radius: 0 10px 0 0;
    }

    .business-stat .business-content:nth-child(3) {
        border-width: 0px 0px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
    }

    .business-stat .business-content:nth-child(4) {
        border-width: 0px 1px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
    }

    .business-stat .business-content:nth-child(5) {
        border-width: 0px 0px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
    }

    .business-stat .business-content:nth-child(6) {
        border-width: 0px 1px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
    }

    .business-stat .business-content:nth-child(7) {
        border-width: 0px 0px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
        border-radius: 0 0 0 10px;
    }

    .business-stat .business-content:nth-child(8) {
        border-width: 0px 1px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
        border-radius: 0 0 10px 0;
    }

    .business-stat .business-content:nth-child(4) {
        /* border: 1px solid #d8d8d8; */
        border-top: 1px solid transparent !important;
    }

    .business-stat .business-content:nth-child(3) {
        /* border: 1px solid #d8d8d8; */
        border-top: 1px solid transparent !important;
    }
}

@media (max-width: 480px) {
    .business-stat .business-content:nth-child(1) {
        border-width: 1px 1px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
        border-radius: 10px 10px 0 0;
    }

    .business-stat .business-content:nth-child(2) {
        border-width: 0px 1px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
        border-radius: 0 0 0 0;
    }

    .business-stat .business-content:nth-child(3) {
        border-width: 0px 1px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
    }

    .business-stat .business-content:nth-child(4) {
        border-style: solid;
        border-color: #d8d8d8;
    }

    .business-stat .business-content:nth-child(5) {
        border-width: 0px 1px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
    }

    .business-stat .business-content:nth-child(6) {
        border-width: 0px 1px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
    }

    .business-stat .business-content:nth-child(7) {
        border-width: 0px 1px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
        border-radius: 0 0 0 0;
    }

    .business-stat .business-content:nth-child(8) {
        border-width: 0px 1px 1px 1px;
        border-style: solid;
        border-color: #d8d8d8;
        border-radius: 0 0 10px 10px;
    }

    .business-stat .business-content:nth-child(2) {
        border-top: 1px solid transparent !important;
    }
}

.business-stat .business-content:last-child {
    border: 1px solid #d8d8d8;
    border-top: 1px solid transparent;
    border-radius: 0 0 10px 0;
}

.business-stat .business-content:nth-child(4) {
    border-top: 1px solid #d8d8d8;
    /* border-radius: 0 10px 10px 0; */
}

.business-stat .business-content:nth-child(3) {
    border-top: 1px solid #d8d8d8;
}

.business-stat .business-content:nth-child(2) {
    border-top: 1px solid #d8d8d8;
}

.business-stat .business-content:nth-child(1) {
    border-top: 1px solid #d8d8d8;
}

@media (max-width: 992px) {
    .overallContent {
        height: 250px !important;
    }
}

.print-btn {
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 4px;
    min-width: 30px;
}

.custom-print-btn {
    background-color: #567df4 !important;
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    text-align: center;
}

.custom-print-btn:hover {
    color: white;
}

.print-btn-1 {
    background-color: #f68a3d !important;
    white-space: nowrap;
}

.print-btn-2 {
    background-color: var(--clr-primary) !important;
}

.pdf-btn {
    background-color: #f68a3d !important;
}

.Money-Receipt {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
}

/* @media print {
    .print-container {
        display: none !important;
    }

    .print-logo-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .logo img.invoice-logo {
        max-height: 60px;
    }
    .right-invoice {
        position: relative;
        right: 0;
        top: 0;
        background-color: #000;
        color: white;
        font-size: 30px;
        padding: 8px 18px;
        border-radius: 30px 0 0 30px;
        display: inline-block;
        text-align: center;
        align-self: center;
    }

    .side-bar,
    .main-header-section,
    .print-btn {
        display: none;
    }

    .section-container {
        padding: 0;
    }

    .responsive-table {
        overflow: visible !important;
        text-align: center !important;
    }

    .daily-transaction-between-wrapper,
    .total-count-area {
        display: none;
    }

    .A4-paper {
        max-width: 100% !important;
        margin: 0 auto !important;
    }
    .table-two thead td {
        font-size: 8px !important;
        padding: 5px !important;
        line-height: 14px;
    }

    .table-two th {
        font-size: 10px !important;
        padding: 5px !important;
        line-height: 14px;
    }
    .invoice-address-section li {
        margin: 0;
    }

    .invoice-address-section p,
    .invoice-address-section span {
        font-size: 10px !important;
        line-height: 20px;
        max-width: 200px !important;
    }

    .invoice-address-section span {
        min-width: 110px !important;
    }

    .invoice-table thead th {
        font-size: 10px;
    }

    .invoice-table tbody td {
        font-size: 10px;
        text-align: center;
    }

    .invoice-header h1 {
        text-align: right;
    }
} */

.logo img.invoice-logo {
    max-height: 60px;
}

@page {
    size: A4;
    width: 21cm;
    height: 29.7cm;
}

.pdf-footer {
    margin-top: 100px;
}

.large-td {
    width: 100px !important;
    max-width: fit-content;
}

/* print css start css */
.print-wrapper .table th,
.print-wrapper .table td {
    white-space: pre-wrap;
    vertical-align: middle;
}

.print-wrapper .daily-production-table-print th,
.print-wrapper .daily-production-table-print td {
    padding: 5px !important;
}

.print-wrapper .container {
    margin: 0 auto;
}

.print-wrapper .print-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    float: none;
}

.print-wrapper .ml-auto {
    margin-left: auto;
}

.print-signature-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-top: 100px; */
}

.print-signature-wrapper p {
    border-top: 1px solid #000;
    width: 200px;
    text-align: center;
    padding-top: 15px;
}

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

.print-img {
    margin-left: 50px;
}

.print-wrapper {
    min-height: 1000px;
    position: relative;
}

.print-signature-wrapper {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    left: 0;
}

.print-logo {
    width: 35px;
}

.print-logo-text {
    font-size: 18px;
    font-weight: 700;
}

.print-th {
    background-color: white !important;
}

.print-tr td {
    border: none !important;
    color: #4d4d4d;
}

.print-greeting {
    font-weight: 600;
    font-size: 16px;
}

.print-wrapper .responsive-table {
    min-height: unset;
}

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

.print-wrapper {
    min-height: 700px !important;
}

.table-content {
    /* height: 800px; */
}

/* CSS for email verification pin */

.pin-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.pin-input {
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border: 2px solid #ccc;
    border-radius: 5px;
    outline: none;
}

.pin-input:focus {
    border-color: #007bff;
}

.verify-modal-body .code-input input {
    width: 51px;
    height: 58px;
    padding: 14px 15px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    box-shadow: none !important;
}

.verify-modal-body .code-input input:focus {
    border: 1px solid var(--clr-primary) !important;
}

.verify-modal-body .code-input input:focus-visible {
    border: 1px solid var(--clr-primary) !important;
}

.verify-modal-body .des span {
    color: #121212;
}

.search-container {
    position: relative;
}

#barcode-search-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.barcode-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    list-style: none;
    padding: 0;
    margin: 0;
}

.barcode-dropdown li {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.barcode-dropdown li:hover {
    background-color: #f0f0f0;
}

.search-hidden {
    display: none;
}

.scroll-card {
    height: 630px;
    overflow-y: auto;
}

/* sidebar plan upgrade css start*/
.sidebar-free-plan {
    background-image: url("../images/icons/update-bg.svg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.sidebar-free-plan h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
}

.sidebar-free-plan h5 {
    font-size: 0.8rem;
    font-weight: 500;
    color: white;
}

.sidebar-free-plan a {
    background-color: white;
    color: black !important;
    margin-top: 20px;
    border-radius: 10px;
    padding: 0px 10 !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.sidebar-free-plan a:hover {
    border: 1px solid white;
    color: white !important;
}

/* sidebar plan upgrade css end*/

.vatlist-body {
    min-height: 300px !important;
    /* overflow-y: auto; */
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
}

.hide-show-icon {
    top: 10px;
    right: 10px;
    position: absolute;
}

.custom-invoice-table {
    overflow-x: auto;
}

/* @media print {
    .custom-invoice-table {
        overflow-x: none;
    }
} */
.bulk-upload-container {
    background-color: #fff;
    padding: 16px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}

.bulk-upload-container .bulk-input {
    max-width: 500px;
}

.download-file-btn {
    background-color: #00a96e;
    color: white;
    padding: 10px 14px;
    border: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.instruction-header h5 {
    font-size: 22px;
    font-weight: 500;
}

.instruction-header h6 {
    font-size: 15px;
    font-weight: 600;
}

.square-btn {
    background-color: var(--clr-primary);
    border: 1px solid var(--clr-primary);
}

.square-btn:hover {
    background-color: var(--clr-primary);
    border: 1px solid var(--clr-primary);
}

.login-social {
    border: 1px solid #9999994d !important;
    background-color: transparent !important;
    border-radius: 10px !important;
    padding: 10px !important;
    color: #121535 !important;
    font-size: 14px !important;
    font-weight: 500;
}

.login-social img {
    height: 24px;
    width: 24px;
    margin-right: 10px;
    border-radius: 20px;
}

.inventory-input {
    border: 1px solid #d8d8d8 !important;
    padding: 12px !important;
}

.inventory-card-container {
    padding: 24px;
}

.inventory-amount-info-container input {
    padding: 12px 6px;
    height: 36px !important;
    border: 1px solid #d8d8d8 !important;
}

.inventory-amount-info-container select {
    /* padding: 12px 6px; */
    height: 36px !important;
    border: 1px solid #d8d8d8 !important;
}

.social-login {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

@media (max-width: 768px) {
    .social-login {
        grid-template-columns: 1fr;
    }

    .sub-total-container {
        margin-top: 0 !important;
    }
}

@media (max-width: 768px) {}

.sub-plan {
    background-color: #ffffff36;
    padding: 7px;
    border-radius: 6px;
    margin: 28px 0;
    display: none;
    margin-top: 20px !important;
    background-image: url("../images/icons/plan-bg.svg") !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.side-bar-addon {
    right: 30px;
    font-size: 10px !important;
    top: 13px;
    border-radius: 3px !important;
    color: black;
}

.side-bar:hover .side-bar-addon {
    display: block !important;
}

.side-bar:hover .sub-plan {
    display: none !important;
}

.side-bar:hover .lg-sub-plan {
    display: block !important;
}

.affiliate-dashboard-stat {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr 2fr;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

@media (max-width: 1024px) {
    .affiliate-dashboard-stat {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .affiliate-dashboard-stat {
        grid-template-columns: 1fr;
    }
}

.affiliate-dashboard-stat .aff-stat-content {
    background-color: #fff !important;
    padding: 16px 20px;
    border-radius: 6px;
    height: 100%;
}

.affiliate-dashboard-stat .aff-stat-content .title {
    font-family: var(--ff);
    font-size: 20px;
    font-weight: 600;
    color: #121535;
}

.affiliate-dashboard-stat .aff-stat-content .pera {
    font-family: var(--ff);
    font-size: 14px;
    font-weight: 500;
    color: #4b5563;
    margin-top: 4px;
}

.affiliate-dashboard-stat .aff-stat-content .input-field {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    height: 40px;
    width: 100%;
    padding: 12px;
}

.affiliate-dashboard-stat .aff-stat-content .input-field:focus {
    border: 1px solid var(--clr-primary) !important;
    outline: none !important;
}

.affiliate-dashboard-stat .aff-stat-content .copy-btn {
    height: 40px;
    border-radius: 5px;
    background-color: var(--clr-primary);
    color: var(--clr-white);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: none;
    padding: 8px 14px;
}

.aff-stat-content .stat-title {
    color: #4b5563;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--ff);
}

.aff-stat-content .stat-amount {
    color: #121535;
    font-weight: 600;
    font-family: var(--ff);
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.aff-stat-content .payout {
    font-size: 13px;
    color: #4b5563;
    font-family: var(--ff);
}

.aff-stat-content .payout .down {
    color: #c52127;
    font-weight: 500;
}

.aff-stat-content .payout .up {
    color: #34c759;
    font-weight: 500;
}

.aff-stat-content img {
    height: 38px;
    width: 38px;
    object-fit: contain;
}

.active-status {
    color: #00bc64;
    background-color: #00bc6426;
    height: 34px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    /* max-width: 82px; */
}

.dective-status {
    color: #c52127;
    background-color: #c5212726;
    height: 34px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;

    /* max-width: 82px; */
}

.copy-link-btn {
    font-size: 16px;
    font-weight: 400px;
    color: var(--clr-primary);
    border: 1px solid var(--clr-primary);
    border-radius: 6px;
    max-width: 135px;
}

.copy-link-btn:hover {
    color: var(--clr-primary);
}

.paid-status {
    color: #00bf71;
    background-color: #00bf711a;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    border-radius: 8px;
}

.unpaid-status {
    color: #ff5f00;
    background-color: #ff5f001a;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    border-radius: 8px;
}

.reject-status {
    color: #ff0009;
    background-color: #ff00091a;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    border-radius: 8px;
}

.unpaid-status-2 {
    color: #ff6d03;
}

.Withdrawal-header p {
    font-size: 14px;
    font-weight: 500px;
    color: #4b5563;
}

.Withdrawal-header p span {
    color: #c52127 !important;
}

/*********************** invoice css code start ***********************/
.invoice-container-sm {
    background-color: #ffff;
    height: 100% !important;
    padding: 16px;
}

.invoice-content {
    /* max-width: 288px; */
    margin: auto;
}

.invoice-container-sm .invoice-logo {
    margin: auto;
    width: 40px;
    padding-bottom: 10px;
}

.invoice-container-sm .invoice-logo img {
    height: 40px;
    width: 40px;
    object-fit: contain;
}

.invoice-container-sm .company-name {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 10px !important;
    padding-bottom: 6px;
}

.invoice-container-sm .company-info {
    margin-top: 10px;
}

.invoice-container-sm .company-info p {
    text-align: center;
    font-size: 10px;
    color: #4a4a52;
    font-weight: 400;
    line-height: 16px;
}

.invoice-container-sm .invoice-title {
    text-align: center;
    font-size: 15px;
    color: #4a4a52;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-transform: uppercase;
}

.invoice-container-sm .invoice-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 10px;
}

.invoice-container-sm .invoice-info p {
    color: #051826;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px !important;
}

.invoice-container-sm .invoice-info .time {
    color: #4a4a52 !important;
    font-weight: 400 !important;
}

.invoice-container-sm .invoice-info .date {
    color: #4a4a52 !important;
    font-weight: 400 !important;
}

.ph-invoice-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 10px;
}

.ph-invoice-table td {
    line-height: 10px;
}

.ph-invoice-table th,
.ph-invoice-table td {
    border: 1px dashed rgba(0, 0, 0, 0.669) !important;
    padding: 6px 8px;
    text-align: center;
    background-color: #ffff !important;
}

.ph-invoice-table th {
    color: #0b1033;
    font-weight: bold;
}

.ph-invoice-table td:first-child,
.ph-invoice-table th:first-child {
    text-align: left;
}

.ph-invoice-table td:nth-child(2),
.ph-invoice-table th:nth-child(2) {
    text-align: left;
}

.ph-invoice-table .payment-type-container h6 {
    font-size: 10px;
    color: #121535;
    font-weight: 600;
    line-height: 12px;
}

.ph-invoice-table .payment-type-container p {
    font-size: 10px;
    color: #4a4a52;
    font-weight: 400;
    line-height: 12px !important;
    padding-top: 9px;
}

.ph-invoice-table .calculate-amount p {
    line-height: 12px !important;
    font-size: 10px;
}

.in-border {
    margin: 6px 0;
}

.ph-invoice-table .total-amount p {
    font-weight: 600;
    color: #121535;
}

.ph-invoice-table .paid p {
    font-weight: 500;
    color: #121535;
}

.calculate-amount hr {
    margin: 6px 0;
}

.invoice-footer-sm h5 {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.invoice-footer-sm h6 {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.invoice-footer-sm .scanner {
    margin: auto !important;
    width: 46px;
    padding-top: 14px;
    padding-bottom: 10px;
}

.invoice-footer-sm img {
    height: 46px;
    width: 46px;
    object-fit: contain;
    margin: auto;
}

/*********************** invoice css code end ***********************/

/* Setting css start */

.settings-link {
    position: relative;
    color: #3c4858;
    font-weight: 500;
    border: none;
    background: transparent;
}

.settings-link.active {
    color: var(--clr-primary) !important;
    border: 1px solid transparent !important;
    border-bottom: 2px solid var(--clr-primary) !important;
}

.settings-link:hover {
    /* border: 1px solid transparent !important; */
    border-top: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
}

.settings-link.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    /* width: 100px; */
    height: 2px;
    background-color: var(--clr-primary);
    border-radius: 1px;
}

.settings-box-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 16px;
    padding-top: 0px !important;
    gap: 16px;
}

.settings-box-container .setting-box {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 12px;
    transition: 0.3s;
}

.settings-box-container .setting-box:hover {
    border: 1px solid var(--clr-primary);
    background-color: rgba(225, 22, 107, 0.1);
}

.settings-box-container .setting-box:hover .settings-icon {
    background-color: var(--clr-primary);
    transition: 0.3s;
}

.settings-box-container .setting-box:hover .settings-icon svg path {
    stroke: #fff;
}

.settings-box-container .setting-box .settings-icon {
    height: 44px;
    width: 44px;
    background-color: rgba(225, 22, 107, 0.1);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.settings-box-container .setting-box .settings-icon svg {
    height: 24px;
    width: 24px;
}

.settings-box-container .setting-box h6 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #121535;
}

.otp-title {
    color: #121535;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.otp-expiration-field {
    display: flex;
    flex-direction: column;
}

.otp-input-label {
    font-weight: 600;
    color: #1e1e3c;
    margin-bottom: 5px;
    position: relative !important;
    left: 0 !important;
    bottom: -12px !important;
    width: 80px;
    cursor: pointer !important;
}

.otp-input-group {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    width: 350px;
}

.otp-input {
    flex: 1;
    border: none;
    padding: 10px 14px;
    outline: none;
}

.otp-input::placeholder {
    color: #7d7d8c;
}

.otp-select {
    border: none;
    background-color: #f8f8f8;
    padding: 10px 14px;
    font-weight: 500;
    color: #1e1e3c;
    min-width: 100px;
    outline: none;
}

@media (max-width: 576px) {
    .otp-input {
        width: 100px !important;
    }

    .otp-input-group {
        width: 310px !important;
    }
}

/* Setting css end */

/* Add course starting */
.saved-public-btn {
    margin-left: 16px;
    background-color: rgba(97, 85, 245, 1);
    border: 0;
    height: 44px;
    width: 150px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.add-course-containt-fluid {
    padding-top: 0 !important;
}

.add-course-header {
    background-color: #f7f7f7;
    border: 0 !important;
}

.basic-from-head {
    border-bottom: 1px solid rgba(217, 221, 219, 1);
    padding: 20px 0;
}

.basic-from-head h4 {
    padding: 20px 0;
    padding-bottom: 0;
}

.add-course-suplier-modal-wrapper label {
    position: inherit;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #202c4b;
    margin-bottom: 8px;
}

.add-course-suplier-modal-wrapper .discout-btn {
    background-color: rgba(247, 247, 247, 1);
    border: 1px solid rgba(217, 221, 219, 1);
    border-left: 0;
    width: 76px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #515b73;
    outline: none;
    box-shadow: none;
    padding: 0 !important;
    display: flex;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.add-course-suplier-modal-wrapper .discout-btn .parsent {
    padding: 13px 13px 15px 13px;
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.add-course-suplier-modal-wrapper .discout-btn .dolar {
    padding: 13px 13px 15px 13px;
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

/* .add-course-suplier-modal-wrapper .discout-btn .active {

} */
.discout-btn span.active {
    background-color: rgba(97, 85, 245, 0.1);
    padding: 13px 13px 15px 13px;
    color: rgba(97, 85, 245, 1);
    font-family: "Inter";
}

.faqs-part {
    margin-top: 20px;
}

.faqs-part h3 {
    font-family: "Inter";
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #202c4b;
    padding: 14px 0;
    border-bottom: 1px solid rgba(217, 221, 219, 1);
    margin-bottom: 16px;
}

.faqs-part .qustion-ans {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.faqs-part .qustion-ans .qustion {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1a1c1e !important;
    width: 96%;
}

.faqs-part .qustion-ans .answer {
    width: 96%;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #3f3f46;
}

.faqs-part .qustion-ans button {
    box-sizing: border-box;
    width: 44px;
    height: 44px;
    background: #f7f7f7;
    border: 1px solid #e7eaed;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 600;
}

.course-table-part {
    margin-top: 20px;
}

.course-table-part h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #202c4b;
    border-bottom: 1px solid rgba(217, 221, 219, 1);
    padding-bottom: 14px;
}

.add-course-table .table tbody tr td {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3f3f46;
}

.add-course-table .table tbody tr .title {
    text-align: left;
}

.add-course-table .table tbody tr .title span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1a1c1e;
}

.add-course-table .table tbody tr .title p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #6c6f71;
    margin-top: 2px;
}

.add-course-table .table tbody tr .price .present-price {
    font-family: "Inter";
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #3f3f46;
}

.add-course-table .table tbody tr .price .old-price {
    font-family: "Inter";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #3f3f46;
}

.add-course-table .table tbody tr td svg {
    width: 24px;
    height: 24px;
}

.add-course-table .table {
    border: 1px solid rgba(233, 237, 244, 1);
}

.add-question-header .modal-title {
    font-family: "Inter";
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #1a1c1e;
}

.add-question-modal-body {
    position: inherit;
}

.add-question-modal-body label {
    font-family: "Inter";
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #202c4b;
    position: inherit;
    margin-bottom: 8px;
}

.qustion-input-group {
    display: flex;
}

.qustion-input-group .form-select {
    width: 109px;
    border-left: 0 !important;
    background-color: rgba(247, 247, 247, 1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    outline: none;
    box-shadow: none;
}

.qustion-input-group .form-select:focus {
    border: 1px solid rgba(217, 221, 219, 1) !important;
    border-left: 0 !important;
}

.qustion-input-group .form-control {
    border-right: 0 !important;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.quiz-select {
    width: 100% !important;
    height: 44px;
}

/* add-bundle-course-page */
.add-bundle-course-page .card {
    background-color: transparent !important;
}

.add-bundle-course-page .order-form-section {
    background-color: #fff !important;
    margin-top: 30px;
    padding: 0 20px 20px 20px;
    border-radius: 8px;
}

.add-bundle-course-page .order-form-section .basic-from-head {
    padding: 0;
}

.course-table-bundle-page {
    background-color: #fff !important;
    margin-top: 20px;
    padding: 0 20px 20px 20px;
    border-radius: 8px;
}

.course-table-bundle-page h4 {
    padding: 14px 0;
}

.course-table-bundle-page .responsive-table {
    min-height: 100% !important;
}

.faqs-part-bundle-page {
    background-color: #fff !important;
    margin-top: 20px;
    padding: 0 20px 20px 20px;
    border-radius: 8px;
}

.faqs-part-bundle-page .form-control {
    background-color: transparent !important;
}

.video-file-optional {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #6c6f71;
}

.note-editor .note-editing-area .note-editable {
    height: 168px !important;
}

.qustion-add-input {
    display: flex;
    gap: 8px;
}

.qustion-add-input .addOrDelete {
    height: 48px;
    width: 44px;
    background-color: #f7f7f7;
    border-radius: 4px;
    text-align: center;
    line-height: 48px;
}

.qustion-add-input .qustion-input-group {
    width: 89%;
}

.haircuts-title {
    text-align: left !important;
}

.haircuts-title p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1a1c1e;
}

.haircuts-title span {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #6c6f71;
}

.old-amout {
    text-decoration-line: line-through;
}

.chat-left-card {
    background-color: #fff !important;
    height: calc(90vh - 109px) !important;
    border-radius: 12px;
    border-right: 1px solid #d2d6db;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.left-chat-container {
    overflow-y: auto;
    height: calc(90vh - 222px) !important;
}

.left-chat-container::-webkit-scrollbar {
    width: 5px;
}

.left-chat-container::-webkit-scrollbar-track {
    background: transparent;
}

.left-chat-container::-webkit-scrollbar-thumb {
    background-color: #d4d4d4;
    border-radius: 10px;
}

.chats-container::-webkit-scrollbar {
    width: 5px;
}

.chats-container::-webkit-scrollbar-track {
    background: transparent;
}

.chats-container::-webkit-scrollbar-thumb {
    background-color: #d4d4d4;
    border-radius: 10px;
}

.user-chat-list {
    cursor: pointer;
}

.chat-profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    /* background-color: gray; */
}

.chat-profile:hover {
    background-color: #f5f5f5;
}

.present-chat-bg {
    background-color: #f5f5f5;
}

.chat-profile img {
    height: 44px;
    width: 44px;
    object-fit: contain;
    border-radius: 50%;
}

.chat-profile .user-name {
    color: black;
    font-size: 16px;
    font-weight: 600;
}

.chat-profile .user-send-img {
    color: #7b787b;
    padding-top: 6px;
}

.time-and-count p {
    font-size: 12px;
    color: #7b787b;
}

.time-and-count span {
    font-size: 12px;
    color: white;
    background-color: #00b243;
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.chat-right-card {
    background-color: #fff !important;
    height: calc(90vh - 109px) !important;
    border-radius: 12px;
}

.chat-header {
    padding: 10px;
    border-bottom: 1px solid #e0dede;
    width: 100%;
    box-shadow: 0px 4px 24px 0px #00000014;
}

.chats-container {
    height: calc(70vh - 109px) !important;
    overflow-y: auto;
}

.chat-form {
    position: absolute;
    min-width: 100%;
    bottom: 0px;
}

.main-chat-container img {
    height: 44px;
    width: 44px;
    object-fit: contain;
    border-radius: 50%;
}

.main-chat-container .user-name {
    color: black;
    font-size: 16px;
    font-weight: 600;
}

.opposite-msg .opposite-text {
    background-color: var(--clr-primary);
    color: #fff;
    padding: 10px;
    border-radius: 16px 16px 0px 16px;
    line-height: 20px;
    max-width: 450px;
}

.my-msg .my-text {
    background-color: #f4f4f4;
    color: black;
    padding: 10px;
    border-radius: 16px 16px 16px 0px;
    line-height: 20px;
    max-width: 450px;
}

.my-msg span {
    color: #404040;
    font-size: 12px;
    padding-top: 6px;
}

.opposite-msg span {
    color: #404040;
    font-size: 12px;
    padding-top: 6px;
}

.chat-file {
    background-color: rgba(98, 0, 234, 0.1);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.chat-input input {
    background-color: #f4f4f4;
    width: 100%;
    border: none;
    height: 50px;
    border-radius: 8px;
    padding: 10px;
}

.chat-input input:focus {
    outline: none;
    border: 1px solid var(--clr-primary);
    background-color: #ffffff;
}

.chat-submit-btn {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 13px !important;
    bottom: 13px;
    color: white;
    background-color: var(--clr-primary);
    /* padding: 6px 12px; */
    height: 40px;
    border-radius: 50%;
    border: 1px solid transparent;
}

.chat-input-container {
    border-top: 1px solid #d4d4d4;
    background: #fff !important;
}

.search-icon {
    top: 7px;
    right: 7px;
    font-weight: 400;
    color: #fff;
    background-color: var(--clr-primary);
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.chat-file svg {
    height: 23px;
    width: 23px;
}

.min-h-0 {
    min-height: 0 !important;
}

.search-input-chat {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
    width: 320px;
    /* width: 100%; */
    border: 1px solid #7b787b4d;
}

.search-input-chat:focus {
    outline: none;
    border: 1px solid var(--clr-primary);
}

.chat-container {
    display: grid;
    grid-template-columns: 3fr 7fr;
}

@media (max-width: 1024px) {
    .chat-container {
        grid-template-columns: 4fr 6fr;
    }
}

@media (max-width: 768px) {
    .chat-container {
        grid-template-columns: 1fr;
    }
}

.time-and-count {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
}

.contacts-title {
    padding: 12px;
    padding-left: 16px;
    padding-top: 0px !important;
    border-bottom: 1px solid #d4d4d4;
    font-size: 16px;
    font-weight: 500;
}

.chart-wrapper {
    width: 100%;
    height: 320px !important;
    position: relative;
}

#fees-chart {
    width: 100%;
    height: 320px !important;
}

.legend-container {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.chart-wrapper {
    display: flex;
    gap: 40px;
    /* gap between legend and chart */
    align-items: center;
    flex-wrap: wrap;
}

.legend-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 14px;
    min-width: 120px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.legend-color.active {
    background-color: #00b243;
}

.legend-color.inactive {
    background-color: #fd7f0b;
}

.legend-color.upcoming {
    background-color: #1a96f0;
}

.legend-color {
    width: 10px;
    height: 10px;
    display: inline-block;
}

.legend-item .count {
    font-weight: 600;
    color: #1a1c1e;
}

.legend-item {
    color: #515b73;
}

.file-preview-container {
    background-color: #f4f4f4;
}

.file-preview-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.file-preview {
    position: relative;
}

.file-preview img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.file-preview .remove-btn {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #fff;
    color: red;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}

.chat-img {
    height: 120px !important;
    width: 120px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
}

.chat-submit-btn svg {
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-modal-content {
    background: transparent;
    border: none;
    box-shadow: none;
    text-align: center;
}

.image-close-btn {
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: transparent;
    color: white !important;
    border-radius: 50%;
    opacity: 1;
}

.online-order-list .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent !important;
    color: var(--clr-primary);
    border-bottom: 2px solid var(--clr-primary) !important;
    border-radius: 0;
}

.online-order-list .nav-pills .nav-link span {
    background-color: #f5f3f3;
    color: #000;
    font-weight: 600;
    height: 30px;
    width: 30px;
    padding: 3px 6px;
    border-radius: 50%;
}

.online-order-list .nav-pills .nav-link.active span {
    color: var(--clr-primary) !important;
    background-color: #ffe5ee;
}

.online-order-list .nav-pills .nav-link {
    color: #5b5b5b;
}

.export-item li:first-child {
    background-color: #00a5511a;
    padding: 2px 5px;
    border-radius: 4px;
}

.export-item li:nth-child(2) {
    background-color: #9a5dfc26;
    padding: 2px 5px;
    border-radius: 4px;
}

.export-item li:nth-child(3) {
    background-color: #f13c3c1a;
    padding: 2px 5px;
    border-radius: 4px;
}

.export-item li:last-child {
    background-color: #ff84001a;
    padding: 2px 5px;
    border-radius: 4px;
}

/* Online Order Details */

.reviews-heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #1a1c1e;
    margin: 24px 0 0 24px;
}

.order-details-heading li {
    display: inline-block;
    margin-right: 10px;
}

.order-details-heading li .print {
    background-color: rgb(97, 85, 245);
}

.order-details-heading li .downloads {
    background-color: rgb(255, 141, 40);
}

.order-details-heading li .edit {
    background: var(--clr-primary);
}

.order-details-heading li a:hover {
    color: #fff;
}

.order-details-heading li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    padding: 9px 15px;
    border-radius: 4px;
}

.invoice-top-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* max-width: 1020px; */
    align-items: center;
    margin: 20px auto auto;
    padding: 0px 16px;
}

.invoice-logo {
    width: 255px;
    object-fit: contain;
    height: 54px;
}

.address-container p {
    text-align: end;
    color: black;
}

.invoice-top-header p {
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000000;
}

.invoice-title {
    color: #1a1c1e;
    max-width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    position: relative;
    margin: 0px auto;
    padding: 4px 8px;
    border-radius: 30px;
    border: 1px solid #000000;
}

.order-no {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 6px 20px;
}

.order-no .right-side {
    text-align: right;
}

.order-no .right-side h3 {
    font-size: 16px;
    line-height: 28px;
    color: black;
}

.order-no .right-side p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: black;
    margin-top: 4px;
    font-family: Inter, sans-serif;
}

.responsive-table {
    margin-top: 20px;
    width: 100%;
    /* min-height: 30vh; */
    font-family: var(--ff);
    overflow: auto;
}

.responsive-table table tr th:first-child {
    width: 0;
    text-align: left;
}

.in-table-header .head-red {
    color: black !important;
    font-weight: 500 !important;
    font-family: var(--ff);
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    border-image: initial;
    height: 35px;
    padding: 10px !important;
    font-size: 13px !important;
    background-color: #fff !important;
    border-bottom: 1px solid black !important;
}

.in-table-header .head-black {
    color: black !important;
    font-weight: 500 !important;
    font-family: var(--ff);
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-image: initial;
    height: 35px;
    padding: 10px !important;
    font-size: 13px !important;
    background-color: #fff !important;
    border-bottom: 1px solid black !important;
}

.in-table-header th {
    font-family: "Inter";
    font-weight: 800 !important;
    font-size: 15px !important;
    line-height: 23px;
    color: #ffffff !important;
}

.in-table-body td {
    color: black;
    padding: 4px !important;
    border-width: 1.5px;
    border-style: solid;
    border-color: #000 !important;
    border-image: initial !important;
    border-bottom: 1px solid #000 !important;
    font-weight: 500 !important;
    line-height: 23px !important;
    color: #1c1c1c !important;
    font-size: 13px !important;
}

.order-table .table #online-orders-data tr td .product {
    display: flex;
}

.order-table .table #online-orders-data tr td .product .medicine-name {
    margin-left: 12px;
    text-align: justify;
}

.order-table .table #online-orders-data tr td .product .medicine-name h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: rgb(28, 28, 28);
}

.order-table .table #online-orders-data tr td .product .medicine-name h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: rgb(28, 28, 28);
}

.most-amount {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    text-align: -webkit-right !important;
    margin: 5px 20px 50px 0px;
}

.payment-type-container {
    max-width: 600px;
    margin-right: auto;
    padding: 12px;
}

.payment-type-container p {
    color: black;
}

.payment-type-container p {
    font-size: 16px;
}

.total-amount {
    width: 240px;
    margin-left: auto;
    padding: 9px 2px;
    border-radius: 4px;
}

.total-amount .amount-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.total-amount .amount-item span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1c1c1c;
}

.total-amount .amount-item h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #171717;
}

.delivery-crg {
    padding-bottom: 12px;
    border-bottom: 1px solid black;
}

.total-amount .total span {
    font-weight: 600;
}

.total-amount .total h6 {
    font-weight: 600;
}

.invoice-table {
    padding: 0 20px;
}

.order-information {
    margin: 24px 24px 0px 0px;
}

.customer-information {
    margin-top: 12px;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    padding: 20px 0px;
}

.order-details {
    padding-right: 0 !important;
}

.customer-information .customer-heading {
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.customer-information .customer-heading h1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: rgb(25, 25, 25);
    margin-left: 20px;
}

.customer-information .information {
    margin: 16px 16px 16px;
}

.customer-information .information h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgb(64, 64, 64);
    margin-bottom: 5px;
}

.pending-status {
    color: rgb(246, 138, 61) !important;
    font-weight: 600 !important;
}

.confirmed-status {
    color: #3498db !important;
    font-weight: 600 !important;
}

.processing-status {
    color: #f39c12 !important;
    font-weight: 600 !important;
}

.delivered-status {
    color: #27ae60 !important;
    font-weight: 600 !important;
}

.canceled-status {
    color: #e74c3c !important;
    font-weight: 600 !important;
}

.returned-status {
    color: #9b59b6 !important;
    font-weight: 600 !important;
}

.customer-information .information h6 span {
    color: rgb(23, 23, 23);
}

.order-unpaid {
    font-weight: 600 !important;
    color: #ff3b30 !important;
}

.order-refund {
    font-weight: 600 !important;
    color: #f68a3d !important;
}

.order-paid {
    font-weight: 600 !important;
    color: #2fb059 !important;
}

.order-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 30px 6px 16px;
    border-top: 1px solid #e6e6e6;
}

.order-status .form-select {
    max-width: 175px;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #121535;
    box-shadow: none;
    outline: none;
}

.payment-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px 0 16px;
    border-top: 1px solid #e6e6e6;
    margin-top: 12px;
}

.payment-status .form-switch .form-check-label {
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #4b5563;
    margin-right: 12px;
}

.payment-status .form-switch .form-check-input {
    width: 42px;
    height: 24px;
    background-color: #e6e6e6;
}

.form-switch .form-check-input:checked {
    background-color: var(--clr-primary) !important;
}

.form-switch .form-check-input {
    background-image: url(../images/invoice/Knob.png) !important;
}

@media (max-width: 1200px) {
    .invoice-title-container {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .order-information {
        margin: 24px 0 0px 0px;
    }
}

@media (max-width: 658px) {
    .invoice-top-header {
        display: block;
        text-align: center;
    }

    .invoice-top-header .address-container p {
        text-align: center;
    }

    .invoice-logo {
        width: 180px;
        object-fit: contain;
        height: 54px;
        margin: 0 auto;
    }
}

.file-icon {
    background-color: #f0f3f6;
    border-radius: 4px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-icon svg {
    height: 20px;
    width: 20px;
}

.chat-file-container {
    background-color: #fff;
    padding: 6px;
    display: flex;
    align-items: center;
    width: 240px;
    border-radius: 6px;
    gap: 8px;
}

.chat-file-container h6 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1c1e;
    line-height: 16px;
}

.chat-file-container p {
    color: #3a3c3f;
    font-size: 12px;
    line-height: 12px;
    padding-top: 6px;
}

.chat-download-btn {
    background-color: #f0f3f6;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-download-btn svg {
    height: 18px;
    width: 18px;
}

.chat-file-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.file-content {
    display: flex !important;
    align-items: center !important;
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
    gap: 10px;
    margin: 12px;
    margin-right: 0 !important;
}

.remove-file-btn {
    cursor: pointer;
    font-size: 18px;
}

.modal-img {
    height: 80px;
    width: 80px;
    object-fit: contain;
}

.dashboard-table-title {
    font-size: 18px;
    font-weight: 600;
}

.view-btn {
    color: var(--clr-primary);
    font-weight: 600;
}

.view-btn:hover {
    color: var(--clr-primary);
    font-weight: 600;
}

.calendar {
    /* font-family: Inter, sans-serif;
    background: #fff; */
    padding: 12px;
}

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

.calendar-header h2 {
    font-size: 18px;
    font-weight: 600;
    color: #1f2a44;
}

.calendar-header button {
    border: 1px solid #e5e7eb;
    background: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.calendar .calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    row-gap: 14px;
}

.calendar .day {
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    color: #1f2a44;
}

.calendar .day:hover {
    background: #f1f3f9;
    color: black !important;
}

.calendar .muted {
    color: #c4c7cf;
}

.calendar .active {
    background: #5b5cf6;
    color: #fff;
}

.course-chart-container {
    height: 240px;
    position: relative;
}

@media (max-width: 991px) {
    .legend-container {
        flex-direction: row;
        justify-content: center;
        margin-bottom: 8px;
    }
}

.enroll-table-img {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.enroll-course-body {
    height: 500px !important;
}

.details-invoice-table {
    max-height: none !important;
}

@media print {
    .card {
        min-height: 0;
    }

    .container-fluid {
        padding: 0 !important;
    }
}

.left-side p {
    font-size: 16px;
    color: #000;
}

.top-title {
    padding: 8px 6px;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-title h4 {
    font-weight: 600;
    font-size: 20px;
}

.success-badge {
    background-color: #00bd611a;
    color: #4aaf57;
    font-size: 14px;
    height: 24px;
    padding: 0 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pending-badge {
    background-color: #fff3cd;
    color: #856404;
    font-size: 14px;
    height: 24px;
    padding: 0 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.failed-badge {
    background-color: #ff4a4a1a;
    color: #f54336;
    font-size: 14px;
    height: 24px;
    padding: 0 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-details-btn {
    color: #3f3f46;
    border: 1px solid #d2d6db;
    padding: 6px 12px;
    border-radius: 3px;
}

.view-details-btn:hover {
    color: var(--clr-primary);
    border: 1px solid var(--clr-primary);
    padding: 6px 12px;
    border-radius: 3px;
}

.create-card {
    min-height: 0;
}

.min-100-vh {
    min-height: 100vh;
}

.custom-tabs .nav-link {
    color: #999;
    font-weight: 500;
}

.custom-tabs .nav-link {
    color: #3f3f46;
}

.custom-tabs .nav-link:hover {
    border: 1px solid transparent;
}

.custom-tabs .nav-link.active {
    color: #e91e63;
    border-color: transparent transparent #e91e63 transparent;
    border-bottom: 2px solid #e91e63;
}

.checkbox-box {
    background: #f7f7f7;
    padding: 8px 0px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

/* .checkbox-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    font-size: 15px;
    background: #f7f7f7;
    cursor: pointer;
} */
.checkbox-box .checkbox span {
    position: relative;
    top: -5px;
    right: -9px;
    cursor: pointer;
}

.input-label {
    font-size: 14px;
    color: #202c4b;
    font-weight: 500;
}

.card-box {
    background: #fff;
    border-radius: 6px;
}

.save-btn-individual {
    background: #6155f5;
    color: #fff;
    border-radius: 4px;
    padding: 13px 12px;
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.save-btn-individual:hover {
    background: #5a48e6;
}

.user-item {
    background: #fff;
    border-radius: 6px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px !important;
}

.delete-btn {
    cursor: pointer;
}

.delete-btn svg {
    height: 20px;
    width: 20px;
}

.delete-btn:hover {
    opacity: 0.8;
}

.individual-msg-input {
    border-radius: 0 !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
}

.individual-select {
    font-size: 14px !important;
    padding-right: 6px !important;
    width: 127px !important;
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: #f7f7f7 !important;
    width: 162px !important;
}

.userlist-container {
    background-color: #f7f7f7;
    border-radius: 6px;
    height: 300px;
    overflow-y: auto;
}

.userlist-container::-webkit-scrollbar {
    width: 6px;
}

.userlist-container::-webkit-scrollbar-track {
    background: transparent;
}

.userlist-container::-webkit-scrollbar-thumb {
    background-color: #b5b5b5;
    border-radius: 10px;
}

.userlist-container {
    scrollbar-width: thin;
    scrollbar-color: #b5b5b5 transparent;
}

.list-m {
    height: 6px;
}

.custom-from-to label {
    position: absolute !important;
    top: -12px;
    left: 6px;
    background-color: white;
}

.custom-from-to {
    position: relative;
}

.duration-display {
    display: none;
}

@media print {
    .duration-display {
        display: block;
    }
}

.dynamic-add-btn {
    border: none;
}

.dynamic-add-btn svg {
    width: 30px;
    height: 30px;
    color: #6155f5;
}

.dynamic-delete-btn {
    border: none;
}

.dynamic-delete-btn svg {
    width: 27px;
    height: 27px;
}

.table-footer {
    background-color: #f9f8f8;
}

.table-footer td {
    font-weight: 600;
}

/* certificates-part */

.certificates-part .heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #3f3f46;
    padding: 14px 20px;
    border-bottom: 0.8px solid var(--Grey-Grey-200, #d9dddb);
}

.certificates {
    text-align: center;
    /* background-image: url(../images/certificates.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    max-width: 840px;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    margin-top: 22px;
    position: relative;
    aspect-ratio: 840 / 600;
    /* height: auto; */
    padding: 0 70px;
}

/* @media (max-width: 767px) {
    .certificates {
        height: 510px;
        padding: 0 48px;
    }
    .certificates-content small {
        margin-top: 5px !important;
    }
    .certificates-content h4 {
        padding-top: 88px !important;
    }
    .certificates-footer .certificates-date span {
        font-size: 15px !important;
    }
    .certificates-footer .signature-text h5 {
        font-size: 15px !important;
    }
    .certificates-footer .simmons h4 {
        font-size: 15px !important;
    }
    .certificates-footer .certificates-date {
        left: 42% !important;
    }
} */

.certificates-content h4 {
    font-family: "Wittgenstein";
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #1a1c1e;
    padding-top: 115px;
}

.certificates-content small {
    font-family: "Alex Brush";
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.04em;
    color: #1a1c1e;
    max-width: 629px !important;
    display: block;
    margin: 0 auto;
    text-align: left !important;
    margin-top: 20px;
}

.certificates-content h6 {
    font-family: "Wittgenstein";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1a1c1e;
    margin-top: 32px;
}

.certificates-footer .signature-img img {
    width: 93px;
    height: 36px;
    position: absolute;
    bottom: 23%;
    left: 17%;
}

.certificates-footer .signature-text {
    position: absolute;
    bottom: 17%;
    left: 17%;
}

.certificates-footer .signature-text h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #515b73;
}

.certificates-footer .certificates-date span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #515b73;
}

.certificates-footer .certificates-date {
    position: absolute;
    bottom: 24%;
    left: 45%;
}

.certificates-footer .simmons h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #515b73;
}

.certificates-footer .simmons {
    position: absolute;
    bottom: 23%;
    right: 14%;
}

.certificate-template .template-header h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #1a1c1e;
}

.certificate-template .template-header {
    border-bottom: 0.8px solid var(--Grey-Grey-200, #d9dddb);
    padding: 14px 20px;
}

.certificate-template .card-body {
    padding: 20px 20px 24px 20px !important;
}

.certificate-template .card-body .form-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #202c4b;
}

.certificate-template .card-body .form-control {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #515b73;
    background-color: transparent;
    border: 1px solid #d9dddb;
}

.certificate-template .card-body .description {
    height: 73px;
}

@media (max-width: 1298px) {
    .certificates-content h6 {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .certificate-template {
        margin-top: 30px;
    }

    .certificates-content h6 {
        margin-top: 32px;
    }
}

@media (max-width: 735px) {
    .certificates-content h6 {
        margin-top: 10px;
    }
}

@media (max-width: 596px) {
    .certificates-footer .simmons {
        right: 10%;
    }
}

.template-select {
    width: 250px;
}

.notification-table {
    min-height: 0 !important;
}

.leader-board-table-img img {
    margin-right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.certificates-part-generate {
    width: 100%;
    height: 600px;
}

.certificates-generate {
    height: 600px;
    width: 840px;
    overflow: auto !important;
}

.certificates-content-generate h4 {
    padding-top: 124px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.user-search-wrapper {
    position: relative;
    width: 100%;
}

.users-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 4px;
    max-height: 220px;
    overflow-y: auto;
    padding: 0;
    list-style: none;
    display: none;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.users-dropdown li {
    padding: 10px 14px;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
}

.users-dropdown li:last-child {
    border-bottom: none;
}

.users-dropdown li:hover {
    background-color: #f5f7fa;
}

.users-dropdown .text-danger {
    cursor: default;
    text-align: center;
    font-size: 13px;
}

.upcoming-checkbox {
    padding-right: 20px;
}

.upcoming-checkbox .show-section {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1a1c1e;
    margin-right: 14px;
}

/* Tax invoice code start */
.tax-invoice-container {
    max-width: 794px;
    margin: 12px auto;
    border: 1px solid black !important;
}

@media (max-width: 794px) {
    .tax-invoice-container {
        margin: 12px;
    }
}

.tax-invoice-container .tax-invoice-title {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid black;
}

.tax-invoice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 160px;
}

.tax-invoice-company-section {
    display: flex;
    align-items: center;
    padding: 15px;
}

.tax-invoice-logo {
    width: 250px;
    margin: auto;
}

.tax-invoice-logo img {
    height: 72px;
    width: 250px;
}

.tax-invoice-logo-box {
    width: 70px;
    height: 70px;
    background: #c52127;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.tax-invoice-company-info {
    margin-left: 13px;
}

.tax-invoice-company-info h1 {
    font-size: 20px;
    font-weight: 700;
}

.tax-invoice-tagline {
    font-size: 18px;
    letter-spacing: 3px;
    color: #555;
}

.tax-invoice-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.tax-invoice-info-box {
    padding: 8px 12px;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

.tax-invoice-info-box:nth-child(5) {
    border-bottom: none;
}

.tax-invoice-info-box:last-child {
    border-bottom: none;
}

.tax-invoice-label {
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.tax-invoice-value {
    font-size: 13px;
    color: black;
}

@media (max-width: 768px) {
    .tax-invoice-grid {
        grid-template-columns: 1fr;
    }

    .tax-invoice-info-box:nth-child(5) {
        border-bottom: 1px solid black;
    }

    .tax-invoice-company-section {
        border-right: none;
        border-bottom: 1px solid #999;
    }

    .tax-invoice-info {
        grid-template-columns: 1fr;
    }

    .tax-invoice-info-box {
        border-left: none;
    }
}

@media (max-width: 576px) {
    .tax-invoice-company-info h1 {
        font-size: 20px;
    }

    .tax-invoice-tagline {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .tax-invoice-logo-box {
        width: 55px;
        height: 55px;
        font-size: 22px;
    }
}

.tax-invoice-grid .email {
    color: #000000;
    font-weight: 600;
    font-size: 14px;
}

.tax-invoice-grid .normal-text {
    color: black;
    font-size: 13px;
}

.tax-invoice-grid .normal-text span {
    font-weight: 600;
}

.tax-invoice-grid h5 {
    font-size: 16px;
    font-weight: 700;
}

.tax-invoice-grid .invoice-info {
    padding: 10px;
}

.tax-invoice-grid .invoice-info h6 {
    font-size: 14px;
    font-weight: 600;
}

.tax-invoice-info-container {
    border-bottom: 1px solid black !important;
}

.left-invoice-info {
    border-left: 1px solid black;
}

.tax-invoice-table-wrapper {
    width: 100%;
    max-width: 794px;
    margin: 0 auto;
}

.tax-invoice-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    table-layout: fixed;
}

.tax-invoice-table th {
    white-space: normal;
    word-break: break-word !important;
}

.tax-invoice-table th,
.tax-invoice-table td {
    border: 1px solid #000;
    padding: 3px;
    text-align: center;
    font-size: 13px;
}

.tax-invoice-table td {
    padding: 6px !important;
}

.tax-invoice-table thead th {
    font-weight: 700;
}

.tax-invoice-table tbody td:nth-child(2) {
    text-align: left;
    font-weight: 600;
}

.tax-invoice-table thead tr:first-child th {
    font-size: 13px;
}

@media (max-width: 700px) {
    .tax-invoice-table-wrapper {
        overflow-x: auto;
    }

    .tax-invoice-table {
        min-width: 794px;
    }
}

.tax-invoice-table th:first-child,
.tax-invoice-table td:first-child {
    border-left: none;
}

.tax-invoice-table th:last-child,
.tax-invoice-table td:last-child {
    border-right: none;
    width: 100px;
}

.tax-invoice-table th:nth-child(2),
.tax-invoice-table td:nth-child(2) {
    width: 130px;
}

.tax-invoice-summary-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.tax-invoice-summary {
    width: 400px;
}

.tax-invoice-summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
}

.tax-invoice-label-2 {
    text-align: right;
    flex: 1;
    padding-right: 10px;
    font-size: 14px;
}

.tax-invoice-value-2 {
    width: 120px;
    text-align: right;
    font-size: 14px !important;
}

.tax-invoice-highlight {
    font-weight: 700;
    font-size: 22px;
}

@media (max-width: 768px) {
    .tax-invoice-summary {
        width: 100%;
    }

    .tax-invoice-summary-row {
        font-size: 16px;
    }

    .tax-invoice-highlight {
        font-size: 18px;
    }
}

.tax-invoice-bank-details {
    width: 100%;
    max-width: 100%;
    border: 1px solid black;
    background: #fff;
}

.tax-invoice-bank-header {
    font-size: 14px;
    font-weight: 700;
    padding: 6px;
    border-bottom: 1px solid black;
}

.tax-invoice-bank-body {
    padding: 10px 7px;
}

.tax-invoice-bank-row {
    display: grid;
    grid-template-columns: 180px 20px 1fr;
    align-items: center;
    font-size: 14px;
}

.tax-invoice-bank-label {
    font-weight: 500;
}

.tax-invoice-bank-colon {
    text-align: center;
}

.tax-invoice-bank-value {
    font-weight: 600;
}

@media (max-width: 576px) {
    .tax-invoice-bank-row {
        grid-template-columns: 140px 15px 1fr;
        font-size: 16px;
    }

    .tax-invoice-bank-header {
        font-size: 18px;
    }
}

.tax-invoice-grid .text-greeting {
    color: black;
}

.tax-invoice-grid .paid-by {
    color: black;
    padding-top: 6px;
    padding-bottom: 12px;
}

.tax-signature-container {
    padding: 16px;
    margin-top: 25px;
}

.tax-signature-container p {
    color: black;
    font-size: 16px;
    border-top: 1px solid black;
}

.tax-Warranty {
    border: 1px solid black;
    padding: 14px;
    font-size: 16px;
    margin: 16px;
}

.tax-Warranty span {
    font-weight: 600;
}

.tax-powered {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 14px;
}

.text-table {
    min-height: 300px !important;
}

/* Appointment/Booking css */
.add-booking {
    padding: 0 24px 24px 24px;
}

.booking-left {
    margin-top: 27px;
}

.add-booking .booking-customer {
    position: relative;
}

.add-booking .booking-customer label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #4b5563;
    position: absolute;
    top: -10px;
    left: 16px;
    z-index: 1;
    background-color: #fff;
    padding: 0 4px;
}

.add-booking .booking-customer .input-group {
    border: 1px solid #d8dadd;
    border-radius: 5px;
    height: 48px;
    width: 100%;
}

.add-booking .booking-customer .input-group .customer-select {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #121535;
}

.add-booking .booking-customer .input-group .add-coustomer-btn {
    border: 0;
    outline: none;
    box-shadow: none;
    background-color: #f7f7f7;
    padding: 0 14px;
}

.date-input {
    cursor: pointer;
}

.booking-table-border tr th {
    border-right: 1px solid #d8d8d899;
}

.booking-table-border tr td {
    border-right: 1px solid #d8d8d899;
}

.booking-table-border .time {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #121535;
    width: 100%;
}

.add-booking .add-item-group-btn {
    margin-top: 35px;
}

.add-booking .add-item-group-btn h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1a1c1e;
    margin-bottom: 16px;
}

.add-booking .add-item-group-btn ul li {
    display: inline-block;
    margin-right: 16px;
}

.add-booking .add-item-group-btn ul li:last-child {
    margin-right: 0;
}

.add-booking .add-item-group-btn ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #4b5563;
    border: 1px solid #b4b7ba;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
}

.add-booking .add-item-group-btn ul li a:hover {
    border-color: #a000f4;
    color: #a000f4;
}

.item-select {
    margin-top: 26px;
}

.item-select select {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4b5563 !important;
}

.booking-text-area {
    margin-top: 20px;
}

.booking-text-area textarea {
    width: 100%;
    height: 84px;
    border: 1px solid #d8dadd;
    box-shadow: none;
    outline: none;
    border-radius: 5px;
    padding: 12px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #121535;
}

.booking-footer-btn {
    text-align: center;
    margin-top: 24px;
}

.booking-footer-btn a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    width: 140px;
    height: 48px;
    margin-right: 20px;
    text-align: center;
    line-height: 48px;
    border-radius: 6px;
}

.booking-footer-btn a:last-child {
    margin-right: 0;
}

.booking-footer-btn .cancel {
    border: 1px solid #ff3b30;
    color: #ff3b30;
}

.booking-footer-btn .raise-sale {
    background-color: #16a34a;
    color: #ffff;
}

.booking-footer-btn .save {
    color: #ffff;
    background-color: var(--clr-primary);
}

.booking-right {
    margin-top: 16px;
}

.user-details-part {
    display: flex;
    justify-content: space-between;
}

.user-details-part .user-details-item label {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #1a1c1e;
    display: block;
    margin-bottom: 6px;
}

.user-details-part .user-details-item small {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #4b5563;
}

.infarmation-part {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 25px;
}

.infarmation-part .infarmation-item {
    box-shadow: 0px 1px 4px 0px #0000000d;
    border: 1px solid #f0eef2;
    padding: 11px 12px;
    border-radius: 8px;
    position: relative;
}

.infarmation-part .infarmation-item .heading {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #4b5563;
}

.infarmation-part .infarmation-item h5 {
    margin-top: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #1a1c1e;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.infarmation-part .infarmation-item h5 a {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #a000f4;
}

.infarmation-part .infarmation-item .balance {
    color: #de8100 !important;
}

.infarmation-part .infarmation-item .expires {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    background-color: #ffdadb;
    padding: 1px 5px;
    border-radius: 3px;
    position: absolute;
    top: -10px;
    right: 0;
}

.upcoming-appointment {
    margin-top: 20px;
}

.upcoming-appointment .upcoming-heading {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #1a1c1e;
    margin-bottom: 10px;
}

.upcoming-appointment .upcoming-heading svg {
    margin-right: 8px;
}

.custom-booking-dropdown button {
    height: 48px;
    outline: none !important;
    box-shadow: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4b5563;
}

.custom-input-group {
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 12px 10px 10px 10px;
}

.custom-label {
    position: absolute;
    top: -10px;
    left: 15px;
    background: #fff;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 600;
    color: #2c3e50;
}

.custom-input-group .form-select {
    border: none;
    padding: 0;
    cursor: pointer;
}

.dropdown-menu {
    margin-top: 5px !important;
    border-radius: 12px !important;
    border: 1px solid #f0f0f0 !important;
    width: 300px;
}

.custom-booking-dropdown .cancel {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    width: 140px;
    height: 48px;
    margin-right: 20px;
    text-align: center;
    line-height: 48px;
    border-radius: 6px;
    border: 1px solid #ff3b30;
    color: #ff3b30;
    background-color: transparent;
}

.custom-booking-dropdown .save {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    width: 140px;
    height: 48px;
    margin-right: 20px;
    text-align: center;
    line-height: 48px;
    border-radius: 6px;
    color: #ffff;
    background-color: var(--clr-primary);
    border: 0;
}

@media (max-width: 1399px) {
    .infarmation-part {
        grid-template-columns: repeat(2, 1fr);
    }

    .custom-booking-dropdown button {
        font-size: 15px;
    }

    .add-booking .booking-customer .input-group .customer-select {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .custom-booking-dropdown button {
        font-size: 14px;
    }

    .add-booking .booking-customer .input-group .customer-select {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .booking-right {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .add-booking .booking-customer .input-group {
        margin-bottom: 20px;
    }

    .add-booking .custom-booking-dropdown {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .booking-footer-btn a {
        margin-right: 10px;
        width: 120px;
    }
}

@media (max-width: 477px) {
    .infarmation-part {
        grid-template-columns: repeat(1, 1fr);
    }

    .booking-footer-btn a {
        display: block;
        margin-bottom: 15px;
        width: 100%;
    }
}

.booking-lis-search-btn {
    background-color: var(--clr-primary);
}

.table-top-btn-group ul li a {
    padding: 4px;
    border-radius: 4px;
}

.table-top-btn-group ul li .csv {
    background-color: #00a5511a;
}

.table-top-btn-group ul li .excel {
    background-color: #9a5dfc26;
}

.table-top-btn-group ul li .pdf {
    background-color: #f13c3c1a;
}

.table-top-btn-group ul li .print {
    background-color: #ff84001a;
}

.booking-list-table-top-btn-group {
    margin-right: 16px;
}

.salon-status-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 10px;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 33px;
}

.salon-pending {
    border-color: #ff9604;
    color: #ff9604;
}

.salon-started {
    border-color: #2563eb;
    color: #2563eb;
}

.salon-completed {
    border-color: #16a34a;
    color: #16a34a;
}

.salon-canceled {
    border-color: #dc2626;
    color: #dc2626;
}

.salon-new {
    border-color: #d900ff;
    color: #d900ff;
}

.action-modal {
    width: 190px;
}

@media (max-width: 1400px) {
    .booking-list-table-top {
        display: flex;
    }

    .booking-list-table-top .table-search {
        width: 230px;
    }
}

@media (max-width: 1150px) {
    .booking-list-table-top ul {
        margin-top: 0px !important;
    }
}

@media (max-width: 993px) {
    .booking-list-table-top {
        display: block;
    }

    .booking-list-table-top-btn-group {
        justify-content: normal;
        margin-left: 16px;
    }
}

@media (max-width: 822px) {
    .booking-list-table-top-left {
        display: inline-block !important;
    }

    .booking-list-table-top-left .gpt-up-down-arrow {
        margin-bottom: 15px;
    }
}

/* --- Floating Labels & Custom Inputs --- */
.calender-view .calender-top {
    padding: 10px 16px 0 16px;
}

.calender-top .filter-box .filter-select {
    width: 172px;
    height: 44px;
    border-radius: 5px;
    border: 1px solid #d8dadd;
    outline: none;
    box-shadow: none;
    padding: 0 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #121535;
    margin-right: 20px;
}

.date-chips .chip {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4px 10px;
    border-radius: 4px;
    background: #f0eef2;
    cursor: pointer;
    width: 67px;
}

.date-chips .chip {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #4b5563;
}

.date-chips .active {
    background-color: #fbe5ff;
    color: #a000f4;
}

.custom-date-picker {
    display: flex;
    align-items: center;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    width: fit-content;
    overflow: hidden;
    height: 40px;
    margin-left: 20px;
}

.custom-date-picker input[type="date"] {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #171717;
    box-shadow: none;
    outline: none;
    border: 0;
    padding-left: 16px;
}

.calendar-btn {
    border-left: 1px solid #e0e0e0;
    padding: 8px 10px;
    background: #fff;
    cursor: pointer;
}

.custom-date-picker input::-webkit-calendar-picker-indicator {
    display: none;
}

.dayWeek-btn {
    border: 1px solid #d8dadd;
    border-radius: 5px;
}

.dayWeek-btn button {
    border: 0;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4b5563;
    padding: 8px 15px;
}

.dayWeek-btn .active {
    background-color: #fbe5ff;
    color: #a000f4;
}

.calender-main-table {
    margin-top: 10px;
}

.calender-main-table .calendar-table thead tr th {
    border-right: 1px solid #d4d4d4;
}

.calender-main-table .calendar-table thead tr th:first-child {
    border-left: 1px solid #d4d4d4;
}

/* --- Appointment Cards --- */
.appointment-card {
    padding: 12px 7px 18px 15px;
    height: 100%;
    cursor: pointer;
}

.time-cell {
    background: #fff;
    color: #64748b;
    font-weight: 500;
    min-width: 110px !important;
    text-align: center;
    vertical-align: middle;
}

.calendar-table td {
    height: 80px;
    padding: 0px;
    min-width: 200px;
}

.border-start-purple {
    border-left: 4px solid #a000f4;
    background: #fbe5ff;
}

.appointment-card .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #0c1928;
    text-align: start;
    margin-top: 4px;
    display: block;
}

.appointment-card small {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #4b5563;
    text-align: start;
    margin-top: 10px;
    display: inline-block;
}

.border-start-green {
    border-left: 4px solid #16a34a;
    background: #f0fdf4;
}

.border-start-red {
    background-color: #fef2f2;
    border-left: 4px solid #dc2626;
}

.border-start-wornig {
    background-color: #ff960433;
    border-left: 4px solid #de8100;
}

.border-start-blue {
    background-color: #eff6ff;
    border-left: 4px solid #2563eb;
}

.status-dot::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 5px;
}

.status-dot.online::before {
    background: #16a34a;
}

.status-dot.offline::before {
    background: #16a34a;
}

.new-booking-btn {
    background-color: #a000f4 !important;
}

@media (max-width: 991px) {
    .calender-top {
        display: inline-block !important;
    }

    .dayWeek-btn {
        margin-top: 15px;
    }

    .date-chips {
        margin-top: 15px;
        display: block !important;
    }

    .custom-date-picker {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 410px) {
    .date-chips .chip {
        width: 50px;
    }

    .date-chips .chip {
        font-size: 14px;
    }
}

/* Container Box */
.appointment-modal .custom-modal-size {
    max-width: 740px;
}

.appointment-modal .custom-modal-content {
    border-radius: 8px;
    padding: 10px;
}

.appointment-modal .custom-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #121535;
}

.appointment-modal .custom-close-btn {
    background-image: none;
    border: 0;
    background: none;
    outline: none;
    box-shadow: none;
}

.detail-item {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1a1c1e;
}

.detail-label {
    display: inline-block;
    width: 145px;
    color: #1a1c1e;
}

/* Status Section (Right side) */
.frist-table-status {
    background-color: #f7f7f7 !important;
}

.status-title {
    color: #1a233a;
    font-weight: 700;
}

.status-table {
    border-collapse: collapse;
    width: 100%;
    max-width: 300px;
}

.status-table td {
    border: 1px solid #ebebeb !important;
    vertical-align: middle;
    text-align: center;
    padding: 12px 15px;
    background-color: #fff;
}

.status-color-col {
    width: 80px;
}

.status-indicator {
    display: inline-block;
    width: 24px;
    height: 16px;
    border-radius: 0;
}

/* Button Reset */
.btn-status {
    background: transparent;
    border: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #4b5563;
    width: 100%;
}

/* Colors from image */
.bg-magenta {
    background-color: #d600ff;
}

.bg-orange {
    background-color: #ff9900;
}

.bg-blue {
    background-color: #2b63eb;
}

.bg-red {
    background-color: #e32626;
}

.bg-green {
    background-color: #16a34a;
}

/* Footer Buttons */
.appointment-modal .custom-modal-footer a {
    width: 140px;
    height: 48px;
    font-weight: 600;
    font-size: 16px;
    line-height: 48px;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 6px;
}

.action-btn-cancel {
    border-color: #ff3b30 !important;
    color: #ff3b30 !important;
}

.action-btn-edit {
    border-color: #a000f4 !important;
    color: #d900ff !important;
}

.action-btn-raise {
    border-color: var(--clr-primary) !important;
    background-color: var(--clr-primary);
    color: #ffff !important;
}

.modal-print-btn {
    margin-right: 16px;
    border: 1px solid #b4b7ba;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #4b5563;
    display: inline-block;
}

.modal-print-btn svg {
    margin-right: 6px;
}

/* employe part css */
.employe-link.active::after {
    bottom: -1px !important;
    width: 100% !important;
    background-color: var(--clr-primary) !important;
}

.employe-top {
    padding: 16px 20px !important;
}

.employe-btn {
    background-color: var(--clr-primary) !important;
}

.employe-action-dropdawon {
    min-width: 125px !important;
    width: 125px !important;
}

@media (max-width: 1400px) {
    .employe-top {
        display: flex !important;
    }
}

@media (max-width: 767px) {
    .employe-top {
        display: block !important;
    }

    .employe-btn {
        display: inline-block;
    }
}

.date-group-btn {
    display: flex;
    align-items: center;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
}

.date-group-btn .date-btn {
    background-color: #f8f7f9;
    border: 0;
    outline: none;
    box-shadow: none;
    height: 100%;
    padding: 7px 17px;
}

.date-group-btn .border-right {
    border-right: 1px solid #d4d4d4;
}

.date-group-btn .border-left {
    border-left: 1px solid #d4d4d4;
}

.date-group-btn .today-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #171717;
    background-color: #f8f7f9;
    border: 0;
    border-right: 1px solid #d4d4d4;
    border-radius: 0 !important;
}

.date-group-btn .date {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #171717;
    padding: 0 20px;
}

.schedule-legend {
    margin-left: 16px;
}

.schedule-legend small {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #1a1c1e;
}

.schedule-legend small .dot-purple {
    width: 8px;
    height: 8px;
    border-radius: 1px;
    background-color: #a000f4;
    display: inline-block;
    margin-right: 4px;
}

.schedule-legend small .dot-grey {
    width: 8px;
    height: 8px;
    border-radius: 1px;
    background-color: #b4b7ba;
    display: inline-block;
    margin-right: 4px;
}

.daily-working-hours-table thead tr th {
    border-right: 1px solid #d4d4d4;
}

.daily-working-hours-table thead tr th:last-child {
    border-right: 0;
}

.daily-working-hours-table thead tr th {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #1a1c1e;
}

.daily-working-hours-table thead tr th small {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #1a1c1e;
    margin-top: 4px;
    display: block;
}

.daily-working-hours-table thead tr .staff {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #171717;
}

.daily-working-hours-table tbody tr .frist-td {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #404040;
}

.daily-working-hours-table tbody tr td .shift-box .time-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #a000f4;
}

.daily-working-hours-table .shift-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.daily-working-hours-table tbody tr td {
    border-left: 1px solid #d4d4d4;
}

.daily-working-hours-table tbody tr td:first-child {
    border-left: 0;
}

.daily-working-hours-table .add-icon {
    width: 16px;
    height: 16px;
    border: 1.5px solid #4b5563;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    color: #4b5563;
    font-size: 16px;
    font-weight: 600;
}

.shift-box-dropdawon {
    width: 152px;
    max-width: 152px;
}

@media (max-width: 991px) {
    .schedule-legend-body {
        display: block !important;
    }

    .schedule-legend-body .schedule-legend {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0 !important;
    }
}

@media (max-width: 991px) {
    .date-group-btn {
        display: inline-flex;
    }
}

@media (max-width: 400px) {
    .date-group-btn .date-btn {
        padding: 7px 10px;
    }

    .date-group-btn .date {
        font-size: 15px;
        padding: 0 10px;
    }

    .schedule-legend-body .schedule-legend {
        display: block !important;
    }

    .schedule-legend-body .schedule-legend small {
        display: block;
    }
}

.commission-setup thead tr th {
    width: 50%;
}

.employee-commission-table thead tr th {
    width: 33% !important;
}

.employee-commission-table tbody tr .assign a {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: var(--clr-primary);
}

/* .add-staff-section  */
.add-staff-section .form-card {
    background: #fff;
    margin: 24px;
    border-radius: 8px;
}

.add-staff-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #1f1f1f;
    padding: 12px 24px;
    border-bottom: 1px solid #dedede;
}

.add-staff-body {
    padding: 24px;
}

.add-staff-custom-input-group {
    position: relative;
    margin-bottom: 28px;
}

.add-staff-custom-input-group .form-control {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6c6f71;
    background-color: transparent;
    border: 1px solid #d8dadd;
    height: 48px;
}

.add-staff-custom-input-group .form-select {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6c6f71;
    background-color: transparent;
    border: 1px solid #d8dadd;
    outline: none;
    height: 48px;
    cursor: pointer;
}

.add-staff-custom-input-group .form-select:focus {
    border: 1px solid #d8dadd;
}

.add-staff-custom-input-group label {
    position: absolute;
    top: -10px;
    left: 12px;
    z-index: 1;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1a1c1e;
    background-color: #fff;
}

.add-staff-custom-input-group .group-image-field {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 1px solid #d8dadd;
    outline: none;
    height: 48px;
    border-radius: 5px;
    margin-right: 10px;
}

.add-staff-custom-input-group .group-image-field .btn-upload {
    font-weight: 400;
    font-size: 13px;
    padding: 10px;
    line-height: 14px;
    color: #6c6f71;
    background-color: #f0eef2;
    cursor: pointer;
}

.add-staff-custom-input-group .group-image-field .file-name {
    font-weight: 400;
    font-size: 13px;
    padding: 10px;
    line-height: 14px;
    color: #6c6f71;
}

.add-staff-custom-input-group .imageInput {
    display: none;
}

.image-preview-icon img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 5px;
}

.image-preview-icon {
    padding: 0 !important;
    background: transparent !important;
    color: transparent;
}

.remove-img-btn {
    position: absolute;
    top: -5px;
    right: -4px;
    border: none;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    display: none;
    background-color: transparent;
}

.add-staff-custom-input-group .image-upload-wrapper {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
}

.password-field .toggle-pass {
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer;
}

.add-staff-custom-input-group .password {
    padding-right: 35px;
}

.provide-check .form-check-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #292929;
    margin-left: 12px;
}

.provide-check .custom-check {
    width: 20px;
    height: 20px;
    border-radius: 4px;
}

.provide-check .custom-check:checked {
    background-color: var(--clr-primary);
    border: 0;
}

.work-schedule-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1a1c1e;
}

.work-schedule-body {
    margin-top: 12px;
}

.work-schedule-body .table {
    border: 1px solid #dddfe3;
    border-radius: 6px;
}

.work-schedule-table-top {
    display: flex;
    align-items: center;
    width: 100% !important;
}

.work-schedule-body .custom-check {
    width: 20px;
    height: 20px;
    border: 1px solid #b4b7ba !important;
    background-color: #fff;
    margin-right: 12px !important;
}

.work-schedule-body .custom-check:checked {
    background-color: var(--clr-primary);
    border: 0;
}

.work-schedule-body .form-select-sm {
    border: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #4b5563;
    cursor: pointer;
}

.form-footer button {
    border: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    outline: none;
    box-shadow: none;
    border-radius: 6px;
    width: 110px;
    height: 48px;
}

.form-footer .cancel {
    border: 1px solid #ff3b30;
    color: #ff3b30;
    background-color: transparent;
}

.form-footer .save {
    background-color: var(--clr-primary);
    color: #ffff;
}

.form-footer .cancel:hover {
    background-color: #ff3b30;
    color: #ffff;
}

.form-footer .save:hover {
    background-color: transparent;
    border: 1px solid var(--clr-primary);
    color: var(--clr-primary);
}

@media (max-width: 991px) {
    .add-staff-custom-input-group .group-image-field {
        width: 100%;
    }

    .work-schedule-title {
        margin-top: 30px;
    }
}

#workingHoursModal .modal-dialog-centered {
    max-width: 740px;
}

.btn-close-custom {
    border: 0;
    background-color: transparent;
}

.working-hours-modal {
    border-radius: 8px;
    padding: 10px;
    border: none;
}

.working-hours-modal .modal-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #121535;
}

.time-picker-group {
    position: relative;
    flex: 1;
}

.time-picker-group label {
    position: absolute;
    top: -10px;
    left: 12px;
    background: white;
    padding: 0 5px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #121535;
    z-index: 1;
}

.time-picker-group .form-select {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    height: 44px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #4b5563;
    cursor: pointer;
}

.time-picker-group .form-select:focus {
    border: 1px solid #e6e6e6;
}

.btn-delete-shift {
    background: transparent;
    border: none;
    padding: 0;
}

.add-shift-btn {
    border: 1px solid var(--clr-primary);
    color: var(--clr-primary);
    border-radius: 4px;
    padding: 6px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

.add-shift-btn:hover {
    background-color: var(--clr-primary);
    color: white;
}

.modal-reset-btn {
    border: 1px solid #ff3b30;
    color: #ff3b30;
    border-radius: 8px;
    padding: 14px 50px;
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.modal-save-btn {
    background-color: var(--clr-primary);
    color: white;
    border-radius: 8px;
    padding: 14px 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid transparent;
}

.custom-block-modal {
    border-radius: 8px;
    padding: 10px 20px;
    border: none;
}

.floating-input-container {
    position: relative;
}

.modal-closed-btn {
    border: 0;
    background-color: transparent;
}

.floating-input-container label {
    position: absolute;
    top: -10px;
    left: 15px;
    background: #fff;
    padding: 0 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1a1c1e;
    z-index: 2;
}

.floating-input-container .form-control,
.floating-input-container .form-select {
    border: 1px solid #d2d5da;
    border-radius: 5px;
    height: 48px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4b5563;
    opacity: 0.8;
    background-color: transparent;
}

.floating-input-container .form-control,
.floating-input-container .form-select:focus {
    border: 1px solid #d2d5da;
}

.floating-input-container .form-control[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    -webkit-appearance: none;
    appearance: none;
    opacity: 0;
}

.floating-input-container input::placeholder,
.floating-input-container textarea::placeholder {
    color: #1a1c1e !important;
}

.icon-right {
    position: absolute;
    right: 15px;
    top: 50%;
}

textarea.form-control {
    min-height: 60px !important;
}

.employe-modal-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1a1c1e;
}

.commissionModalfromCheck .form-check-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4b5563;
    position: inherit !important;
    padding: 0 !important;
    margin-left: 8px;
}

.commissionModalfromCheck .purple-radio:checked {
    background-color: var(--clr-primary);
    border-color: var(--clr-primary);
}

.commissionModalfromCheck .purple-radio {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #b4b7ba;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all ease-in-out;
}

.commissionModalfromCheck .purple-radio:checked {
    border: 2px solid var(--clr-primary);
    background-color: #fff;
}

.commissionModalfromCheck .purple-radio:checked::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--clr-primary);
    border-radius: 50%;
}

.commissionModalfromCheck .form-check-label {
    cursor: pointer;
    vertical-align: middle;
}

.add-commition-modal-body .floating-input-container .form-control,
.add-commition-modal-body .floating-input-container .form-select {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4b5563;
    opacity: 0.8;
}

.add-commition-modal-body .floating-input-container .form-control::placeholder {
    color: #4b5563;
    opacity: 0.8;
}

.add-commition-modal-body .floating-input-container .form-select {
    cursor: pointer;
}

.target-custom-check:checked {
    background-color: var(--clr-primary);
    border: 0;
}

.target-custom-check {
    width: 20px;
    height: 20px;
    border-radius: 4px;
}

.target-custom-from .form-check-label {
    position: inherit !important;
    padding: 0 !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1a1c1e;
}

#tier-container {
    margin-top: 23px;
}

.custom-addon-group .input-group-text {
    background-color: #f8f7f9;
    color: #6c757d;
    border: 1px solid #d2d5da;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4b5563;
    opacity: 0.8;
    border-radius: 5px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-addon-group {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.custom-addon-group .custom-addon-imput {
    border: 1px solid #d2d5da !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.add-target-btn {
    border: 1px solid var(--clr-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--clr-primary);
    padding: 10px 20px;
    border-radius: 5px;
    background-color: transparent;
}

.custom-file-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    height: 49px;
    gap: 10px;
    background-color: white;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid var(--clr-gray2);
}

.custom-file-input {
    display: none;
}

.custom-file-label {
    background: #efeff5 !important;
    color: #fff;
    padding: 8px 15px !important;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    top: 0 !important;
    height: 48px !important;
    display: flex;
    align-items: center;
    z-index: 0 !important;
    justify-content: center;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    white-space: nowrap;
    left: 0 !important;
}

.file-name {
    font-size: 14px;
    color: #555;
}

.image-preview {
    margin-top: 35px !important;
}

.pricing-section {
    margin-top: 80px;
    overflow: hidden;
}

.pricing-section .pricing-toggle {
    margin-top: 20px;
    padding: 8px 10px;
    background: #ffffff0f;
    border: 0.89px solid #f3f3f733;
    backdrop-filter: blur(35.55555px);
    border-radius: 28.44px;
    margin-bottom: 80px;
}

.pricing-section .pricing-toggle .nav-link {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 12.4444px;
    line-height: 20px;
    letter-spacing: -0.426667px;
    color: #ffffff;
    display: inline-block;
    border: 0;
    border-radius: 28.44px;
}

.pricing-section .pricing-toggle .active {
    background-color: var(--clr-primary);
    border-radius: 21.33px;
    display: inline-block;
}

.pricing-section .pricing-wrapper {
    border: 1px solid #ffffff3d;
    margin-bottom: 27px;
}

.pricing-section .pricing-card {
    padding: 40px 20px 40px 37px;
    height: 100%;
    border: 1px solid transparent;
    border-right: 1px solid #3f4445;
    position: relative;
    transition: transform 0.3s ease;
}

.pricing-section .pricing-card:hover {
    border-right-color: transparent;
    border: 1px solid var(--clr-primary) !important;
}

.pricing-section .pricing-card.featured {
    background-color: #081021;
    border: 1px solid var(--clr-primary);
    z-index: 2;
    transform: scale(1.05);
    border-radius: 12px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.pricing-section .pricing-card.featured .popular-tag {
    background-color: var(--clr-primary);
    border: 1px solid var(--clr-primary) !important;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    padding: 15px 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    position: absolute;
    top: -40px;
    left: -1px;
    right: -1px;
    width: 100%;
    box-sizing: content-box;
}

.pricing-section .pricing-card .plan-label {
    background: #f1f1f1;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14.7708px;
    line-height: 28px;
    color: #000b33;
    padding: 3px 14px;
    border-radius: 5.54px;
}

.pricing-section .pricing-card .save-badge {
    margin-left: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #0dc84c;
}

.pricing-section .pricing-card .description {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14.7708px;
    line-height: 18px;
    color: #ffffff;
    margin-top: 15px;
}

.pricing-section .pricing-card .price {
    font-family: "Sora", sans-serif;
    font-weight: 600;
    font-size: 66.4684px;
    line-height: 73px;
    letter-spacing: -0.461586px;
    color: #ffffff;
    border-top: 1px solid #d9d9d930;
    margin-top: 30px;
    padding-top: 30px;
}

.pricing-section .pricing-card .price span {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 23px;
    letter-spacing: -0.213333px;
    color: #ffffff;
}

.pricing-section .pricing-card .price .old-price {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 23px;
    letter-spacing: -0.213333px;
    text-decoration-line: line-through;
    color: #ffffff;
}

.pricing-section .pricing-card .price .save {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #4875ff;
    background-color: #4875ff42;
    padding: 0 5px;
    border-radius: 3.69px;
}

.pricing-section .pricing-card .plan-type {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 14.7708px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.8;
    margin-top: 24px;
}

.pricing-section .pricing-card hr {
    border: 0.92px solid #001c80;
    margin: 0;
}

.pricing-section .pricing-card .features {
    margin-top: 25px;
}

.pricing-section .pricing-card .features li {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 14px;
}

.pricing-section .pricing-card .features li:last-child {
    margin-bottom: 0;
}

.pricing-section .pricing-card .features li span {
    margin-right: 10px;
}

.pricing-section .pricing-card .features li .new-one {
    margin-left: 5px;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #df0d72;
    background-color: #ffb8da;
    padding: 0 5px;
    border-radius: 3.69px;
}

.pricing-section .pricing-card .features li .new-two {
    margin-left: 5px;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1aa703;
    background-color: #c9fad6;
    padding: 0 5px;
    border-radius: 3.69px;
}

.pricing-section .pricing-card .features li .new-three {
    margin-left: 5px;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2b61c7;
    background-color: #c9dafa;
    padding: 0 5px;
    border-radius: 3.69px;
}

.pricing-section .pricing-card .start-free-btn {
    margin-top: 30px;
    display: block;
    background-color: #4875ff40;
    text-align: center;
    padding: 12px;
    border-radius: 27.69px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
}

.pricing-section .pricing-card .start-free-btn:hover {
    background-color: #4875ff;
}

.pricing-section .pricing-card .no-credit {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 12.9244px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    display: block;
    margin-top: 5px;
}

@media (max-width: 992px) {
    .pricing-card {
        border-right: none;
        transform: none !important;
    }
}

.pricing-page-section {
    margin-top: 70px;
}

.shop-input-container {
    display: grid;
    grid-template-columns: 10fr 5fr;
    gap: 20px;
}

.shop-ws-table-wrapper {
    border: 1px solid #f0eef2;
}

.shop-section {
    margin-bottom: 24px;
}

.shop-section-label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
}

.shop-section-label span {
    font-weight: 400;
    color: #555;
}

.shop-drop-zone {
    border: 1px dashed #d8d8d8;
    border-radius: 8px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: border-color 0.2s;
}

.shop-drop-zone:hover {
    border-color: #888;
}

.shop-drop-zone.shop-dragover {
    border-color: #9b59b6;
    background: #f9f0ff;
}

#logo-zone {
    height: 175px;
}

#cover-zone {
    height: 175px;
}

.shop-drop-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    pointer-events: none;
}

.shop-placeholder-icon {
    width: 56px;
    height: 56px;
}

.shop-drop-text {
    font-size: 14px;
    color: #555;
    text-align: center;
    line-height: 1.6;
}

.shop-browse-link {
    color: #9b59b6;
    text-decoration: underline;
    cursor: pointer;
    pointer-events: all;
}

.shop-hidden-input {
    display: none;
}

.shop-drop-inner.shop-hidden {
    display: none;
}

.shop-count-badge {
    font-size: 13px;
    font-weight: 400;
    color: #555;
    margin-left: 4px;
}

/* ── LOGO PREVIEW ── */
#logo-preview-wrap {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
}

#logo-preview-wrap.visible {
    display: flex;
}

#logo-preview {
    width: 100%;
    height: 160px;
    object-fit: contain;
    padding: 8px;
}

/* ── COVER PREVIEW ── */
#cover-preview-wrap {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
}

#cover-preview-wrap.visible {
    display: flex;
}

#cover-preview {
    width: 100%;
    height: 200px;
    object-fit: contain;
    padding: 8px;
}

/* ── CROSS BUTTON ── */
.shop-btn-remove {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.15s;
    padding: 0;
}

.shop-btn-remove:hover {
    background: rgba(200, 0, 0, 0.85);
}

.shop-btn-remove svg {
    width: 9px;
    height: 9px;
    margin: auto;
    stroke: #fff;
    stroke-width: 2.5;
    stroke-linecap: round;
    overflow: visible;
}

.shop-drop-inner svg {
    height: 45px;
    width: 50px;
}

.shop-ws-wrap {
    background: #fff;
    width: 100%;
}

.shop-ws-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #111;
}

.shop-ws-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
}

.shop-ws-table th {
    font-weight: 500;
    font-size: 13px;
    color: #666;
    padding: 10px 16px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}

.shop-ws-table td {
    padding: 8px 12px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.shop-ws-table tbody tr:last-child td {
    border-bottom: none;
}

.shop-ws-table tbody tr:hover {
    background: #fafafa;
}

.shop-day-cell {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shop-checkbox {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1.5px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    background: transparent;
    flex-shrink: 0;
    transition:
        background 0.15s,
        border-color 0.15s;
    border: 1px solid #b4b7ba !important;
}

.shop-checkbox:checked {
    background: #7c3aed;
    border-color: #7c3aed;
}

.shop-checkbox:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

.shop-checkbox:focus {
    outline: 2px solid #7c3aed44;
    outline-offset: 1px;
}

.shop-time-input {
    padding: 7px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 13px;
    color: #1a1a1a;
    background: #fff;
    cursor: pointer;
    outline: none;
    width: 155px;
    transition:
        border-color 0.15s,
        background 0.15s;
}

.shop-time-input:hover {
    border-color: #aaa;
    background: #fafafa;
}

.shop-time-input:focus {
    border-color: #7c3aed;
    background: #fff;
}

@media (max-width: 600px) {

    .shop-ws-table th:nth-child(2),
    .shop-ws-table td:nth-child(2) {
        display: none;
    }

    .shop-time-input {
        width: 120px;
        font-size: 12px;
        padding: 6px 8px;
    }
}

.search-btn-container {
    background-color: var(--clr-primary);
    height: 31px;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.search-btn-container svg {
    height: 15px;
    width: 15px;
    margin: auto !important;
}

.search-btn-container svg path {
    stroke: white;
}

.unlimited-check {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #888;
    margin-top: 6px;
}

.unlimited-check input[type="checkbox"] {
    accent-color: #7c3aed;
    width: 14px;
    height: 14px;
}

.recommended-check {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #555;
}

.recommended-check input[type="checkbox"] {
    accent-color: #7c3aed;
    width: 14px;
    height: 14px;
}

.free-trial-check {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #555;
}

.free-trial-check input[type="checkbox"] {
    accent-color: #7c3aed;
    width: 14px;
    height: 14px;
}

.field-with-check {
    position: relative;
}

.inline-check {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #666;
}

.inline-check input[type="checkbox"] {
    accent-color: #7c3aed;
}

.input-with-inline {
    padding-right: 110px !important;
}

.plan-label {
    top: 0 !important;
    left: 0 !important;
}

.plan-card {
    min-height: 0 !important;
}

.btn-add-feature {
    background: #f8eeff;
    color: #8b5cf6;
    border: 1px solid #e9d5ff;
    border-radius: 6px;
    padding: 5px 14px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-add-feature:hover {
    background: #ede9fe;
}

#features-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.feature-row {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 8px 12px;
    background: #fff;
}

.feature-row .form-control {
    flex: 1;
    border: none;
    outline: none;
    font-size: 13px;
    color: #374151;
    background: transparent;
    padding: 0;
}

.feature-row .form-control::placeholder {
    color: #9ca3af;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 23px;
    flex-shrink: 0;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-track {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d1d5db;
    border-radius: 23px;
    transition: background 0.2s;
}

.toggle-track::before {
    content: "";
    position: absolute;
    height: 17px;
    width: 17px;
    left: 3px;
    bottom: 3px;
    background: white;
    border-radius: 50%;
    transition: transform 0.2s;
}

.toggle-switch input:checked+.toggle-track {
    background: #7c3aed;
}

.toggle-switch input:checked+.toggle-track::before {
    transform: translateX(19px);
}

.btn-delete {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ef4444;
    border: none;
    color: white;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
    transition: background 0.15s;
}

.btn-delete:hover {
    background: #dc2626;
}

.customer-label {
    top: 0 !important;
    left: 0 !important;
    flex-wrap: wrap !important;
    white-space: wrap !important;
    text-align: start !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.customer-alert {
    font-size: 17px;
    font-weight: 500;
    border-left: 3px solid #b4b7ba !important;
}

/* Customer Settings Segmentation UI */
.customer-seg-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.customer-seg-title {
    font-size: 15px;
    font-weight: 400;
    color: #374151;
    width: 140px;
    flex-shrink: 0;
}

.customer-seg-input-group {
    display: flex;
    align-items: stretch;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
    width: fit-content;
}

.customer-seg-input-group>* {
    border: none;
    outline: none;
    box-shadow: none !important;
    padding: 8px 12px;
    font-size: 14px;
}

.customer-seg-input-group>*+* {
    border-left: 1px solid #e5e7eb;
}

.customer-seg-input {
    width: 65px;
    text-align: center;
    color: #374151;
    background-color: #ffffff;
    appearance: textfield;
    -moz-appearance: textfield;
}

.customer-seg-input::-webkit-outer-spin-button,
.customer-seg-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.customer-seg-addon {
    background-color: #f9fafb;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-seg-defected {
    width: 202px !important;
}

/* Form Settings UI */
.form-setting-alert {
    background-color: #faf5fa;
    border-left: 3px solid #b32ce5 !important;
    border-radius: 4px;
    padding: 16px 20px;
    margin-bottom: 10px;
}

.form-setting-alert ul {
    margin: 0;
    list-style-type: disc;
}

.form-setting-alert li {
    font-size: 14px;
    line-height: 1.5;
    color: #1f2937;
}

.custom-float-label-group {
    position: relative;
    margin-bottom: 24px;
    width: 100%;
    max-width: 500px;
}

.custom-float-label {
    position: absolute;
    top: -9px;
    left: 12px;
    background-color: #fff;
    padding: 0 6px;
    font-size: 11px;
    font-weight: 600;
    color: #4b5563;
    z-index: 10;
}

.custom-float-select {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    padding: 10px 14px;
    font-size: 14px;
    color: #6b7280;
    background-color: #fff;
    outline: none;
    box-shadow: none !important;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

.custom-float-select:focus {
    border-color: #b32ce5;
}

.help-text-mobile {
    font-size: 13.5px;
    color: #6b7280;
    margin-top: 12px;
    margin-bottom: 24px;
    line-height: 1.6;
}

.switch-purple input:checked+.slider {
    background-color: #a800f0 !important;
}

.btn-purple-custom {
    background-color: #a800f0 !important;
    border-color: #a800f0 !important;
    color: #fff !important;
    border-radius: 6px;
    transition: background-color 0.2s;
}

.btn-purple-custom:hover {
    background-color: #8c00c7 !important;
}

.pos-settings-card {
    border-radius: 8px;
}

.pos-settings-section-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1f2937;
}

.pos-settings-label {
    font-size: 14px;
    color: #4b5563;
    font-weight: 500;
    margin-bottom: 4px;
    background: #fff;
    padding: 0 4px;
    position: absolute;
    top: -13px;
    left: 10px;
}

.pos-input-group {
    position: relative;
    margin-bottom: 16px;
}

.pos-input-group .form-control,
.pos-input-group .form-select {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 12px 12px;
    font-size: 14px;
    color: #4b5563;
    box-shadow: none;
}

.pos-checkbox-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.pos-checkbox-wrapper .form-check-input {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    margin-top: 0;
    margin-right: 12px;
    border-color: #a855f7;
}

.pos-checkbox-wrapper .form-check-input:checked {
    background-color: var(--clr-primary);
    border-color: #a855f7;
}

.pos-checkbox-label {
    font-size: 13px;
    color: #374151;
    margin-bottom: 0;
}

.pos-switch-wrapper {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 8px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.pos-switch-label {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 0;
}

.pos-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
    margin: 0;
}

.pos-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.pos-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d1d5db;
    transition: 0.4s;
    border-radius: 34px;
}

.pos-switch .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.pos-switch input:checked+.slider {
    background-color: var(--clr-primary);
}

.pos-switch input:checked+.slider:before {
    transform: translateX(18px);
}

.theme-color-box {
    background: #000;
    border-radius: 4px;
    height: 42px;
    width: 100%;
    display: block;
}

.pos-input-group .color-input {
    height: 48px;
    width: 100%;
    display: block;
}

.invoice-setting-card-wrapp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.warranty-box {
    border: 1px solid #333;
    padding: 10px;
    font-size: 13px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.powered-by {
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    color: #1e1b4b;
}

.developed-by {
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    color: #6b7280;
}

.view-user-img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.input-select-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.input-select-wrapper input {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 14px;
}

.input-select-wrapper select {
    border: none;
    outline: none;
    padding: 10px;
    background: #f8f8f8;
    font-size: 14px;
    color: #1c1c3c;
    cursor: pointer;
}

.customer-label {
    top: 0 !important;
    left: 0 !important;
}

.membership-modal input,
.membership-modal select,
.membership-modal textarea {
    height: 44px !important;
}

.side-badge {
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-badge-2 {
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px 0px 0px 4px !important;
}

.side-badge-input input {
    /* border-radius: 0px !important; */
}

.customer-seg-wrapper-grid {
    display: grid;
    grid-template-columns: 2fr 6fr;
    gap: 15px;
}

.chart-container {
    width: 100%;
    position: relative;
}

/* Total Sales Card - pure HTML/CSS */
.total-sales-card {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 22px;
    text-align: center;
    z-index: 0;
    min-width: 130px;
    overflow: hidden;
}

.total-sales-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 14px;
    right: 14px;
    height: 2.5px;
    background: #a855f7;
    border-radius: 0 0 2px 2px;
}

.total-sales-card .label {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    margin-bottom: 2px;
}

.total-sales-card .amount {
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

.chart-wrapper {
    width: 100%;
    height: 520px;
    padding-top: 90px;
    position: relative;
}

.bulk-upload-container.bulk-upload-design {
    padding: 28px 24px 24px;
}

.bulk-upload-top-text {
    margin-bottom: 18px;
    color: #111827;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.bulk-upload-top-text a {
    color: #00a63e;
    font-weight: 600;
    text-decoration: none;
}

.bulk-upload-top-text a i {
    margin-left: 4px;
    font-size: 13px;
}

.bulk-dropzone {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 630px;
    margin: auto;
    min-height: 130px;
    border: 1px dashed #c9c9c9;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    overflow: hidden;
}

.bulk-dropzone.is-dragover {
    border-color: #9333ea;
    background: #faf5ff;
}

.bulk-dropzone-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.bulk-dropzone-placeholder,
.bulk-dropzone-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
}

.bulk-dropzone-preview {
    display: none;
}

.bulk-dropzone.has-preview .bulk-dropzone-placeholder {
    display: none;
}

.bulk-dropzone.has-preview .bulk-dropzone-preview {
    display: flex;
}

.bulk-dropzone-icon {
    color: #9b9b9b;
    line-height: 1;
}

.bulk-dropzone-text {
    color: #6b7280;
    font-size: 14px;
    font-weight: 400;
}

.bulk-dropzone-preview img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 6px;
}

.bulk-dropzone-file-name {
    color: #374151;
    font-size: 14px;
    font-weight: 500;
    word-break: break-word;
}

.bulk-upload-submit-wrap {
    margin-top: 16px;
    text-align: center;
}

.bulk-upload-submit-wrap .submit-btn {
    min-width: 133px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 10px 28px;
    background: linear-gradient(90deg, #a100ff 0%, #7c1dff 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
}

.bulk-dropzone-icon svg {
    width: 40px;
    height: 30px;

}

@media (max-width: 575px) {
    .bulk-upload-container.bulk-upload-design {
        padding: 20px 16px;
    }

    .bulk-dropzone {
        min-height: 140px;
    }
}

.booking-create-card {
    border: 1px solid #e7e9ee;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}

.booking-create-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(400px, 1.20fr);
    gap: 0;
}

.booking-create-left {
    border-right: 1px solid #e7e9ee;
    padding: 0;
    background: #fff;
}

.booking-create-right {
    padding: 20px;
    background: #fff;
}

.booking-grid-two,
.booking-grid-three,
.booking-grid-four {
    display: grid;
    gap: 0;
}

.booking-grid-two {
    grid-template-columns: 1.15fr 1fr;
    padding: 20px;
    gap: 15px;
}

.booking-grid-three {
    grid-template-columns: 1.65fr 1.15fr 1fr;
}

.booking-grid-four {
    grid-template-columns: 1.7fr 1.2fr .75fr .4fr;
}

.booking-grid-two .booking-field {
    border-left: 1px solid #e7e9ee;
    border-top: 1px solid #e7e9ee;
    border-right: 1px solid #e7e9ee !important;
    border-radius: 5px !important;
}

.booking-field,
.booking-table-head,
.booking-table-cell {
    border-right: 1px solid #e7e9ee;
    border-bottom: 1px solid #e7e9ee;
    padding: 10px 10px;
    background: #fff;
}

.booking-grid-two> :nth-child(2n),
.booking-grid-three> :nth-child(3n),
.booking-grid-four> :nth-child(4n) {
    border-right: 0;
}

.booking-label,
.booking-table-head {
    color: #202939;
    font-size: 12px;
    booking-create-card font-weight: 500;
    line-height: 1.25;
    margin-bottom: 4px;
}

.booking-input,
.booking-select,
.booking-date-input,
.booking-textarea {
    width: 100%;
    border: 0;
    box-shadow: none;
    background: transparent;
    color: #374151;
    font-size: 14px;
    padding: 0;
    min-height: 18px;
    line-height: 18px;
    font-weight: 400;
}

.booking-select,
.booking-date-input {
    appearance: none;
    background-image: none;
}

.booking-input:focus,
.booking-select:focus,
.booking-textarea:focus,
.booking-date-input:focus {
    outline: none;
    box-shadow: none;
}

.booking-field-row {
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 20px;
}

.booking-date-input,
.booking-field-value {
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    color: #374151;
    font-size: 12px;
}

.booking-field-value {
    line-height: 1.35;
}

.booking-select-wrap,
.booking-date-wrap {
    position: relative;
    width: 100%;
    min-height: 20px;
    display: flex;
    align-items: center;
}

.booking-select-wrap .fa-chevron-down,
.booking-date-wrap .fa-calendar-alt {
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    color: #8a94a6;
    font-size: 10px;
    pointer-events: none;
}

.booking-select,
.booking-date-input {
    /* padding-right: 16px; */
}

.booking-add-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    min-width: 26px;
    height: 24px;
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #e7e9ee;
    color: #4b5563;
    font-size: 18px;
}

.booking-table-cell.action {
    text-align: center;
}

.booking-trash-btn {
    border: 0;
    background: transparent;
    color: #ff6b6b;
    padding: 0;
    font-size: 12px;
}

.booking-add-items {
    padding: 20px;
    padding-bottom: 25px !important;
    padding-top: 0 !important;
    background: #fff;
}

.booking-add-items-title,
.booking-panel-title {
    color: #202939;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
}

.booking-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 26px;
    padding: 17px 14px;
    border: 1px solid #B4B7BA;
    border-radius: 3px;
    background: #fff;
    color: #4B5563;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-right: 8px;
}

.booking-outline-btn:hover {
    color: #A000F4;
    border: 1px solid #A000F4;
}

.booking-outline-btn.secondary {
    border-color: #d8dce5;
    color: #5b6472;
}

.booking-form-section {
    padding: 0 20px 25px;
    background: #fff;
}

.booking-form-section .booking-grid-three {
    gap: 15px;
    padding-top: 2px;
}

.booking-form-section .booking-grid-three .booking-field {
    border: 1px solid #e7e9ee;
    border-radius: 5px;
    padding: 10px 10px;
}

.booking-textarea-wrap {
    border: 1px solid #e7e9ee;
    border-radius: 5px;
    padding: 8px 10px;
    margin-top: 15px;
}

.booking-textarea {
    min-height: 54px;
    resize: none;
    line-height: 1.35;
}

.booking-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 30px 10px 2px;
    background: #fff;
}

.booking-btn {
    min-width: 74px;
    height: 42px;
    border-radius: 6px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 600;
    padding: 0 26px;
}

.booking-btn.cancel {
    border-color: #ff7b7b;
    color: #ff4d4f;
    background: #fff;
}

.booking-btn.raise-sale {
    background: #16A34A;
    color: #fff;
}

.booking-btn.save {
    background: #A000F4;
    color: #fff;
}

.booking-customer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 10px;
}

.booking-info-block {
    min-width: 0;
}

.booking-info-label {
    color: #202939;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 6px;
}

.booking-info-value {
    color: #5b6472;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    word-break: break-word;
}

.booking-metric-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 10px;
}

.booking-metric-card {
    border: 1px solid #e7e9ee;
    border-radius: 4px;
    padding: 8px 10px;
    min-height: 58px;
    background: #fff;
}

.booking-metric-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #5b6472;
    font-size: 13px;
    margin-bottom: 2px;
}

.booking-metric-link {
    color: #7c1dff;
    font-size: 9px;
    font-weight: 600;
    text-decoration: none;
}

.booking-metric-value {
    color: #1f2937;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
}

.booking-metric-value.small {
    font-size: 20px;
}

.booking-metric-value.orange {
    color: #f59e0b;
}

.booking-panel {
    margin-top: 8px;
}

.booking-panel-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #202939;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 6px;
}

.booking-panel-heading i {
    font-size: 11px;
    color: #4b5563;
}

.booking-mini-table {
    width: 100%;
    border: 1px solid #e7e9ee;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.booking-mini-table table {
    width: 100%;
    border-collapse: collapse;
}

.booking-mini-table th,
.booking-mini-table td {
    border-bottom: 1px solid #e7e9ee;
    padding: 8px 10px;
    font-size: 13px;
    text-align: left;
    vertical-align: top;
}

.booking-mini-table th {
    color: #202939;
    font-weight: 600;
    background: #fafbfc;
}

.booking-mini-table td {
    color: #5b6472;
}

.booking-mini-table tr:last-child td {
    border-bottom: 0;
}

.booking-warning-pill {
    display: inline-block;
    margin-top: 3px;
    padding: 2px 5px;
    border: 1px solid #fca5a5;
    border-radius: 3px;
    background: #fff1f2;
    color: #b91c1c;
    font-size: 9px;
    line-height: 1.2;
}

.booking-grid-four {
    margin: 20px;
    margin-top: 0 !important;
    border-top: 1px solid #e7e9ee;
    border-left: 1px solid #e7e9ee;
    border-right: 1px solid #e7e9ee;
}

@media (max-width: 1199px) {
    .booking-create-layout {
        grid-template-columns: 1fr;
    }

    .booking-create-left {
        border-right: 0;
        border-bottom: 1px solid #e7e9ee;
    }
}

@media (max-width: 767px) {

    .booking-grid-two,
    .booking-grid-three,
    .booking-grid-four,
    .booking-customer-grid,
    .booking-metric-grid {
        grid-template-columns: 1fr;
    }

    .booking-grid-two> :nth-child(2n),
    .booking-grid-three> :nth-child(3n),
    .booking-grid-four> :nth-child(4n) {
        border-right: 1px solid #e7e9ee;
    }

    .booking-grid-two> :last-child,
    .booking-grid-three> :last-child,
    .booking-grid-four> :last-child {
        border-right: 0;
    }

    .booking-actions {
        flex-wrap: wrap;
    }
}

.booking-label-required {
    position: absolute;
    top: -9px;
    background-color: #fff !important;
    color: #4B5563 !important;

}

.booking-grid-four .booking-table-head {
    margin-bottom: 0 !important;
    padding: 12px;
    background-color: #F7F7F7;
}

.absolute-top-right {
    position: absolute;
    top: -12px;
    right: 4px;
}

.quick-sale-page {
    color: #374151;
}

.quick-sale-page .quick-sale-card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.quick-sale-page .quick-sale-title {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
}

.quick-sale-page .qs-form-control,
.quick-sale-page .qs-form-select {
    height: 40px;
    border-color: #e5e7eb;
    font-size: 13px;
    color: #6b7280;
    border-radius: 4px;
}

.quick-sale-page .qs-form-control:focus,
.quick-sale-page .qs-form-select:focus {
    border-color: #c084fc;
    box-shadow: 0 0 0 .2rem rgba(168, 85, 247, .08);
}

.quick-sale-page .qs-square-btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border: 1px solid #e5e7eb;
    border-left: 0;
    background: #f9fafb;
    color: #6b7280;
    font-size: 23px;
}

.quick-sale-page .qs-member-note {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.7;
}

.quick-sale-page .qs-link-orange {
    color: #f97316;
    text-decoration: none;
    font-size: 14px;
    background-color: #FF96041A;
    padding: 5px 10px;
    border-radius: 5px;
}

.quick-sale-page .qs-link-purple {
    color: #a855f7;
    text-decoration: none;
    font-size: 14px;
}

.quick-sale-page .qs-stats {
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    height: 100%;
}

.quick-sale-page .qs-stat-item {
    min-height: 78px;
}

.quick-sale-page .qs-stat-item+.qs-stat-item {
    border-left: 1px solid #e5e7eb;
}

.quick-sale-page .qs-stat-value {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
}

.quick-sale-page .qs-stat-label {
    font-size: 12px;
    color: #6b7280;
}

.quick-sale-page .qs-table {
    margin-bottom: 0;
}

.quick-sale-page .qs-table thead th,
.quick-sale-page .qs-table tbody td {
    border-color: #e5e7eb;
    vertical-align: middle;
    padding: 10px 12px;
}

.quick-sale-page .qs-table thead th {

    font-weight: 600;
}

.quick-sale-page .qs-section-title {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
}

.quick-sale-page .qs-inline-select {
    position: relative;
    min-width: 160px;
}

.quick-sale-page .qs-inline-select i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 10px;
    pointer-events: none;
}

.quick-sale-page .qs-inline-select .form-select,
.quick-sale-page .qs-inline-select .form-control {
    padding-right: 28px;
    border: 0;
    box-shadow: none;
    height: auto;
    min-height: 22px;
    font-size: 12px;
    color: #6b7280;
    background-color: transparent;
}

.quick-sale-page .qs-qty-control {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.quick-sale-page .qs-qty-btn {
    width: 18px;
    height: 18px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #6b7280;
    font-size: 12px;
    line-height: 1;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.quick-sale-page .qs-qty-btn.active {
    color: #a855f7;
    border-color: #e9d5ff;
    background: #faf5ff;
}

.quick-sale-page .qs-delete-btn {
    color: #ef4444;
    background: transparent;
    border: 0;
    padding: 0;
}

.quick-sale-page .qs-add-items-title,
.quick-sale-page .qs-label {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
}

.quick-sale-page .qs-pill-btn {
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #4b5563;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 4px;
}

.quick-sale-page .qs-pill-btn:hover {
    color: #A000F4;
    border: 1px solid #A000F4;
}

.quick-sale-page .qs-pill-btn.active {
    color: #a855f7;
    border-color: #d8b4fe;
    background: #fff;
}

.quick-sale-page .qs-payment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.quick-sale-page .qs-summary-box {
    background: #fafafa;
    border-radius: 4px;
    padding: 10px 0;
}

.quick-sale-page .qs-summary-row,
.quick-sale-page .qs-summary-select-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    padding: 4px 0;
}

.quick-sale-page .qs-summary-row strong,
.quick-sale-page .qs-payable-row strong {
    color: #111827;
}

.quick-sale-page .qs-payable-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding-top: 8px;
    margin-top: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}

.quick-sale-page .qs-payable-row span {
    color: #121535;
}

.quick-sale-page .qs-xs-text {
    font-size: 14px;
    color: #121535;
}

.quick-sale-page .qs-action-btn {
    min-width: 115px;
    height: 40px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
}

.quick-sale-page .qs-cancel-btn {
    border: 1px solid #fca5a5;
    color: #dc2626;
    background: #fff;
}

.quick-sale-page .qs-save-btn {
    border: 1px solid #9333ea;
    color: #fff;
    background: linear-gradient(90deg, #c026d3 0%, #7c3aed 100%);
}

@media (max-width: 991.98px) {
    .quick-sale-page .qs-payment-grid {
        grid-template-columns: 1fr;
    }

    .quick-sale-page .qs-stat-item+.qs-stat-item {
        border-left: 0;
        border-top: 1px solid #e5e7eb;
    }
}

.product-form-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}



.toggle-switch {
    display: flex;
    align-items: center;
    gap: 12px;
}

.toggle-switch .form-check-input {
    width: 44px;
    height: 24px;
    cursor: pointer;
    background-color: #ccc;
    border: none;
}

.toggle-switch .form-check-input:checked {
    background-color: #A000F4;
    border-color: #A000F4;
}

.toggle-switch .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.toggle-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.toggle-switch .form-check-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(168, 85, 247, 0.25);
}

.variation-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #A000F4;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.variation-tag .remove-tag {
    cursor: pointer;
    font-weight: bold;
    opacity: 0.8;
}

.variation-tag .remove-tag:hover {
    opacity: 1;
}

#attributes-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 16px;
}

.attribute-section {

    margin-bottom: 16px;
}

.attribute-title {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 12px;
}

.attribute-value-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #A000F4;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.attribute-value-tag .remove-value {
    cursor: pointer;
    font-weight: bold;
    opacity: 0.8;
}

.warranty-container {
    display: flex;
    gap: 10px;
}

.warranty-container input.form-control {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.warranty-container select.form-select {
    width: 120px;
    border: 1px solid #ddd;
    border-radius: 6px;

    font-size: 14px;
    background-color: white;
}

.variant-table {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow-x: auto;
}

.variant-table table {
    min-width: 900px;
}

.variant-table thead th {
    background: #F7F7F7;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    padding: 12px 8px;
    border-bottom: 1px solid #e5e5e5;
    white-space: nowrap;
}

.variant-table tbody td {
    padding: 8px;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
}

.variant-table .form-control {
    padding: 6px 8px;
    font-size: 13px;
    min-width: 80px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.variant-table .form-control:focus {
    border-color: #A000F4;
    box-shadow: 0 0 0 0.2rem rgba(168, 85, 247, 0.15);
}

.variant-table .table-input {
    border: 1px solid #ddd !important;
    border-radius: 4px;
    padding: 0px 8px !important;
    font-size: 13px;
    /* min-width: 80px; */
    background-color: #fff;
}

.variant-table .table-input:focus {
    border-color: #A000F4;
    box-shadow: 0 0 0 0.2rem rgba(168, 85, 247, 0.15);
    outline: none;
}

.variant-name {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
}

.add-variant-row {
    color: #A000F4;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
}

.remove-variant-row {
    color: #ef4444;
    cursor: pointer;
    text-align: center;
}

.upload-img-small {
    width: 40px;
    height: 40px;
    border: 1px dashed #ddd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.upload-img-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.image-upload-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 40px;
}

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

.btn-save {
    background: #A000F4;
    color: white;
    padding: 7px 16px;
    border-radius: 6px;
    border: none;
    font-weight: 500;
}

.btn-save:hover {
    background: #A000F4;
}

.text-secondary svg {
    height: 20px;
    width: 20px;
}

/* Choices.js specific styles for variation selects only */
.variation-choices .choices__inner {
    border: 1px solid #ddd;
    border-radius: 6px;
    min-height: 44px;
    padding: 6px 12px;
    background: #fff;
}

.variation-choices .choices__inner:focus {
    border-color: #A000F4;
}

.variation-choices .choices__list--multiple .choices__item {
    background: #A000F4;
    border: none;
    border-radius: 4px;
    padding: 1px 10px;
    font-size: 13px;
    margin-bottom: 0;
}

.variation-choices .choices__list--multiple .choices__item .choices__button {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.variation-choices .choices__input {
    background-color: transparent;
}

.note-editor {
    border: 1px solid #ddd;
    border-radius: 6px;
}

.note-editor.note-frame {
    border-color: #ddd;
}

.note-toolbar {
    background: #f9fafb;
    border-bottom: 1px solid #ddd;
}

.table th.width-30 {
    width: 30px;
}

.table th.width-40 {
    width: 40px;
}

.bulk-upload-btn {
    color: #4B5563 !important;
    border: #E6E6E6 1px solid !important;
}

.bulk-upload-btn:hover {
    color: #4B5563 !important;
    border: #E6E6E6 1px solid !important;
    background-color: transparent;
}

.booking-table-responsive {
    overflow-x: auto;
    margin-bottom: 20px;
}

.booking-data-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
}

.booking-data-table thead th {
    background: #f9fafb;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

.booking-data-table tbody td {
    padding: 12px 16px;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
}

.booking-data-table tbody tr:last-child td {
    border-bottom: none;
}

.booking-data-table .width-80 {
    width: 80px;
}

/* Package Table Styles */
.booking-package-table-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

.package-table {
    border: 1px solid #e5e5e5;
}

.package-table .package-header-row th {
    background: #f9fafb;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    padding: 12px 16px;
    border-bottom: 1px solid #e5e5e5;
}

.package-table .package-name-row td {
    background: #fff;
    padding: 12px 16px;

}

.package-table .package-name-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.package-table .package-name-cell i {
    color: #666;
    transition: transform 0.2s ease;
}

.package-table .package-name-cell[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.package-table tbody {
    background: #f9fafb;
}

.package-table .package-service-header th {
    background: #f3f4f6;
    padding: 10px 16px;
    font-weight: 600;
    font-size: 13px;
    color: #555;
    border-bottom: 1px solid #e5e5e5;
}

.package-table .package-service-row td {
    padding: 10px 16px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 13px;
    color: #555;
}

.package-table .package-service-row:last-child td {
    border-bottom: none;
}

.package-table .package-service-row td:first-child {
    color: #333;
}

.booking-package-checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #a855f7;
}

.booking-package-checkbox:checked {
    background-color: #a855f7;
    border-color: #a855f7;
}

.party-profile-btn svg {
    height: 20px;
    width: 20px;
}

.party-profile-page {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.party-profile-shell {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
}

.party-profile-sidebar {
    border-right: 1px solid #e6e6e6;
    padding: 28px 20px;
    text-align: center;
}

.party-profile-avatar {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 10px auto 16px;
    background: #d8eef8;
}

.party-profile-name {
    font-size: 30px;
    line-height: 1.15;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

.party-profile-meta {
    color: #444;
    font-size: 14px;
    line-height: 1.65;
}

.party-profile-due {
    display: inline-block;
    margin-top: 10px;
    padding: 2px 10px;
    border-radius: 4px;
    background: #fff3df;
    color: #f59b23;
    font-weight: 600;
    font-size: 14px;
}

.party-profile-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 28px;
}

.party-profile-btn {
    height: 40px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid transparent;
}

.party-profile-btn i {
    font-size: 13px;
}

.party-profile-btn.delete {
    background: #fff;
    border-color: #ff6a57;
    color: #ff5a47;
}

.party-profile-btn.edit {
    background: #A000F4;
    color: #fff;
}

.party-profile-content {
    min-width: 0;
}

.party-profile-header {
    padding: 12px 16px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.party-profile-header h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1e1e1e;
}

.party-profile-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.party-status-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 30px;
    padding: 0 12px;
    border-radius: 4px;
    background: #dff5e0;
    color: #35a44b;
    font-size: 13px;
    font-weight: 600;
}

.party-offer-btn {
    height: 36px;
    padding: 0 16px;
    border: 1px solid #c60dff;
    border-radius: 4px;
    color: #c60dff;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
}

.party-profile-body {
    padding: 12px 16px 0;
}

.party-stats-grid {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.party-stat-card {
    width: 145px;
    min-height: 70px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
}

.party-stat-card.pink {
    background: #f4dafb;
}

.party-stat-card.green {
    background: #dcf9df;
}

.party-stat-card.gray {
    background: #ececec;
}

.party-stat-value {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 500;
    color: #222;
    margin-bottom: 6px;
}

.party-stat-label {
    font-size: 13px;
    line-height: 1.2;
    color: #666;
    text-align: center;
}

.party-details-grid {
    display: grid;
    gap: 2px 28px;
    padding-bottom: 10px;
}

.party-detail-row {
    display: grid;
    grid-template-columns: 104px 10px 1fr;
    align-items: start;
    column-gap: 8px;
    font-size: 14px;
    line-height: 1.6;
}

.party-detail-label {
    color: #666;
}

.party-detail-separator,
.party-detail-value {
    color: #353535;
}

.party-main-tabs,
.party-sub-tabs {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
    background: #fff;
}

.party-main-tabs::-webkit-scrollbar,
.party-sub-tabs::-webkit-scrollbar {
    display: none;
}

.party-main-tabs {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 8px;
}

.party-sub-tabs {
    border-bottom: 1px solid #e6e6e6;
}

.party-main-tab,
.party-sub-tab {
    position: relative;
    white-space: nowrap;
    font-size: 14px;
    color: #5b6673;
}

.party-main-tab {
    padding: 14px 16px;
}

.party-sub-tab {
    padding: 12px 16px;
}

.party-main-tab.active,
.party-sub-tab.active {
    color: #c214ff;
}

.party-main-tab.active::after,
.party-sub-tab.active::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 2px;
    background: #c214ff;
}

.party-table-wrap {
    padding: 0;
}

.party-table-wrap .responsive-table {
    margin-top: 0;
    min-height: 100vh;
}

.party-table-wrap .table th,
.party-table-wrap .table td {
    text-align: left;
}

.party-empty-box {
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 32px 20px;
    color: #667085;
}

@media (max-width: 1199px) {
    .party-profile-shell {
        grid-template-columns: 1fr;
    }

    .party-profile-sidebar {
        border-right: 0;
        border-bottom: 1px solid #e6e6e6;
    }
}

@media (max-width: 767px) {
    .party-profile-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .party-stats-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .party-stat-card {
        width: 100%;
    }

    .party-details-grid {
        grid-template-columns: 1fr;
    }

    .party-detail-row {
        grid-template-columns: 95px 10px 1fr;
    }

    .party-profile-actions {
        grid-template-columns: 1fr;
    }
}

.dashboard-wrapper {
    background: #f8f9fa;
    min-height: 100vh;
    padding: 20px;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    padding-bottom: 0 !important;
    background-color: #fff;
}

.dashboard-title {
    font-size: 19px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.dashboard-tabs {
    display: flex;
    gap: 20px;

}

.dashboard-tabs .tab-btn {
    padding: 10px 0;
    background: none;
    border: none;
    color: #666;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.dashboard-tabs .tab-btn.active {
    color: #a855f7;
}

.dashboard-tabs .tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: #a855f7;
}

.top-filters {
    display: flex;
    gap: 10px;
}

.top-filters select {
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    color: #666;
}

/* CSS Grid Layout */
.dashboard-grid {
    display: grid;
    gap: 20px;
}

/* Top Stats Row */
.stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 5px;
}

.stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    align-items: center;
    gap: 15px;
}

.stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.stat-icon svg {
    width: 20px;
    height: 20px;
}

.stat-icon.blue {
    background: linear-gradient(180deg, #3250FF 0%, #2BB2FE 100%);
    color: #0284c7;
}

.stat-icon.purple {
    background: linear-gradient(180deg, #7819E5 0%, #D921EA 100%);
    color: #9333ea;
}

.stat-icon.teal {
    background: linear-gradient(180deg, #10A9FF 0%, #23DFBF 100%);
    color: #0d9488;
}

.stat-icon.red {
    background: linear-gradient(180deg, #EB3D4D 0%, #FBA37C 100%);
    color: #dc2626;
}

.stat-icon.orange {
    background: #ffedd5;
    color: #f97316;
}

.stat-content h6 {
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
    font-weight: 500;
}

.stat-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

/* Main Content Grid */
.main-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

.left-column {
    display: grid;
    gap: 20px;
}

.right-column {
    display: grid;
    gap: 20px;
}

/* Bottom Tables Grid */
.tables-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.dashboard-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.card-header-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.card-header-custom h5 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.legend-custom {
    display: flex;
    gap: 20px;
    font-size: 12px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.legend-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.chart-container {
    position: relative;
    height: 280px;
}

.chart-container-small {
    position: relative;
    height: 220px;
}

/* Donut Chart Center Text */
.donut-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.donut-center .label {
    font-size: 11px;
    color: #999;
    margin-bottom: 2px;
}

.donut-center .value {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.donut-center .percentage {
    font-size: 14px;
    font-weight: 600;
    color: #f97316;
    margin-bottom: 2px;
}

.stats-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.stats-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
}

.stats-list li:last-child {
    border-bottom: none;
}

.stats-list .stat-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
}

.stats-list .stat-value {
    font-weight: 600;
    color: #333;
}

/* Appointments */
.appointment-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.appointment-item {
    display: flex;
    gap: 12px;
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
}

.appointment-item:last-child {
    border-bottom: none;
}

.appointment-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f3e8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9333ea;
    font-weight: 600;
    font-size: 14px;
    flex-shrink: 0;
}

.appointment-info {
    flex: 1;
}

.appointment-info h6 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 3px;
}

.appointment-info p {
    font-size: 12px;
    color: #666;
    margin: 0 0 4px 0;
}

.appointment-time {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #999;
}

.appointment-staff {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #999;
}

.table-custom {
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
}

.table-custom thead th {
    color: #666;
    font-weight: 500;
    padding: 12px 8px;
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
}

.table-custom tbody td {
    padding: 12px 8px;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
}

.table-custom tbody tr:last-child td {
    border-bottom: none;
}

.view-all-link {
    color: #a855f7;
    font-size: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.view-all-link:hover {
    color: #9333ea;
}

/* Responsive */
@media (max-width: 1200px) {
    .stats-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .main-grid {
        grid-template-columns: 1fr;
    }

    .tables-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .stats-row {
        grid-template-columns: 1fr;
    }
}

.custom-tabs-nav {
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 0;
}

.custom-tab-link {
    color: #666;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    background: none;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
    display: inline-block;
}

.custom-tab-link:hover {
    color: #8e44ad;
}

.custom-tab-link.active {
    color: var(--clr-primary);
    font-weight: 600;
}

.custom-tab-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--clr-primary);
}