/* CSS Variables - Color System */
:root {
    /* Primary Colors */
    --color-primary: rgb(225 29 72);
    --color-primary-light: rgba(225, 29, 72, 0.3);
    --color-primary-hover: #be123c;

    /* Neutral Colors */
    --color-slate-100: #f1f1f1;
    --color-slate-200: #E2E8F0;
    --color-slate-300: #94a3b8;
    --color-slate-400: rgb(226 232 240 / var(--tw-text-opacity, 1));
    --color-slate-500: rgb(148 163 184 / var(--tw-text-opacity, 1));
    --color-slate-600: rgb(71 85 105 / var(--tw-text-opacity, 1));
    --color-slate-700: rgb(100 116 139 / var(--tw-text-opacity, 1));
    --color-slate-800: rgb(30 41 59 / var(--tw-text-opacity, 1));
    --color-slate-900: #000;

    /* Background Colors */
    --color-white: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --color-brand-40: rgb(255 248 248 / var(--tw-bg-opacity, 1));
    --color-gray-50: rgb(248 250 252 / var(--tw-bg-opacity, 1));

    /* Semantic Colors */
    --color-error: rgb(239 68 68);
    --color-warning: rgb(234 179 8);
}

/* Header */
body b,
body strong {
    font-weight: 700;
}

body .form-control {
    height: 40px;
}

body .brand .brand-logo {
    max-width: 100%;
    height: 50px;
}

body .brand {
    padding: 0px;
}

i.fa-solid.fa-shopping-cart.text-lg/ {
    color: var(--color-slate-600);
}

i.fa-shopify:before {
    content: "\e057";
}

html,
body {
    margin: 0;
    min-height: 100%;
    width: 100%;
    overflow: auto;
    background: #f8fafc !important;
    padding-top: env(safe-area-inset-top, 0);
    padding-bottom: env(safe-area-inset-bottom, 0);
    box-sizing: border-box;
}

/* Override Bootstrap's font-size: 16px !important */
html,
html body {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: "Inter", sans-serif !important;
    -ms-text-size-adjust: 100% !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

body .rounded-xl {
    border-radius: 0.75rem !important;
}

body .header {
    background-color: var(--color-white);
    border-bottom-width: 1px;
    border-bottom-color: var(--color-slate-400);
    height: 4rem;
    flex-shrink: 0;
    display: inline-block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    z-index: 20;
    position: relative;
}

.body {
    padding-top: calc(64px + env(safe-area-inset-top, 0));
    min-height: calc(100vh - 64px - env(safe-area-inset-top, 0) - env(safe-area-inset-bottom, 0));
}

#kt_aside {
    overflow-y: auto;
    height: calc(100vh - var(--header-height, 4rem) - env(safe-area-inset-bottom, 0));
    position: relative;
    top: auto;
    width: 16rem;
}

#kt_wrapper {
    overflow-y: auto;
    height: calc(100vh - var(--header-height, 4rem) - env(safe-area-inset-top, 0) - env(safe-area-inset-bottom, 0));
    padding: 0px;
    width: calc(100% - 16rem);
}

.brand {
    height: 63px;
}

body.aside-enabled .header.header-fixed {
    left: 0;
}

/* #kt_aside and #kt_wrapper are already defined above with safe-area insets */

.verticle-line {
    height: 1.5rem;
    width: 1px;
    background-color: var(--color-slate-400);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .header-menu.header-menu-layout-default .menu-nav>.menu-item>.menu-link.gray-btn,
.gray-btn,
.nav .nav-link,
body .btn.btn-light {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-text-opacity: 1;
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.5rem;
    margin-left: 0.5rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background-color: var(--color-slate-600);
    align-items: center;
    gap: 3px;
}

.header .header-menu.header-menu-layout-default .menu-nav>.menu-item>.menu-link.red-btn,
.red-btn,
.nav .nav-link.active,
body .btn.btn-success {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-text-opacity: 1;
    color: #fff !important;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    align-items: center;
    gap: 3px;
}

.header .header-menu .menu-nav>.menu-item.promo_page:hover:not(.menu-item-here):not(.menu-item-active)>.menu-link,
.header .header-menu .menu-nav>.menu-item.promo_page>.menu-link.red-btn:hover,
.header .header-menu .menu-nav>.menu-item.promo_page:hover:not(.menu-item-here):not(.menu-item-active)>.menu-link.red-btn:hover,
.header .header-menu .menu-nav>.menu-item.promo_page>.menu-link.red-btn:hover,
.header .header-menu.header-menu-layout-default .menu-nav>.menu-item>.menu-link.gray-btn:hover,
.gray-btn:hover,
.header .header-menu .menu-nav>.menu-item.promo_page:hover:not(.menu-item-here):not(.menu-item-active)>.menu-link.gray-btn:hover,
.header .header-menu .menu-nav>.menu-item.promo_page>.menu-link.gray-btn:hover,
.nav .nav-link.active:hover,
.nav .nav-link:hover,
.red-btn:hover {
    background: var(--color-primary-hover);
    border-color: var(--color-primary-hover);
}

body .btn.btn-success:hover {
    background: var(--color-primary-hover) !important;
    border-color: var(--color-primary-hover) !important;
}

body .ant-modal-body {
    font-size: 16px;
}

.ant-modal.view-details-modal .ant-modal-body {
    padding: 0;
}


body:not(.page-all-inventory, .page-my-inventory) button,
.modal-footer button {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
    --tw-text-opacity: 1 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    padding: 0.5rem 1rem !important;
    border-radius: 0.5rem !important;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    align-items: center !important;
    gap: 3px !important;
}

body:not(.page-all-inventory, .page-my-inventory) button:hover,
.modal-footer button:hover,
.add-to-shopify:hover {
    background: var(--color-primary-hover) !important;
    border-color: var(--color-primary-hover) !important;
    color: #fff !important;
}

body:not(.page-all-inventory, .page-my-inventory) .ant-modal-close {
    background-color: transparent !important;
    padding: 0 !important;
    color: var(--color-slate-600) !important;
    box-shadow: none !important;
}

body:not(.page-all-inventory, .page-my-inventory) .ant-modal-close:hover {
    background-color: transparent !important;
    padding: 0 !important;
    color: var(--color-primary) !important;
    box-shadow: none !important;
}

body .modal .modal-header .close {
    box-shadow: none !important;
}

body .modal .modal-header .close,
body .breadcrumb .breadcrumb-item a {
    color: var(--color-slate-600) !important;
}

body .modal .modal-header .close:hover,
body .breadcrumb .breadcrumb-item a:hover {
    color: var(--color-primary) !important;
}

body .modal .modal-header button,
body .modal .modal-header button:hover {
    background: transparent !important;
}

body:not(.page-all-inventory, .page-my-inventory) .header-menu .menu-nav {
    align-items: center;
    gap: 1rem;
}

body:not(.page-all-inventory, .page-my-inventory) #kt_content a {
    color: var(--color-primary);
}

body:not(.page-all-inventory, .page-my-inventory) #kt_content p {
    color: var(--color-slate-600);
    font-size: 14px;
}

.form-group {
    align-items: center;
}

body:not(.page-all-inventory, .page-my-inventory) #kt_content a:hover {
    color: var(--color-slate-600);
}

body .nav.nav-tabs .nav-item,
body .help-page .nav-tabs #uncontrolled-tab-example-tab-video_tutorial {
    background: var(--color-slate-600);
    border-color: var(--color-slate-600);
    color: #fff !important;
    padding: 12px 24px;
}

body .nav.nav-tabs .nav-item.active,
body .nav.nav-tabs .nav-item:hover,
body .help-page .nav-tabs #uncontrolled-tab-example-tab-video_tutorial:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

body .nav-tabs {
    border-bottom: 0px;
}

body .tab-content {
    border: 1px solid #E4E6EF;
    padding: 20px;
}

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

.table th,
.table th span,
body .table.table-head-custom thead tr,
body .table.table-head-custom thead th {
    font-size: 14px !important;
    color: var(--color-slate-600) !important;
    text-transform: capitalize;
}

.cart-link {
    position: relative;
    display: flex;
    align-items: center;
}

.countpill {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: var(--color-error);
    color: var(--color-white);
    font-size: 10px;
    font-weight: 700;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    border-radius: 9999px;
}

.header .header-menu .menu-nav>.menu-item.promo_page:hover:not(.menu-item-here):not(.menu-item-active)>.menu-link,
.header .header-menu .menu-nav>.menu-item.promo_page>.menu-link.gray-btn:hover {
    color: #fff;
    background-color: #be123c;
}

body .header-menu .menu-nav {
    align-items: center;
}

button,
input,
optgroup,
select,
textarea {
    font-family: "Inter", sans-serif;
}

body .header .header-menu.header-menu-layout-default .menu-nav>.menu-item>.menu-link {
    color: var(--color-slate-700);
    font-size: 0.875rem;
    font-weight: 500;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    background: transparent;
}

body .header .header-menu.header-menu-layout-default .menu-nav>.menu-item>.menu-link.cart-link {
    padding: 0px;
}

body .header-menu .menu-nav>.menu-item {
    padding: 0px;
    white-space: nowrap;
}

.user-welcome {
    position: relative;
    z-index: 10;
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
    border-radius: 0.375rem;
    color: var(--color-slate-600);
    padding-bottom: 1.25rem;
    border-bottom-width: 1px;
    border-bottom-color: var(--color-slate-400);
    line-height: 1.25rem;
}

.user-welcome .welcome-text {
    display: block;
    margin-bottom: 0.5rem;
}

.user-welcome .plan-text {
    display: block;
    font-size: 0.75rem;
    color: var(--color-slate-500);
    line-height: 1rem;
}

.user-welcome .plan-star {
    color: var(--color-warning);
    width: 1rem;
    text-align: center;
}

#kt_aside_menu_wrapper {
    padding: 1.25rem;
}

#kt_aside {
    width: 16rem;
    background-color: var(--color-brand-40);
}

body .header .header-menu .menu-nav>.menu-item:hover:not(.menu-item-here):not(.menu-item-active)>.menu-link,
.header .header-menu .menu-nav>.menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active)>.menu-link {
    background: transparent;
}

.header .header-menu.header-menu-layout-default .menu-nav>.menu-item>.menu-link:hover {
    color: var(--color-slate-800);
}

body .header.header-fixed {
    height: 64px;
}

.body {
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;
}

body .aside-menu {
    background-color: transparent;
    overflow: visible !important;
}

body .aside-menu .menu-nav {
    padding: 0;
}

body .aside-menu .menu-nav>.menu-item>.menu-submenu .menu-subnav>.menu-item>.menu-link {
    padding: 0;
}

body .aside-menu .menu-nav>.menu-item>.menu-submenu .menu-subnav>.menu-item>.menu-link i {
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
    margin: 0 10px 0 0;
}

body .aside-menu .menu-nav>.menu-item>.menu-submenu .menu-subnav>.menu-item:hover>.menu-link i {
    color: rgb(190 18 60 / var(--tw-text-opacity, 1));
    margin: 0 10px 0 0;
}

body .aside-menu .menu-nav>.menu-item>.menu-submenu .menu-subnav {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
    margin-left: 1.75rem;
    padding-left: 0.75rem;
    border-left-width: 2px;
    border-left-color: var(--color-slate-400);
}

/* Hide Perfect Scrollbar elements */
.ps__rail-x,
.ps__rail-y {
    display: none !important;
}

.ps__thumb-x,
.ps__thumb-y {
    display: none !important;
}

body .aside-menu .menu-nav .menu-section {
    padding: 0px;
}

body .aside-menu .menu-nav>.menu-item>.menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 0.375rem;
    min-height: 40px;
}

body .aside-menu .menu-nav>.menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover>.menu-heading,
body .aside-menu .menu-nav>.menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover>.menu-link,
body .aside-menu .menu-nav>.menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.item-selected):not(.menu-item-here):not(.menu-item-active):hover>.menu-heading,
body .aside-menu .menu-nav>.menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.item-selected):not(.menu-item-here):not(.menu-item-active):hover>.menu-link {
    background-color: transparent;
}

body .aside-menu .menu-nav>.menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover>.menu-heading,
body .aside-menu .menu-nav>.menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover>.menu-link span:first-child,
body .aside-menu .menu-nav>.menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.item-selected):not(.menu-item-here):not(.menu-item-active):hover>.menu-heading,
body .aside-menu .menu-nav>.menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.item-selected):not(.menu-item-here):not(.menu-item-active):hover>.menu-link span:first-child {
    background-color: rgb(255, 241, 242);
    color: var(--color-primary);
}

body .aside-menu .menu-nav>.menu-item>.menu-link .menu-text {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    padding: 0px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

body .aside-menu .menu-nav>.menu-item>.menu-link {
    padding: 0;
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 0.375rem;
    background: transparent;
}

body .aside-menu .menu-nav>.menu-item>.menu-link i {
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

body .aside-menu .menu-nav>.menu-item>.menu-link .menu-text:hover {
    background-color: var(--color-brand-40);
}

body .aside-menu .menu-nav>.menu-item.menu-item-open>.menu-heading,
body .aside-menu .menu-nav>.menu-item.menu-item-open>.menu-link,
body .aside-menu .menu-nav>.menu-item.item-selected>.menu-heading,
body .aside-menu .menu-nav>.menu-item.item-selected>.menu-link {
    background-color: rgb(255, 241, 242);
    color: var(--color-primary);
    font-weight: 500;
}

.header-menu-links {
    max-width: 605px;
    overflow: auto;
    /* Reserve space for scrollbar to prevent layout shift */
    padding-right: 12px;
    margin-right: -12px;
}

.header-menu-links::-webkit-scrollbar {
    height: 4px;
}

.header-menu-links::-webkit-scrollbar-track {
    background: var(--color-slate-100);
}

.header-menu-links::-webkit-scrollbar-thumb {
    background: var(--color-slate-200);
    border-radius: 15px;
    cursor: pointer;
}

.header-menu-links::-webkit-scrollbar-thumb:hover {
    background: var(--color-slate-300);
}

body .header-menu {
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

body.brand-light .brand,
body .brand {
    background: transparent !important;
    height: 64px;
}

body .aside-menu .menu-nav>.menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover>.menu-heading,
body .aside-menu .menu-nav>.menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover>.menu-link,

body .aside-menu .menu-nav>.menu-item:not(.menu-item-parent):not(.item-selected):not(.menu-item-here):not(.menu-item-active):hover>.menu-heading,
body .aside-menu .menu-nav>.menu-item:not(.menu-item-parent):not(.item-selected):not(.menu-item-here):not(.menu-item-active):hover>.menu-link {
    color: rgb(190 18 60 / var(--tw-text-opacity, 1));
    background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}

body .aside-menu .menu-nav>.menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover>.menu-heading .menu-text,
body .aside-menu .menu-nav>.menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover>.menu-link .menu-text,

body .aside-menu .menu-nav>.menu-item:not(.menu-item-parent):not(.item-selected):not(.menu-item-here):not(.menu-item-active):hover>.menu-heading .menu-text,
body .aside-menu .menu-nav>.menu-item:not(.menu-item-parent):not(.item-selected):not(.menu-item-here):not(.menu-item-active):hover>.menu-link .menu-text {
    color: rgb(190 18 60 / var(--tw-text-opacity, 1));
    background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}

body .aside-menu .menu-nav>.menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover>.menu-link i:before,
body .aside-menu .menu-nav>.menu-item.menu-item-open>.menu-heading .menu-text,
body .aside-menu .menu-nav>.menu-item.menu-item-open>.menu-link .menu-text,
body .aside-menu .menu-nav>.menu-item.menu-item-open>.menu-link i:before,
body .aside-menu .menu-nav>.menu-item.item-selected>.menu-heading .menu-text,
body .aside-menu .menu-nav>.menu-item.item-selected>.menu-link .menu-text,
body .aside-menu .menu-nav>.menu-item.item-selected>.menu-link i:before {
    color: rgb(190 18 60 / var(--tw-text-opacity, 1));
    background: transparent;
}

body .aside-menu .menu-nav .menu-item>.menu-heading,
body .aside-menu .menu-nav .menu-item>.menu-link {
    align-items: center;
}

.body .MuiChip-outlined {
    background-color: rgb(255, 241, 242);
    border-radius: 0.375rem;
    border-color: rgb(255, 241, 242);
}

body .menu-nav .MuiButtonBase-root {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

body .menu-nav .MuiChip-outlined .MuiChip-deleteIcon {
    color: #fff;
}

body .menu-nav .MuiButtonBase-root:hover {
    color: #fff;
    background-color: var(--color-slate-600);
    border-color: var(--color-slate-600);
}

.MuiChip-label {
    font-size: 0.875rem;
}

span.category-name,
.menu-link span:first-child {
    font-size: 12px;
}

body .react-select__value-container>div {
    margin: 0;
    padding: 0;
    height: 32px;
    position: absolute;
    line-height: 32px;
    left: 12px;
    right: 0;
}

.react-select__input {
    width: 100%;
}

/* React Select dropdown options styling */
.react-select__menu {
    min-width: 180px !important;
}

.ribbon .ribbon-target {
    background: var(--color-primary) !important;
}

/* Custom scrollbar for a sleeker look */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Override Tailwind rounded-lg */
body .rounded-lg {
    border-radius: 0.5rem !important;
}

body span.react-select__indicator-separator {
    display: none;
}

body .subheader .select_filter .react-select__control {
    background-color: var(--color-gray-50);
    border: 1px solid var(--color-slate-400);
    color: var(--color-slate-600);
    font-size: 0.875rem;
    border-radius: 0.5rem;
    width: 100%;
    padding: 0;
    cursor: pointer;
    height: 32px;
    min-height: 32px;
}

body .sticky-selection-bar {
    padding: 0;
    margin: 0px;
}

body .quick-search .quick-search-form .input-group-append {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
}

body .input-group i {
    font-size: 1rem;
}

body .quick-search .quick-search-form .input-group {
    background-color: rgb(241 245 249) !important;
    border-radius: 50px;
}

body .react_header_search #header_search {
    font-size: 14px !important;
    height: 36px;
    padding-right: 25px !important;
}

body .react-select__input #brand_filter,
body .select_filter #filter_by {
    font-size: 14px !important;
    height: 32px;
}

body .quick-search.quick-search-dropdown {
    padding: 0;
}

body .border-brand-100\/50 {
    border-color: rgb(255 228 230 / 0.5);
}

body .border-brand-100 {
    border-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
}

body .react-select__value-container {
    display: inline-block;
    padding: 0 12px;
    height: 32px;
}

body .aside-menu .menu-nav>.menu-item>.menu-submenu .menu-subnav>.menu-item>.menu-submenu .menu-subnav>.menu-item>.menu-link {
    padding: 0 0 0 10px;
}

body .subheader .select_filter .react-select__control:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 1px var(--color-primary);
}

body .react-select__indicator {
    padding: 0;
}

body .react-select__indicator svg {
    fill: #000;
    width: 15px;
    height: 15px;
}

body .react-select__indicators {
    height: 32px;
    align-self: center;
    position: absolute;
    right: 0;
}

html body .page_mn .all-inventory-data {
    margin-top: 0px !important;
}

body .all-inventory-data .card.card-custom>.card-body {
    padding: 0;
}

body .card.card-custom.card-stretch.gutter-b {
    margin-bottom: 8px;
    height: calc(100% - 8px);
}

span.anticon.anticon-left:before {
    content: "\f053";
    font-size: 0.75rem;
    line-height: 1rem;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    color: rgb(71, 85, 105);
    margin: -2px 0 0;
}

span.anticon.anticon-left svg {
    display: none;
}

span.anticon.anticon-right svg {
    display: none;
}

span.anticon.anticon-right:before {
    content: "\f054";
    font-size: 0.75rem;
    line-height: 1rem;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    color: rgb(71, 85, 105);
    margin: -2px 0 0;
}

body .ant-pagination-next .ant-pagination-item-link:hover span:before,
body .ant-pagination-prev .ant-pagination-item-link:hover span:before {
    color: #fff;
}

.ant-select-selector,
body .ant-select:not(.ant-select-disabled):hover .ant-select-selector,
body .ant-select:not(.ant-select-customize-input) .ant-select-selector {
    background-color: var(--color-white);
    border: 1px solid var(--color-slate-400);
    color: var(--color-slate-600);
    font-size: 0.875rem;
    border-radius: 0.5rem;
    padding: 0.375rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    cursor: pointer;
    outline: none;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

body .ant-pagination-options {
    margin-left: 23px;
}

body .ant-select-single.ant-select-show-arrow .ant-select-selection-item,
body .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
    line-height: normal;
}

body .ant-select:not(.ant-select-disabled):hover .ant-select-selector,
.ant-select-selector:focus,
body .ant-select:not(.ant-select-disabled):focus .ant-select-selector {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 1px var(--color-primary);
}

body .ant-select:not(.ant-select-disabled):hover .ant-select-selector:hover {
    background-color: var(--color-gray-50);
}

body .transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

body .group:hover .group-hover\:opacity-100 {
    opacity: 1;
}

body .backdrop-blur-\[2px\] {
    --tw-backdrop-blur: blur(2px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

body .group:hover .group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

body .duration-500 {
    transition-duration: 500ms;
}

body .hover\:underline:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

body .hover\:bg-brand-500:hover {
    background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}

.add-to-shopify {
    max-width: calc(100% - 16px);
    margin: auto;
}

body .ant-pagination-disabled.ant-pagination-next .ant-pagination-item-link:hover span:before,
body .ant-pagination-disabled.ant-pagination-prev .ant-pagination-item-link:hover span:before {
    color: rgb(71, 85, 105);
}

body .ant-pagination-disabled .ant-pagination-item-link,
body .ant-pagination-disabled:hover .ant-pagination-item-link,
body .ant-pagination-item,
body .ant-pagination-prev .ant-pagination-item-link,
body .ant-pagination-next .ant-pagination-item-link {
    background: transparent;
    border-radius: 0.25rem;
    border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

body .ant-pagination-item-active,
body .ant-pagination-item:hover,
body .ant-pagination-item-active:hover,
body .ant-pagination-next .ant-pagination-item-link:hover,
body .ant-pagination-next .ant-pagination-item-link:hover {
    font-weight: 500;
    background: rgb(225 29 72 / var(--tw-bg-opacity, 1));
    border-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
    color: #fff;
    border-radius: 0.25rem;
}

.dropdown-menu.dropdown-menu-xl {
    transform: none !important;
}

.top-4 {
    top: 1rem;
}

.right-4 {
    right: 1rem;
}

.ant-modal-root {
    padding: 1rem 1.5rem;
}
.h-1 {
    height: 0.25rem;
}
.w-1 {
    width: 0.25rem;
}
.h-1\.5 {
    height: 0.375rem;
}
.w-1\.5 {
    width: 0.375rem;
}
.gap-1 {
    gap: 0.25rem;
}
body .ant-modal-centered .ant-modal,
body .ant-modal-centered .ant-modal.add-to-shopify-modal {
    max-width: 42rem;
    width: 100% !important;
    max-height: 200vh;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 1rem;
    overflow: hidden;
    overflow-y: auto;
}
body .ant-modal-centered .ant-modal{
    max-width: 64rem;
}

.card-body .tooltip {
    z-index: 9;
}

.modal-header .close {
    height: 20px;
}

.popup-right {
    overflow-y: auto;
    max-height: 90vh;
}

.popup-left {
    max-height: 90vh;
    position: sticky;
    top: 0;
}

.aspect-\[3\/4\] {
    aspect-ratio: 3 / 4;
}

body .ant-modal-mask {
    background-color: rgb(15 23 42 / 0.6);
    backdrop-filter: blur(4px);
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-brand-700\/70 {
    color: rgb(190 18 60 / 0.7);
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.font-extrabold {
    font-weight: 800;
}

.form-group.row {
    align-items: start;
}

.mt-0\.5 {
    margin-top: 0.125rem;
}

body .ant-modal-title {
    font-size: 22px;
    font-weight: 700;
}

.space-y-2\.5> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

body .ant-modal-body {
    height: auto !important;
}

/* iOS modal scrolling fix */
@supports (-webkit-touch-callout: none) {

    /* iOS specific styles */
    body .ant-modal-centered .ant-modal {
        overflow: hidden !important;
    }

    body .ant-modal-body {
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        height: 450px !important;
        max-height: 60vh !important;
    }

    /* Prevent body scroll when modal is open on iOS */
    body.ant-modal-open {
        overflow: hidden !important;
        position: fixed !important;
        width: 100% !important;
    }
}

.card-selected .checkbox-checked {
    opacity: 1;
}

body .shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

body.header-fixed.subheader-fixed .subheader {
    border: 0px;
}

body .py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

body .px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

body .gap-2 {
    gap: 0.5rem;
}

body .transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

body .translate-y-4 {
    --tw-translate-y: 1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

body .duration-300 {
    transition-duration: 300ms !important;
}

body .hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

body .rounded {
    border-radius: 0.25rem !important;
}
input[type="checkbox"] {
  accent-color: rgb(203 213 225) !important;
  appearance: none;
  -webkit-appearance: none;
}
input[type="checkbox"]:checked {
  appearance: auto;
  -webkit-appearance: auto;
}
.toggle-btn[style="width: 44px; height: 24px; border-radius: 12px; background-color: rgb(203, 213, 225); position: relative; cursor: pointer; flex-shrink: 0; transition: background-color 0.2s;"]{
    background-color: rgb(226 232 240) !important;
}
body .shadow-\[0_4px_14px_0_rgba\(225\2c 29\2c 72\2c 0\.39\)\] {
    --tw-shadow: 0 4px 14px 0 rgba(225, 29, 72, 0.39);
    --tw-shadow-colored: 0 4px 14px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

body .space-y-3> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

body .hover\:bg-brand-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1)) !important;
}

.skutxt {
    max-width: calc(100% - 120px);
}

body .MuiChip-clickableColorPrimary:hover,
body .MuiChip-clickableColorPrimary:focus {
    background-color: var(--color-primary-hover);
}

body .MuiChip-clickableColorPrimary,
body .MuiChip-clickableColorPrimary {
    background-color: var(--color-primary);
    color: #fff;
}

body .MuiChip-root {
    border-radius: 5px;
}

body:not(.page-all-inventory) button.gray-btn {
    color: #fff !important;
    background-color: var(--color-slate-600) !important;
    border-color: var(--color-slate-600) !important;
}

.red-btn.icon-btn {
    padding: 6px 7px !important;
}

body .init_modal .modal-header {
    padding: 0.5rem 0.5rem 1.5rem 1.75rem !important;
}

.table-responsive .input-group .form-control.text-center {
    padding: 0;
}

.card.card-custom .table.table-bordered.m-0 {
    min-width: 850px;
}
.add-to-shopify-pricing-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 12px;
}
.add-to-shopify-organization-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}
select#change_price,
#mark_up {
    position: relative;
}
@media (min-width: 1140px) {
    body .all-inventory-data .col-xl-2dot4 {
        padding: 0 4px;
    }

    body .page_mn .all-inventory-data .row {
        margin-left: -4px !important;
        margin-right: -4px !important;
    }
}

@media (min-width: 1600px) {
    .header-menu-links {
        max-width: 775px;
    }
}

@media (min-width: 992px) {
    .aside-fixed .aside {
        position: relative;
    }

    .aside-fixed .wrapper {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .popup-right {
        width: 50%;
    }

    .popup-left {
        width: 50%;
    }

    body .md\:w-1\/2 {
        width: 50% !important;
    }

    body .md\:p-8 {
        padding: 2rem !important;
    }
}

@media (max-width: 992px) {
    div#controlled-tab-example-tabpane-not-paid table {
        min-width: 900px;
    }
    .showemnu .right-header {
        left: 0;
        z-index: 99;
        background: #fff;
        top: 0;
        padding: 0;
        margin: 0;
        position: fixed;
        bottom: 0;
        width: 90%;
        max-width: 250px;
        overflow: auto;
    }

    .body {
        padding-top: 0;
    }

    .right-header {
        flex-direction: column;
    }

    .menu-item.menu-item-rel.false.verticle-line {
        display: none;
    }

    body .header .header-menu.header-menu-layout-default .menu-nav>.menu-item>.menu-link.cart-link {
        display: inline-block !important;
    }

    .countpill {
        top: -11px;
        right: -13px;
    }

    .fa-solid.fa-shopping-cart.text-lg {
        font-size: 22px;
    }

    .header .header-menu.header-menu-layout-default .menu-nav>.menu-item>.menu-link.gray-btn,
    .gray-btn,
    .nav .nav-link,
    body .btn.btn-light {
        margin: 0px;
    }

    body .header-menu-mobile .menu-nav>.menu-item>.menu-heading,
    body .header-menu-mobile .menu-nav>.menu-item>.menu-link {
        min-height: 34px;
    }

    body .header .header-menu.header-menu-layout-default .menu-nav>.menu-item>.menu-link {
        font-size: 14px;
    }

    .header-menu-links {
        padding-right: 0;
        margin-right: 0;
    }

    body .d-flex .header .menu-nav {
        padding-left: 5px;
        padding-right: 5px;
    }

    .right-header {
        margin-top: 64px;
        position: fixed;
        width: 90vw;
        left: -110vw;
    }

    #kt_wrapper {
        width: 100vw;
    }

    #kt_aside {
        position: fixed;
        top: 0;
        bottom: 0;
        height: 100vh;
    }

    body .topbar {
        height: auto;
    }

    body.brand-light .brand,
    body .brand {
        display: inline-block;
        height: auto;
        width: 100%;
    }

    body .brand .brand-logo {
        height: auto;
    }

    body.aside-enabled .header.header-fixed {
        left: 0;
        width: 100%;
        padding: 0;
    }

    body .brand .brand-logo img {
        margin: auto;
        max-width: max-content;
        max-height: 53px;
        padding: 4px 0;
    }

    html body.header-fixed.subheader-fixed .subheader {
        position: relative !important;
        top: auto;
    }

    body .all-inventory-data .col-2dot4,
    body .all-inventory-data .col-sm-2dot4,
    body .all-inventory-data .col-md-2dot4,
    body .all-inventory-data .col-lg-2dot4,
    body .all-inventory-data .col-xl-2dot4 {
        padding-right: 10px;
        padding-left: 10px;
    }

    html body .page_mn .all-inventory-data .row {
        margin: 0 -10px !important;
    }

    body .card.card-custom.card-stretch.gutter-b {
        margin-bottom: 20px;
        height: calc(100% - 20px);
    }

    body .header.header-fixed,
    #kt_header_menu {
        height: 54px;
    }

    body .all-inventory-data .col-xl-2dot4 .card.card-custom>.card-body {
        padding: 0;
    }

    body.brand-light #kt_header_mobile {
        width: 90px;
        margin: 0 0 0 auto;
        padding-left: 0;
        box-shadow: none;
        min-height: 54px;
    }

    body .brand-light .header-mobile .burger-icon:hover span,
    body .brand-light .header-mobile .burger-icon:hover span::before,
    body .brand-light .header-mobile .burger-icon:hover span::after {
        background-color: var(--color-primary);
    }

    body #kt_header_mobile_toggle,
    body #kt_aside_mobile_toggle {
        background: transparent !important;
        padding: 0 !important;
        box-shadow: none !important;
    }
}

@media (max-width: 767px) {
    body .subheader .select_filter {
        width: 100%;
    }

    body .subheader .select_filter {
        min-width: 105px !important;
    }

    body .subheader .select_filter+.select_filter {
        min-width: 170px !important;
    }

    #kt_subheader>div {
        flex-direction: column !important;
    }

    body .sticky-selection-bar {
        padding: 0 !important;
    }

    .ant-modal-body .flex.flex-row {
        flex-direction: column !important;
    }

    body .ant-modal-centered .ant-modal {
        overflow: hidden !important;
    }

    .popup-right,
    .popup-left {
        overflow-y: visible;
        max-height: 100%;
    }

    .aspect-\[3\/4\] {
        aspect-ratio: auto;
    }

    .ant-modal {
        max-width: calc(100% - 40px) !important;
    }

    .view-details-modal button {
        z-index: 999;
        /* background: #fff; */
    }

    .showemnu .right-header {
        left: 0;
        z-index: 99;
        background: #fff;
        top: 0;
        padding: 0;
        margin: 0;
        position: fixed;
        bottom: 0;
        width: 90%;
        max-width: 250px;
        overflow: auto;
    }

    body.header-fixed.subheader-fixed .subheader {
        z-index: 9 !important;
    }

    body .d-flex .header .menu-nav.special-menu-nav.gap-4 {
        margin: 0 !important;
        padding: 0 15px;
    }

    body .filter-sec-subheader {
        flex-direction: column !important;
    }

    /* AntD Modal global scroll fix for iOS */
    .ant-modal-body {
        max-height: 60vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    * {
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 479px) {
    .small-txt{
        margin: 0px !important;
    }
    .add-to-shopify-pricing-row {
        grid-template-columns: repeat(1, 1fr);
    }
    .add-to-shopify-organization-row {
        grid-template-columns: repeat(1, 1fr);
    }
    html body {
        padding-bottom: 30px !important;
    }

    body .all-inventory-data .col-2dot4,
    body .all-inventory-data .col-sm-2dot4,
    body .all-inventory-data .col-md-2dot4,
    body .all-inventory-data .col-lg-2dot4,
    body .all-inventory-data .col-xl-2dot4 {
        width: 50%;
    }

    .sub-header-right {
        flex-direction: column;
    }

    html body .all-inventory-data .card .card-body .sku-container {
        flex-direction: column;
        margin-bottom: 12px !important;
    }

    body .skutxt {
        max-width: 100%;
    }
}

/* Custom scrollbar styling for cross-browser consistency */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
    border: 1px solid #f1f5f9;
}

::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

::-webkit-scrollbar-corner {
    background: #f1f5f9;
}

/* Firefox scrollbar styling */
* {
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
}

/* Firefox hover state */
*:hover {
    scrollbar-color: #94a3b8 #f1f5f9;
}

/* Custom scrollbar for specific elements */
.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f8fafc;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 3px;
}

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

body .global-popup .init_modal .modal-header {
    padding: 1.5rem 0.5rem 1.5rem 1.75rem !important;
}

body .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

body .line-through {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.my-count-section {
    color: #be123c;
}

body:not(.page-all-inventory) .cc-pricing-btn-hover button.gray-btn:hover {
    color: #fff !important;
    background: var(--color-primary-hover) !important;
    border-color: var(--color-primary-hover) !important;
}

body .header .header-menu.header-menu-layout-default .menu-nav>.menu-item.menu-item-active>.menu-link {
    color: #be123c;
}

body .aside-menu .menu-subnav>.menu-item.item-selected>.menu-link>span:first-child {
    background-color: rgb(255, 241, 242);
    color: var(--color-primary) !important;
    font-weight: 500;
}

body .ant-modal-root .ord_view_dialog {
    max-height: 75vh;
}
div#kt_brand {
    max-width: 170px;
}

/* Add to Shopify Modal - close button */
.add-to-shopify-modal button.ant-modal-close {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #f1f5f9;
    color: #64748b;
    transition: background-color 150ms, color 150ms;
    top: 27px;
    right: 24px;
}
body .ant-modal-centered .ant-modal.add-to-shopify-modal{
        max-height: 100vh;
    top: 0 !important; overflow-y: hidden;
}
.add-to-shopify-modal .form-group label {
   font-weight: 600;
       font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 0.375rem;
    color: #334155;
}
.price-heading{
    font-size: 14px;
    font-weight: 700;
    color: rgb(15, 23, 42);
    text-transform: uppercase;
    letter-spacing: 0.7px;
    border-bottom: 1px solid rgb(226, 232, 240);
    padding-bottom: 0.5rem;
    margin-bottom: 16px;
    font-family: "Inter", sans-serif;
    line-height: 1.25rem;
}
body .border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225);
}
body .css-1wa3eu0-placeholder {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(51 65 85);
}
body .css-1ngo50q-control,
body .css-1qjtaul-control{
    min-height: 42px;border-radius: 0.5rem;
}
body .css-1qjtaul-control:after{
content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: rgb(148, 163, 184);
    right: 13px;
    position: absolute;
}
.add-to-shopify-pricing-row .select-container:last-child:after{
    display: none;
}
input#collection {
    font-size: 13px;
    padding-left: 7px;
}
body .add-to-shopify-modal .ant-modal-body{
    max-height: calc(75vh - 30px); overflow: hidden; overflow-y: auto; 
}
.add-to-shopify-modal .ant-modal-close .text-lg{
    line-height: 28px;
}
.add-to-shopify-modal  .ant-modal-close-x {
    width: 100%;
    height: 100%;
    font-size: 6px;
    line-height: normal;
}
body .font-normal {
    font-weight: 400;
}
.add-to-shopify-modal .ant-modal-close:hover {
    background-color: #e2e8f0;
    color: #1e293b;
}

.add-to-shopify-modal .ant-modal-close .ant-modal-close-x {
    width: auto;
    height: auto;
    line-height: 1;
    font-size: inherit;
}
.add-to-shopify-modal .form-control.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.add-to-shopify-modal .form-control.p-2\.5 {
    padding: 0.625rem;
}
.add-to-shopify-modal .form-control.text-slate-700 {
    color: #334155;
}
.w-10 {
    width: 2.5rem;
}
.h-10 {
    height: 2.5rem;
}
.add-to-shopify-modal .ant-modal-header{
    padding: 1.5rem;
}

.add-to-shopify-modal .ant-modal-footer {
    padding: 1.5rem;
    border-top: 1px solid #f1f5f9;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.75rem;
}
.add-to-shopify-modal .css-jypd6y-IndicatorsContainer {
    display: none;
}
.select-container{
    position: relative;
}
.css-1ngo50q-control:after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: rgb(148, 163, 184);
    right: 13px;
    position: absolute;
}
.select-container:after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: rgb(148, 163, 184);
    right: 13px;
    position: absolute;
    margin: 10px 0 0;
    font-size: 13px;
}
.select-container select {
  appearance: none;         /* Standard */
  -webkit-appearance: none; /* Chrome, Safari */
  -moz-appearance: none;    /* Firefox */
  background: none;         /* Optional: removes default background */
}
input#react-select-4-input {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline: 2px solid transparent;
    outline-offset: 2px;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    width: 100% !important;
    color: rgb(51 65 85 / var(--tw-text-opacity, 1)) !important;
}
.css-1ngo50q-control {
    height: 42px;
    border-radius: 0.5rem;
    border: 1px solid rgb(203, 213, 225);
}
body .leading-relaxed {
    line-height: 1.625;
}
body .p-2\.5 {
    padding: 0.625rem;
}
body .css-1h0z3v5{display:none;}