html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--platform-font-sans);
    margin: 0;
    font-size: 16px;
    padding: 0;
    color: #000000;
    font-weight: var(--regular);
    overflow-x: hidden;
    min-height: 100%;
}

 :root {
    --bold: 700;
    --medium: 500;
    --regular: 400;
    --blue: #002056;
    --platform-font-sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.hover-blue,
.hover-gray,
.category-delete-btn svg path,
.hover-icon-theme svg path,
.hover-icon-theme svg *,
.sidebar-item svg path,
.dashboard-icon-wrapper p,
.dashboard-icon-wrapper svg,
.dashboard-icon-wrapper svg *,

/* .sidebar-dropdown a span, */

.eye-icon,
.transition,
.pagination a svg rect,
.share-row a,
.tab,
.tabs-wrapper,
.click-row-display,
.floating-right-box svg path,
.search-results-table .row.flex-nowrap,
.search-btn,
.product-delete-btn svg path,
.floating-right-box span,
.item-img-wrapper .item-img,
.btn-white,
.export-circle span,
.search-results-table .col,
.floating-right-box,
.faq-icon span,
.custom-btn,
.tabs-title.tab-active::after,
.pagination span,
.left-swiper .swiper-slide::after,
input[type=checkbox].switch,
.location,
.btn-transparent-light-blue *,
.btn-transparent-light-blue,
.yn-checkbox,
.btn-light-blue a {
    transition: .5s;
}

.hover-gray:hover {
    opacity: 0.7;
}

.hover-blue:hover {
    color: var(--blue) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
div,
p {
    margin-bottom: 0px;
    font-family: var(--platform-font-sans);
}

p {
    font-size: 1rem;
}

b {
    font-weight: var(--bold) !important;
}

p {
    line-height: 1.6;
}

.input-name {
    padding-bottom: 12px;
}

input {
    height: 50px;
    width: 100%;
    border: 1px solid #D9D9D9;
    line-height: 50px;
    border-radius: 4px;
    padding-left: 13px;
    font-size: 0.875rem;
    margin-bottom: 32px;
    padding-right: 13px;
}

.border-grayy {
    border: 1px solid #D9D9D9;
}

textarea {
    border-radius: 4px;
    padding-left: 13px;
    font-size: 0.875rem;
    margin-bottom: 32px;
    padding-right: 13px;
    width: 100%;
    line-height: 50px;
    border: 1px solid #D9D9D9;
    resize: none;
}

.bg-blue {
    background-color: var(--blue) !important;
}

.bg-e5 {
    background-color: #E5E5EB;
}

.text-blue {
    color: var(--blue) !important;
}

.text-light-blue {
    color: #003986 !important;
}

.text-4a {
    color: #4A4F57;
}

.text-white {
    color: white;
}

.bg-f8 {
    background-color: #F8F8F8 !important;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.container-fluid {
    max-width: calc(100% - 120px);
}


.text-black {
    color: #000000 !important;
}

.fw-light {
    font-weight: 300 !important;
}

.text-red {
    color: #FF0000;
}

.min-300 {
    min-width: 300px;
}

.fw-regular {
    font-weight: var(--regular) !important;
}

.fw-medium,
.fw-medium * {
    font-weight: var(--medium) !important;
}

.fw-bold {
    font-weight: var(--bold) !important;
}

.fs-12 {
    font-size: 0.75rem !important;
}

.fs-13 {
    font-size: 0.8125rem !important;
}

.fs-15 {
    font-size: 0.8888rem !important;
}

.fs-16 {
    font-size: 1rem !important;
}

.fs-18 {
    font-size: 1.125rem !important;
}

.fs-20 {
    font-size: 1.25rem !important;
}

.fs-0 {
    font-size: 0px !important;
}

.fs-64 {
    font-size: 4rem !important;
}

.fs-46 {
    font-size: 2.875rem !important;
}

.fs-48 {
    font-size: 3rem !important;
}

h1 {
    font-size: 2.25rem;
    /* 36 */
}

h2 {
    font-size: 1.875rem;
    /* 30 */
}

h3 {
    /* 24 */
    font-size: 1.5rem;
    line-height: 1.54;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.25rem;
}

.border-bottom-e5-line {
    border-bottom: 1px solid #E5E5E5;
}

.item-img-wrapper {
    position: relative;
    padding-top: 122%;
    overflow: hidden;
}

.item-img-wrapper:hover .item-img {
    transform: scale(1.2);
}

.item-img-wrapper .item-img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.item-details {
    max-width: 150px;
}

.item-cart {
    position: absolute;
    right: 10px;
    z-index: 9;
    top: 10px;
}

.price {
    color: var(--blue);
    font-weight: var(--medium);
    margin-bottom: 4px;
}

.sale {
    font-weight: var(--regular);
    color: #717171;
}

.item-details p {
    color: black;
    margin-bottom: 7px;
    line-height: 1.22;
}

.product-quality {
    font-size: 0.75rem;
    color: #3B3B3B;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-pagination {
    margin-top: 45px;
    position: relative;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-bullet {
    background-color: #000000;
    opacity: 0.09;
}

.swiper-pagination-bullet-active {
    background-color: var(--blue) !important;
    opacity: 1 !important;
}

.checkall span {
    padding-bottom: 8px;
    font-weight: var(--medium);
    border-bottom: 1px solid #000000;
}

.checkall img {
    margin-left: 7px;
}

.img-fluid {
    object-fit: cover;
}

.border-bottom-hover-blue:hover span {
    border-bottom-color: var(--blue);
}

.custom-swiper-button-prev,
.custom-swiper-button-next {
    cursor: pointer;
}

.custom-swiper-button-prev:focus,
.custom-swiper-button-next:focus {
    outline: none;
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.btn-white {
    height: 52px;
    line-height: 49px;
    border: 1.5px solid white;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    color: white;
    border-radius: 4px;
}

.btn-white:hover {
    background-color: white;
    color: #000000;
}

.about-us-box {
    padding: 36px 0px 50px 36px;
}

.fs-14,
.custom-btn {
    font-size: 0.875rem;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1260px;
    }
}

.bg-box {
    position: absolute;
    width: calc(100% - 15px);
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10;
}

.pos-z {
    position: relative;
    z-index: 99;
}

.h-250 {
    height: 250px;
}

input:focus,
textarea:focus {
    outline: none;
}

.faq-box {
    background-color: #F3F3F4;
    border-radius: 7px;
    padding: 35px 60px 0 40px;
    margin-bottom: 22px;
    cursor: pointer;
}

.faq-box p:first-child {
    padding-bottom: 35px;
}

.faq-content {
    display: none;
    padding-bottom: 35px;
}

.faq-icon {
    position: absolute;
    top: 40px;
    right: 45px;
}

.faq-icon span {
    display: inline-block;
    background-color: #002056;
    height: 18px;
    cursor: pointer;
    width: 2px;
}

.faq-icon span:nth-child(1),
.quantity-box .ammount-btn span:nth-child(1),
.export-circle span:nth-child(1) {
    position: absolute;
    transform: rotate(-90deg);
}

.faq-box.change-icon .faq-icon span:nth-child(2),
.export-circle.open span:nth-child(2) {
    transform: rotate(-90deg);
}

.contact-location img {
    width: 100%;
    height: 390px;
}

.contact-location::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: #000;
    opacity: 0.2;
}

.contact-location h2 {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: 11;
    text-align: center;
    transform: translateY(-50%);
}

.line-height-1 {
    line-height: 1 !important;
}

.line-height-1p2 {
    line-height: 1.2 !important;
}

.contact-details hr.border-gray {
    border-top: 1px solid #BEBEBE;
    width: 42px !important;
}

.filter-box {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 1.5rem!important;
}

.max-w-160 {
    max-width: 160px !important;
}

.text-a0 {
    color: #A0A0A0;
}

.img-50 {
    height: 50px !important;
    width: 50px !important;
}

.custom-btn {
    height: 57px;
    width: auto;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    line-height: 55px;
    /* Ensure consistent look across browsers (avoid default <button> borders/3D styles) */
    border: none;
}

/* Remove native button styling (keeps our custom colors/shape) */
button.custom-btn,
input[type=submit].custom-btn {
    -webkit-appearance: none;
    appearance: none;
    background-image: none;
}

.min-230 {
    min-width: 220px;
}

.h-150 {
    height: 150px;
}

.btn-dark-blue {
    background-color: #002056;
    border: 1px solid #002056;
}

.btn-transparent-dark-blue {
    border: 1px solid #002056;
}

.btn-transparent-dark-blue:hover {
    background-color: #002056;
    color: white !important;
}

.about-box {
    height: 718px;
}

.about-box::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #003986;
    opacity: 0.12;
    z-index: 10;
}

.about-box::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #001936;
    opacity: 0.25;
    z-index: 10;
}

.about-inner {
    padding: 83px 113px 113px 62px;
}

.grid-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
    margin-bottom: 16px;
}

.grid-title::after {
    content: "";
    position: absolute;
    bottom: -0.5px;
    background: #002056;
    width: 130px;
    z-index: 120;
    left: 0;
    display: inline-block;
    height: 1px;
}

.grid-title-sm::after {
    width: 70px;
}

.grid-title-sm {
    line-height: 1.8 !important;
}

.text-87 {
    color: #878787 !important;
}

.table-seperater-gray td {
    border-bottom: 5px solid #F3F3F4;
}

.cursor-pointer,
.cursor-pointer * {
    cursor: pointer !important;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    input[type=radio] {
        --active: var(--blue);
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, .3);
        --border: #BBC1E1;
        --border-hover: var(--blue);
        --background: #D5D5D5;
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    input[type=checkbox] {
        --active: var(--blue);
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, .3);
        --border: #9D9D9D;
        --border-hover: var(--blue);
        --background: #fff;
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    input[type=checkbox]:after,
    input[type=radio]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    input[type=checkbox]:checked,
    input[type=radio]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    input[type=checkbox]:disabled,
    input[type=radio]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }
    input[type=checkbox]:disabled:checked,
    input[type=radio]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }
    input[type=checkbox]:disabled+label,
    input[type=radio]:disabled+label {
        cursor: not-allowed;
    }
    input[type=checkbox]:hover:not(:checked):not(:disabled),
    input[type=radio]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }
    input[type=checkbox]:not(.switch),
    input[type=radio]:not(.switch) {
        width: 21px;
    }
    input[type=checkbox]:not(.switch):after,
    input[type=radio]:not(.switch):after {
        opacity: var(--o, 0);
    }
    input[type=checkbox]:not(.switch):checked,
    input[type=radio]:not(.switch):checked {
        --o: 1;
    }
    input[type=checkbox]+label,
    input[type=radio]+label {
        font-size: 14px;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px;
    }
    input[type=checkbox]:not(.switch) {
        border-radius: 7px;
    }
    input[type=checkbox]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 5px;
        top: 1px;
        transform: rotate(var(--r, 20deg));
    }
    input[type=checkbox]:not(.switch):checked {
        --r: 43deg;
    }
    input[type=checkbox].switch {
        width: 43px;
        border-radius: 12px;
        height: 24px;
    }
    input[type=checkbox].switch:after {
        left: 4px;
        top: 50%;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        transform: translate(var(--x, 0), -50%);
    }
    input[type=checkbox].switch:checked {
        --ab: var(--active-inner);
        --x: 17px;
    }
    input[type=checkbox].switch:disabled:not(:checked):after {
        opacity: 0.6;
    }
    input[type=radio] {
        border-radius: 50%;
    }
    input[type=radio]:after {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: var(--blue);
        opacity: 0;
        transform: scale(var(--s, 0.7));
    }
    input[type=radio]:checked {
        --s: .5;
    }
}

input[type=checkbox]:not(.switch) {
    border-radius: 3px !important;
    height: 16px !important;
    width: 16px !important;
}

.switch {
    background: #D5D5D5 !important;
}

.switch::after {
    background-color: white !important;
}

input[type=radio] {
    background-color: white;
}

input[type=checkbox].switch:checked {
    background-color: #003986 !important;
}

.or-circle {
    border: 1px solid #D9D9D9;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.vertical-gray-line {
    height: 650px;
    width: 1px;
    background-color: #E5E5E5;
}

.row-products {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.col-products {
    width: 20% !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin-bottom: 60px;
}

.pagination span {
    cursor: pointer;
    color: #888888;
}

.toggle-open {
    display: none;
}

.pagination span.active,
.pagination span:hover {
    color: black;
}

.bg-f43f4 {
    background-color: #F3F3F4;
}

.btn-transparent-light-blue {
    border: 1px solid #003986;
    background: transparent;
}

.btn-transparent-light-blue span {
    color: #003986;
}

.qr-code-img {
    width: 75px;
    height: 75px;
    object-fit: contain;
}

/* Fix small vertical misalignment between <a> (Edit) and <button> (Delete) in QR List */
.qr-list-actions a.custom-btn,
.qr-list-actions button.custom-btn,
.qr-list-actions form.d-inline-block,
.qr-list-actions .copy-short {
    vertical-align: middle !important;
}

.qr-list-actions form.d-inline-block {
    margin: 0 !important;
}

.text-65 {
    color: #656565;
}

.text-aa {
    color: #AAAAAA !important;
}

.btn-transparent-light-blue:hover svg rect {
    fill: white;
}

.btn-transparent-light-blue:hover svg path {
    fill: white;
}

.btn-transparent-light-blue:hover {
    background-color: #003986 !important;
}

.btn-transparent-light-blue:hover,
.btn-transparent-light-blue:hover span {
    color: white !important;
}

.h-40 {
    height: 40px !important;
    line-height: 38px !important;
}

.h-50 {
    height: 50px !important;
    line-height: 48px !important;
}

.min-115 {
    min-width: 115px;
}

.min-130 {
    min-width: 130px;
}

.btn-light-blue {
    background-color: #003986;
    border: 1px solid #003986;
}

.border-radius-4 {
    border-radius: 4px;
}

.file-input-wrapper {
    height: 85px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 100px;
    background-image: linear-gradient(to right, #ACACAC 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(#ACACAC 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, #ACACAC 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(#ACACAC 50%, rgba(255, 255, 255, 0) 0%);
    background-position: top, right, bottom, left;
    background-repeat: repeat-x, repeat-y;
    background-size: 14px 2px, 2px 14px;
}

.file-input-wrapper label span {
    color: #4A4F57;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

.filename-output {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

.pointer {
    cursor: pointer;
}

.profile-icon {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    /* The avatar itself is clipped via border-radius on the <img>.
       Keep overflow visible so the edit pencil (positioned slightly outside)
       is not clipped. */
    overflow: visible;
    display: inline-block;
    background: #f1f1f1;
}

.profile-icon > img.profile-img-round {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}


.profile-icon .ar-icon {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 99;
}

.dropdown {
    cursor: pointer;
    background-image: url('../icons/dropdown-list-arrow.svg');
    background-repeat: no-repeat;
    background-position-x: calc(100% - 17px);
    padding-right: 35px;
    background-position-y: center;
}

.type-search-icon {
    background-image: url('../icons/Search-blue.svg');
    background-repeat: no-repeat;
    background-position-x: calc(100% - 11px);
    background-position-y: center;
}

.dropdown-black {
    background-image: url('../icons/dropdown-black-down.svg') !important;
}

/* ------------------------------------------------------------
   Documents (Profile) – enterprise-style tiles
------------------------------------------------------------ */
.documents-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.doc-tile {
    position: relative;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    overflow: hidden;
    width: calc(20% - 13px);
    min-width: 180px;
}

@media (max-width: 1199px) {
    .doc-tile { width: calc(33.333% - 11px); }
}

@media (max-width: 767px) {
    .doc-tile { width: calc(50% - 8px); min-width: 160px; }
}

@media (max-width: 479px) {
    .doc-tile { width: 100%; }
}

.doc-tile-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.doc-thumb {
    height: 120px;
    background: #f4f3f4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doc-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.doc-icon {
    width: 76px;
    height: 96px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.doc-icon:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 20px solid #e9e9e9;
    border-left: 20px solid transparent;
}

.doc-ext {
    font-size: 20px;
    font-weight: 700;
    color: #003986;
    letter-spacing: 1px;
}

/* Small visual cues per filetype */
.doc-tile--pdf .doc-ext { color: #d9534f; }
.doc-tile--doc .doc-ext,
.doc-tile--docx .doc-ext { color: #003986; }

.doc-meta {
    padding: 10px 12px;
}

.doc-name {
    font-size: 12px;
    font-weight: 600;
    color: #4A4F57;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.doc-size {
    font-size: 11px;
    color: #8b8f97;
    margin-top: 2px;
}

.doc-delete-form {
    position: absolute;
    top: 8px;
    right: 8px;
    left: auto;
    z-index: 3;
}

.doc-delete-btn {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.12);
    background: rgba(255,255,255,0.95);
    color: #d9534f;
    font-weight: 800;
    line-height: 22px;
    text-align: center;
    padding: 0;
    cursor: pointer;
}

.doc-delete-btn:hover {
    background: #d9534f;
    border-color: #d9534f;
    color: #ffffff;
}

.doc-tile-empty {
    border-style: dashed;
    background: transparent;
}

.doc-tile-empty-label {
    cursor: pointer;
}

.doc-tile-empty-label:hover .doc-empty {
    border-color: #003986;
}

.doc-empty {
    background: #ffffff;
    border: 2px dashed #ACACAC;
    flex-direction: column;
}

.doc-empty-plus {
    font-size: 34px;
    color: #003986;
    font-weight: 600;
    line-height: 1;
}

.doc-empty-text {
    font-size: 12px;
    color: #8b8f97;
    margin-top: 6px;
}

.bg-d6 {
    background-color: #D6D6D6 !important;
}

.custom-dropdown-wrapper ul {
    position: absolute;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    list-style: none;
    margin: 0;
    overflow: hidden;
    display: none;
    padding: 0;
    left: 0;
    right: 0;
    top: calc(100% - 34px);
    z-index: 99;
    width: 100%;
    border: 1px solid #D9D9D9;
    border-top-width: 0px;
}

.custom-dropdown-wrapper.all-down ul {
    top: calc(100% - 5px) !important;
}

.custom-dropdown-wrapper ul li {
    background-color: white;
    color: #878787;
    padding: 6px 13px;
    cursor: pointer;
    transition: .5s;
}

.custom-dropdown-wrapper ul li:hover {
    background-color: var(--blue);
    color: white !important;
}

.clear-utility {
    background-image: url('../icons/utlity-clear.svg');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.border-left-gray {
    border-left: 1px solid rebeccapurple;
}

.toggle-content {
    display: none;
}

.gray-box {
    border: 1px solid #E0E0E0;
    color: #4A4F57;
    height: 44px;
    line-height: 42px;
    border-radius: 4px;
    min-width: 116px;
    transition: .5s;
    min-width: 100px !important;
    padding: 0 5px;
}

a:hover .gray-box {
    background-color: #003986 !important;
    border-color: #003986 !important;
    color: white !important;
}

.single-shape-item img {
    width: 25px;
    height: 30px;
    object-fit: contain;
}

.single-shape-item p {
    color: #4A4A4A;
}

.single-shape-item .gray-box {
    min-width: 80px !important;
}

.double-range .middle {
    position: relative;
    width: 50%;
    max-width: 500px;
}

.double-range .slider {
    position: relative;
    z-index: 1;
    height: 10px;
    margin: 0 15px;
}

.double-range .slider>.track {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #c6aee7;
}

.double-range .slider>.range {
    position: absolute;
    z-index: 2;
    left: 25%;
    right: 25%;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #6200ee;
}

.double-range .slider>.thumb {
    position: absolute;
    z-index: 3;
    width: 30px;
    height: 30px;
    background-color: #6200ee;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(98, 0, 238, .1);
    transition: box-shadow .3s ease-in-out;
}

.double-range .slider>.thumb.left {
    left: 25%;
    transform: translate(-15px, -10px);
}

.double-range .slider>.thumb.right {
    right: 25%;
    transform: translate(15px, -10px);
}

.double-range .slider>.thumb.hover {
    box-shadow: 0 0 0 20px rgba(98, 0, 238, .1);
}

.double-range .slider>.thumb.active {
    box-shadow: 0 0 0 40px rgba(98, 0, 238, .2);
}

.double-range input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 2;
    height: 10px;
    width: 100%;
    opacity: 0;
}

.double-range input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: 0 none;
    background-color: red;
    -webkit-appearance: none;
}

.double-range ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px
}

.double-range ul li {
    width: 30px;
    height: 30px;
    text-align: center;
}

.double-range ul li span {
    height: 56px;
    width: 3px;
    display: inline-block;
    background-color: red;
}

.text-hash86 {
    color: #868686;
}

.single-range .range-slider {
    margin: 45px 0 0 0;
}

.single-range .range-slider {
    width: 100%;
}

.single-range .range-slider__range {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}

.single-range .range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.inter-section-banner {
    height: 321px;
    background: #001C40;
}

.single-range .range-slider__range::-webkit-slider-thumb:hover {
    background: #1abc9c;
}

.single-range .range-slider__range:active::-webkit-slider-thumb {
    background: #1abc9c;
}

.single-range .range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -moz-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.single-range .range-slider__range::-moz-range-thumb:hover {
    background: #1abc9c;
}

.single-range .range-slider__range:active::-moz-range-thumb {
    background: #1abc9c;
}

.single-range .range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
}

.single-range .range-slider__value {
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #2c3e50;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 61px !important;
    min-width: 61px !important;
    max-width: 61px !important;
    height: 31px;
    line-height: 29px;
    top: 0;
}

.single-range ::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

.single-range input::-moz-focus-inner,
.single-range input::-moz-focus-outer {
    border: 0;
}

.search-item-shapes-wrapper .toggle-button {
    position: absolute;
    right: -10px;
    width: 30px;
    height: 30px;
    top: 26px;
    border-radius: 15px;
}

.search-item-shapes-wrapper span {
    width: 13.6px;
    border-radius: 4px;
    height: 1.5px;
    display: inline-block;
    cursor: pointer;
    transition: .5s;
    background-color: white;
}

.toggle-button span:nth-child(1) {
    position: absolute;
    transform: rotate( -90deg);
}

.toggle-button.toggled span {
    transform: rotate( 0);
}

.search-item-shapes-wrapper.toggled span:nth-child(1) {
    transform: rotate(0deg);
}

.row-8 {
    margin-left: -8px;
    margin-right: -8px;
}

.row-8 .custom-col-8 {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-sea-blue {
    background: #0130DD;
    width: 170px;
    height: 44px;
    line-height: 44px;
    transition: .5s;
}

.btn-sea-blue:hover {
    background: var(--blue);
}

.list-none {
    list-style: none;
}

.bg-light-blue {
    background: #003986 !important;
}

.double-wrange-wrapper ul {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.double-wrange-wrapper ul.lines li {
    width: 100%;
}

.double-wrange-wrapper ul li {
    position: relative;
}

.double-wrange-wrapper ul.lines li::after {
    content: "";
    position: absolute;
    height: 11px;
    width: 1px;
    background: white;
    top: -24px;
    left: 0;
    z-index: 89;
}

.double-wrange-wrapper ul.lines li:last-child {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(-50%);
    width: auto;
    white-space: nowrap;
}

.double-wrange-wrapper ul.lines li span {
    transform: translateX(-50%);
    width: auto;
    border-radius: 0px;
    height: auto;
    display: unset;
    cursor: default;
    background-color: transparent;
}

.range-sliders .ui-slider-handle:focus {
    outline: none;
}

.range-sliders .ui-state-default,
.range-sliders .ui-widget-content .ui-state-default,
.range-sliders .ui-widget-header .ui-state-default,
.range-sliders .ui-button,
html .range-sliders .ui-button.ui-state-disabled:hover,
html .range-sliders .ui-button.ui-state-disabled:active {
    border-radius: 50%;
    background: white;
    border: 3px solid #E5E5E5;
    width: 24px;
    height: 24px;
    cursor: pointer;
    box-shadow: 0px 0px 15px 6px rgba(0, 0, 0, 0.16);
    z-index: 100;
}

.range-sliders .ui-slider-handle::after {
    content: "";
    position: absolute;
    width: 12px;
    background: #003986;
    height: 12px;
    background: #003986;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.range-sliders .ui-widget-header {
    background: rgb(0, 70, 234);
    background: linear-gradient(90deg, rgba(0, 70, 234, 1) 0%, rgba(1, 48, 221, 1) 14%, rgba(0, 34, 201, 1) 39%, rgba(1, 29, 174, 1) 58%, rgba(0, 23, 136, 1) 73%, rgba(4, 25, 126, 1) 92%, rgba(2, 20, 108, 1) 100%);
}

.double-wrange-wrapper {
    margin-left: 10px;
    margin-right: 10px;
}

.ui-widget.ui-widget-content {
    margin-left: 1px;
    margin-right: 1px;
}

.custom-checkbox-btn * {
    position: relative;
    cursor: pointer !important;
    margin-bottom: 0px;
}

.border-radius-7 {
    border-radius: 7px !important;
}

.custom-checkbox-btn img {
    z-index: 9999;
}

.custom-checkbox-btn input[type=checkbox]::after {
    content: unset !important;
}

.test-checkbox:checked~div {
    background: #003986 !important;
    color: white !important;
}

.color-checkbox .test-checkbox:checked~div {
    background-color: transparent !important;
    border-color: #1698BF !important;
}

.test-checkbox:checked~div svg path {
    fill: white;
}

.gray-checkbox .test-checkbox:checked~div {
    background: #CACDD2 !important;
    color: #4A4F57 !important;
    border-color: #CACDD2 !important;
}

.gray-checkbox label div {
    color: #4A4F57 !important;
    background: #F3F4F5 !important;
    border-color: #F3F4F5 !important;
}

.w-100 {
    width: 100%;
}

.border-bottom-none {
    border-bottom-width: 0px !important;
}

.banner-checkmore {
    color: #003986;
}

.swiper-button-prev:after {
    content: url(../icons/swiper-left.svg);
    font-size: 0px !important;
    transform: rotate(180deg);
}

.swiper-button-next:after {
    font-size: 0px !important;
    content: url(../icons/swiper-right.svg);
}

.big-item-swiper .swiper-button-prev,
.big-item-swiper .swiper-button-next {
    background: rgb(0, 32, 86, 0.3);
    height: 50px;
    width: 50px;
}

.big-item-swiper .swiper-button-prev:focus,
.big-item-swiper .swiper-button-next:focus {
    outline: none;
}

.big-item-swiper .swiper-button-prev {
    left: 0px;
}

.big-item-swiper .swiper-button-next {
    right: 0px;
}

.big-item-swiper .swiper-pagination {
    position: absolute !important;
    text-align: center;
    margin-top: 0 !important;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10 !important;
    bottom: 30px !important;
}

.big-item-swiper .swiper-pagination-bullet {
    background: white !important;
    opacity: 0.32;
}

.big-item-swiper .swiper-pagination-bullet-active {
    background: white !important;
}

.category-sidebar {
    border: 1px solid #E0E0E0;
}

.category-sidebar .sidebar-item {
    padding-top: 19.66px;
    padding-bottom: 15.5px;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
    cursor: pointer;
}

.category-sidebar .sidebar-item p {
    color: black;
    padding-left: 8px;
    transition: .5s
}

.category-sidebar .sidebar-item:last-child {
    border-bottom: none !important;
}

.category-sidebar .sidebar-item:hover p {
    color: #002056 !important;
}

.category-sidebar .sidebar-item:hover svg path {
    fill: #002056 !important;
}

.page-sidebar .sidebar-item {
    margin-top: 10px;
    padding-left: 25px;
    padding-right: 16.5px;
    transition: .5s;
    border-radius: 4px;
    overflow: hidden;
}

.page-sidebar .sidebar-item:hover,
.page-sidebar .sidebar-item.active {
    background: #003986 !important;
}

.page-sidebar .sidebar-item:hover p,
.page-sidebar .sidebar-item.active p {
    color: white;
}

.page-sidebar .sidebar-item p {
    transition: .5s;
    color: #002056;
    height: 44px !important;
    line-height: 44px !important;
}

.page-sidebar .sidebar-item:hover svg path,
.page-sidebar .sidebar-item.active svg path {
    fill: white;
}

.dashboard-icon-wrapper {
    width: 20%;
    margin-top: 20px;
}

.dashboard-icon-wrapper>div {
    margin: 0 10px;
    height: 136px;
    transition: .5s;
    border: 1px solid #E5E5E5;
}

.dashboard-icon-wrapper:hover>div {
    background: #003986;
}

.dashboard-icon-wrapper p {
    margin-top: 13px;
}

.dashboard-icon-wrapper:hover p {
    color: white !important;
}

.dashboard-icon-wrapper:hover svg path,
.dashboard-icon-wrapper:hover svg circle {
    fill: white;
}

.dashboard-icon-wrapper:hover svg line {
    stroke: white;
}

.white-seperator {
    width: 10px;
    z-index: 999;
    background: white !important;
}

.wrap-word {
    overflow-wrap: break-word;
}


/* .sidebar-dropdown {
    position: absolute;
    left: calc(100% + 15px);
    z-index: 999;
    width: 300px;
    top: 0;
    display: none;
} */


/* .sidebar-dropdown>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */


/* 
.sidebar-dropdown a {
    width: 33.33%;
} */

.toggle-open.bg-blue a {
    color: white !important;
}


/* .sidebar-dropdown a:hover, */

.toggle-open a:hover {
    color: white !important;
    opacity: 0.7 !important;
}

.inter-section-banner .bg-image {
    width: 50% !important;
}

.dropdown-top-arrow {
    position: absolute;
    top: 100%;
    z-index: 99;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.dropdown-top-arrow>div {
    height: 100%;
    margin-top: 3px;
}

.dropdown-top-arrow .up-arrow {
    transition: .5s;
    margin: auto;
    width: 0;
    height: 0;
    z-index: 99;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--blue);
}

.dropdown-top-arrow-sm {
    width: 100px;
}

.dropdown-top-arrow-md {
    width: 180px;
}

.menu-medium .logo {
    height: 36px !important;
}

.burger-menu {
    position: relative;
    -webkit-appearance: none;
    background: transparent;
    z-index: 99999999;
    border: none;
    height: 14px;
    width: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.burger-menu div {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background: white;
    opacity: 1;
    transition: .5s;
    border-radius: 4px !important;
}

.burger-menu div:nth-child(1) {
    top: 0;
    transform: translate(0, 0);
}

.burger-menu div:nth-child(2) {
    /* top: 50%;
    transform: translate(0, -50%); */
    top: unset !important;
    transform: unset !important;
    position: relative;
}

.burger-menu div:nth-child(3) {
    bottom: 0;
    transform: translate(0, 0);
}

.burger-menu.open div:nth-child(1) {
    transform: rotate( -45deg) translate(-3px, 3px);
}

.burger-menu.open div:nth-child(2) {
    opacity: 0;
}

.burger-menu.open div:nth-child(3) {
    transform: rotate( 45deg) translate(-5px, -5px);
}

.burger-menu-sm {
    height: 11px;
    display: flex;
    align-items: center;
    width: 15px;
}

.burger-menu-sm div {
    height: 1px;
}

.burger-menu-sm.open div:nth-child(1) {
    transform: rotate( -45deg) translate(-4px, 4px);
}

.burger-menu-sm div:nth-child(2) {
    position: relative !important;
    top: unset !important;
    transform: unset !important;
}

.burger-menu-sm.open div:nth-child(3) {
    transform: rotate( 45deg) translate(-3px, -3px);
}

.z-max {
    z-index: 999999999999;
}


.dollar-symbol {
    margin-right: 2px;
}


.search-wrapper {
    border: 1px solid #EEEEEE !important;
    border-radius: 4px;
}

.search-by-categories-wrapper .custom-dropdown-wrapper {
    width: 150px;
}

.search-by-categories-wrapper .custom-dropdown-wrapper ul {
    top: 100% !important;
}

.search-by-categories-wrapper .custom-dropdown-wrapper input {
    border-right: 1px solid #EEEEEE !important;
    padding-left: 20px;
    padding-right: 30px;
}

.search-by-categories-wrapper .custom-dropdown-wrapper::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #CBCBCB;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999999999;
}

.eye-icon.faded,
.eye-icon:hover {
    opacity: 0.28;
}

td.large {
    min-width: 130px;
}

.clear-utility {
    width: 50px;
}

.filter-icon img {
    height: 20px;
}

[animate] {
    transition: all 1s;
    opacity: 0
}

[animate].show {
    opacity: 1
}

[animate=left] {
    transform: translateX(20px)
}

[animate=left].show {
    transform: translateX(0)
}

[animate=right] {
    transform: translateX(-20px)
}

[animate=right].show {
    transform: translateX(0)
}

[animate=up] {
    transform: translateY(20px)
}

[animate=up].show {
    transform: translateY(0)
}

.color-checkbox label div {
    width: 26px;
    background-color: transparent !important;
    height: 26px;
    border: 2px solid #DEDEDE;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    transition: .5s;
}

.color-checkbox label>div {
    width: 24px;
    height: 24px;
}

.single-slider-picker {
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    height: 12px;
}

.single-slider-picker>.ui-slider-handle:nth-child(1) {
    display: none !important;
}

.single-slider-range-btn {
    border-radius: 4px !important;
    width: 30px !important;
    height: 30px !important;
    align-items: center;
    display: flex;
    background-color: white;
    border: 1px solid #D9D9D9;
    justify-content: center;
}

.single-slider-range-btn span {
    display: inline;
    width: 13px;
    height: 2px;
    background-color: #002056;
}

.single-slider-range-btn span:nth-child(2) {
    position: absolute;
    transform: rotate(-90deg);
}

.single-slider-range-output {
    width: 60px !important;
}

.circular-checkbox .circular {
    min-width: 65px !important;
    width: unset !important;
    height: 26px !important;
    line-height: 24px !important;
    border-radius: 13px !important;
}

.gray-search-box {
    border: 1px solid #DBDBDB;
}

.gray-search-box>div {
    padding: 20px 15px;
}

.swiper-certificates {
    width: 400px;
}

.big-item-swiper,
.big-item-swiper img {
    /* height: 600px; */
}

.left-swiper {
    height: 600px;
}

.left-swiper .imagewrapper img {
    height: 106px;
    width: 100px;
}

.left-swiper .swiper-slide {
    /* margin-bottom: 16px; */
    /* height: 106px !important; */
}

.similar-products img {
    width: 83px;
    height: 83px;
}

.similar-products a {
    margin-right: 8px;
}

.similar-products a:last-child {
    margin-right: 0px;
}

.big-item-next {
    right: 0px !important;
}

.big-item-swiper .swiper-button-prev,
.big-item-swiper .swiper-button-next {
    background: rgb(0, 32, 86, 0.54);
}

.bg-green {
    background: #209A28 !important;
}

.text-green {
    color: #209A28 !important;
}

.border-radius-2 {
    border-radius: 2px;
}

.quantity-box {
    border: 1px solid #D8D8D8;
    padding: 11px 8px 11px 29px;
}

.quantity-box-sm {
    padding: 6px 7px 6px 13px;
}

.text-58 {
    color: #585858;
}

.cart-img {
    width: 90px !important;
    height: 90px !important;
}

.quantity-box .ammount-btn {
    width: 25px;
    position: relative;
    height: 25px;
    border-radius: 50%;
    background: #EFEFEF;
}

.quantity-box .ammount-btn span {
    height: 8px;
    width: 2px;
    background: #002056;
    display: inline-block;
    border-radius: 4px;
}

.yn-checkbox {
    background: white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: 1px solid #E0E0E0;
}

.media-seperator {
    position: absolute;
    right: 0;
    display: inline;
    width: 2px;
    height: 50px;
    background: #707070;
    opacity: 0.23;
    top: 50%;
    transform: translateY(-50%)
}

.map-marker {
    cursor: pointer;
}

.location-wrapper {
    display: none;
}

.location {
    position: fixed;
}

.pos-unset {
    position: unset;
}

.grid-title-wrapper {
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
}

.grid-title-wrapper h2::after {
    bottom: -3px;
    width: 100%;
}

.share-row a:hover {
    transform: translateY(2px);
}

.diamonds-table {
    width: 550px;
}

.diamonds-table tr:nth-child(2n) {
    background: #F8F8F8;
}

.diamonds-table td {
    padding: 13px 20px 13px 10px;
}

.left-swiper .swiper-slide {
    position: relative;
}

.left-swiper .swiper-slide::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100px;
}

.left-swiper .swiper-slide.active-state::after,
.left-swiper .swiper-slide:first-child::after {
    background: #003986;
}

.title-wrapper {
    border-bottom: 1px solid #D6D6D6 !important;
}

.tabs-title.tab-active::after {
    background-color: #003986;
    content: "";
    position: absolute;
    display: inline-block;
    bottom: -1px;
    height: 2px;
    width: 100%;
    left: 0;
}

.hw-25 {
    height: 25px !important;
    width: 25px !important;
    min-width: unset !important;
    line-height: 23px !important;
}

.pagination a:hover svg rect {
    fill: white;
}

.text-79 {
    color: #797979 !important;
}

.image-430 {
    height: 430px;
}

.double-main-swiper,
.double-nav-swiper {
    max-width: 423px !important;
}

.pr-image {
    width: 72px !important;
    height: 72px !important;
}

.user-image {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    max-width: 65px !important;
}

.text-8d {
    color: #8D8D8D;
}

a,
p {
    overflow-wrap: break-word;
}

.floating-right-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    width: 107px;
    height: 100%;
}

.min-100 {
    min-width: 100px;
}

.bg-red {
    background-color: #FF0000;
}

.notification-number {
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9;
    border-radius: 50%;
    bottom: 40px;
    right: -5px;
}

.floating-right-box.blue:hover,
.click-row-display.active .floating-right-box.blue {
    background-color: #003986;
}

.floating-right-box.red:hover,
.click-row-display.active .floating-right-box.red {
    background-color: #FF0000;
}

.text-89 {
    color: #898989;
}

.floating-right-box:hover span,
.click-row-display.active .floating-right-box span {
    color: white !important;
}

.floating-right-box:hover svg path,
.click-row-display.active .floating-right-box svg path {
    fill: white;
}

.click-row-display.active {
    background-color: white;
}


/* .search-results-table .col {
    min-width: 100px;
} */

.search-results-table td {
    padding-top: 10px;
}

.search-results-table .col {
    /*min-width: 100px;*/
    /*word-break: break-all;*/
    padding-left: 5px !important;
    padding-right: 5px !important;
    text-align: center;
}

.search-results-table .col.large {
    /* min-width: 170px; */
}

.double-nav-swiper .swiper-slide img {
    height: 95px;
}

.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable,
.ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
    height: 250px !important;
}

.round-checkbox div {
    width: 50px;
    height: 50px !important;
    border-radius: 50px;
    line-height: 48px !important;
    min-width: unset !important;
}

.round-reset-btn {
    height: 50px;
    min-width: 90px;
    background-color: #003986;
    border-radius: 27px;
    line-height: 50px;
    cursor: pointer;
}

.double-main-swiper-video .swiper-slide,
.double-main-swiper-video .swiper-slide img,
.double-main-swiper-image .swiper-slide,
.double-main-swiper-image .swiper-slide img {
    height: 400px;
}

.double-nav-swiper-video .swiper-slide,
.double-nav-swiper-video .swiper-slide img,
.double-nav-swiper-image .swiper-slide,
.double-nav-swiper-image .swiper-slide img {
    height: 90px;
    width: 80px;
}

a.bg-green:hover {
    opacity: 0.7;
}

.h-30 {
    height: 30px !important;
    line-height: 28px !important;
}

.min-160 {
    min-width: 160px;
}

.search-results-table .custom-toggle-content {
    position: sticky;
    position: -webkit-sticky;
    left: 0px;
}

.lh-40 {
    line-height: 40px !important;
}

.blue-notification-box {
    width: 32px;
    border-radius: 50%;
    height: 32px;
}

input[type=submit].bg-red:hover,
input[type=submit].bg-green:hover,
input[type=submit].bg-light-blue:hover,
button.bg-red:hover,
button.bg-green:hover,
button.bg-light-blue:hover,
a.bg-red:hover,
a.bg-green:hover,
a.bg-light-blue:hover,
.btn-light-blue:hover,
.btn-dark-blue:hover,
.search-btn:hover {
    opacity: 0.7;
}

/* Focus ring: match the button color (instead of default blue) */
.bg-light-blue:focus,
.bg-light-blue:active:focus,
.btn-light-blue:focus,
.btn-light-blue:active:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 57, 134, 0.35) !important; /* #003986 */
}

.bg-red:focus,
.bg-red:active:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.35) !important; /* danger */
}

.bg-green:focus,
.bg-green:active:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.35) !important; /* success */
}

.popup-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    left: 0;
    z-index: 9999999999999;
}

.unique-filename {
    overflow: hidden;
}

.category-delete-btn.verify-delete svg path,
.category-delete-btn:hover svg path,
.product-delete-btn.verify-delete svg path,
.product-delete-btn:hover svg path {
    fill: #FF0000;
}

.hover-icon-theme:hover svg path,
.hover-icon-theme:hover rect {
    fill: var(--blue);
}

.popup-wrapper::before {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    left: 0;
    content: "";
    z-index: 10;
}

.popup {
    border-radius: 9px;
    overflow-y: auto;
}

.popup-close {
    height: 36px;
    width: 36px;
    position: absolute;
    right: 34px;
    z-index: 99;
    top: 19px;
    border-radius: 50%;
}

.export-circle {
    border-radius: 50%;
    height: 15px;
    width: 15px;
    border: 1px solid var(--blue);
}

.export-circle span {
    display: inline-block;
    background-color: #002056;
    height: 9px;
    cursor: pointer;
    width: 2px;
}

.table-row-bottom-gray tbody tr {
    border-bottom: 1px solid #D9D9D9;
}

.overflow-hidden {
    overflow: hidden !important;
}

.inline-submit-layouts {
    display: none;
}

.input-left {
    border: 1px solid #D9D9D9;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.submit-right {
    border: 1px solid #003986;
}

.no-border-tabs,
.no-border-tabs .tabs-title.tab-active::after {
    border-bottom: unset !important;
    content: unset !important;
}


.error-text {
    margin-top: -27px;
    margin-bottom: 13px;
    font-size: 13px;
}

.error-text.position-relative {
    position: relative !important;
    top: unset !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background-image: url('../icons/Icon metro-calendar.svg');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}


input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    background-image: url('../icons/Icon metro-calendar.svg');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}


input[type="time"]::-webkit-calendar-picker-indicator {
    background-image: url('../icons/Icon metro-calendar.svg');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

#sortable {
    list-style: none !important;
    padding: 0px !important;
}

.lh-auto {
    line-height: auto !important;
}

.lh-1 {
    line-height: 1 !important;
}

.pay-btn img {
    max-width: 70px !important;
}

.double-wrange-wrapper-sm .ui-widget.ui-widget-content {
    display: inline-block !important;
    /* height: 219px !important; */
}

.double-wrange-wrapper-sm .lines-sm {
    display: inline-block !important;
}

.double-wrange-wrapper-sm ul {
    margin-top: 0 !important;
}

.double-wrange-wrapper-sm ul.lines-sm li {
    padding-left: 10px;
}

.double-wrange-wrapper-sm ul.lines-sm li::after {
    height: 2px;
    width: 11px;
    top: 50%;
    left: -17px;
    transform: translateY(-50%);
    background: white;
}

.double-wrange-wrapper-sm ul.lines-sm li:last-child {
    position: relative !important;
    left: unset !important;
    transform: unset !important;
}

.product-big-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.product-big-image img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

div.blue-line {
    display: block;
    background-color: #003389;
    height: 1px;
    width: calc(100% + 60px);
    margin-left: -29px;
}

.pointer-none {
    pointer-events: none;
}


.filter-icon {
    display: none !important;
}

.search-gray-box {
    background-color: #F3F3F4;
    border-radius: 5px;
}

.text-88 {
    color: #8B8B8B;
}

.bottom-floating-btns {
    position: fixed;
    bottom: 0;
    height: 70px;
    padding: 7.5px 15px;
    display: flex;
    width: 100%;
    z-index: 99;
    background-color: #003986;
}

.bottom-floating-btns a {
    border: 1px solid white;
    width: 50%;
    margin: 0 7.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: white;
}

.darkk {
    background-color: #002056 !important;
    border-color: #002056 !important;
}


.utility-wrapper-icon svg #Rectangle_2226 {
    stroke: unset !important;
}

.utility-wrapper-icon:hover svg #Rectangle_2226 {
    /* stroke: white !important; */
}

.utility-wrapper-icon:hover svg #Rectangle_2226 rect {
    fill: white !important;
}

.utility-wrapper-icon:hover svg #Group_2938 path {
    fill: #003986 !important;
}

/* --- QR Code buttons: remove focus ring / shadow to match staging --- */
.custom-btn:focus,
.custom-btn:focus-visible,
.custom-btn:active:focus,
button.custom-btn:focus,
button.custom-btn:focus-visible,
button.custom-btn:active:focus,
input[type=submit].custom-btn:focus,
input[type=submit].custom-btn:focus-visible,
input[type=submit].custom-btn:active:focus,
.bg-light-blue:focus,
.bg-light-blue:active:focus,
.btn-light-blue:focus,
.btn-light-blue:active:focus,
.bg-red:focus,
.bg-red:active:focus,
.bg-green:focus,
.bg-green:active:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Diamonds detail rows (staging-like) */
.detail-label { white-space: normal; }
.detail-value { font-weight: 700; color: #2B2F36 !important; }

/* Diamonds detail rows: staging-like contrast */
.detail-label {
    color: #878787 !important;
    white-space: nowrap;
}
.detail-value {
    color: #2F3338 !important;
    font-weight: 700 !important;
}


/* Promo datetime picker helper (explicit button to open native picker) */
.promo-datetime-group{display:flex;align-items:stretch;}
.promo-datetime-group input{flex:1 1 auto;height:50px;border-top-right-radius:0;border-bottom-right-radius:0;}
.promo-datetime-btn{height:50px;border:1px solid #D8D8D8;border-left:0;background:#fff;display:flex;align-items:center;justify-content:center;width:48px;padding:0;cursor:pointer;border-top-right-radius:8px;border-bottom-right-radius:8px;}
.promo-datetime-btn img{width:18px;height:18px;}
.promo-datetime-btn:hover{background:#F3F3F4;}

/* CSP hardening utility classes: replacements for legacy inline styles. */
.csp-w-120 { width: 120px; }
.csp-w-150 { width: 150px; }
.csp-w-160 { width: 160px; }
.csp-w-170 { width: 170px; }
.csp-w-180 { width: 180px; }
.csp-w-220 { width: 220px; }
.csp-max-w-760 { max-width: 760px; }
.csp-display-block { display: block; }
.csp-fs-12-letter { font-size: 12px; letter-spacing: .08em; }
.csp-h-28 { height: 28px; width: auto; }
.csp-gap-8 { gap: 8px; }
.csp-gap-10 { gap: 10px; }
.csp-aspect-16-9 { aspect-ratio: 16 / 9; }
.csp-iframe-fluid { border: 0; width: 100%; height: 100%; }
.csp-fs-90 { font-size: 90%; }
.csp-hidden { display: none; }
.csp-pre-wrap { white-space: pre-wrap; }
.csp-max-h-280 { max-height: 280px; overflow: auto; }
.csp-max-h-360 { max-height: 360px; overflow: auto; }
.csp-swatch { background-color: #232323 !important; }
.csp-swatch-black { background-color: #232323 !important; }
.csp-swatch-green { background-color: #106A36 !important; }
.csp-swatch-blue { background-color: #3F8EC7 !important; }
.csp-swatch-red { background-color: #E2533F !important; }
.csp-swatch-yellow { background-color: #C9BD29 !important; }
