html,
body {
    background: var(--bs-neutral-100);
}
.mobile-nav-toggler {
    display: none;
}
.vertical-menu-btn {
    display: block;
}

/* layout css code */
.layout-left {
    width: 260px;
    background: var(--bs-white);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    transition: 0.4s all;
    border-right: 1px solid var(--bs-neutral-300);
}

.layout-right {
    width: calc(100% - 260px);
    /* height: 100vh; */
    position: relative;
    left: 260px;
    transition: 0.4s all;
}
.vertical-collpsed .layout-left {
    width: 80px;
    transition: 0.4s all;
}
.sidebar-enable.vertical-collpsed .metismenu li a .logout {
    display: none;
}
.vertical-collpsed .layout-right {
    width: calc(100% - 80px);
    left: 80px;
    transition: 0.4s all;
}
.navbar-wrapper {
    width: calc(100% - 260px);
    height: 110px;
    background: var(--bs-white);
    padding: 0 30px;
    position: fixed;
    top: 0;
    right: 0px;
    z-index: 998;
    border-bottom: 1px solid var(--bs-neutral-300);
    transition: 0.4s all;
}
.vertical-collpsed .layout-right .navbar-wrapper {
    width: calc(100% - 80px);
    transition: 0.4s all;
}

.main-content {
    padding: 130px 30px 0px 30px;
    min-height: calc(100vh - 0px);
    max-height: fit-content;
}
/* layout css code */
.layout-left .barnd-logo {
    padding: 42px 0;
}
.barnd-logo .with-collpsed {
    display: none;
}
.vertical-collpsed .barnd-logo .not-collpsed {
    display: none;
}
.vertical-collpsed .barnd-logo .with-collpsed {
    display: block;
    width: 48px;
    height: 48px;
}
.vertical-collpsed .barnd-logo {
    padding: 31px 0;
}

.navbar-action .action-link {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--bs-neutral-100);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.navbar-action .action-link img {
    width: auto;
    height: auto;
}

.navbar-action .badge {
    position: absolute;
    top: 0px;
    right: 0px;
}
.notifications .dropdown-menu {
    width: 352px;
    padding: 10px;
    border: 1px solid var(--bs-neutral-300);
    transform-origin: top right;
    transition: 0.4s ease-in-out;
}

.profile .dropdown-menu {
    width: 270px;
    padding: 14px 24px 24px 24px;
    border: 0px;
    box-shadow: 0px 2px 4px -4px rgba(15, 28, 51, 0.04),
        0px 3px 8px -2px rgba(15, 28, 51, 0.1);
    transform-origin: top right;
    transition: 0.4s ease-in-out;
}
.profile .nav-item .nav-link {
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: unset;
    gap: 10px;
    width: 100%;
    color: var(--bs-neutral-500);
}
.profile .nav-link:focus,
.profile .nav-link:hover {
    color: var(--bs-primary-500);
}

.profile .nav-link:hover svg .my_acc {
    stroke: var(--bs-primary-500);
}

.profile .nav-link:hover svg .setting {
    fill: var(--bs-primary-500);
}
.profile .nav-link:hover svg .cng-pass {
    stroke: var(--bs-primary-500);
}
.profile .nav-link:hover svg .logout {
    stroke: var(--bs-primary-500);
}

.navbar-left .search-box {
    width: 356px;
}
.navbar-left .search-box > .search_icon {
    top: 14px;
}
.search-box > .search_icon {
    position: absolute;
    top: 9px;
    left: 12px;
}
.navbar-left .search-box .form-control {
    padding: 0.782rem 0.75rem;
    padding-left: 40px;
}

.search_result li a p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-right: 20px;
}

.navbar-action .profile .online {
    position: absolute;
    bottom: 2px;
    right: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid var(--bs-white);
    background: var(--bs-primary-500);
}
.search-icon {
    display: none;
}
.app-search-box {
    display: none;
}

.navbar-action .profile .online.active {
    background: var(--bs-primary-500);
}
#sidebar-menu ul li ul.sub-menu li a {
    height: 40px;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
    width: calc(264px + 70px) !important;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul {
    width: 264px !important;
}
.footer {
    /* position: absolute; */
    bottom: 0;
    right: 0;
    width: 100%;
    border-top: 1px solid var(--bs-neutral-300);
}
.page-wrapper {
    min-height: 74.9vh;
    max-height: fit-content;
    background: var(--bs-white);
    padding: 32px;
}

/* table css */

.table .tbody .row .sl,
.table .thead .row .sl {
    width: 44px;
}
.table .tbody .row .orderId,
.table .thead .row .orderId {
    width: 84px;
}
.table .tbody .row .img,
.table .thead .row .img {
    width: 64px;
}
.table .tbody .row .img img {
    width: 48px;
    height: 48px;
}
.table .tbody .row .user,
.table .thead .row .user {
    width: 140px;
}
.table .tbody .row .name,
.table .thead .row .name {
    width: 220px;
}
.table .tbody .row .name {
    width: 220px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 54px;
}
.table .tbody .row .section,
.table .thead .row .section {
    width: 220px;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 54px; */
}
.table .tbody .row .section p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
}
.table .tbody .row .sku,
.table .thead .row .sku {
    width: 90px;
}
.table .tbody .row .role,
.table .thead .row .role {
    width: 140px;
}
.table .tbody .row .category,
.table .thead .row .category {
    width: 130px;
}
.table .tbody .row .price,
.table .thead .row .price {
    width: 80px;
}
.table .tbody .row .type,
.table .thead .row .type {
    width: 74px;
}
.table .tbody .row .variant,
.table .thead .row .variant {
    width: 90px;
}
.table .tbody .row .stock,
.table .thead .row .stock {
    width: 110px;
}
.table .tbody .row .status,
.table .thead .row .status {
    width: 110px;
}
.table .tbody .row .action,
.table .thead .row .action {
    width: 100px;
}
.table .tbody .row .action img {
    width: auto;
    height: auto;
    cursor: pointer;
}
.table .tbody .row .color,
.table .thead .row .color {
    width: 54px;
}
.table .tbody .row .progressbar,
.table .thead .row .progressbar {
    width: 60%;
}

.table .tbody .row .size,
.table .thead .row .size {
    width: 54px;
}
.table .tbody .row .rolepermission,
.table .thead .row .rolepermission {
    width: 790px;
}

.table .tbody .row .code,
.table .thead .row .code {
    width: 54px;
}
.table .tbody .row .category,
.table .thead .row .category {
    width: 140px;
}

.table .tbody .row .companyName,
.table .thead .row .companyName {
    width: 140px;
}
.table .tbody .row .paymentMethod,
.table .thead .row .paymentMethod {
    width: 140px;
    margin: 0;
}
.table .tbody .row .accountType,
.table .thead .row .accountType {
    width: 140px;
}

.table .tbody .row .phone,
.table .thead .row .phone {
    width: 110px;
}
.table .tbody .row .currency,
.table .thead .row .currency {
    width: 110px;
}

.table .tbody .row .mail,
.table .thead .row .mail {
    width: 210px;
}
.table .tbody .row .address,
.table .thead .row .address {
    width: 210px;
}
.table .tbody .row .totalprice,
.table .thead .row .totalprice {
    width: 100px;
}
.table .tbody .row .dr_cr,
.table .thead .row .dr_cr {
    width: 160px;
}
.table .tbody .row .date,
.table .thead .row .date {
    width: 115px;
}

.table .tbody .row .note,
.table .thead .row .note {
    width: 200px;
}
.table .tbody .row .quantity,
.table .thead .row .quantity {
    width: 80px;
}
.table .tbody .row .discount,
.table .thead .row .discount {
    width: 100px;
}

.table .tbody .row .tax_vat,
.table .thead .row .tax_vat {
    width: 190px;
}
.table .tbody .row .rate,
.table .thead .row .rate {
    width: 110px;
}
.table .tbody .row .banalce,
.table .thead .row .banalce {
    width: 160px;
}
.table .tbody .row .transaction,
.table .thead .row .transaction {
    width: 200px;
}

.table .tbody .row .action .dropdown-menu {
    width: 220px;
    --bs-dropdown-border-width: 0px;
    border-radius: 4px;
    background: var(--bs-white);
    box-shadow: 0px 2px 8px -4px rgba(15, 28, 51, 0.05),
        0px 10px 14px -4px rgba(15, 28, 51, 0.08);
}
.table .tbody .row .action .dropdown-menu .dropdown-item {
    color: var(--bs-neutral-900);
    font-size: 14px;
}
.table .tbody .row .action .dropdown-menu .dropdown-item:focus,
.table .tbody .row .action .dropdown-menu .dropdown-item:hover {
    color: var(--bs-neutral-900);
    background-color: var(--bs-neutral-100);
}
.table .tbody .row .action .dropdown-menu .w-auto {
    width: 16px !important;
    height: 16px !important;
}
/* table css */

.modal-dialog {
    top: 12%;
}

.modal-body {
    padding: 0 30px 30px 30px;
}

/* order */

.orders .table .tbody .row .status,
.orders .table .thead .row .status {
    width: 150px;
}
.orders .table .custom-select input {
    padding: 5px 11px;
}

/* products */
.table .tbody .row .name .product-img {
    width: 48px;
    height: 48px;
}
.table .tbody .row .name p {
    width: calc(100% - 58px);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}

/* .table .tbody .row .action .view_details {
    padding: 2px;
} */
.table .tbody .row .action .edit {
    width: 19px;
    height: 19px;
}
.table .tbody .row .action .trash {
    width: 20px;
    height: 20px;
}
.products .table .tbody .row .action,
.products .table .thead .row .action,
.category .table .tbody .row .action,
.category .table .thead .row .action {
    width: 124px;
}
.product-form .row .col-6 {
    padding: 0 22px;
}
.product-form .row {
    margin: 0 -22px;
}

/* .productMain-image .dragDrop-area {
  height: 640px;
} */
.create-order .searches-user .btn {
    width: 78px;
    font-size: 12px;
}
.create-order .searches-user .user-info label {
    width: 70px;
    font-weight: 500;
}
.cart-list-items .item-img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
}
.create-order {
    width: 50%;
}
.cart-list-items .item-info {
    width: 45%;
}
.cart-list-items .item-details {
    width: calc(100% - 50%);
}
.decrement-btn,
.increment-btn {
    height: 40px;
    background: #f6f6f6;
    padding: 5px 10px;
}
.form-control.counter-input {
    height: 40px;
    border: none;
    background: #f6f6f6;
    padding: 8px;
    text-align: center;
    font-size: 16px;
}
.order-items .cart-list-items li {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--bs-neutral-300);
}
.order-summary {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--bs-neutral-300);
}
.search-item .options-list li img {
    width: 32px !important;
    height: 32px !important;
    margin-right: 10px;
}
/* .customer .user-form {
    width: 50%;
} */

.form-error-icon {
    bottom: 37px;
}
.category-form .productMain-image .dragDrop-area {
    height: 140px;
}

/* admin role */

.admin .table .tbody .row .date,
.admin .table .thead .row .date {
    width: 120px;
}
/* .admin-form .pass {
    padding: 0.532rem 0.75rem 0.532rem 2.5rem;
} */
/* .admin-form .form-icon {
    position: absolute;
    left: 10px;
    bottom: 8px;
} */

/* auth */
/* .auth-wrapper .form-icon {
    position: absolute;
    left: 14px;
    bottom: 13px;
} */
/* .auth-wrapper .form-control {
    padding: 0.782rem 0.75rem 0.782rem 3rem;
} */
.auth-wrapper {
    width: 530px;
    margin: 0 auto;
}
.content-wrapper {
    padding: 134px 28px 0 28px;
    min-height: 100vh;
}
.auth-wrapper form {
    margin: 32px 0;
    width: 100%;
}
.otp-form input {
    width: 32px;
    height: 32px;
    text-align: center;
    border: none;
    border-bottom: 1.5px solid var(--bs-neutral-300);
    margin: 0 10px;
    background: transparent;
}
.otp-form input:focus {
    border-bottom: 1.5px solid var(--bs-primary-500);
    outline: none;
}
/* auth */
.cart-item-action {
    width: 28px;
    height: 28px;
    background: var(--bs-primary-50);
    border-radius: 4px;
    color: var(--bs-danger-500);
    cursor: pointer;
}
.sfbtn .search-box,
.sfbtn .filter {
    width: 220px;
}
.search-box .form-control {
    padding-left: 40px;
}
.stock .table .tbody .row .color,
.stock .table .thead .row .color {
    width: 20%;
}

.table .tbody .row .action.view-history,
.table .thead .row .action.view-history {
    width: 120px;
}
.table .tbody .row .action.view-history a {
    font-size: 14px;
}
/* .swatchLbl.color {
  width: 30px;
  padding: 0;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  cursor: pointer;
}
.swatchInput {
  display: none;
} */
.table .tbody .row .color .colors .item {
    width: fit-content;
}
.table .tbody .row .color .colors .item label {
    width: 20px;
    height: 20px;
    border-radius: 2px;
}
.table .progress {
    width: calc(100% - 120px);
    --bs-progress-height: 10px;
    --bs-progress-bg: #e5e5e5;
    --bs-progress-border-radius: 2px;
    --bs-progress-box-shadow: none;
}
.table .progress-bar.avl_stock {
    background-color: var(--bs-success-500);
}
.history .table .tbody .row .sl,
.history .table .thead .row .sl {
    width: 74px;
}
.action.view-history .btn {
    font-size: 13px !important;
}
.search-user .search-box {
    width: 100%;
}
.products .product-details {
    gap: 50px;
}
.product-details .product-images {
    width: 540px;
}
.product-details .product-informations {
    width: calc(100% - 600px);
}
.product-details .product-images .productMain-image {
    height: 540px;
}
.product-details .product-images .gallery-images {
    height: 84px;
}
.product-images .gallery-image {
    width: 84px;
    height: 100%;
    border: 1px solid var(--bs-neutral-300);
    padding: 3px;
    cursor: pointer;
    border-radius: 4px;
}
.product-images .gallery-image.isselect {
    border: 1px solid var(--bs-primary-500);
}
.product-details .product-informations {
    gap: 30px;
}
.product-details .product-informations .product-desc .fs-6 {
    border-bottom: 1px solid var(--bs-neutral-300);
    width: fit-content;
    padding-bottom: 3px;
}
.table .tbody .row .name .customer-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.customer-basic-info,
.order-status {
    background: var(--bs-white);
    padding: 32px;
}
.customer-image img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}
.customer-basic-info .info-details div span {
    width: 100px;
    font-size: 14px;
    font-weight: 400;
}
.customer-basic-info .personal-info {
    border-left: 1px solid var(--bs-neutral-300);
    padding-left: 58px;
}
.customer-basic-info .order-status {
    border-left: 1px solid var(--bs-neutral-300);
    padding-left: 58px;
}
.order-status .page-title {
    border-bottom: 1px solid var(--bs-neutral-300);
    padding-bottom: 20px;
}

.order-status-bar {
    gap: 78px;
}
.progress-track .progressbar {
    counter-reset: step;
    align-items: baseline;
    justify-content: space-between;
}
.progress-track .progressbar li {
    display: flex;
    width: 100%;
    position: relative;
    text-align: center;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.progress-track .progressbar li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    padding: 5px;
    background: #f8f8f8;
    border: 5px solid var(--bs-neutral-300);
    border-radius: 50%;
    top: -30px;
    z-index: 1;
}
.progress-track .progressbar li.is_complete:before {
    border-color: var(--bs-success-500);
}
.progress-track .progressbar li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: var(--bs-neutral-300);
    top: -22px;
    left: -50%;
}

.progress-track .progressbar li:first-child:after {
    content: none;
    background: none;
}
.progress-track .progressbar li.is_complete:after {
    background: var(--bs-success-500);
}

.purchase-item .order-summary {
    padding-right: 34px;
    border: 0;
}
.purchase-item .order-summary hr {
    width: 45%;
    margin: 0;
    margin-left: auto;
}
.shipping-address {
    padding: 14px;
    border: 1px solid var(--bs-neutral-300);
    border-radius: 4px;
    margin-top: 60px;
    width: 450px;
}

.invoice-wrapper .shipping-info .shipping-address {
    border: 0px;
    border-radius: 4px;
    margin-top: 0px;
    padding: 0;
}
.invoice-head .logo {
    width: 168px;
}
.table .tbody .row .action a {
    padding: 4px;
}
.order .tab-menus .btn-sm {
    padding: 0 10px !important;
}
.select2-container {
    z-index: 9999;
}
.modal-footer {
    padding: 0;
    border-top: 0;
}
.deliveryInformation .customerInfo,
.deliveryInformation .logisticPatner {
    border: 1px solid var(--bs-neutral-200);
    padding: 24px 34px;
    border-radius: 4px;
    background: var(--bs-white);
}

/* custom invoice */
.invoice-wrapper {
    border-radius: 4px;
    margin: 0 auto;
}
.invoice-header {
    margin-bottom: 54px;
}
.cmInfo .logo {
    height: 26px;
}
.billTo h6 {
    color: var(--bs-neutral-600);
}
.invoice-header h4 {
    color: var(--bs-primary-500);
}
.paymentMethod {
    width: 234px;
    margin-left: auto;
    padding: 12px;
    border-radius: 4px;
    background: var(--bs-neutral-100);
    margin-top: 20px;
}
.invoice-body .table .thead {
    background: var(--bs-primary-500);
}
.invoice-body .table .thead .row {
    font-size: 16px;
    color: var(--bs-white);
    font-weight: 500;
}
.invoice-body .table .tbody .row,
.invoice-body .table .thead .row {
    padding: 6px 0;
}
/* .invoice-body .table .tbody .row:nth-child(even) {
    background: var(--bs-neutral-100);
} */

.invoice-body {
    padding-bottom: 124px;
}
.invoice-footer {
    background: var(--bs-primary-500);
    padding: 12px 78px;
    margin: 0 -24px;
}
.invcNote div {
    border: 1px solid var(--bs-neutral-200);
    height: 60px;
    border-radius: 4px;
}
.invoice-summary {
    margin-top: 60px;
}
.invoice-summary .invcitemSummary .row:last-child {
    border-top: 1px solid var(--bs-neutral-200);
    padding-top: 10px;
}
.invoice-summary .invcitemSummary {
    width: 60%;
    margin-left: auto;
}

.challan-wrapper .invoice-summary .invcitemSummary {
    width: 80%;
    margin-left: unset;
}

.invoice-summary .invcitemSummary .col-8 {
    padding-right: 40px;
}
.invoice-body .itemInfo p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 20px;
}
.qrimage {
    width: 84px;
    height: 84px;
}
.challan-wrapper {
    display: none;
}
.challan-notted {
    margin-top: 20px;
}
/* custom invoice */
.itemInfo .productImg {
    width: 48px;
    height: 48px;
    margin-right: 10px;
    border-radius: 4px;
}

.itemInfo .productImg img {
    border-radius: 4px;
}
.itemInfo p {
    width: calc(100% - 60px);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.invoice-header {
    display: none;
}
.products .table .tbody .row .variant,
.products .table .thead .row .variant {
    width: 130px;
}

.product-variations .table .dropdown-menu .dropdown-item {
    padding: 4px 14px !important;
    cursor: pointer;
}
.settingContainer .tab-menus {
    gap: 24px;
}
.settingContainer .tab-menus .nav {
    gap: 12px;
    width: 260px;
    background: var(--bs-white);
    border-radius: 4px;
    padding: 20px 12px;
    flex-direction: column;
    border: 1px solid var(--bs-neutral-300);
    box-shadow: 0 5px 20px -4px rgba(0, 0, 0, 0.08);
    height: 380px;
}

.settingContainer .tab-content {
    width: calc(100% - 284px);
}

.setting.pr-information .dragDrop-area label {
    border-radius: 14px;
}
.setting.pr-information .dragDrop-area label img {
    border-radius: 14px;
}
.setting.pr-information .dragDrop-area {
    width: 80px;
    height: 80px;
    border: 0;
}

.setting.pr-information .dragDrop-area .onhover {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    background: var(--bs-black);
    color: var(--bs-white);
    opacity: 70%;
    bottom: 0;
    border-radius: 14px;
    transition: 0.4s ease-in-out;
    cursor: pointer;
}
.setting.pr-information .dragDrop-area:hover .onhover {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.setting.pr-information .image-preview-container {
    position: absolute;
    top: 0px;
    left: 0;
}

.setting.pr-information .image-preview-container .uplodedImg {
    width: 80px;
}
.setting.pr-information .image-preview-container .uplodedImg .image-preview {
    width: 80px;
    height: 80px;
}
.setting.password .form-control {
    padding: 0.532rem 0.75rem 0.532rem 3rem;
}
.setting.paymentoption .table .thead .row {
    border-bottom: 0px solid var(--bs-neutral-300);
    background: var(--bs-neutral-50);
}

.paymentoption .table .tbody .row .companyName,
.paymentoption .table .thead .row .companyName {
    width: 240px;
}
.courierOption .table .tbody .row .companyName,
.courierOption .table .thead .row .companyName,
.setting.courierOption .table .tbody .row .companyName,
.setting.courierOption .table .thead .row .companyName {
    width: 240px;
}

.cell-item-img {
    width: 48px;
    height: 48px;
    margin-right: 10px;
    border-radius: 4px;
}

.cell-item-content {
    width: calc(100% - 60px);
}

.cell-item-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.form-control.pass-field {
    padding: 0.532rem 0.75rem 0.532rem 3rem;
}
.role-permissins p::before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--bs-primary-500);
    color: var(--bs-primary-500);
    display: inline-block;
    border-radius: 50%;
}

.role-permissins p {
    display: flex;
    align-items: center;
    gap: 4px;
}

.admin.permission .table .row .cell {
    align-items: baseline;
}
.table .tbody .row .note p,
.table .thead .row .note p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#payment-status .customer,
#payment-status .payment,
#add_payment .customer,
#add_payment .payment {
    background: var(--bs-neutral-50);
    padding: 8px 12px;
}
/* .calender_img {
    position: absolute;
    right: 10px;
    top: 58%;
    width: auto;
    height: auto;
}
.datepicker-dropdown {
    z-index: 9999;
} */
.calender_img {
    position: absolute;
    right: 10px;
    top: 58%;
    width: auto;
    height: auto;
}

.datepicker-cell:not(.disabled):hover {
    background-color: var(--bs-neutral-100);
}
.datepicker-cell.focused:not(.selected) {
    background-color: var(--bs-primary-500);
    color: var(--bs-white);
}

.datepicker.active {
    z-index: 9999;
}
.datepicker-cell.selected,
.datepicker-cell.selected:hover {
    background-color: var(--bs-primary-500);
    color: var(--bs-white);
}
/* .thumbnail_image {
    position: relative;
    width: 200px;
    height: 200px;
} */
.thumbnail_image .dragDrop-area {
    width: 100%;
    height: 200px;
}
.image-preview-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    /* display: none; */
}

.thumbnail_image .image-preview-container .uplodedImg {
    height: 100%;
    width: 100%;
}
.thumbnail_image .image-preview-container .uplodedImg .image-preview {
    height: 100%;
    width: 100%;
    border-radius: 4px;
}

/* .thumbnail_image:has(.uplodedImg img) .dragDrop-area {
  border: none;
} */

.thumbnail_image:has(.uplodedImg img) .image-preview-container {
    display: block;
}

.gallery-image .dragDrop-area {
    width: 80px;
    height: 80px;
}

/* .gallery-image:has(.uplodedImg img) .dragDrop-area {
  border: none;
} */

.order.tab-menus .btn-outline-secondary {
    border: 1px solid transparent !important;
}

.swal2-cancel {
    padding: 10px !important;
    margin-right: 10px !important;
}
.swal2-confirm {
    padding: 10px !important;
}

.customer-details .details {
    padding: 24px 30px;
    gap: 78px;
    background: var(--bs-primary-50);
    border: 1px solid var(--bs-primary-500);
    margin-top: 18px;
    border-radius: 4px;
}

.customer-details .details .acc_info .img {
    border-radius: 50%;
    width: 64px;
    height: 64px;
}

.customer-details .details .acc_info .img img {
    border-radius: 50%;
}
.documents .thumbnail_image .dragDrop-area {
    width: 240px;
    height: 240px;
}

.documents img {
    width: 140px;
    height: 140px;
    border-radius: 4px;
}
.table .tbody .row .method,
.table .thead .row .method {
    width: 180px;
}
.transaction .table .tbody .row .name p {
    width: 100%;
}
.summary .row {
    margin: 0 -10px;
}
.summary .row .col-md-3 {
    padding: 0 10px;
}

.dealer-report {
    border-left: 1px solid var(--bs-primary-500);
    padding: 20px 20px 20px 50px;
}

.dealer-info .image-upload-container {
    width: 50%;
}
.customer .table .tbody .row .status,
.customer .table .thead .row .status {
    width: 160px;
}

#deleteUserForm {
    height: fit-content;
}

.row.groupRow {
    margin: 0 !important;
}

.row.groupRow .col-8 {
    padding-left: 30px;
}
.paymentMethods .table .tbody .row .name,
.paymentMethods .table .thead .row .name {
    width: 180px;
}
.invoice-footer {
    display: none !important;
}
.userProfile .page-wrapper {
    min-height: fit-content;
    max-height: fit-content;
    background: var(--bs-white);
    padding: 32px;
}

.userProfile .page-wrapper .tab-menus .nav {
    gap: 30px;
}

.signature {
    display: none;
}
.return-orders .table .tbody .row .type,
.return-orders .table .thead .row .type {
    width: 120px;
}
.return-orders .table .tbody .row .status,
.return-orders .table .thead .row .status {
    width: 120px;
}
.table .thead .row {
    background: var(--bs-primary-500);
    color: var(--bs-white);
}
.return-info,
.return-user {
    border-bottom: 1px solid var(--bs-neutral-300);
    padding-bottom: 14px;
}

.return-user .row .col-6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.return-order-details form .row {
    margin: 0;
}

.return-order-details .paymentSlip .slip {
    width: 200px;
    height: 200px;
    border-radius: 4px;
}

.return-order-details .paymentSlip .slip img {
    border-radius: 4px;
}

#sidebar-menu ul li ul.sub-menu {
    padding: 0px 0 0 30px;
}
#sidebar-menu ul li ul.sub-menu li a {
    height: 34px;
}
.table .thead .row {
    align-items: center;
}
.adminActivity {
    background: var(--bs-white);
    padding: 24px;
    border-radius: 4px;
}
.adminActivity .row {
    flex-direction: column;
    gap: 8px;
}

.adminActivity .row .messsage::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--bs-primary-500);
}
.adminActivity .row .messsage {
    align-items: baseline;
}
.summary {
    margin-top: 16px;
}
.reportview {
    gap: 60px;
}

.topdealear .table .tbody .row .name {
    height: fit-content;
}

.topsellingproducts .data_table,
.topdealear .data_table {
    min-height: fit-content;
}

.adminActivity .accordion-button {
    height: 48px;
}

.invoice-wrapper .data_table {
    min-height: fit-content;
}

.dealearStatus .table .tbody .row .quantity,
.dealearStatus .table .thead .row .quantity {
    width: 90px;
}

.adminActivities .activity .changeBy {
    border-bottom: 1px solid var(--bs-neutral-300);
    padding-bottom: 10px;
}

.adminActivities .activity {
    border-bottom: 1px solid var(--bs-neutral-300);
}

.adminActivities_Status {
    padding: 14px 0;
}

/* .select2,
.select2-container,
.select2-container--default,
.select2-container--focus,
.select2-container--below {
    width: 100% !important;
} */

.topsellingproducts {
    width: 320px;
}
.topdealear {
    width: calc(100% - 380px);
}

.profile-form {
    width: 50%;
}
.profile-form .image-upload-container {
    width: 104px;
    height: 104px;
}
.profile-form .thumbnail_image .dragDrop-area {
    height: 104px;
}
.profile-form .image-preview-container {
    height: 100%;
}

/* .documents .image-preview-container {
    height: 100%;
} */

.image-preview-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.copy-text {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.copy-text::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%; /* Position above the element */
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    display: none;
}

.copy-text:hover::after {
    display: block;
}

/* custom checkbox design for product select when filter */


.custom-dropdown {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.custom-dropdown-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 10px 12px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    min-height: 42px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-dropdown-header:hover {
    border-color: #b8c2cc;
}

.custom-dropdown-header:focus-within {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.search-container {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
}

.product-search {
    width: 100%;
    padding: 6px 30px 6px 8px;
    border: none;
    outline: none;
    font-size: 14px;
    background: transparent;
}

.search-icon {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 14px;
    pointer-events: none;
}

.dropdown-arrow {
    margin-left: 10px;
    color: #6c757d;
    transition: transform 0.2s ease;
}

.custom-dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
}

.selected-items-container {
    padding: 5px 0;
    /* min-height: 32px; */
}

.selected-items {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.selected-item {
    background-color: #e9ecef;
    border-radius: 16px;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    font-size: 13px;
    border: 1px solid #dee2e6;
    transition: background-color 0.15s ease;
}

.selected-item:hover {
    background-color: #dee2e6;
}

.remove-item {
    margin-left: 6px;
    cursor: pointer;
    font-size: 14px;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease;
}

.remove-item:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.custom-dropdown-options {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    max-height: 250px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.custom-dropdown-options.show {
    display: block;
}

.custom-option {
    padding: 8px 12px;
    transition: background-color 0.15s ease;
}

.custom-option:hover {
    background-color: #f0f2f5;
}

.custom-option label {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    margin: 0;
    font-size: 14px;
}

.custom-option input {
    margin-right: 10px;
    cursor: pointer;
}

.option-label {
    flex: 1;
}

.no-results {
    padding: 12px;
    text-align: center;
    color: #6c757d;
    font-style: italic;
}