@charset "UTF-8";
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    -moz-backface-visibility: hidden;
    position: relative;
    touch-action: manipulation;
}
.owl-carousel .owl-stage:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
    -webkit-touch-callout: none;
    -webkit-backface-visibility: hidden;
    float: left;
    min-height: 1px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    border: none;
    color: inherit;
    font: inherit;
    padding: 0 !important;
}
.owl-carousel.owl-loading {
    display: block;
    opacity: 0;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    background: #000;
    height: 100%;
    position: relative;
}
.owl-carousel .owl-video-play-icon {
    -webkit-backface-visibility: hidden;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    transition: transform 0.1s ease;
    width: 80px;
    z-index: 1;
}
.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    -webkit-tap-highlight-color: transparent;
    text-align: center;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
    background: #d6d6d6;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    cursor: default;
    opacity: 0.5;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
    zoom: 1;
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    background: #d6d6d6;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 0.2s ease;
    width: 10px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

/*!
 * Bootstrap v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}
*,
:after,
:before {
    box-sizing: border-box;
}
body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    text-align: var(--bs-body-text-align);
}
hr {
    background-color: currentColor;
    border: 0;
    color: inherit;
    margin: 0.5rem 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.25rem;
    margin-top: 0;
}
.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
p {
    margin-bottom: 1rem;
    margin-top: 0;
}
abbr[data-bs-original-title],
abbr[title] {
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem;
}
ol,
ul {
    padding-left: 2rem;
}
dl,
ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
.small,
small {
    font-size: 0.875em;
}
.mark,
mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
sub,
sup {
    font-size: 0.75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #0d6efd;
    text-decoration: underline;
}
a:hover {
    color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    direction: ltr;
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    unicode-bidi: bidi-override;
}
pre {
    display: block;
    font-size: 0.875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto;
}
pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal;
}
code {
    word-wrap: break-word;
    color: #d63384;
    font-size: 0.875em;
}
a > code {
    color: inherit;
}
kbd {
    background-color: #212529;
    border-radius: 0.2rem;
    color: #fff;
    font-size: 0.875em;
    padding: 0.2rem 0.4rem;
}
kbd kbd {
    font-size: 1em;
    font-weight: 700;
    padding: 0;
}
figure {
    margin: 0 0 1rem;
}
img,
svg {
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    caption-side: bottom;
}
caption {
    color: #6c757d;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
    display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
textarea {
    resize: vertical;
}
fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
}
legend {
    float: left;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
    margin-bottom: 0.5rem;
    padding: 0;
    width: 100%;
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    font: inherit;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
summary {
    cursor: pointer;
    display: list-item;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: calc(1.625rem + 4.5vw);
}
.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: calc(1.575rem + 3.9vw);
}
.display-3 {
    font-size: calc(1.525rem + 3.3vw);
}
.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: calc(1.475rem + 2.7vw);
}
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
}
.display-5,
.display-6 {
    font-weight: 300;
    line-height: 1.2;
}
.display-6 {
    font-size: calc(1.375rem + 1.5vw);
}
.list-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}
.blockquote {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.blockquote-footer {
    color: #6c757d;
    font-size: 0.875em;
    margin-bottom: 0.5rem;
    margin-top: -0.5rem;
}
.blockquote-footer:before {
    content: "— ";
}
.img-fluid,
.img-thumbnail {
    height: auto;
    max-width: 100%;
}
.img-thumbnail {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 0.25rem;
}
.figure {
    display: inline-block;
}
.figure-img {
    line-height: 1;
    margin-bottom: 0.25rem;
}
.figure-caption {
    color: #6c757d;
    font-size: 0.875em;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x, 0.5rem);
    padding-right: var(--bs-gutter-x, 0.5rem);
    width: 100%;
}
.row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-top: calc(var(--bs-gutter-y) * -1);
}
.row > * {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: 100%;
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.125rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.125rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.25rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.25rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 0.5rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 0.5rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 0.75rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 0.75rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 1.5rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 1.5rem;
}
.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    border-color: #dee2e6;
    color: #212529;
    margin-bottom: 0.5rem;
    vertical-align: top;
    width: 100%;
}
.table > :not(caption) > * > * {
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    padding: 0.5rem;
}
.table > tbody {
    vertical-align: inherit;
}
.table > thead {
    vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
}
.caption-top {
    caption-side: top;
}
.table-sm > :not(caption) > * > * {
    padding: 0.25rem;
}
.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}
.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    border-color: #bacbe6;
    color: #000;
}
.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    border-color: #cbccce;
    color: #000;
}
.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    border-color: #bcd0c7;
    color: #000;
}
.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    border-color: #badce3;
    color: #000;
}
.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    border-color: #e6dbb9;
    color: #000;
}
.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    border-color: #dfc2c4;
    color: #000;
}
.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    border-color: #dfe0e1;
    color: #000;
}
.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    border-color: #373b3e;
    color: #fff;
}
.table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}
.form-label {
    margin-bottom: 0.5rem;
}
.col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(0.375rem + 1px);
    padding-top: calc(0.375rem + 1px);
}
.col-form-label-lg {
    font-size: 1.25rem;
    padding-bottom: calc(0.5rem + 1px);
    padding-top: calc(0.5rem + 1px);
}
.col-form-label-sm {
    font-size: 0.875rem;
    padding-bottom: calc(0.25rem + 1px);
    padding-top: calc(0.25rem + 1px);
}
.form-text {
    color: #6c757d;
    font-size: 0.875em;
    margin-top: 0.25rem;
}
.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    background-color: #fff;
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    color: #212529;
    outline: 0;
}
.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.form-control::file-selector-button {
    -webkit-margin-end: 0.75rem;
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #212529;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    padding: 0.375rem 0.75rem;
    pointer-events: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
    -webkit-margin-end: 0.75rem;
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #212529;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    padding: 0.375rem 0.75rem;
    pointer-events: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}
.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #212529;
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 0.375rem 0;
    width: 100%;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0;
}
.form-control-sm {
    border-radius: 0.2rem;
    font-size: 0.875rem;
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
}
.form-control-sm::file-selector-button {
    -webkit-margin-end: 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
    padding: 0.25rem 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
    -webkit-margin-end: 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
    padding: 0.25rem 0.5rem;
}
.form-control-lg {
    border-radius: 0.3rem;
    font-size: 1.25rem;
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
}
.form-control-lg::file-selector-button {
    -webkit-margin-end: 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
    padding: 0.5rem 1rem;
}
.form-control-lg::-webkit-file-upload-button {
    -webkit-margin-end: 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
    padding: 0.5rem 1rem;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
    height: auto;
    padding: 0.375rem;
    width: 3rem;
}
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control-color::-moz-color-swatch {
    border-radius: 0.25rem;
    height: 1.5em;
}
.form-control-color::-webkit-color-swatch {
    border-radius: 0.25rem;
    height: 1.5em;
}
.form-select {
    -moz-padding-start: calc(0.75rem - 3px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}
.form-select:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    outline: 0;
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    background-image: none;
    padding-right: 0.75rem;
}
.form-select:disabled {
    background-color: #e9ecef;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}
.form-select-sm {
    font-size: 0.875rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-top: 0.25rem;
}
.form-select-lg {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-top: 0.5rem;
}
.form-check {
    display: block;
    margin-bottom: 0.125rem;
    min-height: 1.5rem;
    padding-left: 1.5em;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-input {
    -webkit-print-color-adjust: exact;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    color-adjust: exact;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    width: 1em;
}
.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    outline: 0;
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
    border-color: #0d6efd;
}
.form-check-input:disabled {
    filter: none;
    opacity: 0.5;
    pointer-events: none;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    opacity: 0.5;
}
.form-switch {
    padding-left: 2.5em;
}
.form-switch .form-check-input {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
    background-position: 0;
    border-radius: 2em;
    margin-left: -2.5em;
    transition: background-position 0.15s ease-in-out;
    width: 2em;
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E");
}
.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
    background-position: 100%;
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.btn-check {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
    filter: none;
    opacity: 0.65;
    pointer-events: none;
}
.form-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    height: 1.5rem;
    padding: 0;
    width: 100%;
}
.form-range:focus {
    outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
    border: 0;
}
.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 1rem;
}
.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: 0.5rem;
    width: 100%;
}
.form-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 1rem;
}
.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe;
}
.form-range::-moz-range-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: 0.5rem;
    width: 100%;
}
.form-range:disabled {
    pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.form-floating {
    position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}
.form-floating > label {
    border: 1px solid transparent;
    height: 100%;
    left: 0;
    padding: 1rem 0.75rem;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.form-floating > .form-control {
    padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
    color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
    color: transparent;
}
.form-floating > .form-control::placeholder {
    color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-bottom: 0.625rem;
    padding-top: 1.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
    padding-bottom: 0.625rem;
    padding-top: 1.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-bottom: 0.625rem;
    padding-top: 1.625rem;
}
.form-floating > .form-control:-webkit-autofill {
    padding-bottom: 0.625rem;
    padding-top: 1.625rem;
}
.form-floating > .form-select {
    padding-bottom: 0.625rem;
    padding-top: 1.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    width: 1%;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 3;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}
.input-group .btn:focus {
    z-index: 3;
}
.input-group-text {
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #212529;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    text-align: center;
    white-space: nowrap;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
    border-radius: 0.3rem;
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
    border-radius: 0.2rem;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3rem;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
}
.valid-feedback {
    color: #198754;
    display: none;
    font-size: 0.875em;
    margin-top: 0.25rem;
    width: 100%;
}
.valid-tooltip {
    background-color: rgba(25, 135, 84, 0.9);
    border-radius: 0.25rem;
    color: #fff;
    display: none;
    font-size: 0.875rem;
    margin-top: 0.1rem;
    max-width: 100%;
    padding: 0.125rem 0.25rem;
    position: absolute;
    top: 100%;
    z-index: 5;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right calc(0.375em + 0.1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
    padding-right: calc(1.5em + 0.75rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #198754;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: 4.125rem;
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #198754;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #198754;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
    z-index: 3;
}
.invalid-feedback {
    color: #dc3545;
    display: none;
    font-size: 0.875em;
    margin-top: 0.25rem;
    width: 100%;
}
.invalid-tooltip {
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
    color: #fff;
    display: none;
    font-size: 0.875rem;
    margin-top: 0.1rem;
    max-width: 100%;
    padding: 0.125rem 0.25rem;
    position: absolute;
    top: 100%;
    z-index: 5;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(0.375em + 0.1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
    padding-right: calc(1.5em + 0.75rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: 4.125rem;
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
    z-index: 3;
}
.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    text-align: center;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}
.btn,
.btn:hover {
    color: #212529;
}
.btn-check:focus + .btn,
.btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    outline: 0;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    opacity: 0.65;
    pointer-events: none;
}
.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
    color: #fff;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    background-color: #0a58ca;
    border-color: #0a53be;
    color: #fff;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}
.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #5c636a;
    border-color: #565e64;
    color: #fff;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.25rem hsla(208, 6%, 54%, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #565e64;
    border-color: #51585e;
    color: #fff;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem hsla(208, 6%, 54%, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}
.btn-success {
    background-color: #198754;
    border-color: #198754;
    color: #fff;
}
.btn-check:focus + .btn-success,
.btn-success:focus,
.btn-success:hover {
    background-color: #157347;
    border-color: #146c43;
    color: #fff;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
    background-color: #146c43;
    border-color: #13653f;
    color: #fff;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    background-color: #198754;
    border-color: #198754;
    color: #fff;
}
.btn-info {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000;
}
.btn-check:focus + .btn-info,
.btn-info:focus,
.btn-info:hover {
    background-color: #31d2f2;
    border-color: #25cff2;
    color: #000;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
    background-color: #3dd5f3;
    border-color: #25cff2;
    color: #000;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000;
}
.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #ffca2c;
    border-color: #ffc720;
    color: #000;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
    background-color: #ffcd39;
    border-color: #ffc720;
    color: #000;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}
.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #bb2d3b;
    border-color: #b02a37;
    color: #fff;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
    background-color: #b02a37;
    border-color: #a52834;
    color: #fff;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #000;
}
.btn-check:focus + .btn-light,
.btn-light:focus,
.btn-light:hover {
    background-color: #f9fafb;
    border-color: #f9fafb;
    color: #000;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
    box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
    background-color: #f9fafb;
    border-color: #f9fafb;
    color: #000;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #000;
}
.btn-dark {
    background-color: #212529;
    border-color: #212529;
    color: #fff;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #1c1f23;
    border-color: #1a1e21;
    color: #fff;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
    background-color: #1a1e21;
    border-color: #191c1f;
    color: #fff;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #212529;
    border-color: #212529;
    color: #fff;
}
.btn-outline-primary {
    border-color: #0d6efd;
    color: #0d6efd;
}
.btn-outline-primary:hover {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: transparent;
    color: #0d6efd;
}
.btn-outline-secondary {
    border-color: #6c757d;
    color: #6c757d;
}
.btn-outline-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem hsla(208, 7%, 46%, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 0.25rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    background-color: transparent;
    color: #6c757d;
}
.btn-outline-success {
    border-color: #198754;
    color: #198754;
}
.btn-outline-success:hover {
    background-color: #198754;
    border-color: #198754;
    color: #fff;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    background-color: #198754;
    border-color: #198754;
    color: #fff;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    background-color: transparent;
    color: #198754;
}
.btn-outline-info {
    border-color: #0dcaf0;
    color: #0dcaf0;
}
.btn-outline-info:hover {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    background-color: transparent;
    color: #0dcaf0;
}
.btn-outline-warning {
    border-color: #ffc107;
    color: #ffc107;
}
.btn-outline-warning:hover {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: transparent;
    color: #ffc107;
}
.btn-outline-danger {
    border-color: #dc3545;
    color: #dc3545;
}
.btn-outline-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: transparent;
    color: #dc3545;
}
.btn-outline-light {
    border-color: #f8f9fa;
    color: #f8f9fa;
}
.btn-outline-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #000;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #000;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    background-color: transparent;
    color: #f8f9fa;
}
.btn-outline-dark {
    border-color: #212529;
    color: #212529;
}
.btn-outline-dark:hover {
    background-color: #212529;
    border-color: #212529;
    color: #fff;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    background-color: #212529;
    border-color: #212529;
    color: #fff;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    background-color: transparent;
    color: #212529;
}
.btn-link {
    color: #0d6efd;
    font-weight: 400;
    text-decoration: underline;
}
.btn-link:hover {
    color: #0a58ca;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
    border-radius: 0.3rem;
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
}
.btn-group-sm > .btn,
.btn-sm {
    border-radius: 0.2rem;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
}
.fade {
    transition: opacity 0.15s linear;
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
.collapsing.collapse-horizontal {
    height: auto;
    transition: width 0.35s ease;
    width: 0;
}
.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:after {
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
.dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    color: #212529;
    display: none;
    font-size: 1rem;
    list-style: none;
    margin: 0;
    min-width: 10rem;
    padding: 0.5rem 0;
    position: absolute;
    text-align: left;
    z-index: 1000;
}
.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: 0.125rem;
    top: 100%;
}
.dropdown-menu-start {
    --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
    left: 0;
    right: auto;
}
.dropdown-menu-end {
    --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
    left: auto;
    right: 0;
}
.dropup .dropdown-menu[data-bs-popper] {
    bottom: 100%;
    margin-bottom: 0.125rem;
    margin-top: 0;
    top: auto;
}
.dropup .dropdown-toggle:after {
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
    left: 100%;
    margin-left: 0.125rem;
    margin-top: 0;
    right: auto;
    top: 0;
}
.dropend .dropdown-toggle:after {
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-right: 0;
    border-top: 0.3em solid transparent;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
.dropend .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropend .dropdown-toggle:after {
    vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
    left: auto;
    margin-right: 0.125rem;
    margin-top: 0;
    right: 100%;
    top: 0;
}
.dropstart .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:before {
    border-bottom: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-top: 0.3em solid transparent;
    content: "";
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropstart .dropdown-toggle:before {
    vertical-align: 0;
}
.dropdown-divider {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    height: 0;
    margin: 0.25rem 0;
    overflow: hidden;
}
.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #212529;
    display: block;
    font-weight: 400;
    padding: 0.125rem 0.5rem;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #e9ecef;
    color: #1e2125;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #0d6efd;
    color: #fff;
    text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: transparent;
    color: #adb5bd;
    pointer-events: none;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    color: #6c757d;
    display: block;
    font-size: 0.875rem;
    margin-bottom: 0;
    padding: 0.5rem;
    white-space: nowrap;
}
.dropdown-item-text {
    color: #212529;
    display: block;
    padding: 0.125rem 0.5rem;
}
.dropdown-menu-dark {
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15);
    color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item {
    color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    background-color: hsla(0, 0%, 100%, 0.15);
    color: #fff;
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    background-color: #0d6efd;
    color: #fff;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
    color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
    display: inline-flex;
    position: relative;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    flex: 1 1 auto;
    position: relative;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.dropdown-toggle-split {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0;
}
.dropstart .dropdown-toggle-split:before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.btn-group-vertical {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.nav-link {
    color: #0d6efd;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.nav-link:focus,
.nav-link:hover {
    color: #0a58ca;
}
.nav-link.disabled {
    color: #6c757d;
    cursor: default;
    pointer-events: none;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-bottom: -1px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}
.nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #6c757d;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #495057;
}
.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}
.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #0d6efd;
    color: #fff;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    position: relative;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
    align-items: center;
    display: flex;
    flex-wrap: inherit;
    justify-content: space-between;
}
.navbar-brand {
    font-size: 1.25rem;
    margin-right: 1rem;
    padding-bottom: 0.3125rem;
    padding-top: 0.3125rem;
    text-decoration: none;
    white-space: nowrap;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
}
.navbar-text {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1;
}
.navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 1.25rem;
    line-height: 1;
    padding: 0.25rem 0.75rem;
    transition: box-shadow 0.15s ease-in-out;
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem;
    outline: 0;
    text-decoration: none;
}
.navbar-toggler-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em;
}
.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}
.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler,
.navbar-expand .offcanvas-header {
    display: none;
}
.navbar-expand .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000;
}
.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto;
}
.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    border-color: hsla(0, 0%, 100%, 0.1);
    color: hsla(0, 0%, 100%, 0.55);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
}
.card > hr {
    margin-left: 0;
    margin-right: 0;
}
.card > .list-group {
    border-bottom: inherit;
    border-top: inherit;
}
.card > .list-group:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-width: 0;
}
.card > .list-group:last-child {
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    flex: 1 1 auto;
    padding: 0.5rem;
}
.card-title {
    margin-bottom: 0.25rem;
}
.card-subtitle {
    margin-top: -0.125rem;
}
.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}
.card-link + .card-link {
    margin-left: 0.5rem;
}
.card-header {
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 0;
    padding: 0.25rem 0.5rem;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.25rem 0.5rem;
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    border-bottom: 0;
    margin-bottom: -0.25rem;
}
.card-header-pills,
.card-header-tabs {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}
.card-img-overlay {
    border-radius: calc(0.25rem - 1px);
    bottom: 0;
    left: 0;
    padding: 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
}
.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
}
.card-group > .card {
    margin-bottom: 0.5rem;
}
.accordion-button {
    align-items: center;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #212529;
    display: flex;
    font-size: 1rem;
    overflow-anchor: none;
    padding: 1rem 1.25rem;
    position: relative;
    text-align: left;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    width: 100%;
}
.accordion-button:not(.collapsed) {
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    color: #0c63e4;
}
.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    transform: rotate(-180deg);
}
.accordion-button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    flex-shrink: 0;
    height: 1.25rem;
    margin-left: auto;
    transition: transform 0.2s ease-in-out;
    width: 1.25rem;
}
.accordion-button:hover {
    z-index: 2;
}
.accordion-button:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    outline: 0;
    z-index: 3;
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion-item:last-of-type {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.accordion-body {
    padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
    border-width: 0;
}
.accordion-flush .accordion-item {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
}
.accordion-flush .accordion-item:first-child {
    border-top: 0;
}
.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: 0;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
    float: left;
    padding-right: 0.5rem;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: flex;
    list-style: none;
    padding-left: 0;
}
.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #0d6efd;
    display: block;
    position: relative;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-link:hover {
    border-color: #dee2e6;
    z-index: 2;
}
.page-link:focus,
.page-link:hover {
    background-color: #e9ecef;
    color: #0a58ca;
}
.page-link:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    outline: 0;
    z-index: 3;
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.page-item.active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
    z-index: 3;
}
.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dee2e6;
    color: #6c757d;
    pointer-events: none;
}
.page-link {
    padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.pagination-lg .page-link {
    font-size: 1.25rem;
    padding: 0.75rem 1.5rem;
}
.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
}
.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
.badge {
    border-radius: 0.25rem;
    color: #fff;
    display: inline-block;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    padding: 0.35em 0.65em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.alert {
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    padding: 0.5rem;
    position: relative;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 1.5rem;
}
.alert-dismissible .btn-close {
    padding: 0.625rem 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.alert-primary {
    background-color: #cfe2ff;
    border-color: #b6d4fe;
    color: #084298;
}
.alert-primary .alert-link {
    color: #06357a;
}
.alert-secondary {
    background-color: #e2e3e5;
    border-color: #d3d6d8;
    color: #41464b;
}
.alert-secondary .alert-link {
    color: #34383c;
}
.alert-success {
    background-color: #d1e7dd;
    border-color: #badbcc;
    color: #0f5132;
}
.alert-success .alert-link {
    color: #0c4128;
}
.alert-info {
    background-color: #cff4fc;
    border-color: #b6effb;
    color: #055160;
}
.alert-info .alert-link {
    color: #04414d;
}
.alert-warning {
    background-color: #fff3cd;
    border-color: #ffecb5;
    color: #664d03;
}
.alert-warning .alert-link {
    color: #523e02;
}
.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c2c7;
    color: #842029;
}
.alert-danger .alert-link {
    color: #6a1a21;
}
.alert-light {
    background-color: #fefefe;
    border-color: #fdfdfe;
    color: #636464;
}
.alert-light .alert-link {
    color: #4f5050;
}
.alert-dark {
    background-color: #d3d3d4;
    border-color: #bcbebf;
    color: #141619;
}
.alert-dark .alert-link {
    color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
.progress {
    background-color: #e9ecef;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    height: 1rem;
}
.progress,
.progress-bar {
    display: flex;
    overflow: hidden;
}
.progress-bar {
    background-color: #0d6efd;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: width 0.6s ease;
    white-space: nowrap;
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
.list-group {
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
}
.list-group-numbered {
    counter-reset: section;
    list-style-type: none;
}
.list-group-numbered > li:before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}
.list-group-item-action {
    color: #495057;
    text-align: inherit;
    width: 100%;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: #f8f9fa;
    color: #495057;
    text-decoration: none;
    z-index: 1;
}
.list-group-item-action:active {
    background-color: #e9ecef;
    color: #212529;
}
.list-group-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    color: #212529;
    display: block;
    padding: 0.25rem 0.5rem;
    position: relative;
    text-decoration: none;
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    background-color: #fff;
    color: #6c757d;
    pointer-events: none;
}
.list-group-item.active {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
    z-index: 2;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    border-top-width: 1px;
    margin-top: -1px;
}
.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    background-color: #cfe2ff;
    color: #084298;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    background-color: #bacbe6;
    color: #084298;
}
.list-group-item-primary.list-group-item-action.active {
    background-color: #084298;
    border-color: #084298;
    color: #fff;
}
.list-group-item-secondary {
    background-color: #e2e3e5;
    color: #41464b;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    background-color: #cbccce;
    color: #41464b;
}
.list-group-item-secondary.list-group-item-action.active {
    background-color: #41464b;
    border-color: #41464b;
    color: #fff;
}
.list-group-item-success {
    background-color: #d1e7dd;
    color: #0f5132;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    background-color: #bcd0c7;
    color: #0f5132;
}
.list-group-item-success.list-group-item-action.active {
    background-color: #0f5132;
    border-color: #0f5132;
    color: #fff;
}
.list-group-item-info {
    background-color: #cff4fc;
    color: #055160;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    background-color: #badce3;
    color: #055160;
}
.list-group-item-info.list-group-item-action.active {
    background-color: #055160;
    border-color: #055160;
    color: #fff;
}
.list-group-item-warning {
    background-color: #fff3cd;
    color: #664d03;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    background-color: #e6dbb9;
    color: #664d03;
}
.list-group-item-warning.list-group-item-action.active {
    background-color: #664d03;
    border-color: #664d03;
    color: #fff;
}
.list-group-item-danger {
    background-color: #f8d7da;
    color: #842029;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    background-color: #dfc2c4;
    color: #842029;
}
.list-group-item-danger.list-group-item-action.active {
    background-color: #842029;
    border-color: #842029;
    color: #fff;
}
.list-group-item-light {
    background-color: #fefefe;
    color: #636464;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    background-color: #e5e5e5;
    color: #636464;
}
.list-group-item-light.list-group-item-action.active {
    background-color: #636464;
    border-color: #636464;
    color: #fff;
}
.list-group-item-dark {
    background-color: #d3d3d4;
    color: #141619;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    background-color: #bebebf;
    color: #141619;
}
.list-group-item-dark.list-group-item-action.active {
    background-color: #141619;
    border-color: #141619;
    color: #fff;
}
.btn-close {
    background: transparent
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
        50%/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    box-sizing: content-box;
    color: #000;
    height: 1em;
    opacity: 0.5;
    padding: 0.25em;
    width: 1em;
}
.btn-close:hover {
    color: #000;
    opacity: 0.75;
    text-decoration: none;
}
.btn-close:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
    outline: 0;
}
.btn-close.disabled,
.btn-close:disabled {
    opacity: 0.25;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    font-size: 0.875rem;
    max-width: 100%;
    pointer-events: auto;
    width: 350px;
}
.toast.showing {
    opacity: 0;
}
.toast:not(.show) {
    display: none;
}
.toast-container {
    max-width: 100%;
    pointer-events: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.toast-container > :not(:last-child) {
    margin-bottom: 0.5rem;
}
.toast-header {
    align-items: center;
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, 0.85);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    color: #6c757d;
    display: flex;
    padding: 0.5rem 0.75rem;
}
.toast-header .btn-close {
    margin-left: 0.75rem;
    margin-right: -0.375rem;
}
.toast-body {
    word-wrap: break-word;
    padding: 0.75rem;
}
.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1055;
}
.modal-dialog {
    margin: 0.5rem;
    pointer-events: none;
    position: relative;
    width: auto;
}
.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform 0.3s ease-out;
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1rem);
}
.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%;
}
.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1050;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    align-items: center;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: 0.5rem;
}
.modal-header .btn-close {
    margin: -0.25rem -0.25rem -0.25rem auto;
    padding: 0.25rem;
}
.modal-title {
    line-height: 1.5;
    margin-bottom: 0;
}
.modal-body {
    flex: 1 1 auto;
    padding: 0.5rem;
    position: relative;
}
.modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(0.3rem - 1px);
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0.25rem;
}
.modal-footer > * {
    margin: 0.25rem;
}
.modal-fullscreen {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
}
.modal-fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
}
.modal-fullscreen .modal-header {
    border-radius: 0;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
}
.modal-fullscreen .modal-footer {
    border-radius: 0;
}
.tooltip {
    word-wrap: break-word;
    display: block;
    font-family: var(--bs-font-sans-serif);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1080;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .tooltip-arrow {
    display: block;
    height: 0.4rem;
    position: absolute;
    width: 0.8rem;
}
.tooltip .tooltip-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute;
}
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    border-top-color: #000;
    border-width: 0.4rem 0.4rem 0;
    top: -1px;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    height: 0.8rem;
    left: 0;
    width: 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    border-right-color: #000;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    right: -1px;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: #000;
    border-width: 0 0.4rem 0.4rem;
    bottom: -1px;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    height: 0.8rem;
    right: 0;
    width: 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    border-left-color: #000;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    left: -1px;
}
.tooltip-inner {
    background-color: #000;
    border-radius: 0.25rem;
    color: #fff;
    max-width: 200px;
    padding: 0.125rem 0.25rem;
    text-align: center;
}
.popover {
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    display: block;
    font-family: var(--bs-font-sans-serif);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: 276px;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070;
}
.popover .popover-arrow {
    display: block;
    height: 0.5rem;
    position: absolute;
    width: 1rem;
}
.popover .popover-arrow:after,
.popover .popover-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    display: block;
    position: absolute;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
    bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:before {
    border-top-color: rgba(0, 0, 0, 0.25);
    border-width: 0.5rem 0.5rem 0;
    bottom: 0;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after,
.bs-popover-top > .popover-arrow:after {
    border-top-color: #fff;
    border-width: 0.5rem 0.5rem 0;
    bottom: 1px;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
    height: 1rem;
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:before {
    border-right-color: rgba(0, 0, 0, 0.25);
    border-width: 0.5rem 0.5rem 0.5rem 0;
    left: 0;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after,
.bs-popover-end > .popover-arrow:after {
    border-right-color: #fff;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    left: 1px;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
    top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:before {
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-width: 0 0.5rem 0.5rem;
    top: 0;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:after {
    border-bottom-color: #fff;
    border-width: 0 0.5rem 0.5rem;
    top: 1px;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #f0f0f0;
    content: "";
    display: block;
    left: 50%;
    margin-left: -0.5rem;
    position: absolute;
    top: 0;
    width: 1rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
    height: 1rem;
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:before {
    border-left-color: rgba(0, 0, 0, 0.25);
    border-width: 0.5rem 0 0.5rem 0.5rem;
    right: 0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after,
.bs-popover-start > .popover-arrow:after {
    border-left-color: #fff;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    right: 1px;
}
.popover-header {
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    font-size: 1rem;
    margin-bottom: 0;
    padding: 0.5rem;
}
.popover-header:empty {
    display: none;
}
.popover-body {
    color: #212529;
    padding: 0.5rem;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.carousel-inner:after {
    clear: both;
    content: "";
    display: block;
}
.carousel-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    transition: transform 0.6s ease-in-out;
    width: 100%;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transform: none;
    transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    opacity: 0;
    transition: opacity 0s 0.6s;
    z-index: 0;
}
.carousel-control-next,
.carousel-control-prev {
    align-items: center;
    background: none;
    border: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    opacity: 0.5;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity 0.15s ease;
    width: 15%;
    z-index: 1;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    opacity: 0.9;
    outline: 0;
    text-decoration: none;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 2rem;
    width: 2rem;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.carousel-indicators {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-bottom: 1rem;
    margin-left: 15%;
    margin-right: 15%;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}
.carousel-indicators [data-bs-target] {
    background-clip: padding-box;
    background-color: #fff;
    border: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    box-sizing: content-box;
    cursor: pointer;
    flex: 0 1 auto;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: 0.5;
    padding: 0;
    text-indent: -999px;
    transition: opacity 0.6s ease;
    width: 30px;
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    bottom: 1.25rem;
    color: #fff;
    left: 15%;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    position: absolute;
    right: 15%;
    text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}
.carousel-dark .carousel-caption {
    color: #000;
}
@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}
@keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}
.spinner-border {
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
    border: 0.25em solid;
    border-radius: 50%;
    border-right: 0.25em solid transparent;
    display: inline-block;
    height: 2rem;
    vertical-align: -0.125em;
    width: 2rem;
}
.spinner-border-sm {
    border-width: 0.2em;
    height: 1rem;
    width: 1rem;
}
@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow {
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    height: 2rem;
    opacity: 0;
    vertical-align: -0.125em;
    width: 2rem;
}
.spinner-grow-sm {
    height: 1rem;
    width: 1rem;
}
.offcanvas {
    background-clip: padding-box;
    background-color: #fff;
    bottom: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    z-index: 1045;
}
.offcanvas-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040;
}
.offcanvas-backdrop.fade {
    opacity: 0;
}
.offcanvas-backdrop.show {
    opacity: 0.5;
}
.offcanvas-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
}
.offcanvas-header .btn-close {
    margin-bottom: -0.25rem;
    margin-right: -0.25rem;
    margin-top: -0.25rem;
    padding: 0.25rem;
}
.offcanvas-title {
    line-height: 1.5;
    margin-bottom: 0;
}
.offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 0.5rem;
}
.offcanvas-start {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: 400px;
}
.offcanvas-end {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: 400px;
}
.offcanvas-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    top: 0;
    transform: translateY(-100%);
}
.offcanvas-bottom,
.offcanvas-top {
    height: 30vh;
    left: 0;
    max-height: 100%;
    right: 0;
}
.offcanvas-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
}
.offcanvas.show {
    transform: none;
}
.placeholder {
    background-color: currentColor;
    cursor: wait;
    display: inline-block;
    min-height: 1em;
    opacity: 0.5;
    vertical-align: middle;
}
.placeholder.btn:before {
    content: "";
    display: inline-block;
}
.placeholder-xs {
    min-height: 0.6em;
}
.placeholder-sm {
    min-height: 0.8em;
}
.placeholder-lg {
    min-height: 1.2em;
}
.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
.placeholder-wave {
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite;
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
}
@-webkit-keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0;
    }
}
@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0;
    }
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.link-primary {
    color: #0d6efd;
}
.link-primary:focus,
.link-primary:hover {
    color: #0a58ca;
}
.link-secondary {
    color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
    color: #565e64;
}
.link-success {
    color: #198754;
}
.link-success:focus,
.link-success:hover {
    color: #146c43;
}
.link-info {
    color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
    color: #3dd5f3;
}
.link-warning {
    color: #ffc107;
}
.link-warning:focus,
.link-warning:hover {
    color: #ffcd39;
}
.link-danger {
    color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
    color: #b02a37;
}
.link-light {
    color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
    color: #f9fafb;
}
.link-dark {
    color: #212529;
}
.link-dark:focus,
.link-dark:hover {
    color: #1a1e21;
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio);
}
.ratio > * {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
    --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
    --bs-aspect-ratio: 42.85714%;
}
.fixed-top {
    top: 0;
}
.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
}
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}
.hstack {
    align-items: center;
    flex-direction: row;
}
.hstack,
.vstack {
    align-self: stretch;
    display: flex;
}
.vstack {
    flex: 1 1 auto;
    flex-direction: column;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}
.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vr {
    align-self: stretch;
    background-color: currentColor;
    display: inline-block;
    min-height: 1em;
    opacity: 0.25;
    width: 1px;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-25 {
    opacity: 0.25 !important;
}
.opacity-50 {
    opacity: 0.5 !important;
}
.opacity-75 {
    opacity: 0.75 !important;
}
.opacity-100 {
    opacity: 1 !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.top-0 {
    top: 0 !important;
}
.top-50 {
    top: 50% !important;
}
.top-100 {
    top: 100% !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.bottom-50 {
    bottom: 50% !important;
}
.bottom-100 {
    bottom: 100% !important;
}
.start-0 {
    left: 0 !important;
}
.start-50 {
    left: 50% !important;
}
.start-100 {
    left: 100% !important;
}
.end-0 {
    right: 0 !important;
}
.end-50 {
    right: 50% !important;
}
.end-100 {
    right: 100% !important;
}
.translate-middle {
    transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
    transform: translateX(-50%) !important;
}
.translate-middle-y {
    transform: translateY(-50%) !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-end {
    border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start {
    border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #0d6efd !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #198754 !important;
}
.border-info {
    border-color: #0dcaf0 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #212529 !important;
}
.border-white {
    border-color: #fff !important;
}
.border-1 {
    border-width: 1px !important;
}
.border-2 {
    border-width: 2px !important;
}
.border-3 {
    border-width: 3px !important;
}
.border-4 {
    border-width: 4px !important;
}
.border-5 {
    border-width: 5px !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.vw-100 {
    width: 100vw !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mh-100 {
    max-height: 100% !important;
}
.vh-100 {
    height: 100vh !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.125rem !important;
}
.gap-2 {
    gap: 0.25rem !important;
}
.gap-3 {
    gap: 0.5rem !important;
}
.gap-4 {
    gap: 0.75rem !important;
}
.gap-5 {
    gap: 1.5rem !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-last {
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.125rem !important;
}
.m-2 {
    margin: 0.25rem !important;
}
.m-3 {
    margin: 0.5rem !important;
}
.m-4 {
    margin: 0.75rem !important;
}
.m-5 {
    margin: 1.5rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mx-1 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
}
.mx-2 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}
.mx-3 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}
.mx-4 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
}
.mx-5 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.my-1 {
    margin-bottom: 0.125rem !important;
    margin-top: 0.125rem !important;
}
.my-2 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
}
.my-3 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
}
.my-4 {
    margin-bottom: 0.75rem !important;
    margin-top: 0.75rem !important;
}
.my-5 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
}
.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.125rem !important;
}
.mt-2 {
    margin-top: 0.25rem !important;
}
.mt-3 {
    margin-top: 0.5rem !important;
}
.mt-4 {
    margin-top: 0.75rem !important;
}
.mt-5 {
    margin-top: 1.5rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.125rem !important;
}
.me-2 {
    margin-right: 0.25rem !important;
}
.me-3 {
    margin-right: 0.5rem !important;
}
.me-4 {
    margin-right: 0.75rem !important;
}
.me-5 {
    margin-right: 1.5rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.125rem !important;
}
.mb-2 {
    margin-bottom: 0.25rem !important;
}
.mb-3 {
    margin-bottom: 0.5rem !important;
}
.mb-4 {
    margin-bottom: 0.75rem !important;
}
.mb-5 {
    margin-bottom: 1.5rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.125rem !important;
}
.ms-2 {
    margin-left: 0.25rem !important;
}
.ms-3 {
    margin-left: 0.5rem !important;
}
.ms-4 {
    margin-left: 0.75rem !important;
}
.ms-5 {
    margin-left: 1.5rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.125rem !important;
}
.p-2 {
    padding: 0.25rem !important;
}
.p-3 {
    padding: 0.5rem !important;
}
.p-4 {
    padding: 0.75rem !important;
}
.p-5 {
    padding: 1.5rem !important;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.px-1 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
}
.px-2 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}
.px-3 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.px-4 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}
.px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.py-1 {
    padding-bottom: 0.125rem !important;
    padding-top: 0.125rem !important;
}
.py-2 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
}
.py-3 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
}
.py-4 {
    padding-bottom: 0.75rem !important;
    padding-top: 0.75rem !important;
}
.py-5 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.125rem !important;
}
.pt-2 {
    padding-top: 0.25rem !important;
}
.pt-3 {
    padding-top: 0.5rem !important;
}
.pt-4 {
    padding-top: 0.75rem !important;
}
.pt-5 {
    padding-top: 1.5rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.125rem !important;
}
.pe-2 {
    padding-right: 0.25rem !important;
}
.pe-3 {
    padding-right: 0.5rem !important;
}
.pe-4 {
    padding-right: 0.75rem !important;
}
.pe-5 {
    padding-right: 1.5rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.125rem !important;
}
.pb-2 {
    padding-bottom: 0.25rem !important;
}
.pb-3 {
    padding-bottom: 0.5rem !important;
}
.pb-4 {
    padding-bottom: 0.75rem !important;
}
.pb-5 {
    padding-bottom: 1.5rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.125rem !important;
}
.ps-2 {
    padding-left: 0.25rem !important;
}
.ps-3 {
    padding-left: 0.5rem !important;
}
.ps-4 {
    padding-left: 0.75rem !important;
}
.ps-5 {
    padding-left: 1.5rem !important;
}
.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
    font-size: 1.25rem !important;
}
.fs-6 {
    font-size: 1rem !important;
}
.fst-italic {
    font-style: italic !important;
}
.fst-normal {
    font-style: normal !important;
}
.fw-light {
    font-weight: 300 !important;
}
.fw-lighter {
    font-weight: lighter !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-bolder {
    font-weight: bolder !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-sm {
    line-height: 1.25 !important;
}
.lh-base {
    line-height: 1.5 !important;
}
.lh-lg {
    line-height: 2 !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}
.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}
.text-opacity-25 {
    --bs-text-opacity: 0.25;
}
.text-opacity-50 {
    --bs-text-opacity: 0.5;
}
.text-opacity-75 {
    --bs-text-opacity: 0.75;
}
.text-opacity-100 {
    --bs-text-opacity: 1;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}
.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
    --bs-bg-opacity: 1;
}
.bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.pe-none {
    pointer-events: none !important;
}
.pe-auto {
    pointer-events: auto !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.rounded-1 {
    border-radius: 0.2rem !important;
}
.rounded-2 {
    border-radius: 0.25rem !important;
}
.rounded-3 {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
}
.rounded-end,
.rounded-top {
    border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-end {
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
    border-top-left-radius: 0.25rem !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
.page-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 320px;
}
.page-container .container {
    max-width: 100%;
}
.page-container--homepage .header-sticky,
.page-container--homepage .header:after {
    height: 56px;
}
.header:after {
    content: "";
    display: block;
    height: 56px;
}
.header-sticky {
    background: #fff;
    box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.2);
    height: 56px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
}
.aside-navigation--fixed {
    width: 72px;
}
.main-section {
    flex: 1 0 auto;
}
.main-section:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.main-section .aside-navigation--fixed {
    bottom: 0;
    box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.08);
    height: 100%;
    left: -72px;
    position: absolute;
    top: 0;
    z-index: 1;
}
.main {
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
}
#ymDivCircle img {
    content: url(/assets/images/chat-icon.png);
    height: 25px !important;
    width: 24px !important;
}
#ymDivCircle img,
div#ymDivCircle {
    left: 24px;
    position: fixed;
}
div#ym-notification {
    left: 49px;
    position: fixed;
}
div#ymFrameHolder {
    left: 50px;
    position: fixed;
}
#ymDivCircle.open {
    background-color: #0d7b89 !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.209 10.791 0 6 4.791 1.209 0 0 1.209 4.791 6 0 10.791 1.209 12 6 7.209 10.791 12 12 10.791 7.209 6 12 1.209Z' fill='%23FFF'/%3E%3C/svg%3E") !important;
    bottom: 50px;
    height: 40px !important;
    left: 17px;
    position: fixed;
    width: 40px !important;
}
* {
    scrollbar-color: #cacbd2 hsla(233, 8%, 81%, 0.08);
    scrollbar-width: thin;
}
::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}
::-webkit-scrollbar-track {
    background-color: hsla(233, 8%, 81%, 0.08);
}
::-webkit-scrollbar-thumb {
    background-color: #cacbd2;
    border-radius: 8px;
}
.modal-dialog {
    margin-left: 16px;
    margin-right: 16px;
}
.modal-content {
    border: 0;
    border-radius: 16px;
}
.modal-header {
    align-items: flex-start;
    border-bottom: 0;
    color: #292c31;
    padding: 24px 24px 10px;
}
.modal-header .btn-close {
    background: transparent;
    box-shadow: none;
    color: #323232;
    height: 24px;
    opacity: 1;
    outline: none;
    padding: 0;
    width: 24px;
}
.modal-title {
    font-size: 22px;
    font-weight: 800;
    line-height: 28px;
    max-width: 85%;
}
.modal-body {
    padding: 0 24px;
}
.modal-footer {
    border-top: 0;
    justify-content: center;
    padding: 0 24px 24px;
}
.modal-footer > * {
    margin: 0;
}
.modal-backdrop {
    background: #201f1f;
    opacity: 0.7;
}
body,
html {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 20px;
    margin: 0;
    padding: 0;
    position: relative;
}
a,
a:focus,
a:hover {
    text-decoration: none;
}
.u-font-weight--medium {
    font-weight: 500 !important;
}
.u-font-weight--bold {
    font-weight: 700 !important;
}
.u-font-weight--extrabold {
    font-weight: 800 !important;
}
.btn-link,
.contact-info-section__link:hover,
.footer .copyright-links .copyright-link:hover,
.header-top__right--item:hover,
.list--disclaimer .list-link,
.list--disclaimer .list-link:hover,
.list--terms-conditions .list-link,
.list--terms-conditions .list-link:hover,
.side-navigation__subnav-link:hover,
.u-text-link-see-all:hover {
    text-decoration: underline;
}
.u-object-fit-cover {
    font-family: "object-fit: cover; object-position: center";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.u-object-fit-cover-cover {
    height: 100%;
    width: 100%;
}
.u-object-fit-cover.contain {
    font-family: "object-fit: contain; object-position: center";
    -o-object-fit: contain;
    object-fit: contain;
}
.u-object-fit-cover.fill {
    font-family: "object-fit: fill; object-position: center";
    -o-object-fit: fill;
    object-fit: fill;
}
.u-coming-soon {
    border: 1px solid #0c6773;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    color: #0c6773;
    display: inline-block;
    font-size: 9px;
    font-weight: 500;
    line-height: 9px;
    padding: 2px;
    text-align: center;
}
.u-pointer-none {
    pointer-events: none;
}
.order-summary-tile--billed .order-summary-tile__tag,
.u-color-success-one {
    color: #0c7340;
}
.u-color-success-four {
    color: #00a751;
}
.order-summary-tile--partially-billed .order-summary-tile__tag,
.u-color-warning-one {
    color: #786208;
}
.u-color-warning-three {
    color: #da7907;
}
.form-login__password-policy-list,
.order-summary-tile--not-billed .order-summary-tile__tag,
.u-color-danger-one {
    color: #9f0b1a;
}
.form-login__password-policy-list,
.order-summary-tile--not-billed .order-summary-tile__tag,
.u-color-danger-eight {
    color: #ee3224 !important;
}
.u-text-link-see-all {
    color: #3c0b9f;
    font-size: 12px;
    font-weight: 800;
    line-height: 16px;
}
.u-text-link-see-all:hover {
    color: #3c0b9f;
}
.u-text-link-primary-four,
.u-text-link-primary-four:hover {
    color: #470a68;
    font-weight: 700;
}
.u-text-link-primary-seven,
.u-text-link-primary-seven:hover {
    color: #6e4087 !important;
    font-weight: 700 !important;
}
.u-text-link-neutral-fifteen,
.u-text-link-neutral-fifteen:hover {
    color: #2e2828;
}
@font-face {
    font-family: Accord Alternate;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/AccordAlternate-Light.eot);
    src: local("../fonts/Accord Alternate Light"), local("../fonts/AccordAlternate-Light"), url(../fonts/AccordAlternate-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/AccordAlternate-Light.woff2) format("woff2"),
        url(../fonts/AccordAlternate-Light.woff) format("woff"), url(../fonts/AccordAlternate-Light.ttf) format("truetype");
}
@font-face {
    font-family: Accord Alternate;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/AccordAlternate-Regular.eot);
    src: local("Accord Alternate Regular"), local("AccordAlternate-Regular"), url(../fonts/AccordAlternate-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/AccordAlternate-Regular.woff2) format("woff2"),
        url(../fonts/AccordAlternate-Regular.woff) format("woff"), url(../fonts/AccordAlternate-Regular.ttf) format("truetype");
}
@font-face {
    font-family: Accord Alternate;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/AccordAlternate-Medium.eot);
    src: local("Accord Alternate Medium"), local("AccordAlternate-Medium"), url(../fonts/AccordAlternate-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/AccordAlternate-Medium.woff2) format("woff2"),
        url(../fonts/AccordAlternate-Medium.woff) format("woff"), url(../fonts/AccordAlternate-Medium.ttf) format("truetype");
}
@font-face {
    font-family: Accord Alternate;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/AccordAlternate-Bold.eot);
    src: local("Accord Alternate Bold"), local("AccordAlternate-Bold"), url(../fonts/AccordAlternate-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/AccordAlternate-Bold.woff2) format("woff2"),
        url(../fonts/AccordAlternate-Bold.woff) format("woff"), url(../fonts/AccordAlternate-Bold.ttf) format("truetype");
}
@font-face {
    font-family: Accord Alternate;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/AccordAlternate-ExtraBold.eot);
    src: local("Accord Alternate Extra Bold"), local("AccordAlternate-ExtraBold"), url(../fonts/AccordAlternate-ExtraBold.eot?#iefix) format("embedded-opentype"), url(../fonts/AccordAlternate-ExtraBold.woff2) format("woff2"),
        url(../fonts/AccordAlternate-ExtraBold.woff) format("woff"), url(../fonts/AccordAlternate-ExtraBold.ttf) format("truetype");
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Accord Alternate, sans-serif;
}
.button-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.button-text--small {
    font-size: 14px;
    font-weight: 800;
    line-height: 21px;
}
.tag—small {
    font-weight: 800;
}
.tag—small,
.tag—small-medium {
    font-size: 12px;
    line-height: 18px;
}
.tag—small-medium {
    font-weight: 500;
}
.field-full,
.field-half {
    display: inline-block;
    width: 100%;
}
.field-grid {
    width: 100%;
}
.field-wrapper {
    padding: 10px 16px;
    vertical-align: top;
}
.field-name {
    color: #979494;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    padding: 4px 0;
    position: relative;
}
.field-value {
    color: #2e2828;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 2px 0;
}
.field-hidden {
    display: block;
}
.label-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.label-title--large {
    font-size: 10px;
}
.label-title--normal {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.label-title--medium {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}
.label-title--medium-weight {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
.label-title--extrabold-weight {
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
}
.label-title--small {
    font-size: 10px;
}
.label-title--extrabold {
    font-weight: 800;
}
.label-title--bold-weight {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.list {
    margin: 15px 0;
    padding-left: 15px;
}
.list li {
    margin: 15px 0;
    padding-left: 10px;
}
.list li:first-child {
    margin-top: 0;
}
.list li:last-child {
    margin-bottom: 0;
}
ul.list li {
    list-style-type: none;
    position: relative;
}
ul.list li:before {
    content: "•";
    font-size: 18px;
    left: -10px;
    position: absolute;
    top: 0;
}
.number {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}
.number--medium {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}
.number--normal {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.number--large {
    font-size: 24px;
    font-weight: 800;
    line-height: 36px;
}
.number--small {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.page-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin: 16px 0;
}
p:not([class]) {
    margin: 15px 0;
}
.section-title-3,
.section-title-4 {
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
}
.section-title-5,
.section-title-6,
.section-title-7 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.breadcrumb {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 16px 0;
}
.breadcrumb,
.breadcrumb-item a {
    color: #979494;
}
.btn:active,
.btn:focus,
.btn:hover {
    box-shadow: none;
    outline: none;
}
.btn--nav-item {
    align-items: center;
    background: #f5f6fa;
    color: #470a68;
    display: flex;
    font-size: 16px;
    font-weight: 800;
    height: auto;
    line-height: 20px;
    min-width: 16px;
    padding: 0;
}
.btn--nav-item .icon {
    fill: none;
    stroke: rgba(60, 11, 159, 0.64);
    margin-right: 3px;
}
.btn--nav-item span {
    display: inline;
}
.btn--nav-item.show,
.btn--nav-item:hover {
    box-shadow: none;
}
.btn--cyan {
    background-color: #0b8e9f;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    padding: 8px;
}
.btn--cyan:hover {
    color: #fff;
}
.btn--cyan:disabled {
    background: rgba(11, 142, 159, 0.64);
    cursor: not-allowed;
    pointer-events: auto;
}
.btn--shadow,
.btn--shadow:active,
.btn--shadow:focus,
.btn--shadow:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.29);
}
.btn-primary,
.btn-primary--green {
    background-color: #3c0b9f;
    border-color: #3c0b9f;
    color: #fff;
    font-family: Accord Alternate, sans-serif;
    font-size: 14px;
    font-weight: 800;
    height: 30px;
    letter-spacing: 0.5%;
    line-height: 14px;
    padding: 8px;
}
.btn-primary--green:active,
.btn-primary--green:focus,
.btn-primary--green:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #3c0b9f;
    color: #fff;
    opacity: 1;
}
.btn-primary--green:disabled,
.btn-primary.disabled,
.btn-primary:disabled,
.disabled.btn-primary--green {
    background-color: rgba(60, 11, 159, 0.2);
    border-color: transparent;
    box-shadow: none;
    color: #fff;
}
.btn-primary--green {
    border-color: #087840;
}
.btn-primary--green,
.btn-primary--green:active,
.btn-primary--green:focus,
.btn-primary--green:hover {
    background-color: #087840;
}
.btn-primary--green.disabled,
.btn-primary--green:disabled {
    background-color: rgba(8, 120, 64, 0.2);
}
.btn-primary--danger-two,
.btn-primary--danger-two:active,
.btn-primary--danger-two:focus,
.btn-primary--danger-two:hover {
    background-color: #d5182a;
    border-color: #d5182a;
}
.btn-primary--danger-two.disabled,
.btn-primary--danger-two:disabled {
    background-color: rgba(213, 24, 42, 0.2);
}
.btn-secondary,
.btn-secondary--success,
.btn-secondary--warning {
    background-color: #fff;
    border-color: #3c0b9f;
    color: #3c0b9f;
    font-family: Accord Alternate, sans-serif;
    font-size: 14px;
    font-weight: 800;
    height: 30px;
    letter-spacing: 0.5%;
    line-height: 14px;
    padding: 8px;
}
.btn-secondary--success:active,
.btn-secondary--success:focus,
.btn-secondary--success:hover,
.btn-secondary--warning:active,
.btn-secondary--warning:focus,
.btn-secondary--warning:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #fff;
    color: #3c0b9f;
    opacity: 1;
}
.btn-secondary--success:disabled,
.btn-secondary--warning:disabled,
.btn-secondary.disabled,
.btn-secondary:disabled,
.disabled.btn-secondary--success,
.disabled.btn-secondary--warning {
    background-color: rgba(60, 11, 159, 0.2);
    border-color: transparent;
    color: #fff;
}
.btn-secondary--warning {
    border-color: #da7907;
    color: #da7907;
}
.btn-secondary--warning:active,
.btn-secondary--warning:focus,
.btn-secondary--warning:hover {
    border-color: #da7907;
    color: #da7907;
    opacity: 1;
}
.btn-secondary--success {
    border-color: #0b9f55;
    color: #0b9f55;
}
.btn-secondary--success:active,
.btn-secondary--success:focus,
.btn-secondary--success:hover {
    border-color: #0b9f55;
    color: #0b9f55;
    opacity: 1;
}
.btn-link {
    color: #3568d4;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
}
.btn-status {
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    height: 18px;
    line-height: 12px;
    padding: 1px 6px;
    pointer-events: none;
    text-transform: uppercase;
}
.btn-light--success {
    background-color: rgba(0, 167, 81, 0.1);
    border: none;
    color: #00a751;
    font-family: Accord Alternate, sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 24px;
    letter-spacing: 0.5%;
    line-height: 12px;
    padding: 4px 8px;
}
.btn-light--success:active,
.btn-light--success:focus,
.btn-light--success:hover {
    background-color: rgba(0, 167, 81, 0.1);
    color: #00a751;
    opacity: 1;
}
.btn-light--success.disabled,
.btn-light--success:disabled {
    background-color: rgba(0, 167, 81, 0.1);
    border-color: transparent;
    box-shadow: none;
    color: #00a751;
}
.a-dropdown-wrap {
    border-radius: 4px;
    width: 100%;
}
.a-dropdown-wrap .a-dropdown-toggle {
    border: 1px solid hsla(200, 2%, 73%, 0.5);
    border-radius: 4px;
    color: #3a3a3c;
    font-size: 12px;
    font-weight: 700;
    height: 32px;
    line-height: 12px;
    overflow: hidden;
    padding: 9px 20px 9px 12px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.a-dropdown-wrap .a-dropdown-toggle:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.06.727 4 3.78.94.727l-.94.94 4 4 4-4-.94-.94Z' fill='%233A3A3C'/%3E%3C/svg%3E");
    border: none;
    content: "";
    height: 6px;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 8px;
}
.a-dropdown-wrap .a-dropdown-toggle[aria-expanded="true"] {
    background: rgba(227, 215, 252, 0.5);
    border-radius: 4px;
}
.a-dropdown-wrap .a-dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(180deg);
}
.a-dropdown-wrap .a-dropdown-toggle:focus {
    box-shadow: none;
}
.a-dropdown-wrap .a-dropdown-menu {
    background-clip: border-box;
    border: none;
    border-radius: 4px;
    box-shadow: 0 8px 4px 0 #00000014, -4px 4px 4px 0 #00000014, 4px 4px 4px 0 #00000014;
    max-height: calc(100vh - 360px);
    overflow-y: auto;
    padding: 0;
    top: -2px !important;
    width: 100%;
    z-index: 1;
}
.a-dropdown-wrap .a-dropdown-menu.a-dropdown-menu--select .a-dropdown-item .form-check {
    min-height: auto;
    padding-left: 0;
    width: 100%;
}
.a-dropdown-wrap .a-dropdown-menu.a-dropdown-menu--select .a-dropdown-item .form-check-input {
    cursor: pointer;
    display: none;
    margin-left: 0;
}
.a-dropdown-wrap .a-dropdown-menu.a-dropdown-menu--select .a-dropdown-item .form-check-label {
    cursor: pointer;
    vertical-align: middle;
    width: 100%;
}
.a-dropdown-wrap .a-dropdown-item {
    align-items: center;
    color: #3a3a3c;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    padding: 8px 12px;
    position: relative;
}
.a-dropdown-wrap .a-dropdown-item.a-dropdown-item--select .form-check {
    min-height: auto;
    padding-left: 0;
    width: 100%;
}
.a-dropdown-wrap .a-dropdown-item.a-dropdown-item--select .form-check-input {
    cursor: pointer;
    display: none;
    margin-left: 0;
}
.a-dropdown-wrap .a-dropdown-item.a-dropdown-item--select .form-check-label {
    width: 100%;
}
.a-dropdown-wrap .a-dropdown-item:after {
    background: hsla(0, 1%, 59%, 0.25);
    bottom: 0;
    content: "";
    height: 1px;
    left: 12px;
    position: absolute;
    right: 12px;
}
.a-dropdown-wrap .a-dropdown-item:last-child:after {
    content: none;
}
.a-dropdown-wrap .a-dropdown-item .form-check {
    min-height: auto;
    padding-left: 23px;
}
.a-dropdown-wrap .a-dropdown-item .form-check-input {
    cursor: pointer;
    margin-left: -23px;
}
.a-dropdown-wrap .a-dropdown-item .form-check-label {
    cursor: pointer;
    vertical-align: middle;
}
.a-dropdown-wrap .a-dropdown-radio {
    background-size: 13px 13px;
    height: 13px !important;
    margin-right: 8px;
    width: 13px !important;
}
.a-dropdown-wrap .a-dropdown-checkbox {
    background-size: 12px 12px;
    border-radius: 2px;
    height: 12px !important;
    margin-right: 8px;
    width: 12px !important;
}
.form-check {
    padding-left: 30px;
}
.form-check .form-check-input {
    margin-left: -30px;
}
.form-check-input {
    background-color: transparent;
    background-size: cover;
    border: none;
}
.form-check-input[type="checkbox"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.64' d='M16 2.26v14H2v-14h14Zm0-2H2c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-14c0-1.1-.9-2-2-2Z' fill='%233A3A3C'/%3E%3C/svg%3E");
    border-radius: 0;
    height: 18px;
    margin-top: 2px;
    width: 18px;
}
.form-check-input:focus {
    border-color: #3a3a3c;
    box-shadow: none;
}
.form-check-input:checked {
    background-color: transparent;
    border-color: transparent;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 .26H2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-14a2 2 0 0 0-2-2Zm-9 14-5-5 1.41-1.41L7 11.43l7.59-7.59L16 5.26l-9 9Z' fill='%230B9F55'/%3E%3C/svg%3E");
}
.form-floating > .form-control {
    background-color: #fafafc;
    border-color: #c7c9d9;
    color: #3a3a3c;
    height: 48px;
}
.form-floating > .form-control,
.form-floating > label {
    font-family: Accord Alternate, sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 14px;
}
.form-floating > label {
    color: #8f90a6;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
    border-color: #4d0099;
    box-shadow: none;
    padding-bottom: 5px;
    padding-top: 15px;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
    border-color: #4d0099;
    box-shadow: none;
    padding-bottom: 5px;
    padding-top: 15px;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    border-color: #4d0099;
    box-shadow: none;
    padding-bottom: 5px;
    padding-top: 15px;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    font-size: 12px;
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    font-size: 12px;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
    font-size: 12px;
}
.form-floating > .form-control.is-invalid {
    background-image: none;
    border-color: #e63535;
}
.form-floating .form-control--password {
    padding-right: 50px;
}
.form-control {
    background-color: #fafafc;
    border-color: #c7c9d9;
    border-radius: 6px;
    box-shadow: none;
    color: #3a3a3c;
    filter: none;
    font-family: Accord Alternate, sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    padding: 13px 14px;
}
.form-control::-ms-clear {
    display: none;
}
.form-control:focus {
    background-color: #fafafc;
    border-color: #4d0099;
    box-shadow: none;
}
.form-control::-moz-placeholder {
    color: #8f90a6;
}
.form-control:-ms-input-placeholder {
    color: #8f90a6;
}
.form-control::placeholder {
    color: #8f90a6;
}
.form-control[disabled],
.form-control[readonly] {
    background-color: transparent;
    cursor: not-allowed;
    opacity: 1;
}
.form-control.is-invalid {
    background-image: none;
    border-color: #e63535;
    box-shadow: none !important;
    padding-right: 14px;
}
.form-control--otp {
    font-size: 32px;
    font-weight: 500;
    height: 37px;
    line-height: 48px;
    padding: 5px;
    text-align: center;
    width: 100%;
}
.form-modal__eye {
    background: transparent;
    border-width: 0;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 30px;
    z-index: 1;
}
.form-modal__eye .icon--password-eye-close,
.form-modal__eye .icon--password-eye-open {
    height: 17px;
    width: 17px;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
    transition: color 9999s ease-out, background-color 9999s ease-out;
    transition-delay: 9999s;
}
input {
    font-size: 1em;
}
input::-webkit-credentials-auto-fill-button {
    pointer-events: none;
    position: absolute;
    right: 0;
    visibility: hidden;
}
::-ms-reveal {
    display: none;
}
.form-check-input[type="radio"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.64' d='M10 .26c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10Zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8Z' fill='%233A3A3C'/%3E%3C/svg%3E");
    border-radius: 0;
    height: 20px;
    margin-top: 1px;
    width: 20px;
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 5.26c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5Zm0-5c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10Zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8Z' fill='%230B9F55'/%3E%3C/svg%3E");
}
.toast {
    border-radius: 8px;
    box-shadow: none;
    z-index: 2;
}
.toast-body {
    padding: 16px;
}
.toast-login-wrapper {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 16px 50px;
    position: fixed;
    right: 0;
    z-index: 11;
}
.toast-login-success {
    background: linear-gradient(267.32deg, #0dc76a -17.75%, #0b9f55 79.99%);
}
.toast-login-error {
    background: linear-gradient(267.32deg, #ff5c5c -17.75%, #e53535 79.99%);
}
.toast-login-error,
.toast-login-success {
    max-width: 100%;
    width: 100%;
}
.toast-login-error__body,
.toast-login-success__body {
    color: #fff;
    padding: 16px 36px 16px 16px;
    position: relative;
}
.toast-login-error .btn-close,
.toast-login-success .btn-close {
    background: transparent;
    box-shadow: none;
    height: 24px;
    opacity: 1;
    outline: none;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 24px;
}
.toast-login-error .btn-close .icon--cancel,
.toast-login-success .btn-close .icon--cancel {
    fill: #fff;
}
.pagination__link {
    border: 0;
    color: #979494;
}
.pagination__link:focus,
.pagination__link:hover {
    background-color: #fff;
    box-shadow: none;
    color: #979494;
}
.pagination__link.disabled {
    cursor: default;
    pointer-events: none;
}
.page-item.active .page-link {
    background-color: #7d5fb8;
    border-color: #7d5fb8;
    border-radius: 6px;
    color: #fff;
    z-index: -1;
}
.product-status {
    padding: 4px 0 4px 16px;
}
.product-status__text {
    line-height: 18px;
}
.product-status {
    background: #f5f6fa;
    display: none;
    line-height: 0;
    padding: 4px 16px;
}
.product-status__text {
    display: inline;
    font-size: 12px;
    font-weight: 800;
    line-height: 14px;
    text-transform: uppercase;
}
.product-status__info {
    border-left: 1px solid hsla(200, 2%, 73%, 0.3);
    color: #3a3a3c;
    display: inline;
    line-height: 14px;
    margin-left: 8px;
    padding-left: 8px;
}
.product-status--available {
    border-top: 1px solid #0b9f55;
    color: #0b9f55;
    display: block;
}
.product-status--available .product-status__info {
    border-left: none;
}
.product-status--partially {
    border-top: 1px solid #786208;
    color: #786208;
    display: block;
}
.product-status--unavailable {
    border-top: 1px solid #d5182a;
    color: #d5182a;
    display: block;
}

.product-status--maketoorder {
    border-top: 1px solid #a7a59e;
    color: #21252;
    display: block;
}

.promotion-message {
    background: #f5f6fa;
    border-radius: 4px;
    color: #0b9f55;
    display: none;
    margin-bottom: 8px;
    margin-top: 4px;
    padding: 4px 16px;
    width: 74%;
}
.quick-account-summary__item {
    background: #f5f6fa;
    border-radius: 4px;
    margin-bottom: 12px;
    padding: 12px;
}
.quick-account-summary .quick-accounts-tile {
    color: #313f52;
    text-decoration: none;
}
.quick-account-summary .quick-accounts-tile__item-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-transform: uppercase;
}
.quick-account-summary .quick-accounts-tile__item-amount {
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.quick-account-summary .quick-accounts-tile .rupee-icon {
    background: #ee3224;
    border-radius: 50%;
    flex: 0 0 auto;
    height: 20px;
    margin-right: 8px;
    width: 20px;
}
.quick-account-summary .quick-accounts-tile .icon {
    fill: #fff;
    fill-opacity: 1;
    height: 21px;
    width: 7px;
}
.quick-account-summary .quote {
    color: #f4b183;
}
.table {
    --bs-table-striped-bg: #f5f6fa;
}
.table.gapped {
    border-collapse: separate;
    border-spacing: 0 8px;
}
.table.fixed {
    table-layout: fixed;
}
.table .icon-link {
    margin-left: 4px;
}
.table .icon-link .icon {
    margin-bottom: 4px;
}
.table > :not(caption) > * > * {
    border-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    padding: 14px 24px;
}
.table :not(caption) > * > th {
    color: #979494;
}
.table > :not(caption) > * > td {
    color: #2e2828;
}
.table td:first-child,
.table th:first-child {
    border-radius: 4px 0 0 4px;
}
.table td:last-child,
.table th:last-child {
    border-radius: 0 4px 4px 0;
}
.table > tbody > tr:nth-of-type(odd) {
    border-radius: 4px;
}
.table-collapsed {
    padding: 3px;
}
.table-collapsed__table {
    min-width: 1024px;
}
.table-collapsed__table th {
    white-space: nowrap;
}
.table-collapsed__inner {
    padding: 0 !important;
}
.table-collapsed__inner th {
    padding-top: 6px;
}
.table-collapsed__inner .table {
    margin-bottom: 0;
}
.table-collapsed td,
.table-collapsed th {
    vertical-align: middle;
}
.table-collapsed__column {
    width: 100px;
}
a.download-cta:hover {
    text-decoration: underline;
}
.table-collapsed__button:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.001 8.998 6 6 6-6' stroke='%232E2828' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    content: "";
    height: 24px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    width: 24px;
}
.table-collapsed__button.table-collapsed__button--left {
    position: relative;
}
.table-collapsed__button.table-collapsed__button--left:after {
    right: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}
.table-collapsed__toggle {
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.table-collapsed__toggle td {
    background: #f5f6fa !important;
}
.table-collapsed__wrap {
    position: relative;
}
.table-collapsed__wrap:after {
    border: 2px solid #470a68;
    border-radius: 8px;
    bottom: -2px;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -2px;
}
.table-collapsed__wrap.collapsed:after {
    content: none;
}
.table-collapsed__wrap.collapsed .table-collapsed__button:after {
    transform: translateY(-50%);
}
.table-collapsed__wrap.collapsed .table-collapsed__button--left:after {
    right: 50%;
    transform: translateY(-50%);
}
.table-collapsed__enclose-td {
    padding: 0 !important;
}
.table-collapsed__enclose-table {
    margin-bottom: 0 !important;
}
.skeleton-table .placeholder {
    background-color: #f5f6fa !important;
    margin: 0 8px 0 0;
    width: 32.9%;
}
.skeleton-table .placeholder:last-child {
    margin: 0;
}
.nav-pills--primary {
    display: block;
    overflow: auto hidden;
    transform: translateZ(0);
    white-space: nowrap;
}
.nav-pills--primary::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0;
}
.nav-pills--primary .nav-item {
    display: inline-block;
    margin-right: 8px;
}
.nav-pills--primary .nav-link {
    background-color: #fff;
    border: 1px solid hsla(240, 1%, 61%, 0.5);
    border-radius: 4px;
    color: #3a3a3c;
    font-size: 16px;
    font-weight: 700;
    height: 32px;
    line-height: 13px;
    padding: 8px 16px;
    text-transform: uppercase;
}
.nav-pills--primary .nav-link.active {
    background-color: #7d5fb8;
    border-color: #7d5fb8;
    color: #fff;
}
.nav-pills--primary .nav-link.disabled {
    opacity: 0.5;
}
.scrolltoTop {
    bottom: 7%;
    display: none;
    position: fixed;
    right: 421px;
    text-align: center;
    z-index: 2;
}
.scrolltoTop .scrollUptext {
    color: #7d5fb8;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
}
.scrolltoTop img.upparrow {
    height: 30px;
    margin-bottom: -8px;
    width: 28px;
}
.account-summary__head {
    margin-bottom: 16px;
}
.account-summary__items--has-scrollbar {
    height: 333px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
}
.account-summary__item {
    background: #f5f6fa;
    border-radius: 4px;
    color: #313f52;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.account-summary__item:last-child {
    margin-bottom: 0;
}
.account-summary__item:hover {
    box-shadow: inset 0 0 0 1px #000;
    color: #313f52;
    text-decoration: none;
}
.account-summary__item-icon {
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.account-summary__item-icon .account-summary__item-label {
    font-weight: 700;
    margin-left: 10px;
}
.account-summary__item .icon {
    flex: 0 0 16px;
    height: 16px;
    max-width: 16px;
    text-align: left;
}
.account-summary__item-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
.account-summary__item-amount {
    flex: 0 0 130px;
    line-height: 19px;
    max-width: 130px;
    text-align: right;
}
.account-summary__item--overdue {
    background: rgba(252, 215, 219, 0.28);
}
.account-summary__item--overdue:hover {
    box-shadow: inset 0 0 0 1px #9f0b1a;
}
.account-summary__item--overdue .icon--event {
    fill: #9f0b1a;
}
.account-summary__item--overdue .account-summary__item-label {
    color: #9f0b1a;
}
.account-summary__item--due {
    background: hsla(49, 86%, 92%, 0.3);
}
.account-summary__item--due:hover {
    box-shadow: inset 0 0 0 1px #786208;
}
.account-summary__item--due .account-summary__item-label {
    color: #786208;
}
.account-summary__item--due .icon--event {
    fill: #786208;
}
.account-summary__item--outstanding {
    background: #e7fafd;
}
.account-summary__item--outstanding:hover {
    box-shadow: inset 0 0 0 1px #0c6773;
}
.account-summary__item--outstanding .account-summary__item-label {
    color: #0c6773;
}
.account-summary__item--outstanding .icon--event {
    fill: #0c6773;
}
.cart-table .table-responsive {
    margin-left: 0;
    padding-left: 15px;
}
.cart-table .table-responsive .table-cart-table {
    border-collapse: separate;
    border-spacing: 7px;
    margin-bottom: 0;
    position: relative;
    right: 4%;
}
.cart-table .table-responsive .table-cart-table th {
    padding: 7px 10px;
}
.cart-table .table-responsive .table-cart-table tbody tr {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
    position: relative;
}
.cart-table .table-responsive .table-cart-table tbody tr td {
    padding: 10px;
}
.cart-table .table-responsive .table-cart-table tbody tr td .icon-link {
    margin: 0;
}
.cart-table .table-responsive .table-cart-table tbody tr td .icon-link .icon {
    height: 20px;
    margin: 0;
    width: 20px;
}
.cart-table .table-responsive .table-cart-table td:last-child,
.cart-table .table-responsive .table-cart-table th:last-child {
    --bs-table-accent-bg: transparent;
    left: 95%;
    padding: 10px 0;
    position: absolute;
    width: 20px;
}
.js-icon-delete {
    left: 90%;
    position: relative;
}
.cart-adding {
    padding-left: 7px;
}
.cart-adding .add-cart-button {
    background-color: #fff;
    border-color: #0b8e9f;
    color: #0b8e9f;
    font-size: 12px;
    margin: 0 5px 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.cart-adding .add-cart-button:hover {
    background-color: #0b8e9f;
    border-color: #0b8e9f;
    color: #fff;
}
.block {
    max-width: 366px;
}
.block__body {
    padding: 15px;
}
.block__header {
    display: flex;
    justify-content: space-between;
}
.block__title {
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px;
    text-transform: capitalize;
}
.block__sublink {
    font-size: 12px;
    font-weight: 700;
}
.back-in-stock__item {
    position: relative;
}
.back-in-stock__item .card-product {
    border-bottom: 1px solid #e6e8ef;
    border-top: none;
}
.back-in-stock__item:last-child .card-product {
    border-bottom: 0;
    margin-bottom: 16px;
}
.back-in-stock__item .card-product__status {
    color: #3a3a3c;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
}
.catalog-card {
    border: none;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.catalog-card:not(:last-child) {
    border-bottom: 1px solid #e6e8ef;
}
.catalog-card__slider {
    margin-bottom: 8px;
}
.catalog-card__title {
    color: #3a3a3c;
    font-size: 14px;
    font-weight: 800;
    line-height: 17px;
    margin-bottom: 2px;
    min-height: 22px;
    word-break: break-word;
}
.catalog-card__title-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.catalog-card__title-inner.expand {
    background: #fff;
    border-radius: 4px;
    margin: -2px;
    opacity: 0.98;
    padding: 2px;
    position: absolute;
    white-space: normal;
    z-index: 1;
}
.catalog-card__title-responsive {
    min-height: 0 !important;
}
.catalog-card__label-body {
    min-height: 20px;
}
.catalog-card__label {
    background-color: #0b8e9f;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    margin-top: 2px;
    padding: 2px 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.catalog-card__tag {
    align-items: center;
    color: #727578;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    line-height: 19px;
}
.catalog-card .owl-dots {
    display: none;
}
.catalog-card .owl-carousel .owl-nav button.owl-next,
.catalog-card .owl-carousel .owl-nav button.owl-prev {
    border-radius: 50%;
    height: 16px;
    width: 16px;
}
.catalog-card .owl-nav button.owl-next span,
.catalog-card .owl-nav button.owl-prev span {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23a)'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23fff' fill-opacity='.85'/%3E%3C/g%3E%3Cpath d='m6.5 11 3-3-3-3' stroke='%233D3D3D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3Cfilter id='a' x='-3' y='-3' width='22' height='22' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImage' stdDeviation='1.5'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_6580:723'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_backgroundBlur_6580:723' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    border-radius: 50%;
    height: 16px;
    opacity: 1;
    width: 16px;
}
.catalog-card .owl-nav button.owl-next:hover span,
.catalog-card .owl-nav button.owl-prev:hover span {
    background-color: #fff;
    opacity: 1;
}
.catalog-card .owl-nav .owl-next.disabled,
.catalog-card .owl-nav .owl-prev.disabled {
    display: none;
}
.catalog-card .owl-carousel .owl-item img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}
.cart-frequently-bought {
    background-color: #f6f1ff;
    margin-top: -2px;
    padding: 16px;
}
.cart-frequently-bought__close {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.334 6.393-.94.94L4 4.94 1.607 7.333l-.94-.94L3.06 4 .667 1.607l.94-.94L4 3.06 6.394.667l.94.94L4.94 4l2.394 2.393Z' fill='%23323232'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: transparent !important;
    cursor: pointer;
    height: 12px;
    margin-left: 10px;
    padding: 0;
    width: 12px;
}
.cart-frequently-bought__items {
    padding-left: 8px;
}
.cart-frequently-bought .js-remove-freq-prd svg {
    transform: translateY(1px);
}
.cart-frequently-bought .card-products--search-frequently-bought {
    padding-left: 8px;
    padding-top: 16px;
}
.cart-frequently-bought .card-products--search-frequently-bought .item__qty-form {
    display: flex !important;
    width: 75px;
}
.cart-frequently-bought .card-products--search-frequently-bought .item__qty-form .item__qty-input {
    width: 50px;
}
.cart-frequently-bought .card-products--search-frequently-bought .promotion-message {
    width: 100%;
}
.cart-frequently-bought .owl-theme .owl-nav {
    margin-top: 0;
}
.cart-frequently-bought .owl-carousel .owl-nav button.owl-next,
.cart-frequently-bought .owl-carousel .owl-nav button.owl-prev {
    margin-left: -12px;
    margin-right: 21px;
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
}
.cart-frequently-bought .owl-nav button.owl-next span,
.cart-frequently-bought .owl-nav button.owl-prev span {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' filter='url(%23b)'%3E%3Cpath d='M4 12c0 6.624 5.376 12 12 12s12-5.376 12-12S22.624 0 16 0 4 5.376 4 12Z' fill='%23fff'/%3E%3Cpath d='m16 16 4-4-4-4v8Z' fill='%23292C31'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='rotate(-90 14 10)' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3Cfilter id='b' x='0' y='0' width='32' height='32' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_2389:97810'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_2389:97810' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 29px;
    text-indent: -9999px;
    width: 29px;
}
.cart-frequently-bought .owl-nav button.owl-prev {
    display: flex;
    left: 0;
    margin-left: 2%;
    margin-right: 7px !important;
    margin-top: 0 !important;
}
.cart-frequently-bought .owl-nav button.owl-prev span {
    transform: rotate(180deg);
}
.cart-frequently-bought .owl-theme .owl-nav [class*="owl-"],
.cart-frequently-bought .owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
}
.cart-frequently-bought .owl-nav .owl-next.disabled,
.cart-frequently-bought .owl-nav .owl-prev.disabled {
    display: none;
}
.cart-frequently-bought .cart-products-slider:not(.owl-loaded) {
    display: flex;
}
.frequently-bought-in-cartpg {
    position: relative;
}
.frequently-bought-in-cartpg .freqBgtshow--btn {
    background-color: #f6f1ff;
    border: none;
    padding: 10px 20px;
    text-align: left;
    width: 100%;
}
.frequently-bought-in-cartpg .freqBgtshow--btn:focus {
    box-shadow: none;
}
.frequently-bought-in-cartpg .freqBgtshow--btn:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.06.727 4 3.78.94.727l-.94.94 4 4 4-4-.94-.94Z' fill='%233C0B9F'/%3E%3C/svg%3E");
    content: "";
    height: 6px;
    position: absolute;
    right: 18px;
    top: 18px;
    width: 8px;
}
.frequently-bought-in-cartpg .freqBgtshow--btn[aria-expanded="true"]:after {
    transform: rotate(180deg);
}
.card-product {
    border-top: 1px solid #e6e8ef;
    padding: 12px 0;
}
.card-product__row {
    display: block;
}
.card-product__image {
    float: left;
    padding-right: 0;
    position: relative;
}
.card-product__image,
.card-product__image .img-fluid {
    border-radius: 16px 0 0 16px;
}
.card-product__info {
    padding-left: 104px;
    position: relative;
}
.card-product__price-qty, #furniture-fabric-configurations-dropdown-menu {
    float: left;
}

.card-product__price-qty .show--btn {
    background: rgba(227, 215, 252, 0.5);
    border-radius: 4px 4px 0 0;
    box-shadow: none;
    color: #3c0b9f;
    height: 32px;
    padding: 4px 20px 4px 16px;
    position: relative;
    text-align: left;
    width: 100%;
}
.card-product__price-qty .show--btn:focus {
    box-shadow: none;
}
.card-product__price-qty .show--btn:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.06.727 4 3.78.94.727l-.94.94 4 4 4-4-.94-.94Z' fill='%233C0B9F'/%3E%3C/svg%3E");
    content: "";
    height: 6px;
    position: absolute;
    right: 18px;
    top: 12px;
    width: 8px;
}
.card-product__price-qty .show--btn[aria-expanded="false"] .if-not-collapsed,
.card-product__price-qty .show--btn[aria-expanded="true"] .if-collapsed {
    display: none;
}
.card-product__price-qty .show--btn[aria-expanded="true"]:after {
    transform: rotate(180deg);
}
.card-product__category-name {
    background: #3a3a3c;
    border-radius: 0 0 0 16px;
    bottom: 0;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    left: 8px;
    line-height: 15px;
    max-width: 100%;
    overflow: hidden;
    padding: 4px 8px 4px 16px;
    position: absolute;
    text-transform: capitalize;
}
.card-product__actions {
    cursor: pointer;
    display: flex;
    position: absolute;
    right: 3px;
    top: 0;
}
.card-product__action {
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    margin-left: 8px;
    width: 24px;
}
.card-product__action .icon {
    height: 20px;
    width: 20px;
}
.card-product__action .icon--notification {
    height: 20px;
}
.card-product__action .icon--wishlist,
.card-product__action .icon--wishlist-active {
    width: 17px;
}
.card-product__tag-lists {
    flex-direction: column-reverse;
    padding-right: 35px;
}
.card-product__tag-item {
    align-items: center;
    color: #727578;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    line-height: 14px;
    margin-bottom: 4px;
    padding: 0 8px 0 0;
    position: relative;
}
.card-product__tag-item:first-child:after {
    content: none;
}
.card-product__tag-item .icon {
    align-items: center;
    height: 16px;
    margin-right: 8px;
    width: 16px;
}
.card-product__stock-details-values {
    background: #f5f6fa;
    margin-top: -1px;
    position: relative;
}
.card-product__title {
    font-size: 14px;
    font-weight: 800;
    line-height: 17px;
    margin-bottom: 8px;
    min-height: 22px;
    width: 80%;
    word-break: break-word;
}
.card-product__title-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-product__title-inner.expand {
    background: #fff;
    border-radius: 4px;
    margin: -2px;
    opacity: 0.9;
    padding: 2px;
    position: absolute;
    white-space: normal;
    z-index: 1;
}
.card-product__itemwrap {
    background: #f5f6fa;
    border-radius: 4px 4px 0 0;
    padding: 8px 0 18px 8px;
    transform: translateZ(0);
}
.card-product__itemwrap .addcart-btn {
    align-items: center;
    background: #3c0b9f;
    border: none;
    border-radius: 4px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    line-height: 21px;
    margin-left: 6px;
    margin-right: 10px;
    margin-top: 22px;
    padding: 8px;
    text-align: left;
    width: 36px;
}
.card-product__itemwrap .addcart-btn:disabled {
    background: rgba(60, 11, 159, 0.5);
    cursor: not-allowed;
    opacity: 1;
    pointer-events: auto;
}
.card-product__itemwrap .addcart-btn .icon {
    fill: #fff;
    stroke: #fff;
    height: 14px;
    width: 14px;
}
.card-product__itemwrap .addcart-btn .icon--update {
    height: 16px;
    width: 16px;
}
.card-product__itemwrap .addcart-btn .addcart-btntext {
    display: none;
    margin-left: 23px;
    margin-top: -20px;
}
.card-product__itemwrap .addcart-btn.added {
    background: rgba(60, 11, 159, 0.5);
}
.card-product__itemwrap .addcart-btn.update {
    background: #0b8e9f;
}

.fabricCoatingMessage
{
 padding:5px 0px 5px 10px;
 color: #0c6773;
 font-size: 13px;
 background: rgba(215, 248, 252, 0.5);
}
.card-product__itemwrap .addcart-btn.update:disabled {
    background: rgba(11, 142, 159, 0.5);
    opacity: 1;
}
.card-product__offer {
    align-items: flex-start;
    background: rgba(215, 248, 252, 0.5);
    border-radius: 4px;
    display: flex;
    margin-bottom: 8px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.card-product__offer .icon {
    fill: #0c6773;
    height: 12px;
    margin-top: 3px;
}
.card-product__offer-text {
    color: #0c6773;
}
.card-product__item .label-title {
    color: #727578;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    white-space: nowrap;
}
.select_fabric_input{
    display:flex;
    flex-direction:column;
    padding-bottom:15px
}

.select__fabric {
    color: #727578;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0px 15px 0px 12px;
    display: flex;
    align-items: center;
}

.fabric_input{
    display:flex;
    width:55%;
}

.fabric_price{
    display: flex;
    align-items: center;
}

.card-product__item .product-total {
    white-space: nowrap;
}
.card-product__item > .label-title {
    margin-bottom: 10px;
}
.card-product__item .item-pricevalue {
    white-space: nowrap;
}
.card-product__item .number--medium {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.card-product__item .item__qty-btn {
    background: #0b8e9f;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    float: left;
    height: 32px;
    padding: 0;
    width: 32px;
}
.card-product__item .item__qty-btn:disabled {
    background: rgba(11, 142, 159, 0.64);
    cursor: not-allowed;
}
.card-product__item .item__qty-btn .icon--enter {
    fill: #fff;
    stroke: #fff;
    height: 15px !important;
    width: 14px !important;
}
.card-product__item .item__qty-form {
    border: 1px solid #727578;
    border-radius: 4px;
    display: flex;
    margin-top: -4px;
}
.card-product__item .item__qty-form.item--available, #js-product-fabricautocomplete.item--available {
    border-color: #087840;
}
.card-product__item .item__qty-form.item--available .item__qty-input {
    background: #f1fff8;
}
.card-product__item .item__qty-form.item--partially, #js-product-fabricautocomplete.item--partially {
    border-color: #786208;
}
.card-product__item .item__qty-form.item--partially .item__qty-input {
    background: #fdf9e7;
}
.card-product__item .item__qty-form.item--unavailable, #js-product-fabricautocomplete.item--unavailable {
    border-color: #d5182a;
}
.card-product__item .item__qty-form.item--unavailable .item__qty-input {
    background: #fdf4f5;
}
.card-product__item .item__qty-input {
    background: #fff;
    border: none;
    border-radius: 4px 0 0 4px;
    float: left;
    font-size: 16px;
    font-weight: 700;
    height: 32px;
    line-height: 24px;
    padding: 10px;
    width: 59px;
}
.card-product__item .item__qty-input:focus {
    outline: none;
}
.card-product__item .currency-symbol {
    color: #979b9f;
}
.card-product__stock-heading {
    color: #727578;
    text-transform: uppercase;
}
.card-product__stock-data,
.card-product__stock-heading {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    padding-bottom: 0;
    padding-left: 16px;
}
.card-product__stock-data {
    color: #3a3a3c;
}
.card-products--search .js-card-tag-text {
    word-break: break-word;
}
.card-products--search .js-card-tag-text.tag-expanded {
    min-height: 22px;
    width: 100% !important;
}
.card-products--search .card-product__tagitem-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-products--search .card-product__tagitem-inner.expand {
    background: #fff;
    border-radius: 4px;
    margin: -2px;
    padding: 2px;
    position: absolute;
    white-space: normal;
    width: 90%;
    z-index: 1;
}
.card-products--search .card-product:first-child {
    border-top: none;
    padding-top: 0;
}
.card-products--search .card-product:last-child {
    padding-bottom: 0;
}
.card-products--search .card-product__image {
    width: 96px;
}
.card-products--search .card-product__info {
    position: relative;
}
.card-products--search .card-product__price-qty {
    margin-top: 10px;
}
.card-products--search .card-product__itemwrap {
    margin-top: 8px;
    overflow-x: auto;
}
.card-products--search .card-product__item {
    margin-right: 12px;
}
.card-products--search.card-products--search-edit .final_value {
    align-items: center;
}
.card-products--search.card-products--search-edit .actual-price {
    margin-left: 8px;
    margin-right: 8px;
    text-decoration: line-through;
}
.card-products--search.card-products--search-edit .discount_quote {
    background: #e5f6ee;
    border: 1px solid #0c7340;
    border-radius: 4px;
    color: #0c7340;
    height: 22px;
    min-width: 37px;
    padding: 1px 8px;
    white-space: nowrap;
}
.card-products--search.card-products--search-edit .icon.icon--edit {
    fill: #727578;
    height: 16px;
}
.card-products--search.card-products--search-edit .item__qty-form {
    display: none;
}
.card-products--search-frequently-bought {
    padding-right: 10px;
}
.card-products--search-frequently-bought .js-card-tag-text {
    word-break: break-word;
}
.card-products--search-frequently-bought .js-card-tag-text.tag-expanded {
    min-height: 22px;
    width: 100% !important;
}
.card-products--search-frequently-bought .card-product__tagitem-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-products--search-frequently-bought .card-product__tagitem-inner.expand {
    background: #f6f1ff;
    border-radius: 4px;
    margin: -2px;
    padding: 2px;
    position: absolute;
    top: -1px;
    white-space: normal;
    width: 90%;
    z-index: 1;
}
.card-products--search-frequently-bought .card-product:first-child {
    border-top: none;
    padding-top: 0;
}
.card-products--search-frequently-bought .card-product:last-child {
    padding-bottom: 0;
}
.card-products--search-frequently-bought .card-product__image {
    width: 96px;
}
.card-products--search-frequently-bought .card-product__info {
    position: relative;
}
.card-products--search-frequently-bought .card-product__info .card-product__title-inner.expand {
    background: unset;
    opacity: unset;
    padding: unset;
    position: unset;
}
.card-products--search-frequently-bought .card-product__tag-item {
    padding-left: 0;
}
.card-products--search-frequently-bought .card-product__tag-item:after {
    display: none;
}
.card-products--search-frequently-bought .card-product__price-qty {
    padding: 0 7px !important;
    width: 100% !important;
}
.card-products--search-frequently-bought .card-product__price-qty .show--btn {
    width: 100%;
}
.card-products--search-frequently-bought .card-product__itemwrap {
    margin-top: 8px;
    overflow-x: auto;
}
.card-products--search-frequently-bought .card-product__itemwrap .addcart-btn {
    margin-right: 0;
    width: 65px;
}
.card-products--search-frequently-bought .card-product__itemwrap .addcart-btn.added {
    width: 75px;
}
.card-products--search-frequently-bought .card-product__itemwrap .addcart-btn.update {
    width: 80px;
}
.card-products--search-frequently-bought .card-product__item {
    margin-right: 12px;
}
.card-products--search-frequently-bought.card-products--search-edit .final_value {
    align-items: center;
}
.card-products--search-frequently-bought.card-products--search-edit .actual-price {
    margin-left: 8px;
    margin-right: 8px;
    text-decoration: line-through;
}
.card-products--search-frequently-bought.card-products--search-edit .discount_quote {
    background: #e5f6ee;
    border: 1px solid #0c7340;
    border-radius: 4px;
    color: #0c7340;
    height: 22px;
    min-width: 37px;
    padding: 1px 8px;
    white-space: nowrap;
}
.card-products--search-frequently-bought.card-products--search-edit .icon.icon--edit {
    fill: #727578;
    height: 16px;
}
.card-products--search-frequently-bought.card-products--search-edit .item__qty-form {
    display: none;
}
.card-products--search-frequently-bought .card-product__stock-details-values * {
    font-size: 12px;
}
.card-products--cart .card-product:first-child {
    border-top: none;
}
.card-products--cart .card-product__image {
    float: left;
    padding-right: 0;
    width: 96px;
}
.card-products--cart .card-product__title {
    margin-bottom: 2px;
    margin-top: 2px;
    min-height: 22px;
}
.card-products--cart .card-product__info {
    padding-left: 104px;
}
.card-products--cart .card-product__tag-item {
    font-size: 12px;
    font-weight: 400;
    line-height: 11px;
    margin-bottom: 0;
}
.card-products--cart .card-product__price-qty {
    float: none;
}
.card-products--cart .card-product__itemwrap {
    background: #fff;
    flex-direction: column;
    padding-top: 0;
}
.card-products--cart .card-product__item {
    align-items: center;
    display: flex;
    overflow: auto;
}
.card-products--cart .card-product__item .label-title {
    margin-bottom: 0;
    margin-right: 5px;
}
.card-products--cart .card-product .final_value {
    align-items: center;
}
.card-products--cart .card-product .actual-price {
    margin-left: 8px;
    margin-right: 8px;
    text-decoration: line-through;
}
.card-products--cart .card-product .discount_quote {
    background: #e5f6ee;
    border: 1px solid #0c7340;
    border-radius: 4px;
    color: #0c7340;
    height: 20px;
    min-width: 37px;
    padding: 1px 4px;
    white-space: nowrap;
}
.card-products--cart .card-product .icon.icon--edit {
    fill: #727578;
    height: 16px;
}
.card-products--cart .card-product .item__qty-form {
    display: none;
}
.card-products--stock .card-product__image {
    float: left;
    padding-right: 0;
    width: 96px;
}
.card-products--stock .card-product__info {
    padding-left: 104px;
}
.card-products--stock .card-product__price-qty {
    float: left;
    float: none;
    padding-left: 104px;
    width: auto;
}
.card-products--stock .card-product__itemwrap {
    background: #fff;
    padding: 0;
}
.card-products--stock .card-product__item > .label-title {
    margin-bottom: 0;
}
.card-products--stock .card-product__offer {
    padding-bottom: 0;
    padding-top: 0;
}
.stock-table {
    overflow-x: auto;
}
.stock-table th {
    overflow: hidden;
    padding: 8px 16px;
    position: relative;
}
.stock-table th span {
    visibility: hidden;
}
.stock-table th:before {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 4s ease-in-out infinite;
    background: rgba(227, 215, 252, 0.6);
    bottom: 0;
    content: "";
    height: 60%;
    left: 10px;
    margin: auto;
    min-height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.stock-table td {
    overflow: hidden;
    padding: 4px 16px;
    position: relative;
}
.stock-table td span {
    display: block;
    min-height: 18px;
    visibility: hidden;
}
.stock-table td:before {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 4s ease-in-out infinite;
    background: rgba(227, 215, 252, 0.6);
    bottom: 0;
    content: "";
    height: 60%;
    left: 0;
    margin: auto;
    min-height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.stock-table .remove_skeleton:before {
    display: none;
}
.stock-table .remove_skeleton span {
    visibility: visible;
}
.stock-table tbody,
.stock-table thead {
    position: relative;
}
@supports (display: grid) {
    @media (min-width: 1025px) {
        .stock-table {
            display: grid;
            grid-template-areas: "caption caption" "head body";
            grid-template-columns: -webkit-max-content -webkit-max-content;
            grid-template-columns: max-content max-content;
            grid-template-rows: auto auto;
        }
        .stock-table thead {
            grid-area: head;
        }
        .stock-table tbody {
            grid-area: caption-end;
        }
    }
}
.popover--product-quantity {
    border: none;
}
.popover--product-quantity .popover-body {
    background: #ffe4e1;
    border-radius: 4px;
    color: #9f0b1a;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 8px;
}
.popover--product-quantity.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.popover--product-quantity.bs-popover-bottom[data-popper-placement^="bottom"] > .popover-arrow,
.popover--product-quantity.bs-popover-end > .popover-arrow,
.popover--product-quantity[data-popper-placement^="bottom"].bs-popover-auto > .popover-arrow {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.475 16 .947V20L0 10.475Z' fill='%23ffe4e1'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 8px;
    left: 16px !important;
    top: -7px;
    transform: rotate(90deg) !important;
    width: 8px;
}
.popover--product-quantity.bs-popover-top[data-popper-placement^="top"] > .popover-arrow,
.popover--product-quantity[data-popper-placement^="top"].bs-popover-auto > .popover-arrow {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.475 16 .947V20L0 10.475Z' fill='%23ffe4e1'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -7px;
    height: 8px;
    left: 16px !important;
    top: auto !important;
    transform: rotate(-90deg) !important;
    width: 8px;
}
.popover--product-quantity.bs-popover-top[data-popper-placement^="top"] > .popover-arrow:after,
.popover--product-quantity.bs-popover-top[data-popper-placement^="top"] > .popover-arrow:before,
.popover--product-quantity[data-popper-placement^="top"].bs-popover-auto > .popover-arrow:after,
.popover--product-quantity[data-popper-placement^="top"].bs-popover-auto > .popover-arrow:before {
    border: none;
}
.popover--product-quantity.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after,
.popover--product-quantity.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.popover--product-quantity.bs-popover-bottom[data-popper-placement^="bottom"] > .popover-arrow:after,
.popover--product-quantity.bs-popover-bottom[data-popper-placement^="bottom"] > .popover-arrow:before,
.popover--product-quantity.bs-popover-end > .popover-arrow:after,
.popover--product-quantity.bs-popover-end > .popover-arrow:before,
.popover--product-quantity[data-popper-placement^="bottom"].bs-popover-auto > .popover-arrow:after,
.popover--product-quantity[data-popper-placement^="bottom"].bs-popover-auto > .popover-arrow:before {
    display: none;
}
.product-status__info,
.product-status__text {
    position: relative;
}
.product-status__info:before,
.product-status__text:before {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 4s ease-in-out infinite;
    background: rgba(227, 215, 252, 0.6);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.product-status__info span,
.product-status__text span {
    visibility: hidden;
}
.product-status .remove_skeleton:before {
    display: none !important;
}
.product-status .remove_skeleton span {
    visibility: visible;
}
.cart-products-slider:before {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 4s ease-in-out infinite;
    background: rgba(227, 215, 252, 0.6);
    bottom: 0;
    content: "";
    left: 0;
    min-height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.cart-products-slider .owl-item,
.cart-products-slider .owl-nav {
    visibility: hidden;
}
.cart-products-slider.remove_skeleton:before {
    display: none;
}
.cart-products-slider.remove_skeleton .owl-item,
.cart-products-slider.remove_skeleton .owl-nav {
    visibility: visible;
}
.cart-summary {
    display: flex;
    flex-direction: column;
    padding: 17px 0;
    position: relative;
    visibility: visible !important;
}
.cart-summary.offcanvas.show {
    bottom: 0;
    z-index: 1041;
}
.cart-summary.offcanvas.show .cart-summary__toggle-info:after {
    transform: rotate(180deg);
}
.cart-summary.offcanvas.show .cart-summary__toggle-info:before {
    content: none;
}
.cart-summary.offcanvas.show .cart-summary__toggle-action {
    display: none;
}
.cart-summary__toggle {
    background: #e8dcef;
    height: 67px;
    margin-bottom: 16px;
    margin-left: -16px;
    margin-right: -16px;
}
.cart-summary__toggle-item {
    padding: 12px 24px;
}
.cart-summary__toggle-item:last-child:before {
    content: none !important;
}
.cart-summary__toggle-info {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 67px;
    position: relative;
}
.cart-summary__toggle-info:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 6 6 6-6' stroke='%23470A68' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: cover;
    content: "";
    height: 7px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
}
.cart-summary__toggle-info:before {
    background: #470a68;
    bottom: 12px;
    content: "";
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 12px;
    width: 1px;
}
.cart-summary__toggle-info .number--normal {
    color: #470a68;
}
.cart-summary__count {
    margin-left: 5px;
}
.cart-summary__quote {
    background: rgba(215, 248, 252, 0.5);
    border-radius: 4px;
    display: flex;
    margin: 0 8px 3px 0;
    min-height: 22px;
    padding: 4px 8px;
}
.cart-summary__quote-tag {
    background: #0c6773;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 8px;
    font-weight: 400;
    height: 14px;
    line-height: 10px;
    margin-right: 4px;
    margin-top: 1px;
    padding: 2px;
}
.cart-summary__quote-text {
    color: #0c6773;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}
.cart-summary__dropdown {
    align-items: center;
    display: flex;
    justify-content: right;
}
.cart-summary .cart-summary__dropdown-select {
    left: 0;
    width: 150px !important;
}

.cart-summary .cart-summary__dropdown-select .dropdown-toggle {
    background-color: #fff;
    border: 1px solid #dbdcdd;
    border-radius: 5px;
    box-shadow: none;
    color: #3a3a3c;
    height: 32px;
    opacity: 1;
    outline: none;
    width: 150px;
}

.cart-summary .cart-summary__dropdown-select .dropdown-toggle:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.06.727 4 3.78.94.727l-.94.94 4 4 4-4-.94-.94Z' fill='%233A3A3C'/%3E%3C/svg%3E");
    border: none;
    height: 6px;
    position: absolute;
    right: 14px;
    top: 13px;
    width: 8px;
}
.cart-summary .cart-summary__dropdown-select .dropdown-toggle.hidden:after {
    display: none;
}
.cart-summary .cart-summary__dropdown-select .dropdown-toggle:focus {
    border-color: hsla(200, 2%, 73%, 0.5);
    box-shadow: none;
    outline: none !important;
}
.cart-summary .cart-summary__dropdown-select .dropdown-toggle .filter-option {
    height: auto;
}
.cart-summary .cart-summary__dropdown-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    padding-right: 10px;
    text-overflow: ellipsis;
}
.cart-summary .cart-summary__dropdown-select .disabled {
    opacity: 0.5 !important;
}
.cart-summary .cart-summary__dropdown-select .dropdown-menu {
    padding: 0;
}
.cart-summary__dropdown-item {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
}

.bhcart-summary__dropdown {
    align-items: center;
    display: flex;
    justify-content: left;
    display: inline-block;
    width: 95% !important;
    padding: 0px 10px;
}
.cart-summary .bhcart-summary__dropdown-select {
    left: 0;
    width: 100% !important;
}

.cart-summary .bhcart-summary__dropdown-select .dropdown-toggle {
    background-color: #fff;
    border: 1px solid #dbdcdd;
    border-radius: 5px;
    box-shadow: none;
    color: #3a3a3c;
    height: 32px;
    opacity: 1;
    outline: none;
    width: 100% !important;
}

.cart-summary .bhcart-summary__dropdown-select .dropdown-toggle:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.06.727 4 3.78.94.727l-.94.94 4 4 4-4-.94-.94Z' fill='%233A3A3C'/%3E%3C/svg%3E");
    border: none;
    height: 6px;
    position: absolute;
    right: 14px;
    top: 13px;
    width: 8px;
}
.cart-summary .bhcart-summary__dropdown-select .dropdown-toggle.hidden:after {
    display: none;
}
.cart-summary .bhcart-summary__dropdown-select .dropdown-toggle:focus {
    border-color: hsla(200, 2%, 73%, 0.5);
    box-shadow: none;
    outline: none !important;
}
.cart-summary .bhcart-summary__dropdown-select .dropdown-toggle .filter-option {
    height: auto;
}
.cart-summary .bhcart-summary__dropdown-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    padding-right: 10px;
    text-overflow: ellipsis;
}
.cart-summary .bhcart-summary__dropdown-select .disabled {
    opacity: 0.5 !important;
}
.cart-summary .bhcart-summary__dropdown-select .dropdown-menu {
    padding: 0;
}
.bhcart-summary__dropdown-item {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
}

.cart-summary .cart-summary__head {
    padding-left: 0;
}
.cart-summary .cart-summary__head-row {
    margin-bottom: 8px;
}
.cart-summary .cart-summary__head .icon--info {
    fill: #c2a023;
    height: 16px;
    margin-right: 12px;
    width: 16px;
}
.cart-summary__body {
    height: 100%;
    margin-bottom: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    transform: translateZ(0);
    width: 100%;
}
.cart-summary.cart-summary--empty .cart-summary__body {
    height: 100%;
    margin-bottom: 0 !important;
}
.popover--warning {
    border: none;
}
.popover--warning .popover-body {
    background: #fec;
    border-radius: 4px;
    color: #2e2828;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 8px;
}
.popover--warning .popover-arrow {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.475 16 .947V20L0 10.475Z' fill='%23fec'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 8px;
    transform: rotate(90deg) !important;
    width: 8px;
}
.popover--warning.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.popover--warning.bs-popover-bottom[data-popper-placement^="bottom"] > .popover-arrow,
.popover--warning.bs-popover-end > .popover-arrow,
.popover--warning[data-popper-placement^="bottom"].bs-popover-auto > .popover-arrow {
    left: 16px !important;
    top: -7px !important;
}
.popover--warning.bs-popover-start[data-popper-placement^="left"] > .popover-arrow,
.popover--warning[data-popper-placement^="left"].bs-popover-auto > .popover-arrow {
    right: 8px !important;
    top: -7px !important;
}
.popover--warning .popover-arrow:after,
.popover--warning .popover-arrow:before {
    display: none;
}
.catalog-header {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 24px;
}
.catalog-header .catalog-page-dropdown {
    margin-top: 10px;
}
.catalog-header .catalog-page-dropdown .a-dropdown-toggle {
    height: auto;
    padding: 6px 12px;
}
.catalog-header .catalog-page-dropdown .a-dropdown-toggle:after {
    top: 10px;
}
.catalog-header .catalog__title {
    margin-bottom: 10px;
    margin-right: 24px;
}
.catalog-header .nav-pills--primary {
    display: block;
    margin-right: auto;
    overflow: auto hidden;
    transform: translateZ(0);
    white-space: nowrap;
}
.catalog-header .nav-pills--primary::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0;
}
.catalog-header .nav-pills--primary .nav-item {
    display: inline-block;
    margin-right: 4px;
}
.catalog-header .nav-pills--primary .nav-link {
    background-color: #fff;
    border: 1px solid hsla(240, 1%, 61%, 0.5);
    border-radius: 4px;
    color: #3a3a3c;
    font-size: 12px;
    font-weight: 700;
    height: 22px;
    line-height: 10px;
    padding: 6px !important;
    text-transform: uppercase;
}
.catalog-header .nav-pills--primary .nav-link.active {
    background-color: #0b8e9f;
    border-color: #0b8e9f;
    color: #fff;
}
.catalog-header .nav-pills--primary .nav-link.disabled {
    opacity: 0.5;
}
.side-navigation-chat {
    background-color: #fff;
    border-top: 2px solid rgba(13, 123, 137, 0.4);
    bottom: 0;
    font-size: 12px;
    font-weight: 700;
    left: 0;
    line-height: 12px;
    padding-bottom: 34px;
    position: fixed;
    width: 72px;
    z-index: 2;
}
.side-navigation-chat__inner {
    text-align: center;
    width: 100%;
}
.side-navigation-chat__link {
    color: #0d7b89;
    padding-bottom: 11px;
    padding-top: 11px;
}
.side-navigation-chat__link:focus,
.side-navigation-chat__link:hover {
    color: #0d7b89;
    text-decoration: none;
}
.side-navigation-chat__icon {
    display: inline-block;
}
.side-navigation-chat .icon--chat {
    fill: #0d7b89;
}
.side-navigation-chat .side-navigation__icon {
    opacity: 0.64;
}
.contact-info-section {
    border-bottom: 1px solid #e6e8ef;
    margin-bottom: 16px;
    width: 100%;
}
.contact-info-section:first-child,
.contact-info-section:last-child {
    border: none;
}
.contact-info-section__title {
    margin-bottom: 8px;
}
.contact-info-section__title .icon {
    margin-right: 6px;
}
.contact-info-section__link,
.contact-info-section__link:hover {
    color: #2e2828;
}
.section-title--contact-us {
    color: #6e4087;
    font-weight: 700;
    line-height: 24px;
}
.paragraph--contact-us {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.paragraph--need-assistance {
    margin: 32px 0;
}
.datepicker-wrapper .datepicker-wrapper--dropdown,
.datepicker-wrapper .datepicker-wrapper--from-date,
.datepicker-wrapper .datepicker-wrapper--to-date {
    position: relative;
    width: 198px;
}
.datepicker-wrapper .datepicker-wrapper--dropdown:first-child,
.datepicker-wrapper .datepicker-wrapper--from-date:first-child,
.datepicker-wrapper .datepicker-wrapper--to-date:first-child {
    margin-right: 16px;
}
.datepicker-wrapper .datepicker-wrapper--dropdown .form-label,
.datepicker-wrapper .datepicker-wrapper--from-date .form-label,
.datepicker-wrapper .datepicker-wrapper--to-date .form-label {
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    left: 12px;
    line-height: 14px;
    position: absolute;
    top: 14px;
}
.datepicker-wrapper .datepicker-wrapper--dropdown .from-date,
.datepicker-wrapper .datepicker-wrapper--dropdown .to-date,
.datepicker-wrapper .datepicker-wrapper--from-date .from-date,
.datepicker-wrapper .datepicker-wrapper--from-date .to-date,
.datepicker-wrapper .datepicker-wrapper--to-date .from-date,
.datepicker-wrapper .datepicker-wrapper--to-date .to-date {
    direction: ltr;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding-right: 30px;
    text-align: right;
}
.datepicker-wrapper .datepicker-wrapper--dropdown .date_picker,
.datepicker-wrapper .datepicker-wrapper--from-date .date_picker,
.datepicker-wrapper .datepicker-wrapper--to-date .date_picker {
    cursor: pointer;
}
.datepicker-wrapper .datepicker-wrapper--dropdown .from-date::-moz-placeholder,
.datepicker-wrapper .datepicker-wrapper--dropdown .to-date::-moz-placeholder,
.datepicker-wrapper .datepicker-wrapper--from-date .from-date::-moz-placeholder,
.datepicker-wrapper .datepicker-wrapper--from-date .to-date::-moz-placeholder,
.datepicker-wrapper .datepicker-wrapper--to-date .from-date::-moz-placeholder,
.datepicker-wrapper .datepicker-wrapper--to-date .to-date::-moz-placeholder {
    color: #232323;
    text-align: right;
}
.datepicker-wrapper .datepicker-wrapper--dropdown .from-date:-ms-input-placeholder,
.datepicker-wrapper .datepicker-wrapper--dropdown .to-date:-ms-input-placeholder,
.datepicker-wrapper .datepicker-wrapper--from-date .from-date:-ms-input-placeholder,
.datepicker-wrapper .datepicker-wrapper--from-date .to-date:-ms-input-placeholder,
.datepicker-wrapper .datepicker-wrapper--to-date .from-date:-ms-input-placeholder,
.datepicker-wrapper .datepicker-wrapper--to-date .to-date:-ms-input-placeholder {
    color: #232323;
    text-align: right;
}
.datepicker-wrapper .datepicker-wrapper--dropdown .from-date::placeholder,
.datepicker-wrapper .datepicker-wrapper--dropdown .to-date::placeholder,
.datepicker-wrapper .datepicker-wrapper--from-date .from-date::placeholder,
.datepicker-wrapper .datepicker-wrapper--from-date .to-date::placeholder,
.datepicker-wrapper .datepicker-wrapper--to-date .from-date::placeholder,
.datepicker-wrapper .datepicker-wrapper--to-date .to-date::placeholder {
    color: #232323;
    text-align: right;
}
.datepicker-wrapper .datepicker-wrapper--dropdown .order-status,
.datepicker-wrapper .datepicker-wrapper--from-date .order-status,
.datepicker-wrapper .datepicker-wrapper--to-date .order-status {
    border: 1px solid hsla(200, 2%, 73%, 0.5);
    border-radius: 4px;
    color: #3a3a3c;
    font-size: 12px;
    font-weight: 500;
    height: 28px;
    line-height: 12px;
    overflow: hidden;
    padding: 0 30px 0 90px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.datepicker-wrapper .datepicker-wrapper--dropdown .order-status:after,
.datepicker-wrapper .datepicker-wrapper--from-date .order-status:after,
.datepicker-wrapper .datepicker-wrapper--to-date .order-status:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.06.727 4 3.78.94.727l-.94.94 4 4 4-4-.94-.94Z' fill='%233A3A3C'/%3E%3C/svg%3E");
    border: none;
    height: 6px;
    position: absolute;
    right: 14px;
    top: 18px;
    width: 8px;
}
.datepicker-wrapper .datepicker-wrapper--dropdown .order-status[aria-expanded="true"],
.datepicker-wrapper .datepicker-wrapper--from-date .order-status[aria-expanded="true"],
.datepicker-wrapper .datepicker-wrapper--to-date .order-status[aria-expanded="true"] {
    border-radius: 4px 4px 0 0;
}
.datepicker-wrapper .datepicker-wrapper--dropdown .order-status[aria-expanded="true"]:after,
.datepicker-wrapper .datepicker-wrapper--from-date .order-status[aria-expanded="true"]:after,
.datepicker-wrapper .datepicker-wrapper--to-date .order-status[aria-expanded="true"]:after {
    transform: rotate(180deg);
}
.datepicker-wrapper .datepicker-wrapper--dropdown .order-status:focus,
.datepicker-wrapper .datepicker-wrapper--from-date .order-status:focus,
.datepicker-wrapper .datepicker-wrapper--to-date .order-status:focus {
    box-shadow: none;
}
.datepicker-wrapper .datepicker-wrapper--dropdown .order-status__dropdown,
.datepicker-wrapper .datepicker-wrapper--from-date .order-status__dropdown,
.datepicker-wrapper .datepicker-wrapper--to-date .order-status__dropdown {
    border: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 8px 4px 0 #00000014, -4px 4px 4px 0 #00000014, 4px 4px 4px 0 #00000014;
    margin-top: -2px !important;
    padding: 0;
    width: 100%;
    z-index: 1;
}
.datepicker-wrapper .datepicker-wrapper--dropdown .order-status__item,
.datepicker-wrapper .datepicker-wrapper--from-date .order-status__item,
.datepicker-wrapper .datepicker-wrapper--to-date .order-status__item {
    align-items: center;
    color: #3a3a3c;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    padding: 0;
    position: relative;
}
.datepicker-wrapper .datepicker-wrapper--dropdown .order-status__item:last-child,
.datepicker-wrapper .datepicker-wrapper--from-date .order-status__item:last-child,
.datepicker-wrapper .datepicker-wrapper--to-date .order-status__item:last-child {
    display: none;
}
.datepicker-wrapper .datepicker-wrapper--dropdown .order-status__item .form-check,
.datepicker-wrapper .datepicker-wrapper--from-date .order-status__item .form-check,
.datepicker-wrapper .datepicker-wrapper--to-date .order-status__item .form-check {
    min-height: auto;
    padding-left: 0;
    width: 100%;
}
.datepicker-wrapper .datepicker-wrapper--dropdown .order-status__item .form-check-input,
.datepicker-wrapper .datepicker-wrapper--from-date .order-status__item .form-check-input,
.datepicker-wrapper .datepicker-wrapper--to-date .order-status__item .form-check-input {
    cursor: pointer;
    display: none;
    margin-left: 0;
}
.datepicker-wrapper .datepicker-wrapper--dropdown .order-status__item .form-check-label,
.datepicker-wrapper .datepicker-wrapper--from-date .order-status__item .form-check-label,
.datepicker-wrapper .datepicker-wrapper--to-date .order-status__item .form-check-label {
    cursor: pointer;
    vertical-align: middle;
    width: 100%;
}
.datepicker-wrapper .datepicker-wrapper--dropdown .order-status__item:hover,
.datepicker-wrapper .datepicker-wrapper--from-date .order-status__item:hover,
.datepicker-wrapper .datepicker-wrapper--to-date .order-status__item:hover {
    background-color: #f1ebfd;
}
.datepicker-wrapper .datepicker-wrapper--dropdown {
    width: 230px;
}
.datepicker-wrapper .datepicker-wrapper--dropdown .form-label {
    pointer-events: none;
}
.datepicker-wrapper .datepicker-wrapper--brand-dropdown .a-dropdown-wrap .a-dropdown-toggle,
.datepicker-wrapper .datepicker-wrapper--lob-dropdown .a-dropdown-wrap .a-dropdown-toggle {
    border: 1px solid #c7c9d9;
}
.datepicker-wrapper .form-input .form-control {
    background-color: #fff;
    border-radius: 4px;
    height: 42px;
}
.datepicker-wrapper .form-input .form-control:focus {
    border-color: #c7c9d9;
}
.datepicker-wrapper .form-input .form-control:not(:-moz-placeholder-shown) {
    border-color: #c7c9d9;
}
.datepicker-wrapper .form-input .form-control:not(:-ms-input-placeholder) {
    border-color: #c7c9d9;
}
.datepicker-wrapper .form-input .form-control:not(:placeholder-shown) {
    border-color: #c7c9d9;
}
.datepicker-wrapper .calendar {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 11px;
}
.datepicker-wrapper__action .search-cta {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
    padding: 10px 24px;
}
.datepicker-wrapper--filter {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    margin: 12px 0;
}
.datepicker-invoice-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    margin-left: 16px;
}
.datepicker-invoice-link,
.datepicker-invoice-link:hover {
    text-decoration: underline;
}
.date-rage-wrapper {
    align-items: center;
    display: flex;
    margin-top: 8px;
}
.date-rage-wrapper .icon {
    fill: #da7907;
    height: 12px;
    margin-right: 4px;
    width: 12px;
}
.date-rage-wrapper .datepicker-label {
    align-items: center;
    display: flex;
    line-height: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.ui-widget.ui-widget-content {
    border: 0;
}
.ui-datepicker-calendar {
    background: #fff;
    border: 0.2px solid #fff;
    border-radius: 4px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    display: none;
}
.ui-datepicker .ui-datepicker-calendar {
    border: none;
    border-radius: 0 0 4px 4px;
}
.ui-datepicker .ui-datepicker-calendar th {
    padding-top: 20px;
}
.ui-datepicker .ui-datepicker-calendar th:first-child {
    padding-left: 16px;
}
.ui-datepicker .ui-datepicker-calendar th:last-child {
    padding-right: 16px;
}
.ui-datepicker .ui-datepicker-calendar tbody tr:last-child td {
    padding-bottom: 16px;
}
.ui-datepicker .ui-datepicker-title {
    align-items: end;
    display: flex;
    flex-direction: row-reverse;
    height: 30px;
    justify-content: space-around;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #fff;
    border: 0;
    color: #232323;
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
}
.ui-state-default.ui-state-active {
    background: #3568d4;
    border: 1px solid #3568d4;
    border-radius: 4px;
    color: #fff;
    padding: 1px 5px;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #470a68;
    border: 1px solid #470a68;
    border-radius: 4px;
    color: #fff;
    padding: 1px 3px;
}
.ui-datepicker-calendar th {
    color: #6c757d;
    font-size: 10px;
    font-weight: 800;
    line-height: 15px;
    padding: 4px;
}
.ui-datepicker-calendar td {
    text-align: center;
}
.ui-datepicker-year,
select.ui-datepicker-month {
    background: none;
    border: 0;
    border-bottom: 2px solid #470a68;
    color: #470a68;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin-left: 16px;
    margin-right: 8px;
}
select.ui-datepicker-month {
    float: right;
    margin-left: 0;
}
.ui-widget {
    font-family: Accord Alternate, sans-serif;
}
.ui-datepicker-year,
.ui-widget select {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}
.ui-widget-header {
    background: #f5f6fa;
    border: 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    color: #470a68;
}
.datepicker-wrapper--brand-dropdown,
.datepicker-wrapper--lob-dropdown {
    margin-bottom: 14px;
    width: 100%;
}
.datepicker-wrapper--brand-dropdown .a-dropdown-toggle,
.datepicker-wrapper--lob-dropdown .a-dropdown-toggle {
    height: 42px;
    padding: 10px 12px;
}
.datepicker-wrapper--brand-dropdown .a-dropdown-toggle:after,
.datepicker-wrapper--lob-dropdown .a-dropdown-toggle:after {
    top: 18px;
}
.footer {
    background: #f5f6fa;
    bottom: 0;
    color: #4a5d78;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    position: relative;
    width: 100%;
}
.footer .footer-copyright {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 8px 16px;
}
.footer .footer-copyright .copyright-text {
    align-items: center;
    display: flex;
    height: 18px;
    margin-bottom: 0;
}
.footer .footer-copyright .copyright-text .icon--copyright {
    margin-right: 8px;
}
.footer .copyright-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.footer .copyright-links .copyright-link {
    color: #4a5d78;
    line-height: 24px;
    margin-bottom: 10px;
    margin-left: 16px;
}
.footer .copyright-links .copyright-link:first-child {
    margin-left: 0;
}
.owl-carousel img {
    width: 100%;
}
.banner-owl-carousel:not(.owl-loaded) {
    background: url("data:image/gif;base64,R0lGODlhZABkAPf/APFjRfaKSjk5dPWDSvJrRpmJwUFAesSSh4Z7qPaSS6qntPejU5SEvvN0RjQ0bc50ZvCspceHe/2UUWxjnPz7+9HIxPX19CQsbf6STsfGy+NWRH9zqadSVeV3Wuzr69iWZ/R+SJuXqsxbU8SlmvFbSfR6R8rJ0vV0Pcq6tM3BvPeaS4uGmNpuXV5JnIVztP6KTdChcfpjQ+mGWPBcRNOSVOTj41lUjmNclX5rs/BUSf5zSnxprnVnm4x6uv1qST8+eXFdp+RmVv6DS+Dc2pRKVbpiZ/1jSseigueYV/qsTWlVoveHUWFLnGJLosW0qu9QPPx7SsqVefS/p3Viq65ZcNva3ZJhl9rT0bu6wXVqpGZRor+Zk/+0VNDJ4eZjS8W+2cSroop8tPtdRWxYpXd0k/ijTPmpTPhrRPJhSFFNh/idS/mmTE9LhXlCWmplkP5cS1hIondWl9mGY7uKX+6iVvuFQ/ZxSYxpcYqEo92jZ5SOqEhFgPyKRYR4sPKUbPNsTPigS/iYSnhlrPWARP2mTvieT/319WFfi8iyl3dWYV1XlCkxcWxcqy0vbPpyQ6GdsNGPb/qvTUg5ZY6AuPpVTdTT1u7u7nlupf+iUOqESe55UpCAu+jm5erg3/Hw8EVDgf6tUIVVYWxcm6BijNfW2fClSG5lnoFvseZ/RU9DclVQjf18Q2dfm/+RR/+dUF1chYZyuuOviv+qUPJnUt3X1u9PSXBmov+YT9fNy1g8ZP359p2Wsp+PyUxKh2NPn/eXToh3tpF+wMqBcvFYRF9ghFJRgFlXh9ehl+95ZltUeNu1mol2u3xxuId6ufqkS5VtoZN2r+bm6GNSqGtUp8NccfqsR39Rh+Df4OK0rvHx8XVrqHA/W2hfe05CZdispPFHQFxDYFVbg7dtUvd+PODBu9yiifVbTerp6PWkRflYRu+eR8Sjj+WTgO7t8PHAjlZAmGVVkG1rjeOHdfiYQfeoSc7N0vb0+nNernBuhvj39/OHROjo6eWvfGhWmWlZkf///yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LjE2NDc1MywgMjAyMS8wMi8xNS0xMTo1MjoxMyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjMgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkE3QTZFRTNBOURGMTExRUI4ODE5QkU1MUFGMEEzN0VFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkE3QTZFRTNCOURGMTExRUI4ODE5QkU1MUFGMEEzN0VFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTdBNkVFMzg5REYxMTFFQjg4MTlCRTUxQUYwQTM3RUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTdBNkVFMzk5REYxMTFFQjg4MTlCRTUxQUYwQTM3RUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQFBAD/ACwAAAAAZABkAAAIoQD/CRxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6bNmzhz6tzJs6fPn0CDCh1KtKjRo0iTKl3KtKnTp1CjSp1KtarVq1izat3KtavXr2DDih1LtqzZs2jTql3Ltq3bt3Djyp1Lt67du3jz6t3Lt6/fv4ADCx5MuLDhw4gTK17MWHBAACH5BAkEAP8ALAQAEQAJAAoAAAhTAP/9y6ZgEhaB/yjs6tekyTQFAikwadGCia97XQTyoGhxWh+BeppQ9KVFS7t/JihW9NXkWkJRHH0xISXwkcgWWppUEZgP3rt3PLBQQNjuC02BAQEAIfkEBQQA/wAsAAAAAGQAZAAACP8A/wkcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmzY37TGBR8IXCTZKVQlwCcg8HrB4KfoLMpuCSkntAgAjacWpZgS5KOVJ4JEqLVyVjgEyhCivYrqwbKTBp0YKJL7BiBeFwAWyTT7QZebB1q0VJ1KmngAGzhzejniZsffUNO/aUCxeEC180wbbtW8ZGeyzLJ/kiBVF7L98TtEGPggx3O1d8hLiFlmkbFAxRvTEfvHfveGSg7bHdF1K8gwsfTry48ePIkytfzry58+fQo0ufTr269evYs2vfzr279+/gw4suH0++vPnz6NOrX8++vfv38OPLn0+/vv37+PPr38+/v///AAYo4IAEFmjggdAFBAAh+QQFBAD/ACwKAA4AEQAKAAAIewD/CRz4j4LBfIYSUiBYA0sIPAjCTGKwCdqzUQ/2/Xu0QRAOWMv+bWJQoECwZsyYPRp4byCwHiQLMOgBixmshQT/ueixqSRFYKcEZctJMOamHi6mtCMqEKZPpIKWMuVZskAPYC7yMf0XLKbMYLu2/sNSj1QVUvWwRPsXEAAh+QQFBAD/ACwVAA4ACwALAAAIWgD/CdRFgYLAgwepiBDxYEsFg5sO7rBCzZyYYwddnNoxhVEcKsgQ/tshCAgjaVYMHsQhaAoQJYxUCtzocswOmf82lgTCQGQPWDimTMkgUsEuBDt4iUTowYLAgAAh+QQFBAD/ACwcAA8ACwAMAAAIagD//fMksKDBdEEipKBgsCCJGEZYgMnXMI6IGBBZoDAozReVGABi+BBG8Z8SLXConCEQ0pDAk75SriRAEcgYLb5awCniSN6/S/fu3WTSokUHcv8smQixQcm0Jk30NPxXJYS/S+2mFmQoMCAAIfkECQQA/wAsBwATACYADAAACIEA/wkcSLCgwYMCI3hAyLDhQQAEfHTA5bCiRR92UljceLDBHzs6NHIcycKRnQZ2NF0ZaZEJHGsNYjaA0mHhBC1NNrAs+IhHEzhFVpUYKkQYhRp6sOw8aAJBHE0gQJQA4YfCUofXIrwAMeAFrasVr7wQIoEc2IoU5CBZebaiIasDAwIAIfkEBQQA/wAsAAAAAGQAZAAACP8A/wkcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmzZs4c+rcybMnxBZMfCkZA2SKIBwugG1iUKDAph4ucAiaAkSJNF9UYgCI4SOCB58GgfrSogQIEEE7TgHrwbQAA6indlAdo0QLHCpnABDw0QEXWIItWowdWjStix6bmhboASyuILN1fd09Q2CvnRR/BQYOSngKDlg9grV1G6wHLBxztfhqAaeIowZ/7OjA/Hez0DH3BG3QowBLPVJVSNXDomAXgkv37o3RwiQwC0d2GtjRdOVvk8Bapm1QMKShJRMhNijpmcYEjrUG6BtAkfHV5wQtTTZkoFjlEY8mrVeV2C8EEtgaemCRkQkIxKFJCSAgKAQYmW10TQQvgDCAhEt012BGV7wwwIYDvODfhRhRIMcLAegTwAAY0AaiRVFgEMCLAWAgBwUrWgTGLQEkkGMArfhVI0UouJLAkEO2EsuPFFUgZCAJBPLLLVIgOZGSgVTpCig+ShnROe506Q4uumgp5phklmnmmWimqeaabLbp5ptwxinnnHTWaeedeOap55589unnn4AGKuighBZq6KGIJqrooow26uijkEYq6aSUVmrppZhmqummnHZaaEAAIfkEBQQA/wAsJwAeAAsACwAACFgA/wkc2OrDwIMDb6VAePBWFIYCEwRKcG6gCoGBAv3ChOJfBUxqQorEdMQjIUAoUxIyiAJUmZcwndGhkIKLrDU418ji4o4ChSv8ItGjl4TfFYQUdOmicDAgACH5BAUEAP8ALCYAIQAMAA8AAAhzAP8JHDjw1z6CCAMhXMgQoZp/NBoKJIREICJQawiuWaNO178jXMyIHGkGncc8XJKoXJmkmi5OkbhEmkkzkksUKVmqjFRKF4yQJEXKQkKBHBdnG5OuSfJBoFFCgKJGBbVu4JBYdOZppRPrIEFdFjwZ8igwIAAh+QQFBAD/ACwjACwADgALAAAIawD//athhtAagQgT/lsHCpBDhbIE1lgASI3FixYJVfh3BFOgjyA/ukKSD4WrQAlQqkzpCsw/Za4SyJwpE8Ovff/axQzAs2eAW+sQ4rrlk+cLJJ4SDn0xoOmAFygU5vQmA0QJIQekJtTFVWFAACH5BAUEAP8ALB8AMAAOAA0AAAh1AP8J/JdioMGDnJBgOHgw3wcJAQIwFEghCoYA+iQyzBblxYCPIA+WewGipMmS/0C8iFJOSImXMGEKkWPhCpQSDXLqbABFRo1/FPzYaTB0KE9NtAZ2WvKHgB2nOjoMOThkiQ8CBHQI8zDR07E/XrZMNEhB18SAACH5BAUEAP8ALBsANAAMAAsAAAhXAP8J/JdvoMGBnCAdNJhChpASC/NtgQKlgcWD5yo2sNNgoYUlfwjYEUly5D92ZwioXGmQnA8AMGP6+DNCILsYANAAMGJEGK2BnpANS6dBWIqIELzVOBgQACH5BAUEAP8ALBUANwAPAAkAAAhWAP8JHOjhwMCDBy2A6YAQYY0RHXTYIWCn4RBhf3QQ2LixITkdAEKKBNAQlw80KFOmPHjOx4yXMF+KMYLmX4V/yJ7o3PlEw4MtQwZ2gkAUAjZytCwhDAgAIfkEBQQA/wAsDgA3AAkACQAACE4A//3Dkk2gwX8mPr0ycfBfPAcOBJBh+O/aogsYHUi68y8FByIcOHgB4MMHNh8xUqIBAAANrllGjIiZQXPGv3ZOhIl4wvPJwXw1cGHDFhAAIfkEBQQA/wAsCQA0AAsACgAACFAA/wkU6GmgwX+W8LgpePCcrV69yFAwSIHMJwMGPpGxMBDLDwEgBfwweGiRg5MODFqiksvBhZcG863740UEByIH/w2JEMNHjIEADNI6EMRgQAAh+QQJBAD/ACwDABIADQAqAAAIggD/5ftHsKBBgpZaNDnIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDSrRgwWE0BbwmTSpw7SCWPtpMmZqgTYFBBbZusLrBkxWZgl9u2BhKVJEiLP8oZEnDtClTVYcsUVjRa4/Vq1YLUiCzx4DXrwenphJAVoBDMKEELIKI6wGHiCUPBgQAIfkEBQQA/wAsAAAAAGQAZAAACP8A/wkcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmzZs4c+rcKTLfI1FagioZA2TKjlM8OVpi0qQFE19DiwrCkZQjjxZOfWlRAgSIoB1VN+pp2kJrVKNhNZrAmvUs1bQYKYjC+nToPUEb4GZ8RFbLtA0KhujNmG+CliYbMgzmWEMPlsWQI0ueTLmy5cuYM2vezLmz58+gQ4sefTNfBgW7dikwkY+0QBO8GASbFGwTA14mSFcpUICB798FeD0W3YUB7+PHee0a/SXMpOfQnzPQM7rehj7Ys2MPg6B16Gi2LommHz9+A6nRZLKYWs9+vTYFoxVMuEG/Pn1WZEZbcKPIhv//NiiiyHChYaFKGggmiKAqh1gy2gq97CHhhBL2kp9oFJCxhwEcdsjhJ6RRoEcqApRoYomu/QNGKAIssogDMDqQ4j+4PMBBLg5coOOM/1iwzh9eiMABETwWaeSRSCap5JJMNunkk1BGKeWUVFZp5ZVYZqnlllx26eWXYIYp5phklmnmmVEGBAAh+QQFBAD/ACwBACQADQAKAAAIaQD//csXIp4bN3iwUBDIMESvXnv2PCRTiaEHY2nYaGTTK80NEwJDKLJBsiRJW9EouGF1o6XLlhMe1bgxoaZNm7YymLCVpafPnpcuefpyaYPRo0b74Pn3pU+Yp1CfMtDDdBMDhgyvhvgXEAAh+QQFBAD/ACwEACAADAALAAAIUQD/CRxIIZqlgQP3KcC3R8CeDANrrDDgoGJFA5X+VWEjoKPHjm4ovPr0o6TJkp+w/NsjcI/Ll70gImRDk42qFQhz2rgRLSdCVjh9Ch36L5vAgAAh+QQFBAD/ACwLACAACQAFAAAIKQD3kapUrxKpaNko/GvEkKGDeNkWOnDQSACxff8y/hNg0YJGjcXOaQwIACH5BAUEAP8ALAUAHQAPAAgAAAhQAP8JHDhwCIoj/KIRLIgoTxIuEJUtpHUEIpdIoEDJ4pJPIAVEEOnQGDkSCShO/zjBmJOom4OF/7hZ+ncn1YULjRr90/nv5cxiPWHCNCBUaEAAIfkECQQA/wAsEQAcAAoACAAACEsA/1GwxGnIkGuc8v2DkYfOgoeFFvD7B0oWIWeYCmmU5ekfoTILAGmM2HFBxYxqXPGj8O+fkyN0ZGHCpKylTQ9OYHDpaNMmhXYtAwIAIfkEBQQA/wAsAAAAAGQAZAAACP8A/wkcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmzZs4c+rcybOnz59AgwodSrSo0aNIkypdScESpyFDrnGysBQijDx0FmgtVAjJhyNOaFGoqhCULELOMHEt5KqtKwkf1uEie/BsmQWAuKpR8etXggQSbt3aR7cgkgVm1aopxNfvX8CdChN0wM3JETqy1PZ1/NdPPskDiVkS6MFJHkyY+j6WEAv0QKoFU8Bo+1eCK8KuFab40HYBrdwMKThR1g648ePIkytfzry58+fQo0ufTr269evYs2vfzr279+/gw4sgH0++vPnz6NOrX8++vfv38OPLn0+/vv37+PPr388/Y0AAIfkEBQQA/wAsHQAfABEACgAACGYA/wnE8AEMJ4EIEyYMgAGDjCO0FCoMQHHJkhd+DAkMlIBjIIEJKAYYMOBFNlwS/4WsOGCJHwq4ACmUkGDlyBflUv5DcivBkgAWJXTSeW6dBAkBXkhAqVNghQ9+Yg1tipCCBaoCAwIAIfkEBQQA/wAsIAAgAAoADgAACGEA/wkc+C8FwYFLDoBR8evgACEDVAQiOGCApgFqDi4BAWIAIIoDQGgKsGZggCUVSyQwIxBDgIoWfyX5l28EhhchQZSJNPAKJJwDkvAcSGHEEgxDD16hM/Pgv3N0nBIsIzAgACH5BAUEAP8ALC4AIQAFAA8AAAg8AP/9Oyfwl8CDhA4C+vfh4D862Q6uqXEwSQqBkSLJOxjJDoV/Scz8+WgG0CySEtgJXCOB4j9M5Bx+/BcQACH5BAUEAP8ALC0AJAAKABAAAAhsAP+pkfWvoMGDCBNySlgQlBOGBXVEsMTwz5sgKRAmmZWDEqUDCNGQyJHjm6d/zv4lIDGy1rdOBgfkGFlSSkFAf1jmcAlTRQKRNGsZ+qcCCsuRH1Um6GCEhLk38igUHFFDmBFk3g62K8hJqsGAACH5BAUEAP8ALC4AKgAPAA4AAAhzAP8JHCjQAsGDBCmxwIUQYS1KlEY0JFir4hthnSbmqFgrx5sgFSb+65hj2BsWFBBuJDnM3BNDBEnkWDkzB4mXBM3NrFhz2EtLAp0EecNx5jASXnQRjBYBIkmPxxqiCEJp5ht5MBu2O0DpzbF8IgVeyTgwIAAh+QQFBAD/ACw3AC4ADAAOAAAIcwD/CfyHYqDBgeaMHMh3UGCOYWiMPLjScNg/EiSMzALTEOOMiD6EeTiIEQ0aAD6iGMRIwiSAWX8oCBzG0iUAALr+UcpR8+RNXRVYvDFH4uNJAh1kUtgyy4hLND6OGRwizIhTH/JkHkzBwge7bA0F5htiMCAAIfkEBQQA/wAsPAAyAA0ADQAACGwASfyL8S9CjX8IEypE2MHJwoUAfOiIwOlhQgIEdGgCYxEhRjs65NCCiPFjSAoI0QBYWdKOnTOGErJs2eCMp38P/vmYifEEzH+6wLDw4YOmJl0JPY3ooMOHHQJQvD30BEaOHSjsUHasACYfwoAAIfkEBQQA/wAsRAA2AAoACgAACE0A/wmsILCgQShRrhj8R+CfHSgICRps0KAEFCHHCtqhWLGEDAoFOZYocUKXwI0URzYwqQOKo5QeKeA68MDLCUcnVq0zeI4WOSlS8v0LCAAh+QQFBAD/ACxLADgACgAIAAAIRgAr/Bs4kAKpgavkjKBFwUQ4AQdLrBIySA6HRODw/SvBcZCQOiBR6eLYcdCgOuMMkQRh0mTKEzBhjpuJioKUmzilkOv0LyAAIfkEBQQA/wAsUgA1AAoACwAACF0A/wmsEk2gQYF6eqUhg+Xgox8CBPwwsEvgCgEOMmYU0HDRokYgG11YZIDCP0mSMqIEF8qCQFQwM+njw8fQoDp1+ORs1WpOvn8DdvKBlMLgOFQ0tlw5+I+WB6YCAwIAIfkEBQQA/wAsUgAyAA4ADAAACGoA/wkcmK3KtXwDE/6rscvUDVZZHmVTeI2VqjQY09i4tC9hvF57QorsRYbCwD0GUqpM+aOSQgEwYwpwoEChQAc4HSySRMrmvwtAHYRy8i+Xwm4CxWUCM3DQQFQC52FAkVCfzSjXfCasYDMgACH5BAUEAP8ALFUALAAOAA0AAAh+AP8JFPgFiwIFGSwMHBhNAa8CBXhJJLXQE69gYXr0aDZpUwGKAhVM2kCy5IY+kygI1LMhizaXMLOY8vSPwiVTE3LqzHmjxr96rG4IHTpUVbR/eBTZWMp0qaJiFKrYSLMwjdU0qlYs3LqnK5tKW7ca+KQ17MIfxTyYXZgKrMCAACH5BAUEAP8ALFYAJAANABAAAAiLAP8JHEhhoEGBVXZtyIJAQbaDWGyxukGR1QZSAzPYmsCx44QN0QTiuZSlpMksl3YJDNFng8uXL/P9w7Kpj82bNz38y8CAwaRNQINOqvHPBK8CSJMmrbITac+nTzFiYRDmX5irWJt1EdjsoMANl7YOzKKNLFlttkz8I2PLq0BWJtS6FWiD6VyBxvIFBAAh+QQFBAD/ACxUAB4ADgAMAAAIcQD/CfRUhYLAgwj/YWHjoJieGgkFZvjhoKIDA3ryIbSgSoDHjz+IQRSI5ZOBkygNfHrlQWCIXntiyozZi4zAa4fSsNnJc6cqLBIV2RhKlKgbjf/wsLpxQ5FARUxZAf1XydSEiP9s6TmIAKvArl4R9gkIACH5BAUEAP8ALFAAHgASAAsAAAhBAGuswEeQzAoFpP4pXLhQgYBFDiBCZEjxn0MHGDFWpOgBz48fAgRs3JjB2CcDIzfWOJRyZI2WMGPKnElzpDY8AQEAIfkEBQQA/wAsTAAbABIACAAACFkA/wkc+I/TsRQEEybEpcOIkQcoFCb00DBGDCM+hF0hSCFaBgV67rTZRpIIBy9/RgzMQMyBg0WLLsic2SgXhwiWBOYzseKTxH8wJd3hRHDfip8DuSGV+ONfQAAh+QQFBAD/ACxMABkAFwAYAAAIZQD//auRTaDBgwgTejPn5cGBFJYSShTYyciwYenepAsSocJEhMeMzBhJ8p+YjwflGYnBsiVKhPK8iOBApM3LhAqSNVp04cLNhBTq/TPws6jRo0iTKl3KtKnTp1CjSp1KVaqpLgEBACH5BAUEAP8ALEgAGQAIAAgAAAg8AP9ZSEEQ15B//469SZduWI4g+WYNmzgMYScjMzLOsOhjBhqPCPMhAxDDB0KEx3Q8WIHwwj8PKXSd/BcQACH5BAUEAP8ALEMAGQAMAAoAAAhTAP8J/OeBVoqB/67lQxGBBYlh6dIhJPfmzcNhwxD+O2ZkhkePGr0ZQTODJBqNuHwAWLlSIwV5Klee8aFxCBQ7f3R0cKLxHy0/mkZQ6CmQggeiAQEAIfkEBQQA/wAsPwAaABgACgAACFcA/wn8126gwYMIB+KKECShw4MHxBiZMePhw3w60KCZsbEjR44PY1BABqAkAIsP2Z0xeRIlQlw6CMiUacflwXI67BCwo8MmQm9CoECJcM3nwXPYUBgVGBAAIfkEBQQA/wAsOwAcABwACwAACHMA/wn8h0vYwIMIEyb0dACNEQAz0EScKFGiQoFGCHbwAQDAxY8Iaf3h2NEjSJDYdBBYufIkyBQq7RCQSZOAQDD5XP7rBKWBT592fOpMyK7nzwYloIAZepCThJ4lksqowBRhJz8vhAiRQauqwivKYg3xOjAgACH5BAUEAP8ALDgAHwASAAsAAAhfAP8JdCKwoMGDAkfoOIOw4T8wOv4QsDOxIkU7CSmcg9LATgOHBzsJaUDyI0iB9paUWMny5L9yQkCslAni5DkJA0DkHCREBi2QtPy8qLOEz4sKLrMp80PHD0GXBSm4DAgAIfkEBQQA/wAsNQAiAAwAEQAACIAA/wlEoUOgwYNDNEE5eJCCHCENGBoEIwREiRICLVrklGkACBAeGaJ4MaCkyZJ1/lXAEGBAy5cDMIDR9SuAzZsBMHygsEXZrQAJgAKVgEsgMj8qfiVY6iqKwVr//PBbgIkQv2sMc8i70smSxBz/0v1LIdEg2LJo0xr8o/YfGoEBAQAh+QQFBAD/ACwyACYADgASAAAIfgD/CTwnsKBBg+sOGhzwL1s+GQEGRJwosdU/FgdaBVB4UEiCAAk4/svxD2SCkyE5llAR6FfLl64qFEQTiGWgm4FcIaFQsJYdQIDUCFUjK+FBAgmcOSsDyNUQg7UK/mnQ4I/If1FzkBQ4S+QwgzFEbr0q8CtZgWPJmj1bkETBgAAh+QQFBAD/ACwyACsADQANAAAIbAD/kUjwr6DBgzn+BPp1sGGOEmr+BWpoMEcAQGoyHiRkMEEZQCBD/iNUoaAKZ2VSqnSGySAgM2tiyjQz8c+/AJHM6NyZJAGJgkbKREpClCiXAD+BuorEhWmkXwSSGtQxIMEAOxQd5siadUbBgAAh+QQFBAD/ACwyADIADQAIAAAITgDRlEnyr6DBg/9kJSF4MJLBIZEi/nPokMuAgp6SRNy4EQSJf/n4cVlIMmKJj/+GcOFipqWZSIAIkABQ8FyslaC4JPiH8qCnIUMsXDsYEAAh+QQFBAD/ACwyADUADQAKAAAIYwCz/ePyr6DBg5boRDr4L8lBDwrNHDSTpME/NAllrdnI0YwdEv8gEipDsuQaHWJC0nEGqKXLMusKeigESI3Nm5hwUfhHgR8mFUCBupJVw6CFWJgwuXKFid8Qhv9oKTsSS+fBgAAh+QQFBAD/ACwPADsASAAIAAAIogD/CRxIsKDBgwjpqEHIsKHDhxANekCykKAKTBUiaty40cMvV4FCinSVkSNCSygiBBn2RkzLdC5dpvPybwTHiYES5Nx5q6TBLXIaQBEydJWQo3Ve8OEz4MM6grRQbIkQQZiwCAfAVNhn8p+nXxISiB3bs2GNFCMORFnL9siIFDW6dlXmCkOCAGJvxcont6/fCh8C6NOHRJnfw34tGDJEAXHBgAAh+QQFBAD/ACwyAD8ACwAJAAAIVQA9IMGQoKDBWxU8GAyQgGGCVgllNAxAkSKGCpZkVNz4IiIffQMChBzQ0VKmAShTkqyQz8+LASAGDBogxM+5f5bYrRpXosQqP53+Cf3XiZwUKUOGBgQAIfkEBQQA/wAsMgBEAAsACAAACEoAPcgI8K+gwYIeMg34N+gfiH8DhFQQCKKiRRASPWgCUaJjRxBQKnjS5NFjAyG4/nkT0qBlgxJQyukqSE4OgZtyvB0saMiToYMBAQAh+QQFBAD/ACwyAEgACwAJAAAITwAt/RtI8F8JKBU8aCpRsEEDhAodOrTjUEdCTXYIZNxop8K5DhkJiBTZ0cPIkwR84MonzweAly99IDv3z4O8GABmAIghr1PBIVIgSKFFMCAAIfkEBQQA/wAsMgBNAAsACAAACEoAPfwhQLAggTO4sgUhAKChQ4QUHpxx+BDXvwhG0MxAA2AjGou4jMwYSdLIlX//DogcNoOEEXYUUFIQluPJExbeUOr8Z8iToZ0BAQAh+QQFBAD/ACw1AFEACAAFAAAIIwD/CRwoBtfAf8NmFIzwJt2wh+kMginy5Nu3JxUGeurEUVdAACH5BAUEAP8ALAAAAAABAAEAAAgEAP8FBAAh+QQFBAD/ACwAAAAAAQABAAAIBAD/BQQAOw==");
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    display: block !important;
    height: 100px;
    opacity: 0;
    overflow: hidden;
}
.banner-owl-carousel:not(.owl-loaded) .owl-stage-outer {
    display: none !important;
}
.owl-theme .owl-dots {
    bottom: 1%;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #fcfcfc;
    border-radius: 4px;
    height: 8px;
    width: 24px;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: #fcfcfc;
    height: 24px;
    margin-left: 8px;
    margin-right: 8px;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    width: 24px;
}
.owl-nav button.owl-next span,
.owl-nav button.owl-prev span {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 4a4 4 0 0 0-4-4H4a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4Z' fill='%23FCFCFC'/%3E%3Cpath d='M6 12h12M12 18l6-6-6-6' stroke='%23404247' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 24px;
    text-indent: -9999px;
    width: 24px;
}
.owl-nav button.owl-next {
    display: flex;
    margin-right: 2%;
    right: 0;
}
.owl-nav button.owl-prev {
    display: flex;
    left: 0;
    margin-left: 2%;
}
.owl-nav button.owl-prev span {
    transform: rotate(180deg);
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
}
.ui-autocomplete-category {
    align-items: flex-end;
    color: #727578;
    display: flex;
    font-size: 10px;
    font-weight: 800;
    height: 32px;
    line-height: 10px;
    padding-bottom: 2px;
    padding-left: 12px;
    pointer-events: none;
    text-transform: uppercase;
}
.global-search {
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
.global-search__wrap {
    flex: 1;
}
.global-search__action {
    background: #fff;
    padding-left: 0;
    width: 100%;
}
.global-search__action .btn--cyan {
    padding: 10px 8px;
    width: 100%;
}
.global-search__category {
    border-radius: 4px;
    margin-bottom: 16px;
    width: 100%;
}
.global-search__category-toggle {
    border: 1px solid hsla(200, 2%, 73%, 0.5);
    border-radius: 4px;
    color: #3a3a3c;
    font-size: 14px;
    font-weight: 500;
    height: 42px;
    line-height: 14px;
    overflow: hidden;
    padding: 12px 20px 12px 12px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.global-search__category-toggle:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.06.727 4 3.78.94.727l-.94.94 4 4 4-4-.94-.94Z' fill='%233A3A3C'/%3E%3C/svg%3E");
    border: none;
    height: 6px;
    position: absolute;
    right: 16px;
    top: 18px;
    width: 8px;
}
.global-search__category-toggle[aria-expanded="true"] {
    border-radius: 4px 4px 0 0;
}
.global-search__category-toggle[aria-expanded="true"]:after {
    transform: rotate(180deg);
}
.global-search__category-toggle:focus {
    box-shadow: none;
}
.global-search__category-dropdown {
    border: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 8px 4px 0 #00000014, -4px 4px 4px 0 #00000014, 4px 4px 4px 0 #00000014;
    padding: 0 0 4px;
    top: -2px !important;
    width: 100%;
}
.global-search__category-item {
    align-items: center;
    color: #3a3a3c;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    padding: 8px 12px;
    position: relative;
}
.global-search__category-item:after {
    background: hsla(0, 1%, 59%, 0.25);
    bottom: 0;
    content: "";
    height: 1px;
    left: 12px;
    position: absolute;
    right: 12px;
}
.global-search__category-item:last-child:after {
    content: none;
}
.global-search__category-item .form-check {
    min-height: auto;
    padding-left: 23px;
}
.global-search__category-item .form-check-input {
    cursor: pointer;
    margin-left: -23px;
}
.global-search__category-item .form-check-label {
    cursor: pointer;
    vertical-align: middle;
}
.global-search__category-radio {
    background-size: 13px 13px;
    height: 13px !important;
    margin-right: 8px;
    width: 13px !important;
}
.global-search__autocomplete {
    flex: 1;
    margin-bottom: 24px;
    position: relative;
}
.global-search__autocomplete:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.5' d='M8.333 7.333h-.526l-.187-.18a4.314 4.314 0 0 0 1.047-2.82 4.333 4.333 0 1 0-4.334 4.334c1.074 0 2.06-.394 2.82-1.047l.18.187v.526l3.334 3.327.993-.993-3.327-3.334Zm-4 0c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3Z' fill='%233A3A3C'/%3E%3C/svg%3E");
    content: "";
    height: 12px;
    left: 15px;
    position: absolute;
    top: 15px;
    width: 12px;
}
.global-search__autocomplete ::-webkit-input-placeholder {
    color: #8f90a6;
}
.global-search__autocomplete ::-moz-placeholder {
    color: #8f90a6;
}
.global-search__autocomplete :-ms-input-placeholder {
    color: #8f90a6;
}
.global-search__autocomplete :-moz-placeholder {
    color: #8f90a6;
}
.global-search__autocomplete-input {
    background: #fff;
    border: 1px solid #dbdcdd;
    border-radius: 4px;
    color: #4a5d78;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 14px;
    padding: 8px 75px 8px 12px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.global-search__autocomplete-input:focus,
.global-search__autocomplete-input:hover {
    background: rgba(227, 215, 252, 0.5);
    border-color: #dbdcdd;
    color: #4a5d78;
    outline: none;
}
.global-search__autocomplete-input:focus {
    background: rgba(227, 215, 252, 0.6) !important;
}
.global-search__autocomplete-search {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.global-search__autocomplete-search:focus {
    box-shadow: none !important;
}
.global-search__autocomplete-search .icon--cancel {
    height: 20px;
    width: 20px;
}
.global-search__clear {
    cursor: pointer;
    position: absolute;
    right: 45px;
    top: 8px;
}
.ui-autocomplete__searchin-wrap {
    background: #fff;
    border: 1px solid hsla(0, 1%, 59%, 0.25);
    border-radius: 4px;
    border-top: 0 solid hsla(0, 1%, 59%, 0.25);
    display: flex;
    flex-direction: column;
    padding: 24px;
    position: fixed;
    width: 115px;
    z-index: 2;
}
.ui-autocomplete__searchin-wrap .ui-autocomplete__searchin-key {
    align-self: flex-start;
    color: #3c0b9f;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
}
.ui-autocomplete__searchin-wrap .ui-autocomplete__searchin-message {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 15px;
    text-align: center;
}
.ui-autocomplete__searchin-wrap .ui-autocomplete__searchin-title {
    align-self: flex-start;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.ui-autocomplete__searchin-wrap .ui-autocomplete__searchin-btn {
    align-self: center;
    background-color: #fff;
    border: 1px solid #290a68;
    border-radius: 4px;
    color: #290a68;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    line-height: 14px;
    margin-top: 15px;
    padding: 7px;
    width: 90px;
}
.ui-autocomplete__searchin-wrap .ui-autocomplete__searchin-btn:hover {
    background: rgba(227, 215, 252, 0.2);
    border: 1px solid #290a68;
}
.ui-autocomplete__searchin-wrap .ui-autocomplete__searchin-btn.disabled {
    border: 1px solid hsla(240, 1%, 61%, 0.9);
    color: hsla(240, 1%, 61%, 0.9);
    pointer-events: none;
}
.o-autocomplete.o-autocomplete--global {
    max-height: calc(100vh - 130px);
    min-height: 260px;
    position: fixed;
    z-index: 2 !important;
}
.o-autocomplete--global .o-autocomplete__item.empty {
    opacity: 0;
}
.header-top {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.header-top:after {
    background: #e6e8ef;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 98%;
}
.header-top .navbar {
    padding: 0 !important;
}
.header-top .navbar .navbar-nav {
    align-items: flex-start !important;
}
.header-top__left {
    margin: 8px 0 8px 16px;
}
.header-top__left-item {
    margin-bottom: 16px;
    position: relative;
}
.header-top__left-item:not(:first-child) {
    margin-left: 0;
}
.header-top__left-item-text {
    color: #4a5d78;
    line-height: 18px;
    margin-right: 24px;
    padding: 0 !important;
}
.header-top__right {
    display: none;
    margin-right: 16px;
}
.header-top__right--item {
    align-items: center;
    color: #470a68 !important;
    display: flex;
    font-weight: 700;
    text-decoration: none;
}
.header-top__right--item .icon {
    margin-right: 4px;
    max-height: 18px;
}
.header-top__right .welcome-staff {
    color: #290a68;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin-right: 11px;
}
.header-primary {
    padding: 0;
}
.header-primary__desktop {
    background: #f7f7fc;
    flex-wrap: nowrap !important;
    padding: 8px 0;
}
.header-primary__desktop .header__toggler {
    background: #f7f7fc;
    cursor: pointer;
    display: block;
    flex-wrap: nowrap !important;
    margin: 0 16px;
}
.header-primary__desktop .header__brand {
    display: flex;
    justify-content: left;
    margin-right: 0;
    overflow: hidden;
    padding: 0;
    width: auto;
}
.header-primary__desktop .header__brand-image {
    height: 22px;
    max-width: 222px;
    width: 100%;
}
.header-primary__desktop .header__search {
    background: #fff;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    position: fixed;
    right: 0;
    top: 56px;
    width: 100%;
}
.header-primary__desktop .header__search .autocomplete {
    width: 100%;
}
.header-primary__desktop .header__search .autocomplete .aa-Form {
    background: #fff;
    border-color: #e6e8ef;
    height: 40px;
}
.header-primary__desktop .header__search .autocomplete .aa-Form:focus-within {
    border-color: #e6e8ef;
    box-shadow: none;
    outline: none;
}
.header-primary__desktop .header__search .autocomplete .aa-Form .aa-SubmitIcon {
    fill: #470a68;
}
.header-primary__desktop .header__search .autocomplete .aa-Form .aa-ClearIcon {
    fill: #323232;
}
.header-primary__desktop .header__list-wrap {
    flex-direction: row;
    height: 40px;
    justify-content: right;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
}
.header-primary__desktop .header__list-wrap .notification {
    left: auto;
    margin-top: -3px;
    padding: 0;
    right: 16px;
}
.header-primary__desktop .header__list-item {
    align-items: center;
    display: flex;
    margin-right: 16px;
    min-width: 20px;
}
.header-primary__desktop .header__list-item--notification.unread {
    box-shadow: none;
    position: relative;
}
.header-primary__desktop .header__list-item--notification.unread .icon--alert {
    margin-left: -8px;
    margin-right: 0;
}
.header-primary__desktop .header__list-item--notification.unread:before {
    color: #9f0b1a;
    content: "*";
    left: 32px;
    position: absolute;
    top: 1px;
}
.header-primary__desktop .header__list-item:last-child {
    margin-right: 0;
}
.header-primary__desktop .header__list-item .btn--nav-item {
    align-items: center;
    justify-content: center;
    width: auto;
}
.header-primary__desktop .header__list--dropdown {
    background-color: #f5f6fa;
    border-radius: 4px;
    width: 237px;
}
.header-primary__desktop .header__list--dropdown .header__dropdown-toggle {
    background-color: #f5f6fa;
    border-radius: 4px;
    color: #290a68;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    overflow: hidden;
    padding: 8px 21px 8px 12px !important;
    position: relative;
    text-overflow: ellipsis;
    z-index: 1;
}
.header-primary__desktop .header__list--dropdown .header__dropdown-toggle .profile-link {
    align-items: center;
    color: #290a68;
    display: flex;
}
.header-primary__desktop .header__list--dropdown .header__dropdown-toggle:after {
    border-left: 2px solid #470a68;
    border-right: none;
    border-top: 2px solid #470a68;
    content: "";
    display: inline-block;
    height: 8px;
    margin-left: 4.08px;
    position: absolute;
    right: 12px;
    top: 14px;
    transform: rotate(225deg);
    vertical-align: 3px;
    width: 8px;
    z-index: 3;
}
.header-primary__desktop .header__list--dropdown .header__dropdown-toggle.show:after {
    top: 18px;
    transform: rotate(45deg);
}
.header-primary__desktop .header__list--dropdown .header__dropdown-toggle.show,
.header-primary__desktop .header__list--dropdown .header__dropdown-toggle:hover {
    background-color: rgba(227, 215, 252, 0.6);
}
.header-primary__desktop .header__list--dropdown .header__dropdown-menu {
    background: #f5f6fa;
    border: none;
    border-radius: 0 4px 4px 0;
    box-shadow: -4px 4px 4px 0 #00000014;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08), -4px 4px 4px rgba(0, 0, 0, 0.08), 0 8px 4px rgba(0, 0, 0, 0.08);
    margin-top: -40px;
    min-width: auto;
    padding-bottom: 0;
    padding-top: 40px;
    width: 100%;
    z-index: 0;
}
.header-primary__desktop .header__list--dropdown .header__dropdown-item {
    position: relative !important;
}
.header-primary__desktop .header__list--dropdown .header__dropdown-item:first-child:before {
    content: none;
}
.header-primary__desktop .header__list--dropdown .header__dropdown-item:before {
    background: #e6e8ef;
    content: "";
    height: 1px;
    left: 12px;
    position: absolute;
    right: 12px;
    top: -1px;
}
.header-primary__desktop .header__list--dropdown .header__dropdown-item .icon--feedback,
.header-primary__desktop .header__list--dropdown .header__dropdown-item .icon--make-payment,
.header-primary__desktop .header__list--dropdown .header__dropdown-item .icon--my-orders,
.header-primary__desktop .header__list--dropdown .header__dropdown-item .icon--my-profile,
.header-primary__desktop .header__list--dropdown .header__dropdown-item .icon--reports {
    fill: none;
    stroke: #4a5d78;
}
.header-primary__desktop .header__list--dropdown .header__dropdown-item:focus .icon--feedback,
.header-primary__desktop .header__list--dropdown .header__dropdown-item:focus .icon--make-payment,
.header-primary__desktop .header__list--dropdown .header__dropdown-item:focus .icon--my-orders,
.header-primary__desktop .header__list--dropdown .header__dropdown-item:focus .icon--my-profile,
.header-primary__desktop .header__list--dropdown .header__dropdown-item:hover .icon--feedback,
.header-primary__desktop .header__list--dropdown .header__dropdown-item:hover .icon--make-payment,
.header-primary__desktop .header__list--dropdown .header__dropdown-item:hover .icon--my-orders,
.header-primary__desktop .header__list--dropdown .header__dropdown-item:hover .icon--my-profile {
    stroke: #4d0099;
}
.header-primary__desktop .header__list--dropdown .header__dropdown-item-link {
    color: #4a5d78;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    overflow: hidden;
    padding: 8px 12px;
    position: relative;
    text-overflow: ellipsis;
}
.header-primary__desktop .header__list--dropdown .header__dropdown-item-link:hover {
    background-color: rgba(227, 215, 252, 0.6);
    color: #4d0099;
    text-decoration: none;
}
.header-primary__desktop .header__list--dropdown .header__dropdown-item-link .icon {
    margin-right: 10px;
}
.header-primary__desktop .header__list--dropdown .header__dropdown-profile-wrap {
    background: #fff;
    padding-top: 32px;
    position: relative;
}
.header-primary__desktop .header__list--dropdown .header__dropdown-profile-wrap:after {
    background: #fff;
    color: #979494;
    content: attr(data-dropdown-head);
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    width: 100%;
}
.header-primary .profile-link {
    display: block;
    vertical-align: middle;
}
.header-primary .profile-link .icon,
.header-primary .profile-link__image {
    border-radius: 50%;
    height: 50px;
    margin-right: 10px;
    width: 50px;
}
.header-primary .profile-link__image--default .icon {
    stroke: none !important;
}
.header-primary .profile-link__number {
    color: #6e4087;
}
.header-primary .profile-link__name {
    color: #2e2828;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    margin-bottom: 3px;
}
.header-primary .profile-link__additional {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
}
.header-primary .profile-link__additional-item {
    color: #4a5d78;
    margin-right: 10px;
}
.header-primary .profile-link__wrap {
    align-items: center;
    display: flex;
}
.header-mobile {
    max-width: 90%;
    width: 296px;
}
.header-mobile__brand {
    background: #f7f7fc;
    padding: 16px;
}
.header-mobile__brand-image {
    height: 22px;
    max-width: 100%;
}
.header-mobile__body {
    padding: 0;
}
.header-mobile__list-item {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
}
.header-mobile__list-item .welcome-staff {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
}
.header-mobile__list-item.active {
    background-color: #f5f6fa;
    position: relative;
}
.header-mobile__list-item.active:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='.2' cx='12' cy='12' r='12' fill='%236E4087'/%3E%3Cpath d='m6.46 11.849 3.54 3.54 7.08-7.08' stroke='%236E4087' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    height: 24px;
    position: absolute;
    right: 16px;
    top: calc(50% - 12px);
    transform: translateY(-50%);
    width: 24px;
}
.header-mobile__list-item.active .profile-link__name {
    padding-right: 25px;
}
.header-mobile__list-item.item-active .header-mobile__list-item-link {
    color: #3c0b9f;
}
.header-mobile__list-item.item-active .icon--aside-catalog-active {
    margin-top: -3px;
}
.header-mobile__list-item--logout .header-mobile__list-item-link,
.header-mobile__list-item--logout .header-mobile__list-item-link:focus,
.header-mobile__list-item--logout .header-mobile__list-item-link:hover {
    color: #ee3224;
}
.header-mobile__list-item--lob .header-mobile__footer-link {
    color: #470a68 !important;
    font-weight: 700;
}
.header-mobile__list-item--lob .header-mobile__footer-link .icon {
    height: 24px;
    margin-right: 10px;
    width: 24px;
}
.header-mobile__list-item-link {
    color: #32324b;
    display: block;
    padding: 8px 16px;
}
.header-mobile__list-item-link:focus,
.header-mobile__list-item-link:hover {
    color: #32324b;
}
.header-mobile__list-item-link.disabled {
    color: rgba(50, 50, 75, 0.5);
    cursor: default;
    pointer-events: none;
}
.header-mobile__list-item-link .profile-link--mobile {
    display: block !important;
}
.header-mobile__dropdown-toggle {
    cursor: pointer;
}
.header-mobile__dropdown-toggle:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 6 6 6-6' stroke='%232E2828' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
    height: 24px;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 7px;
    width: 24px;
}
.header-mobile__dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(180deg);
}
.header-mobile__dropdown-item:last-child .header-mobile__dropdown-link {
    margin-bottom: 20px;
}
.header-mobile__dropdown-link,
.header-mobile__dropdown-link:focus,
.header-mobile__dropdown-link:hover {
    color: rgba(35, 35, 35, 0.5);
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    padding: 8px 20px 8px 54px;
    text-decoration: none;
}
.header-mobile__profile .header-mobile__list-item:not(.active):after {
    background: #e6e8ef;
    bottom: 0;
    content: "";
    height: 1px;
    left: 16px;
    position: absolute;
    right: 16px;
}
.header-mobile__subnav {
    padding-bottom: 16px;
    padding-top: 8px;
}
.header-mobile__subnav .header-mobile__list-item .icon {
    height: 24px;
    margin-right: 10px;
    width: 24px;
}
.header-mobile__subnav .header-mobile__list-item .icon--feedback,
.header-mobile__subnav .header-mobile__list-item .icon--make-payment,
.header-mobile__subnav .header-mobile__list-item .icon--my-orders,
.header-mobile__subnav .header-mobile__list-item .icon--my-profile,
.header-mobile__subnav .header-mobile__list-item .icon--reports,
.header-mobile__subnav .header-mobile__list-item .icon--tracking-truck {
    fill: none;
    stroke: #323232;
}
.header-mobile__footer {
    border-top: 1px solid #d6d8e7;
    padding-bottom: 8px;
    padding-top: 8px;
}
.header-mobile__footer-link,
.header-mobile__footer-link:focus,
.header-mobile__footer-link:hover {
    color: #6c757d;
}
.l-hpage-stock-search__form {
    margin-bottom: 12px;
}
.hpage-stock__head {
    margin-bottom: 16px;
}
.hpage-stock__link {
    color: #3c0b9f;
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
}
.l-hpage-stock-search__result {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 12px;
}
.l-hpage-stock-search__result .card-product__image,
.l-hpage-stock-search__result .card-product__image .img-fluid {
    height: 110px;
}
.l-hpage-stock-search__result .icon--empty-search {
    height: 160px;
    width: 160px;
}
.l-hpage-stock-search__result #hpage-stock-button {
    cursor: default !important;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 5px 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.l-hpage-stock-search__result #hpage-stock-button:after {
    content: none;
}
.l-hpage-stock-search__result .promotion-message {
    border-radius: 0;
    margin: 0;
    width: 100%;
}
.l-hpage-stock-search__result-empty.try-searching .place-holder__image {
    margin-bottom: 0;
}
.form-login {
    margin: auto;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
}
.form-login .error-message {
    color: #ee3224;
    margin-bottom: 12px;
    margin-top: -12px;
}
.form-login__head {
    margin: 0 auto;
    max-width: 259px;
    text-align: center;
}
.form-login__brand {
    margin-bottom: 32px;
}
.form-login__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}
.form-login__description {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 24px;
}
.form-login__form-input {
    margin-bottom: 24px;
}
.form-login__form-input--mobile-number .input-group-text {
    background: transparent;
    border: 0;
    color: #8f90a6;
    font-family: Accord Alternate, sans-serif;
    font-size: 16px;
    font-weight: 500;
    left: 0;
    padding: 13px 14px 0;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 4;
}
.form-login__form-input--mobile-number .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
}
.form-login__form-input--mobile-number .form-control {
    padding-left: 44px;
}
.form-login__form-input--mobile-number .form-control:focus {
    background-color: #fafafc;
}
.form-login__form-check {
    margin-bottom: 30px;
}
.form-login__form-check label {
    color: #6b7588;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.form-login__cta-submit {
    height: 48px;
    width: 100%;
}
.form-login__cta-link {
    margin-top: 24px;
    padding: 0;
}
.form-login__eye {
    background: transparent;
    border-width: 0;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 11px;
    z-index: 1;
}
.form-login__otp {
    margin-bottom: 24px;
}
.form-login__otp .is-invalid {
    padding: 5px;
}
.form-login__cta-resend-otp {
    margin-bottom: 24px;
    padding: 0;
    text-decoration: none;
}
.form-login__cta-resend-otp .icon {
    margin-right: 2px;
    margin-top: -2px;
}
.form-login__resend-otp-countdown {
    color: #8f90a6;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 24px;
    padding-top: 5px;
}
.form-login__password-policy {
    margin-top: 24px;
}
.form-login__password-policy-list {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    list-style-position: inside;
    margin-left: 0;
    padding-left: 0;
}
.form-login div#staffForgetPassword {
    background: #fff;
}
.form-login div#staffForgetPassword .toast-login-error__body {
    border: 1px solid #ee3224;
    border-radius: 8px;
    color: #292c31 !important;
}
.form-login div#staffForgetPassword .toast-login-error__body .btn-close .icon--cancel {
    fill: #292c31 !important;
}
.form-stafflogin__cta-link {
    margin-top: 8px;
    padding: 0;
}
.form-stafflogin__stflgn-forget {
    margin-top: 0;
}
.modal--add-to-cart .card-product {
    padding: 14px 0;
}
.modal--add-to-cart .card-product__title {
    width: 100%;
}
.modal--add-to-cart .card-product__title-inner {
    font-size: 14px;
    font-weight: 800;
    line-height: 17px;
}
.modal--add-to-cart .card-product__price-qty {
    margin-top: 8px;
}
.modal--add-to-cart .card-product__image .img-fluid {
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}
.modal--add-to-cart .card-product__category-name {
    text-align: center;
    width: 92%;
}
.modal--add-to-cart .card-product__itemwrap {
    background: #f5f6fa;
    padding-bottom: 8px;
}
.modal--add-to-cart .card-product__tag-item {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
}
.modal--add-to-cart .card-product__tag-lists {
    padding: 0;
}
.modal--add-to-cart .card-product__item {
    margin-right: auto;
}
.modal--add-to-cart .card-product__item .item-pricevalue {
    margin-right: 0;
}
.modal--add-to-cart .card-product__item .js-quantity-value {
    color: #087840;
}
.modal--cart-remove-product .modal-footer {
    margin-top: 56px;
}
.modal--kyc-complete .modal-body {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    min-height: 70px;
}
.modal--confirm-order-cart .modal-header {
    padding-bottom: 0;
}
.modal--confirm-order-cart .modal-body {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 9px;
    min-height: 70px;
}
.modal--confirm-order-cart .modal-body .cart-table {
    margin: 0 -10px;
}
.modal--confirm-order-cart .modal-body .cart-table .table-responsive {
    margin: 0;
    padding-left: 0;
}
.modal--confirm-order-cart .modal-body .cart-table .table-responsive .table--all-cart-items {
    border-collapse: separate;
    border-spacing: 7px;
}
.modal--confirm-order-cart .modal-body .cart-table .table-responsive .table--all-cart-items th {
    padding: 7px 10px;
}
.modal--confirm-order-cart .modal-body .cart-table .table-responsive .table--all-cart-items tbody tr {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.modal--confirm-order-cart .modal-body .cart-table .table-responsive .table--all-cart-items tbody tr td {
    padding: 10px;
}
.modal--confirm-order-cart .seemore-ellipses {
    color: #3c0b9f;
    cursor: pointer;
    font-weight: 700;
}
.modal--confirm-order-cart .shipaddress {
    border-bottom: 1px solid #e6e8ef;
    margin: 0;
    padding: 4px 0 10px;
}
.modal--confirm-order-cart .shipaddress__details {
    margin: 0;
}
.modal--confirm-order-cart .block--order-confirm {
    color: #727578;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin-top: 12px;
    max-width: 400px;
}
.modal--confirm-order-cart .block__heading {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: -11px;
}
.modal--confirm-order-cart .block .confirm-note {
    color: #3a3a3c;
}
.modal--confirm-order .modal-body {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 9px;
    min-height: 70px;
}
.modal--confirm-order .shipaddress {
    border-bottom: 1px solid #e6e8ef;
    margin: 0;
    padding: 4px 0 10px;
}
.modal--confirm-order .shipaddress__details {
    margin: 0;
}
.modal--confirm-order .block--order-confirm {
    color: #727578;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin-top: 12px;
    max-width: 400px;
}
.modal--confirm-order .block__heading {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: -11px;
}
.modal--confirm-order .block .confirm-note {
    color: #3a3a3c;
}
.create-staff-account .modal-body {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    min-height: 70px;
}
.create-staff-account .profile-create {
    padding-bottom: 12px;
}
.create-staff-account .profile-create .input-create-account {
    background-color: #fff;
    border: 1px solid #dbdcdd;
    font-size: 12px;
    font-weight: 500;
    height: 32px;
    line-height: 15px;
    margin-bottom: 12px;
}
.create-staff-account .profile-create label {
    color: #979494;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 5px;
}
.create-staff-account .profile-create input#create-account-pass {
    padding-right: 35px;
}
.create-staff-account .profile-create .form-modal__eye {
    top: 27px;
}
.create-staff-account .modal-footer-actions__col:last-child {
    text-align: right;
}
.create-staff-account .modal-footer .btn {
    font-weight: 700;
}
.access-level .roles-text {
    color: #979494;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 0.5rem;
}
.access-level .roles {
    margin-bottom: 30px;
    margin-top: 8px;
    overflow: hidden;
    width: 100%;
}
.access-level .roles__dropdown--picker {
    left: 0;
    width: 100% !important;
}
.access-level .roles__dropdown--items {
    background-color: transparent !important;
    color: #3a3a3c !important;
}
.access-level .a-dropdown-wrap {
    width: 100%;
}
.access-level .bootstrap-select .bs-ok-default:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 .26H2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-14a2 2 0 0 0-2-2Zm-9 14-5-5 1.41-1.41L7 11.43l7.59-7.59L16 5.26l-9 9Z' fill='%230B9F55'/%3E%3C/svg%3E");
    border: none;
    border-radius: 0;
    content: "";
    display: block;
    height: 18px;
    position: absolute;
    right: -2px;
    top: 4px;
    transform: rotate(0deg);
    width: 18px;
}
.access-level .bootstrap-select .dropdown-toggle {
    align-items: center;
    background-color: #fff;
    border: 1px solid #dbdcdd;
    border-radius: 5px;
    box-shadow: none;
    color: #3a3a3c;
    height: 32px;
    margin-bottom: 12px;
    opacity: 1;
    outline: none;
    padding-right: 25px;
    width: 100%;
}
.access-level .bootstrap-select .dropdown-toggle:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.06.727 4 3.78.94.727l-.94.94 4 4 4-4-.94-.94Z' fill='%233A3A3C'/%3E%3C/svg%3E");
    border: none;
    height: 6px;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 8px;
}
.access-level .bootstrap-select .dropdown-toggle.bs-placeholder,
.access-level .bootstrap-select .dropdown-toggle.bs-placeholder:active,
.access-level .bootstrap-select .dropdown-toggle.bs-placeholder:focus,
.access-level .bootstrap-select .dropdown-toggle.bs-placeholder:hover {
    color: #979494;
}
.access-level .bootstrap-select .dropdown-toggle.hidden:after {
    display: none;
}
.access-level .bootstrap-select .dropdown-toggle:active,
.access-level .bootstrap-select .dropdown-toggle:hover {
    color: #3a3a3c;
}
.access-level .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
.access-level .bootstrap-select .dropdown-toggle.show {
    background-color: #f1ebfd;
}
.access-level .bootstrap-select .dropdown-toggle .filter-option {
    height: auto;
}
.access-level .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-overflow: ellipsis;
}
.access-level .bootstrap-select .dropdown-menu {
    border: none;
    margin-top: -1px;
    padding: 0;
    width: 100%;
}
.access-level .bootstrap-select .dropdown-menu .show {
    max-height: 111px !important;
}
.access-level .bootstrap-select .dropdown-menu li {
    padding: 5px 12px 0;
}
.access-level .bootstrap-select .dropdown-menu li:hover {
    background-color: #f1ebfd;
}
.access-level .bootstrap-select .dropdown-menu li:not(:last-child):after {
    background: #e6e8ef;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
}
.access-level .bootstrap-select .dropdown-menu .text {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 8px;
    white-space: pre-wrap;
}
.access-level .bootstrap-select .dropdown-menu.show {
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.08)) drop-shadow(-4px 4px 4px rgba(0, 0, 0, 0.08)) drop-shadow(0 8px 4px rgba(0, 0, 0, 0.08));
}
.access-level .bootstrap-select .dropdown-item.active,
.access-level .bootstrap-select .dropdown-item:active {
    background: transparent;
    color: #3a3a3c;
}
.access-level .bootstrap-select > select {
    height: 0 !important;
}
.lob-list {
    display: none;
}
.lob-list .lob-text {
    color: #979494;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 0.5rem;
}
.lob-list .lob {
    margin-bottom: 30px;
    margin-top: 8px;
    overflow: hidden;
    width: 100%;
}
.lob-list .lob__dropdown--picker {
    left: 0;
    width: 100% !important;
}
.lob-list .lob__dropdown--items {
    background-color: transparent !important;
    color: #3a3a3c !important;
    padding: 5px 12px;
}
.lob-list .lob__dropdown--items:before {
    background-image: none;
    border: 1px solid;
    border-radius: 0;
    content: "";
    display: block;
    height: 18px;
    position: absolute;
    right: 13px;
    top: 9px;
    transform: rotate(0deg);
    width: 18px;
}
.lob-list .a-dropdown-wrap {
    width: 100%;
}
.lob-list .bootstrap-select .bs-ok-default:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 .26H2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-14a2 2 0 0 0-2-2Zm-9 14-5-5 1.41-1.41L7 11.43l7.59-7.59L16 5.26l-9 9Z' fill='%230B9F55'/%3E%3C/svg%3E");
    border: none;
    border-radius: 0;
    content: "";
    display: block;
    height: 18px;
    position: absolute;
    right: -2px;
    top: 4px;
    transform: rotate(0deg);
    width: 18px;
}
.lob-list .bootstrap-select .dropdown-toggle {
    align-items: center;
    background-color: #fff;
    border: 1px solid #dbdcdd;
    border-radius: 5px;
    box-shadow: none;
    color: #3a3a3c;
    height: 32px;
    margin-bottom: 12px;
    opacity: 1;
    outline: none;
    padding-right: 25px;
    width: 100%;
}
.lob-list .bootstrap-select .dropdown-toggle:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.06.727 4 3.78.94.727l-.94.94 4 4 4-4-.94-.94Z' fill='%233A3A3C'/%3E%3C/svg%3E");
    border: none;
    height: 6px;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 8px;
}
.lob-list .bootstrap-select .dropdown-toggle.bs-placeholder,
.lob-list .bootstrap-select .dropdown-toggle.bs-placeholder:active,
.lob-list .bootstrap-select .dropdown-toggle.bs-placeholder:focus,
.lob-list .bootstrap-select .dropdown-toggle.bs-placeholder:hover {
    color: #979494;
}
.lob-list .bootstrap-select .dropdown-toggle.hidden:after {
    display: none;
}
.lob-list .bootstrap-select .dropdown-toggle:active,
.lob-list .bootstrap-select .dropdown-toggle:hover {
    color: #3a3a3c;
}
.lob-list .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
.lob-list .bootstrap-select .dropdown-toggle.show {
    background-color: #f1ebfd;
}
.lob-list .bootstrap-select .dropdown-toggle .filter-option {
    height: auto;
}
.lob-list .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-overflow: ellipsis;
}
.lob-list .bootstrap-select .dropdown-menu {
    border: none;
    margin-top: -1px;
    padding: 0;
    width: 100%;
}
.lob-list .bootstrap-select .dropdown-menu li:first-child {
    padding-bottom: 0;
}
.lob-list .bootstrap-select .dropdown-menu li:hover {
    background-color: #f1ebfd;
}
.lob-list .bootstrap-select .dropdown-menu li:not(:last-child):after {
    background: #e6e8ef;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
}
.lob-list .bootstrap-select .dropdown-menu .text {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 8px;
    white-space: pre-wrap;
}
.lob-list .bootstrap-select .dropdown-menu.show {
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.08)) drop-shadow(-4px 4px 4px rgba(0, 0, 0, 0.08)) drop-shadow(0 8px 4px rgba(0, 0, 0, 0.08));
}
.lob-list .bootstrap-select .dropdown-item.active,
.lob-list .bootstrap-select .dropdown-item:active {
    background: transparent;
    color: #3a3a3c;
}
.modal--delete-staff-account .modal-footer {
    margin-top: 56px;
}
.modal--download-error .modal-body {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    min-height: 70px;
}
.modal--download-error .icon--error-cancel {
    margin-right: 4px;
}
.editprofile .modal-body {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    min-height: 70px;
}
.editprofile .profile-edit .editProfile {
    background-color: #fff;
    border: 1px solid #dbdcdd;
    font-size: 12px;
    font-weight: 500;
    height: 32px;
    line-height: 15px;
    margin-bottom: 12px;
}
.editprofile .profile-edit .access-level {
    padding-bottom: 12px;
}
.editprofile .profile-edit label {
    color: #979494;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
}
.edit-staff-account .modal-body {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    min-height: 70px;
}
.edit-staff-account .staff-account-body {
    padding-bottom: 12px;
}
.edit-staff-account .staff-account-body .input-staff-edit {
    background-color: #fff;
    border: 1px solid #dbdcdd;
    font-size: 12px;
    font-weight: 500;
    height: 32px;
    line-height: 15px;
    margin-bottom: 12px;
}
.edit-staff-account .staff-account-body input#editStaffProfile-password {
    padding-right: 35px;
}
.edit-staff-account .staff-account-body label {
    color: #979494;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
}
.form-password-input {
    position: relative;
}
.emailStatement .modal-body {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    min-height: 70px;
}
.emailStatement .error-message {
    color: #e63535;
}
.emailStatement .success-message {
    color: #0c7340;
}
.modal--favorites-remove-product .modal-dialog .modal-title {
    line-height: 29px;
    max-width: 91%;
}
.modal--favorites-remove-product .modal-footer {
    margin-top: 56px;
}
.modal--feedback-confirm .modal-body {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    min-height: 70px;
}
.modal--feedback-confirm .placeholder-success {
    margin-bottom: 16px;
    margin-top: 16px;
}
.modal--feedback .modal-body {
    min-height: 70px;
}
.feedback-rating {
    margin-top: 24px;
}
.feedback-rating__label {
    flex-grow: 1;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 10px;
    width: 100%;
}
.feedback-rating__item {
    height: 42px;
    margin-right: 8px;
    width: 42px;
}
.feedback-rating__selected {
    color: #3a3a3c;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.feedback-rating__selected .icon {
    margin-right: 5px;
}
.feedback-rating__cta {
    border-color: hsla(240, 1%, 61%, 0.5);
    color: #8f90a6;
    font-size: 20px;
    font-weight: 400;
    height: 100%;
    line-height: 25px;
    width: 100%;
}
.feedback-rating__cta.selected,
.feedback-rating__cta:focus,
.feedback-rating__cta:hover {
    background-color: #0b8e9f;
    border-color: #0b8e9f;
    color: #fff;
}
.feedback-rating__textarea {
    margin: 24px 0 32px;
}
.feedback-rating__textarea .form-control {
    height: 120px;
}
.modal--loader .modal-body {
    text-align: center;
}
.modal--loader .image--loading {
    margin-bottom: 24px;
}
.modal--loader .paragraph--wait {
    font-size: 22px;
    font-weight: 800;
    line-height: 28px;
}
.modal--loader .paragraph--text {
    color: #4a5d78;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.modal--logout .modal-body {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    min-height: 70px;
}
.modal-footer-actions {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    margin: 0;
    max-width: 440px;
}
.modal-footer-actions__col {
    padding-left: 6px;
    padding-right: 6px;
}
.modal-footer-actions__col:first-child {
    padding-left: 0;
}
.modal-footer-actions__col:last-child {
    padding-right: 0;
}
.paragraph--note {
    color: #4a5d78;
    margin-bottom: 0;
}
.modal--cancel-order-cart .modal-footer,
.modal--cancel-order-failed .modal-footer,
.modal--cancel-order .modal-footer {
    margin-top: 56px;
}
.modal--order-placed-confirm .modal-body {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    min-height: 70px;
}
.modal--order-placed-confirm .placeholder-success {
    margin-bottom: 16px;
    margin-top: 16px;
}
.modal--order-placed-error .modal-footer {
    margin-top: 14px;
}
.modal--order-placed-partially .modal-body {
    padding-right: 10px;
}
.modal--order-placed-partially .paragraph--note {
    margin-bottom: 18px;
    margin-right: 14px;
}
.modal--order-placed-partially .card-products--cart.has-scrollbar {
    height: 175px;
    margin-bottom: 24px;
    overflow: hidden scroll;
}
.modal--order-placed-partially .card-product {
    border: 0;
    margin-right: 14px;
    padding-bottom: 6px;
    padding-top: 6px;
}
.modal--order-placed-partially .card-product:last-child {
    padding-bottom: 0;
}
.modal--order-placed-partially .card-product__price-qty {
    display: none;
}
.modal--order-placed-partially .card-product__tag-lists {
    align-items: flex-start;
    flex-direction: column-reverse;
    padding-right: 0;
}
.modal--order-placed-partially .card-product__tag-item {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    padding-left: 0;
}
.modal--order-placed-partially .card-product__tag-item:after {
    content: none;
}
.modal--order-placed-partially .card-product__title {
    font-size: 14px;
    font-weight: 800;
    line-height: 17px;
    padding-right: 10px;
    width: 100%;
}
.modal--order-placed-partially .card-product__title-inner {
    overflow: inherit;
    white-space: normal;
}
.modal--order-placed-partially .card-product__title-inner.expand {
    position: relative;
}
.modal--order-placed-partially .card-product__image .img-fluid {
    height: 78px;
}
.modal--order-placed-partially .card-product__category-name {
    width: calc(100% - 8px);
}
.modal--order-tracking.has-delivered .order-tracking-timeline__list-item {
    width: 16.6666%;
}
.modal--order-tracking .btn-close {
    position: absolute;
    right: 30px;
    top: 30px;
}
.modal--order-tracking .modal-body {
    padding: 20px 0 24px;
}
.modal--order-tracking .order-tracking__info {
    color: #470a68;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 18px;
}
.modal--order-tracking .order-tracking__info-item {
    margin-right: 40px;
}
.modal--order-tracking .order-tracking__ship-info-label {
    color: #979494;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.modal--order-tracking .order-tracking__ship-info-value {
    color: #2e2828;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}
.modal--order-tracking .order-tracking__ship-info .logistics-brand {
    margin-bottom: 4px;
}
.modal--order-tracking .order-tracking__ship-info .awb-number .order-tracking__ship-info-value {
    font-size: 14px;
}
.modal--order-tracking .order-tracking__ship-info .awb-number .icon--clipboard {
    display: inline-block;
    margin-bottom: 3px;
}
.modal--order-tracking .order-tracking__ship-info-copy,
.modal--order-tracking .order-tracking__ship-info-copy:hover,
.modal--order-tracking .order-tracking__ship-info-track-link,
.modal--order-tracking .order-tracking__ship-info-track-link:hover {
    color: #470a68;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: underline;
}
.modal--order-tracking .order-tracking-timeline {
    margin: 0;
    padding: 0 16px 16px;
}
.modal--order-tracking .order-tracking-timeline__list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.modal--order-tracking .order-tracking-timeline__list-item {
    float: left;
    list-style-type: none;
    min-height: 100px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.modal--order-tracking .order-tracking-timeline__list-item:before {
    content: "";
    display: block;
    height: 60px;
    margin-bottom: 5px;
    text-align: center;
}
.modal--order-tracking .order-tracking-timeline__list-item .status-bar,
.modal--order-tracking .order-tracking-timeline__list-item:after {
    background-color: #f5f6fa;
    border: 1px solid #f5f6fa;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 100%;
    z-index: -1;
}
.modal--order-tracking .order-tracking-timeline__list-item .icon--active,
.modal--order-tracking .order-tracking-timeline__list-item .status-bar {
    display: none;
}
.modal--order-tracking .order-tracking-timeline__list-item.completed .order-tracking-timeline__icon,
.modal--order-tracking .order-tracking-timeline__list-item.in-process .order-tracking-timeline__icon {
    border: 2px solid #00a751;
}
.modal--order-tracking .order-tracking-timeline__list-item.completed .icon,
.modal--order-tracking .order-tracking-timeline__list-item.in-process .icon {
    display: none;
}
.modal--order-tracking .order-tracking-timeline__list-item.completed .icon--active,
.modal--order-tracking .order-tracking-timeline__list-item.in-process .icon--active {
    display: inline-block;
}
.modal--order-tracking .order-tracking-timeline__list-item.completed .status-bar {
    background-color: #00a751;
    border-color: #00a751;
    display: block;
    z-index: 1;
}
.modal--order-tracking .order-tracking-timeline__list-item.completed .tracking-status-box {
    background-color: #f5f6fa;
    border: 1px solid #f5f6fa;
}
.modal--order-tracking .order-tracking-timeline__list-item.completed .order-tracking-timeline__status {
    color: #470a68;
}
.modal--order-tracking .order-tracking-timeline__list-item.in-process .status-bar {
    background-color: #00a751;
    border-color: #00a751;
    display: block;
    z-index: 1;
}
.modal--order-tracking .order-tracking-timeline__list-item.in-process .tracking-status-box {
    background-color: #edf7f5;
    border: 1px solid #edf7f5;
}
.modal--order-tracking .order-tracking-timeline__list-item.in-process .order-tracking-timeline__status {
    color: #470a68;
}
.modal--order-tracking .order-tracking-timeline__icon {
    align-items: center;
    background-color: #fff;
    border: 2px solid silver;
    border-radius: 50%;
    display: flex;
    height: 32px;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 32px;
    width: 32px;
    z-index: 2;
}
.modal--order-tracking .order-tracking-timeline__icon .icon {
    height: 16px;
    width: 16px;
}
.modal--order-tracking .order-tracking-timeline__icon .icon--tracking-truck {
    opacity: 0.4;
}
.modal--order-tracking .order-tracking-timeline__text {
    margin: 0 auto;
}
.modal--order-tracking .order-tracking-timeline__status {
    color: #979494;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 8px;
}
.modal--order-tracking .order-tracking-timeline__timestamp {
    color: #2e2828;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.modal--order-tracking .tracking-status-box {
    border: 1px dashed #979494;
    border-radius: 8px;
    min-height: 100px;
    padding: 12px;
    text-align: left;
    width: 100%;
}
.modal--overdue .modal-title {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    max-width: 100%;
}
.modal--overdue .icon-warning {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    margin-bottom: 30px;
}
.modal--overdue .modal-body {
    margin-bottom: 24px;
}
.modal--overdue .overdue-link {
    color: inherit;
}
.upload-image .modal-body {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    min-height: 70px;
    padding-bottom: 16px;
}
.upload-image .modal-body .profile-image-adjust {
    height: 200px;
    padding-bottom: 5px;
}
.upload-image .modal-body .cr-vp-square {
    border-radius: 50%;
}
.upload-image .modal-body .validation-message {
    color: #ee3224;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}
.monthpicker-wrapper .monthpicker-dropdown {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.734 1.965H1.967A.967.967 0 0 0 1 2.932v6.766c0 .534.433.967.967.967h6.767a.967.967 0 0 0 .966-.967V2.932a.967.967 0 0 0-.966-.967ZM7.284 1v1.933M3.417 1v1.933M1 4.865h8.7' stroke='%234A5D78' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position-x: 95%;
    background-position-y: 9px;
    background-repeat: no-repeat;
    border: 1px solid #b8babb;
    border-radius: 4px;
    outline: none;
    padding: 9px 12px;
}
.monthpicker-wrapper .monthpicker-dropdown,
.monthpicker-wrapper .monthpicker-dropdown option {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
}
.monthpicker-wrapper .monthpicker__dropdown--month-picker,
.monthpicker-wrapper .monthpicker__dropdown--year-picker {
    cursor: pointer;
    width: 198px !important;
}
.monthpicker-wrapper__action .search-cta {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
    padding: 8px 24px;
}
.products-sale-tile,
.sales-summary-tile {
    background-color: #f5f6fa;
    border-radius: 4px;
    padding: 8px 5px;
    word-break: break-all;
}
.products-sale-tile .positiveReturns,
.sales-summary-tile .positiveReturns {
    color: #0b9f55;
}
.products-sale-tile .negativeReturns,
.sales-summary-tile .negativeReturns {
    color: #ea3e4f;
}
.products-sale-tile__tag,
.sales-summary-tile__tag {
    color: #727578;
    font-size: 10px;
    font-weight: 800;
    line-height: 15px;
}
.products-sale-tile__amount,
.sales-summary-tile__amount {
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
}
.products-sale-tile__amount-range,
.sales-summary-tile__amount-range {
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
}
.sales-summary-items {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 12px;
}
.sales-summary-item {
    padding: 0 8px;
}
.products-sales {
    margin-top: 16px;
}
.products-sales .products-sale-tile {
    position: relative;
}
.products-sales .products-sale-tile__amount {
    font-size: 12px;
    font-weight: 800;
    line-height: 15px;
}
.products-sales .products-sale-tile__mtd-value {
    margin-bottom: 16px;
    padding-bottom: 8px;
    position: relative;
}
.products-sales .products-sale-tile__mtd-value .products-sale-tile__amount:after {
    background: #e6e8ef;
    border-radius: 4px;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}
.products-sales .products-sale-tile:after {
    background: #c2a023;
    border-radius: 4px;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.products-sales .products-sale-tile--nilaya .products-sale-tile__product-label,
.products-sales .products-sale-tile--sabyasachi .products-sale-tile__product-label {
    border-top: 2px;
    color: #c2a023;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 12px;
}
.products-sales .products-sale-tile--nilaya:after,
.products-sales .products-sale-tile--sabyasachi:after {
    background: #c2a023;
}
.products-sales .products-sale-tile--ador .products-sale-tile__product-label {
    color: #e06c00;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 12px;
}
.products-sales .products-sale-tile--ador:after {
    background: #e06c00;
}
.products-sales .products-sale-tile--pure-royale .products-sale-tile__product-label,
.products-sales .products-sale-tile--royale .products-sale-tile__product-label {
    color: #7200cb;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 12px;
}
.products-sales .products-sale-tile--pure-royale:after,
.products-sales .products-sale-tile--royale:after {
    background: #7200cb;
}
.products-sales .products-sale-tile--tpc .products-sale-tile__product-label {
    color: #727578;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 12px;
}
.products-sales .products-sale-tile--tpc:after {
    background: #727578;
}
.products-sales .no-records {
    min-height: 131px;
}
.products-sales .owl-carousel .owl-stage {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.products-sales .owl-item {
    opacity: 0.2;
    padding-right: 8px;
}
.products-sales .owl-item.active {
    opacity: 1;
}
.products-sales .owl-theme .owl-nav {
    margin-top: 0;
}
.products-sales .owl-carousel .owl-nav button.owl-next,
.products-sales .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
}
.products-sales .owl-carousel .owl-nav button.owl-next {
    top: 52% !important;
}
.products-sales .owl-nav button.owl-next span,
.products-sales .owl-nav button.owl-prev span {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' filter='url(%23b)'%3E%3Cpath d='M4 12c0 6.624 5.376 12 12 12s12-5.376 12-12S22.624 0 16 0 4 5.376 4 12Z' fill='%23fff'/%3E%3Cpath d='m16 16 4-4-4-4v8Z' fill='%23292C31'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='rotate(-90 14 10)' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3Cfilter id='b' x='0' y='0' width='32' height='32' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_2389:97810'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_2389:97810' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 24px;
    text-indent: -9999px;
    width: 24px;
}
.products-sales .owl-nav button.owl-next {
    display: flex;
    margin-right: 2%;
    right: 0;
}
.products-sales .owl-nav button.owl-prev {
    display: flex;
    left: 0;
    margin-left: 2%;
}
.products-sales .owl-nav button.owl-prev span {
    transform: rotate(180deg);
}
.products-sales .owl-theme .owl-nav [class*="owl-"],
.products-sales .owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
}
.products-sales .owl-nav .owl-next.disabled,
.products-sales .owl-nav .owl-prev.disabled {
    display: none;
}
.products-sales__slider {
    overflow: hidden;
}
.products-sales__slider:not(.owl-loaded) {
    display: flex;
    margin: 0 -4px;
    width: auto;
    word-break: break-all;
}
.products-sales__slider:not(.owl-loaded) .products-sale-item {
    margin-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
    width: 33.33%;
}
.products-sales__slider .owl-item .products-sale-item {
    width: 100%;
}
.sales-summary__head {
    margin-bottom: 16px;
}
.sales-summary .place-holder {
    min-height: 263px;
}
.profile-pseudo-class {
    position: relative;
}
.profile-pseudo-class:after {
    background: #f5f6fa;
    bottom: 0;
    content: "";
    height: 4px;
    left: -6px;
    position: absolute;
    right: 0;
    z-index: 1;
}
.profile-owner__img-wrapper {
    margin-left: 24px;
}
.profile-owner__img-wrapper .icon--avatar-people {
    height: 55px;
    width: 55px;
}
.profile-owner__img-wrapper .field-wrapper {
    padding-left: 8px;
}
.profile-owner__img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
}
.profile-card {
    border: none;
}
.profile-card .myprofile-card {
    border-bottom: 1px solid #eaeaea;
}
.profile-card--heading {
    display: flex;
    justify-content: space-between;
    padding: 10px 16px;
}
.profile-card--heading .profile-edit-action {
    cursor: pointer;
}
.profile-card--container {
    padding: 10px 0;
    width: 100%;
}
.profile-content--top {
    align-items: center;
    display: flex;
    padding: 10px 0;
}
.profile-card--container .profile-link {
    position: relative;
}
.profile-card--container .profile-link:hover .profile-link__image {
    filter: blur(1px);
    opacity: 0.4;
}
.profile-card--container .profile-link:hover .profile-link__editicon {
    opacity: 1;
}
.profile-card--container .profile-link__editicon {
    cursor: pointer;
    display: block;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.profile-card--container .profile-link__editicon .icon--pencil {
    height: 20px;
    width: 20px;
}
.remove-photo-link {
    color: #470a68;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 16px;
    margin-left: 27px;
}
.croppie-container .cr-slider-wrap,
.item-img {
    display: none;
}
.detail-owner {
    padding-bottom: 4px;
}
.detail-owner .field-half:nth-child(2n) {
    position: relative;
}
.detail-owner .field-value {
    font-size: 16px;
}
.order-summary__head {
    margin-bottom: 16px;
}
.order-summary__link {
    color: #3c0b9f;
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
}
.order-summary-items {
    margin-left: -4px;
    margin-right: -4px;
}
.order-summary-item {
    margin-top: 8px;
    padding: 0 4px;
}
.order-summary-tile {
    border-radius: 8px 0 0 8px;
    display: block;
    padding: 15px 12px 8px;
}
.order-summary-tile,
.order-summary-tile:hover {
    color: #313f52;
    text-decoration: none;
}
.order-summary-tile .icon--billed,
.order-summary-tile .icon--notbilled,
.order-summary-tile .icon--partiallybilled {
    float: left;
    height: 16px;
}
.order-summary-tile__tag {
    font-size: 10px;
    font-weight: 800;
    padding-left: 25px;
}
.order-summary-tile__number {
    margin-top: 15px;
}
.order-summary-tile--billed {
    background: rgba(232, 253, 242, 0.8);
}
.order-summary-tile--billed:hover {
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #0c7340;
}
.order-summary-tile--billed .icon--billed {
    fill: #0c7340;
}
.order-summary-tile--partially-billed {
    background: hsla(49, 86%, 92%, 0.3);
}
.order-summary-tile--partially-billed:hover {
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #786208;
}
.order-summary-tile--partially-billed .icon--billed {
    fill: #786208;
}
.order-summary-tile--not-billed {
    background: rgba(252, 215, 219, 0.28);
}
.order-summary-tile--not-billed:hover {
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #9f0b1a;
}
.order-summary-tile--not-billed .icon--billed {
    fill: #9f0b1a;
}
.order-summary-recent {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    margin: 12px 0 4px;
}
.order-summary-track {
    background: rgba(232, 253, 242, 0.8);
    border-radius: 0 8px 8px 0;
    display: block;
    min-height: 97px;
    padding: 15px 12px 8px;
}
.order-summary-track,
.order-summary-track:hover {
    color: #0075ff;
    text-decoration: none;
}
.order-summary-track .icon--billed,
.order-summary-track .icon--notbilled,
.order-summary-track .icon--partiallybilled {
    fill: #0075ff;
    float: left;
    height: 16px;
}
.order-summary-track__tag {
    font-size: 10px;
    font-weight: 800;
    padding-left: 25px;
}
.order-summary-track__number {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    margin-left: 26px;
    margin-top: 2px;
    text-decoration: underline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.order-summary-track__number:hover {
    text-decoration: underline;
}
.order-summary-track__not-shipped {
    color: #8f90a6;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 0;
    margin-top: 3px;
    text-align: center;
}
.order-summary-track__header {
    margin-bottom: 11px;
}
.order-summary-quicklink--date {
    color: #555;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
}
.order-summary-quicklink--links {
    height: 100%;
    position: relative;
}
.order-summary-quicklink--orderdata {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.order-summary-link {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 115px;
    padding: 12px;
    position: relative;
}
.order-summary-orderstatus {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.order-summary-ordercount {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}
.order-summary-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.order-summary-link--completed {
    color: #0c7340;
    margin-right: 5px;
    width: 48%;
}
.order-summary-link--completed:hover {
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #0c7340;
}
.order-summary-link--pending {
    color: #786208;
}
.order-summary-link--pending:hover {
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #786208;
}
.order-status--completed,
.order-status--completed:hover {
    color: #0c7340;
}
.order-status--pending,
.order-status--pending:hover {
    color: #786208;
}
.notification-card {
    border: 1.5px solid #f0f1f8;
    display: flex;
    justify-content: space-between;
    padding: 14px;
    position: relative;
    width: 100%;
}
.notification-card__emptytag {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.notification-card__img .ntf-img {
    margin-right: 8px;
    width: 64px;
}
.notification-card__text {
    margin-right: auto;
}
.notification-card__main-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 6px;
}
.notification-card__main-text .main-text-link {
    color: #470a68;
}
.notification-card__sub-text {
    color: #470a68;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
}
.notification-card__sub-text .sub-text-link {
    color: #470a68;
}
.notification-card__sub-text2 {
    color: #470a68;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
}
.notification-card__sub-text2 .sub-text2-link {
    color: #470a68;
}
.notification-card .icon--cancel {
    cursor: pointer;
    margin-left: 20px;
    position: relative;
    right: -5px;
    top: -5px;
}
.notification-card.unread {
    background-color: #f6f1ff;
}
.notification-card.read {
    background-color: #fff;
}
.notification {
    border: none;
    box-shadow: 0 8px 4px 0 #00000014, -4px 4px 4px 0 #00000014, 4px 4px 4px 0 #00000014;
}
.notification__title {
    border-bottom: 1.5px solid #f0f1f8;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    padding: 16px;
}
.notification__title .notification__subtitle {
    display: block;
    font-weight: 400;
    margin-top: 4px;
}
.notification__items--updates {
    max-height: 480px;
    overflow-x: hidden;
    overflow-y: auto;
}
.notification__items--updates::-webkit-scrollbar {
    width: 4px;
}
.notification__items--empty {
    overflow-y: scroll;
    padding: 80px 16px 16px;
}
.card-products--order-tracking .card-product {
    border: 0;
    position: relative;
}
.card-products--order-tracking .card-product:first-child {
    padding-top: 0;
}
.card-products--order-tracking .card-product:last-child {
    padding-bottom: 0;
}
.card-products--order-tracking .card-product:last-child .card-product__row:after {
    display: none;
}
.card-products--order-tracking .card-product__row:after {
    background: #e6e8ef;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.card-products--order-tracking .card-product__image {
    float: left;
    padding-right: 0;
    width: 96px;
}
.card-products--order-tracking .card-product__image .img-fluid {
    border-radius: 8px;
}
.card-products--order-tracking .card-product__title {
    margin-bottom: 0;
}
.card-products--order-tracking .card-product__tag-lists {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.card-products--order-tracking .card-product__actions {
    right: 12px;
}
.card-products--order-tracking .card-product__action {
    height: 20px;
    margin-left: 12px;
    width: 20px;
}
.card-products--order-tracking .card-product__tag-item {
    color: #979494;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    padding-left: 12px;
    padding-right: 8px;
}
.card-products--order-tracking .card-product__tag-item:first-child {
    padding-left: 0;
}
.card-products--order-tracking .card-product__tag-item:first-child:after {
    display: none;
}
.card-products--order-tracking .card-product__tag-item:after {
    align-items: center;
    border-left: 0;
    content: "· ";
    display: flex;
    font-size: 24px;
    left: 0;
    position: absolute;
    width: 4px;
}
.card-products--order-tracking .card-product__info {
    padding-left: 104px;
}
.card-products--order-tracking .card-product__price-qty {
    float: left;
    margin-top: -1px !important;
}
.card-products--order-tracking .card-product__offer {
    background: rgba(0, 167, 81, 0.1);
    display: inline-flex;
    margin-bottom: 0;
    margin-top: 8px;
    padding: 4px 8px;
}
.card-products--order-tracking .card-product__offer-text {
    color: #00a751;
}
.card-products--order-tracking .card-product__itemwrap {
    background: #f5f6fa;
    border-radius: 4px;
    overflow-x: auto;
    padding: 8px 10px 12px;
}
.card-products--order-tracking .card-product__item {
    flex: 0 0 auto;
    padding-right: 10px;
    width: 33.33%;
}
.card-products--order-tracking .card-product__item--subtotal {
    flex: 0 0 auto;
    white-space: nowrap;
}
.card-products--order-tracking .card-product__item .currency-symbol {
    color: #232323;
    font-weight: 500;
    margin-right: 5px;
}
.card-products--order-tracking .card-product__item-label {
    color: #979494;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
}
.card-products--order-tracking .card-product__item-value {
    align-items: center;
    display: flex;
    line-height: 20px;
}
.card-products--order-tracking .card-product__item--sign {
    color: #9c9c9d;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    line-height: 20px;
}
.card-products--order-tracking .card-product__item-final-value {
    align-items: center;
    display: flex;
}
.card-products--order-tracking .card-product .actual-price {
    margin-left: 8px;
    margin-right: 8px;
    text-decoration: line-through;
}
.order-detailed {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.order-detailed__id {
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
}
.order-detailed__orderby {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin-top: 4px;
}
.order-detailed .order-tracking__label,
.order-detailed .order-tracking__value {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
.order-tracking__label {
    color: #979494;
}
.order-tracking__value {
    color: #2e2828;
}
.track-delivery-info .order-tracking__label {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 5px;
}
.track-delivery-info .order-tracking__value {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}
.track-delivery-info__head,
.track-delivery-info__item {
    margin-bottom: 16px;
}
.track-delivery-info__status {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.track-delivery-info__status .icon--billed {
    height: 29px;
    margin-right: 8px;
    width: 19px;
}
.track-delivery-info__status--delivered .icon--billed,
.track-delivery-info__status--dispatched .icon--billed,
.track-delivery-info__status--invoiced .icon--billed {
    fill: #57cda3;
}
.track-delivery-info__status--at-cutting .icon--billed,
.track-delivery-info__status--cutting-completed .icon--billed,
.track-delivery-info__status--order-placed .icon--billed {
    fill: #ee3224;
}
.track-delivery-info__download-link,
.track-delivery-info__download-link:hover {
    color: #470a68;
    padding-left: 22px;
    text-decoration: underline;
}
.track-delivery-info__download-link:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 10v2.667A1.334 1.334 0 0 1 12.667 14H3.333A1.334 1.334 0 0 1 2 12.667V10' stroke='%236E4087' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.667 6.668 8 10.001l3.333-3.333M8 10V2' stroke='%236E4087' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    height: 16px;
    left: 2px;
    margin-right: 8px;
    position: absolute;
    top: 2px;
    width: 16px;
}
.track-delivery-info__action {
    margin-top: 16px;
}
.track-delivery-info__action .btn-order-cancel {
    border: 1px solid #3a3a3c;
    color: #3a3a3c;
    margin-top: 20px;
}
.track-delivery-info__cancel-text {
    color: #3a3a3c;
    font-size: 14px;
    font-weight: 800;
    line-height: 21px;
    margin-top: 25px;
    padding-left: 12px;
}
.place-holder {
    position: relative;
}
.place-holder__empty {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.place-holder__image {
    margin-bottom: 16px;
}
.place-holder__empty-text {
    color: #4a5d78;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
}
.place-holder__empty-item {
    margin-top: 12px;
}
.l-placeorder--backstock-items .back-in-stock__item {
    cursor: pointer;
}
.order-search {
    flex-wrap: wrap;
}
.order-search__wrap {
    flex: 1;
}
.order-search__action {
    background: #fff;
    padding-left: 0;
    width: 100%;
}
.order-search__action .btn--cyan {
    padding: 10px 8px;
    width: 100%;
}
.order-search__category {
    border-radius: 4px;
    margin-bottom: 16px;
    width: 100%;
}
.order-search__category-toggle {
    border: 1px solid hsla(200, 2%, 73%, 0.5);
    border-radius: 4px;
    color: #3a3a3c;
    font-size: 14px;
    font-weight: 500;
    height: 42px;
    line-height: 14px;
    overflow: hidden;
    padding: 12px 20px 12px 12px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.order-search__category-toggle:after, .furniture-fabric-configurations-toggle:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.06.727 4 3.78.94.727l-.94.94 4 4 4-4-.94-.94Z' fill='%233A3A3C'/%3E%3C/svg%3E");
    border: none;
    height: 6px;
    position: absolute;
    right: 16px;
    top: 18px;
    width: 8px;
}
.order-search__category-toggle[aria-expanded="true"], .furniture-fabric-configurations-toggle[aria-expanded="true"] {
    border-radius: 4px 4px 0 0;
}
.order-search__category-toggle[aria-expanded="true"]:after, .furniture-fabric-configurations-toggle[aria-expanded="true"]:after {
    transform: rotate(180deg);
}
.order-search__category-toggle:focus, .furniture-fabric-configurations-toggle:focus {
    box-shadow: none;
}
.order-search__category-dropdown {
    border: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 8px 4px 0 #00000014, -4px 4px 4px 0 #00000014, 4px 4px 4px 0 #00000014;
    padding: 0 0 4px;
    top: -2px !important;
    width: 100%;
}
.order-search__category-item {
    align-items: center;
    color: #3a3a3c;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    padding: 8px 12px;
    position: relative;
}
.order-search__category-item:after {
    background: hsla(0, 1%, 59%, 0.25);
    bottom: 0;
    content: "";
    height: 1px;
    left: 12px;
    position: absolute;
    right: 12px;
}
.order-search__category-item:last-child:after {
    content: none;
}
.order-search__category-item .form-check {
    min-height: auto;
    padding-left: 23px;
}
.order-search__category-item .form-check-input {
    cursor: pointer;
    margin-left: -23px;
}
.order-search__category-item .form-check-label {
    cursor: pointer;
    vertical-align: middle;
}
.order-search__category-radio {
    background-size: 13px 13px;
    height: 13px !important;
    margin-right: 8px;
    width: 13px !important;
}
.order-search__autocomplete {
    flex: 1;
    margin-bottom: 24px;
    position: relative;
}
.order-search__autocomplete:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.5' d='M8.333 7.333h-.526l-.187-.18a4.314 4.314 0 0 0 1.047-2.82 4.333 4.333 0 1 0-4.334 4.334c1.074 0 2.06-.394 2.82-1.047l.18.187v.526l3.334 3.327.993-.993-3.327-3.334Zm-4 0c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3Z' fill='%233A3A3C'/%3E%3C/svg%3E");
    content: "";
    height: 12px;
    left: 15px;
    position: absolute;
    top: 15px;
    width: 12px;
}
.order-search__autocomplete ::-webkit-input-placeholder {
    color: #8f90a6;
}
.order-search__autocomplete ::-moz-placeholder {
    color: #8f90a6;
}
.order-search__autocomplete :-ms-input-placeholder {
    color: #8f90a6;
}
.order-search__autocomplete :-moz-placeholder {
    color: #8f90a6;
}
.order-search__autocomplete-input.select__fabric
{
        background: #fff;
        border: 1px solid #dbdcdd;
        border-radius: 4px;
        color: #470a68;
        font-size: 14px;
        font-weight: 500;
        height: 42px;
        line-height: 14px;
        padding: 12px 32px 12px 34px;
        position: relative;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.fabric_input{
    display:flex;
    padding: 12px 15px 12px 12px;
    width:100%;
}

.fabric_price{
    display: flex;
    align-items: center;
}
.order-search__autocomplete-input {
    background: #fff;
    border: 1px solid #dbdcdd;
    border-radius: 4px;
    color: #470a68;
    font-size: 14px;
    font-weight: 500;
    height: 42px;
    line-height: 14px;
    padding: 12px 32px 12px 34px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.order-search__autocomplete-input:focus,
.order-search__autocomplete-input:hover {
    background: #fff;
    border-color: #dbdcdd;
    color: #470a68;
    outline: none;
}
.order-search__autocomplete-input:focus {
    background: rgba(227, 215, 252, 0.6) !important;
}
.order-search__autocomplete-clear {
    cursor: pointer;
    display: flex;
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 20px;
}
.order-search__autocomplete-clear .icon--cancel {
    height: 20px;
    width: 20px;
}
.o-autocomplete {
    border: none !important;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 8px 16px 0 #11111126;
    max-height: 224px;
    overflow: hidden auto;
    z-index: 1 !important;
}
.o-autocomplete__item {
    color: #2e2828;
    display: flex;
    padding: 0;
    position: relative;
}
.o-autocomplete__item:hover {
    background: #f6f1ff;
}
.o-autocomplete__item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.o-autocomplete__item-name .ui-autocomplete-term {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}
.o-autocomplete__item-link {
    color: #3c0b9f !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin: 4px 0;
    padding-left: 12px;
}
.o-autocomplete__item-type {
    color: #3c0b9f;
    padding-left: 1px;
}
.o-autocomplete__item:after {
    background: hsla(0, 1%, 59%, 0.25);
    bottom: 0;
    content: "";
    height: 1px;
    left: 12px;
    position: absolute;
    right: 12px;
}
.o-autocomplete__item:last-child:after {
    content: none;
}
.o-autocomplete__image-wrap {
    height: 60px;
    padding: 8px 8px 8px 12px !important;
    width: 60px;
}
.o-autocomplete__image {
    height: 40px;
    width: 40px;
}
.o-autocomplete__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 10px 12px 10px 0 !important;
    width: 100%;
}
.o-autocomplete .ui-state-active {
    background: none;
    border: none;
    color: #2e2828;
}
.o-autocomplete .ui-state-active,
.o-autocomplete .ui-state-focus {
    margin: 0;
}
.o-autocomplete .ui-state-active.o-autocomplete__image-wrap,
.o-autocomplete .ui-state-focus.o-autocomplete__image-wrap {
    background: #f6f1ff;
    padding: 8px 8px 8px 12px;
}
.o-autocomplete .ui-state-active.o-autocomplete__content,
.o-autocomplete .ui-state-focus.o-autocomplete__content {
    background: #f6f1ff;
    padding: 10px 12px 10px 0;
}
.popover--search-error {
    border: none;
}
.popover--search-error .popover-body {
    background: #ffe4e1;
    border-radius: 4px;
    color: #9f0b1a;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 8px;
}
.popover--search-error.bs-popover-start > .popover-arrow,
.popover--search-error.bs-popover-start[data-popper-placement^="left"] > .popover-arrow,
.popover--search-error[data-popper-placement^="left"].bs-popover-auto > .popover-arrow {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.475 16 .947V20L0 10.475Z' fill='%23ffe4e1'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 8px;
    left: 16px !important;
    top: -7px !important;
    transform: rotate(90deg) !important;
    width: 8px;
}
.popover--search-error.bs-popover-start > .popover-arrow:after,
.popover--search-error.bs-popover-start > .popover-arrow:before,
.popover--search-error.bs-popover-start[data-popper-placement^="left"] > .popover-arrow:after,
.popover--search-error.bs-popover-start[data-popper-placement^="left"] > .popover-arrow:before,
.popover--search-error[data-popper-placement^="left"].bs-popover-auto > .popover-arrow:after,
.popover--search-error[data-popper-placement^="left"].bs-popover-auto > .popover-arrow:before {
    content: none;
}
.popover--search-error.bs-popover-top > .popover-arrow,
.popover--search-error.bs-popover-top[data-popper-placement^="top"] > .popover-arrow,
.popover--search-error[data-popper-placement^="top"].bs-popover-auto > .popover-arrow {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.475 16 .947V20L0 10.475Z' fill='%23ffe4e1'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 8px;
    left: 16px !important;
    top: -7px !important;
    transform: rotate(90deg) !important;
    width: 8px;
}
.popover--search-error.bs-popover-top > .popover-arrow:after,
.popover--search-error.bs-popover-top > .popover-arrow:before,
.popover--search-error.bs-popover-top[data-popper-placement^="top"] > .popover-arrow:after,
.popover--search-error.bs-popover-top[data-popper-placement^="top"] > .popover-arrow:before,
.popover--search-error[data-popper-placement^="top"].bs-popover-auto > .popover-arrow:after,
.popover--search-error[data-popper-placement^="top"].bs-popover-auto > .popover-arrow:before {
    content: none;
}
.l-plp-list__item {
    margin-right: 8px;
}
.l-plp-list__item:last-child {
    margin-right: 0;
}
.l-plp-list-applied-filter {
    flex-flow: wrap;
}
.l-plp-list__filter-button {
    margin-right: 8px;
    max-width: calc(50% - 5px);
    width: 180px;
}
.l-plp-list__filter {
    display: none;
    width: 100%;
}
.l-plp-list__filter.show {
    display: flex;
}
.l-plp-list__filter .a-dropdown-menu {
    z-index: 2;
}
.l-plp-list__filter .l-plp-list__item {
    margin-top: 8px;
}
.l-plp-list__sort {
    max-width: calc(50% - 5px);
    width: 180px;
}
.quicklink-card-link {
    background: rgba(233, 227, 247, 0.3);
    border: 0.5px solid #ae87ff;
    border-radius: 4px;
    color: #6e41cc;
    cursor: pointer;
    display: flex;
    padding: 9px;
}
.quicklink-card-link:focus,
.quicklink-card-link:hover {
    background: rgba(233, 227, 247, 0.7);
    color: #6e41cc;
}
.quicklink-icon {
    margin-right: 9px;
}
.quicklink-icon .icon {
    height: 24px;
    width: 24px;
}
.quicklink-title {
    margin-bottom: 5px;
}
.quicklink-description {
    overflow: hidden;
    text-overflow: ellipsis;
}
.quicklink-content {
    display: flex;
    flex-direction: column;
}
.l-quicklink-col {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
}
.qlink-card-link {
    background: #3c0b9f;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    padding: 12px;
}
.qlink-card-link:focus,
.qlink-card-link:hover {
    background: rgba(60, 11, 159, 0.5);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.29);
    color: #fff;
}
.qlink-icon {
    align-self: center;
    margin-right: 9px;
}
.qlink-icon .icon {
    height: 24px;
    width: 24px;
}
.qlink-title {
    margin-bottom: 5px;
}
.qlink-description {
    overflow: hidden;
    text-overflow: ellipsis;
}
.qlink-content {
    display: flex;
    flex-direction: column;
}
.l-qlink-col {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.recent-reports__head {
    margin-bottom: 16px;
}
.table--recent-reports {
    margin-top: 20px;
}
.table--recent-reports > :not(caption) > * > * {
    padding: 10px;
}
.recent-reports__body .place-holder {
    min-height: 263px;
}
.action-pagination-wrapper {
    align-items: center;
    justify-content: space-between;
}
.action-pagination-wrapper .btn-link {
    align-items: center;
    -webkit-appearance: none;
    color: #7d5fb8;
    padding: 0;
}
.action-pagination-wrapper .btn-link:hover {
    color: #7d5fb8;
    text-decoration: underline;
}
.action-pagination-wrapper .btn-link:before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 16px;
    margin-right: 8px;
    width: 16px;
}
.action-pagination-wrapper .download-cta {
    margin-right: 34px;
}
.action-pagination-wrapper .download-cta:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 10v2.667A1.334 1.334 0 0 1 12.667 14H3.333A1.334 1.334 0 0 1 2 12.667V10' stroke='%236E4087' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.667 6.668 8 10.001l3.333-3.333M8 10V2' stroke='%236E4087' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.action-pagination-wrapper .email-cta {
    align-items: end;
}
.action-pagination-wrapper .email-cta:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.333.668H1.667c-.734 0-1.334.6-1.334 1.333v8c0 .734.6 1.334 1.334 1.334h6V10h-6V3.335L7 6.668l5.333-3.333v3.333h1.334V2.001c0-.733-.6-1.333-1.334-1.333ZM7 5.335 1.667 2h10.666L7 5.335ZM11.667 8l2.666 2.667-2.666 2.667v-2H9V10h2.667v-2Z' fill='%236E4087'/%3E%3C/svg%3E");
}
.collapse-datatable-wrap,
.report-datatable-wrap {
    min-height: 496px;
}
.collapse-datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button,
.report-datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: transparent;
    border: none;
    padding: 0;
}
.collapse-datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.report-datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    opacity: 0.5;
}
.collapse-datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.active,
.report-datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.active {
    background: #7d5fb8;
    border-color: #7d5fb8;
    border-radius: 6px;
    padding: 0;
}
.collapse-datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.active .page-link,
.report-datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.active .page-link {
    color: #fff !important;
}
.collapse-datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.collapse-datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button:not(.active):hover,
.report-datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.report-datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button:not(.active):hover {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}
.collapse-datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button:focus .page-link,
.collapse-datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button:not(.active):hover .page-link,
.report-datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button:focus .page-link,
.report-datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button:not(.active):hover .page-link {
    color: #979494 !important;
}
.collapse-datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button .page-link,
.report-datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button .page-link {
    background-color: transparent;
    border: none;
    color: #979494 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    z-index: 0;
}
.collapse-datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button .page-link:focus,
.report-datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button .page-link:focus {
    box-shadow: none;
}
.collapse-datatable-wrap .dataTables_wrapper .dataTables_paginate span,
.collapse-datatable-wrap .dtable-buttons-wrap,
.report-datatable-wrap .dataTables_wrapper .dataTables_paginate span,
.report-datatable-wrap .dtable-buttons-wrap {
    padding: 0;
}
.collapse-datatable-wrap .dataTables_wrapper.no-footer .dataTables_scrollBody,
.report-datatable-wrap .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
    min-height: 460px;
    padding: 0;
}
.collapse-datatable-wrap .dataTables_wrapper.no-footer .dataTables_scrollHead,
.report-datatable-wrap .dataTables_wrapper.no-footer .dataTables_scrollHead {
    padding: 0;
    text-align: left;
}
.collapse-datatable-wrap .dataTables_wrapper tbody td,
.collapse-datatable-wrap .dataTables_wrapper thead th,
.report-datatable-wrap .dataTables_wrapper tbody td,
.report-datatable-wrap .dataTables_wrapper thead th {
    border: none;
    padding: 14px 24px;
    position: relative;
}
.collapse-datatable-wrap .download-cta,
.report-datatable-wrap .download-cta {
    border: none;
    color: #7d5fb8;
    flex: none;
    margin-right: 34px;
}
.collapse-datatable-wrap .download-cta:focus,
.report-datatable-wrap .download-cta:focus {
    border: none;
    box-shadow: none;
    outline: none;
}
.collapse-datatable-wrap .download-cta:before,
.report-datatable-wrap .download-cta:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 10v2.667A1.334 1.334 0 0 1 12.667 14H3.333A1.334 1.334 0 0 1 2 12.667V10' stroke='%236E4087' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.667 6.668 8 10.001l3.333-3.333M8 10V2' stroke='%236E4087' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 16px;
    margin-right: 8px;
    margin-top: 3px;
    width: 16px;
}
.collapse-datatable-wrap .email-cta,
.report-datatable-wrap .email-cta {
    align-items: center;
    border: none;
    color: #7d5fb8;
    flex: none;
}
.collapse-datatable-wrap .email-cta:focus,
.report-datatable-wrap .email-cta:focus {
    border: none;
    box-shadow: none;
    outline: none;
}
.collapse-datatable-wrap .email-cta:before,
.report-datatable-wrap .email-cta:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.333.668H1.667c-.734 0-1.334.6-1.334 1.333v8c0 .734.6 1.334 1.334 1.334h6V10h-6V3.335L7 6.668l5.333-3.333v3.333h1.334V2.001c0-.733-.6-1.333-1.334-1.333ZM7 5.335 1.667 2h10.666L7 5.335ZM11.667 8l2.666 2.667-2.666 2.667v-2H9V10h2.667v-2Z' fill='%236E4087'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 16px;
    margin-right: 8px;
    margin-top: 3px;
    width: 16px;
}
.collapse-datatable-wrap .dtable-buttons-wrap .btn-group,
.report-datatable-wrap .dtable-buttons-wrap .btn-group {
    justify-content: center;
}
.collapse-datatable-wrap .report-datatable,
.collapse-datatable-wrap .table-collapsed__table,
.report-datatable-wrap .report-datatable,
.report-datatable-wrap .table-collapsed__table {
    width: 100% !important;
}
.collapse-datatable-wrap .dataTables_scrollHead table.dataTable {
    border-spacing: 0 !important;
}
.collapse-datatable-wrap .dataTables_scrollHead table.dataTable th {
    padding-bottom: 0;
}
.shipaddress {
    margin-bottom: 30px;
    margin-top: 8px;
    overflow: hidden;
    width: 100%;
}
.shipaddress__title {
    align-items: center;
    display: flex;
    margin-bottom: 8px;
}
.shipaddress__title .icon--pencil {
    cursor: pointer;
    margin-left: 10px;
}
 /*remark css*/

.shipaddress .shipaddress__bhremark {
    display: inline-block;
    margin-bottom: 20px;
    position: absolute !important;
    width:-webkit-fill-available;
}

.shipaddress__bhremark .remarkinput {
    background-color: #fff;
    border: 1px solid #dbdcdd;
    font-size: 12px;
    font-weight: 500;
    height: 32px;
    line-height: 15px;
}
.shipaddress__bhremark .remarkinput::-moz-placeholder {
    color: #9c9c9d;
}
.shipaddress__bhremark .remarkinput:-ms-input-placeholder {
    color: #9c9c9d;
}
.shipaddress__bhremark .remarkinput::placeholder {
    color: #9c9c9d;
}
.shipaddress__bhremark-character {
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    position: absolute;
    right: 0;
    top: 35px;
}

.shipaddress__remark {
    margin-bottom: 20px;
    position: relative;

}

.lead-contact-select .bootstrap-select{
    width: 100%;
}

.shipaddress__remark .remarkinput {
    background-color: #fff;
    border: 1px solid #dbdcdd;
    font-size: 12px;
    font-weight: 500;
    height: 32px;
    line-height: 15px;
}
.shipaddress__remark .remarkinput::-moz-placeholder {
    color: #9c9c9d;
}
.shipaddress__remark .remarkinput:-ms-input-placeholder {
    color: #9c9c9d;
}
.shipaddress__remark .remarkinput::placeholder {
    color: #9c9c9d;
}
.shipaddress__remark-character {
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    position: absolute;
    right: 0;
    top: 35px;
}
.shipaddress__dropdown--picker {
    width: 100% !important;
}
.shipaddress__dropdown--items {
    background-color: transparent !important;
    color: #3a3a3c !important;
    padding: 0;
}
.shipaddress__dropdown--items:hover,
.shipaddress__dropdown--itemsfocus {
    background-color: #f1ebfd;
}
.shipaddress .edit-new-added {
    position: absolute;
    right: 10px;
}
.shipaddress__details {
    margin-top: 12px;
}
.shipaddress__details-items {
    align-items: center;
    color: #3a3a3c;
    display: flex;
    justify-content: space-between;
}
.shipaddress__details-items:not(:last-child) {
    margin-bottom: 14px;
}
.shipaddress__details-itemname {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
.shipaddress__details-itemamount {
    align-items: center;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
}
.shipaddress__details-itemamount .qtyunit {
    color: #b5c4c4;
    margin-left: 4px;
}
.shipaddress__details-itemamount .icon--rupee {
    fill: #b5c4c4;
    height: 12px;
    margin-right: 4px;
}
.shipaddress__form {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 12px;
    position: relative;
}
.shipaddress__form:after {
    background: #e6e8ef;
    bottom: 0;
    content: "";
    height: 1px;
    left: 6px;
    position: absolute;
    right: 6px;
}
.shipaddress__form .form-input .form-control.is-invalid {
    border-color: #e63535;
}
.shipaddress__form .form-input .form-control {
    background-color: #fff !important;
    border: 1px solid #dbdcdd;
    font-size: 12px;
    font-weight: 700;
    height: 32px;
    line-height: 15px;
}
.shipaddress__form .form-input .form-control.is-invalid:focus,
.shipaddress__form .form-input .form-control.is-valid:focus,
.shipaddress__form .form-input .form-control:invalid:focus,
.shipaddress__form .form-input .form-control:valid:focus {
    box-shadow: none;
}
.shipaddress__form .form-input input:-webkit-autofill,
.shipaddress__form .form-input input:-webkit-autofill:active,
.shipaddress__form .form-input input:-webkit-autofill:focus,
.shipaddress__form .form-input input:-webkit-autofill:hover {
    box-shadow: inset 0 0 0 30px #fff !important;
    -webkit-box-shadow: inset 0 0 0 30px #fff !important;
}
.shipaddress__form .form-input .error-message {
    color: #ee3224;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin-top: 5px;
}
.shipaddress__form .form-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 4px;
}
.shipaddress__form .btn-primary--save-address {
    font-weight: 700;
}
.shipaddress__form .btn-primary--save-address:focus {
    box-shadow: none;
    outline: none;
}
.shipaddress .bootstrap-select .bs-searchbox {
    margin: 8px 12px;
    padding: 0;
}
.shipaddress .bootstrap-select .bs-searchbox:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.333 7.333h-.526l-.187-.18a4.314 4.314 0 0 0 1.047-2.82 4.333 4.333 0 1 0-4.334 4.334c1.074 0 2.06-.394 2.82-1.047l.18.187v.526l3.334 3.327.993-.993-3.327-3.334Zm-4 0c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3Z' fill='%233A3A3C'/%3E%3C/svg%3E");
    content: "";
    height: 12px;
    position: absolute;
    right: 30px;
    top: 18px;
    width: 12px;
}

.shipaddress .bootstrap-select .bs-searchbox.no-icon:after {
    background-image: none;
}

.shipaddress .bootstrap-select .bs-searchbox input::-webkit-search-cancel-button {
    appearance: none;
    background: url('data:image/svg+xml;utf8,<svg fill="black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M14.348 5.652a.5.5 0 00-.707 0L10 9.293 6.36 5.652a.5.5 0 10-.707.707L9.293 10l-3.64 3.64a.5.5 0 00.707.707L10 10.707l3.64 3.64a.5.5 0 00.707-.707L10.707 10l3.64-3.64a.5.5 0 000-.707z"/></svg>') no-repeat center;
    height: 16px;
    width: 16px;
}


.shipaddress .bootstrap-select .bs-searchbox .form-control {
    background: #fff;
    border: 1px solid #dbdcdd;
    font-size: 12px;
    font-weight: 700;
    height: 32px;
    line-height: 14px;
}
.shipaddress .bootstrap-select .bs-searchbox .form-control::-moz-placeholder {
    color: #727578;
}
.shipaddress .bootstrap-select .bs-searchbox .form-control:-ms-input-placeholder {
    color: #727578;
}
.shipaddress .bootstrap-select .bs-searchbox .form-control::placeholder {
    color: #727578;
}
.shipaddress .bootstrap-select .inner {
    overflow-x: hidden;
}
.shipaddress .bootstrap-select .inner .no-results {
    background-color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
}
.shipaddress .bootstrap-select .dropdown-toggle {
    align-items: center;
    background-color: #fff;
    border: 1px solid #dbdcdd;
    border-radius: 5px;
    box-shadow: none;
    color: #3a3a3c;
    height: 32px;
    margin-bottom: 12px;
    opacity: 1;
    outline: none;
    padding-right: 25px;
    width: 100%;
}
.shipaddress .bootstrap-select .dropdown-toggle:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.06.727 4 3.78.94.727l-.94.94 4 4 4-4-.94-.94Z' fill='%233A3A3C'/%3E%3C/svg%3E");
    border: none;
    height: 6px;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 8px;
}
.shipaddress .bootstrap-select .dropdown-toggle.hidden:after {
    display: none;
}
.shipaddress .bootstrap-select .dropdown-toggle:active,
.shipaddress .bootstrap-select .dropdown-toggle:hover {
    color: #3a3a3c;
}
.shipaddress .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
.shipaddress .bootstrap-select .dropdown-toggle.show {
    background-color: #f1ebfd;
}
.shipaddress .bootstrap-select .dropdown-toggle .filter-option {
    height: auto;
}
.shipaddress .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-overflow: ellipsis;
}
.shipaddress .bootstrap-select .dropdown-toggle .filter-option-inner-inner i.edit-new-added {
    display: none;
}

/*remarks dropdown*/
.shipaddress .bhcart-summary__dropdown-select .bootstrap-select .dropdown-menu {
    border: none;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.08)) drop-shadow(-4px 4px 4px rgba(0, 0, 0, 0.08)) drop-shadow(0 8px 4px rgba(0, 0, 0, 0.08));
    height: 120px !important;
    margin-top: -1px;
    padding: 0;
    width: 100% !important;
}
.shipaddress .bootstrap-select .dropdown-menu {
    border: none;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.08)) drop-shadow(-4px 4px 4px rgba(0, 0, 0, 0.08)) drop-shadow(0 8px 4px rgba(0, 0, 0, 0.08));
    height: max-content;
    margin-top: -1px;
    padding: 0;
    width: 100% !important;
}
.shipaddress .bootstrap-select .dropdown-menu .show {
    max-height: 152px !important;
}
.shipaddress .bootstrap-select .dropdown-menu li {
    margin: 0 12px;
}
.shipaddress .bootstrap-select .dropdown-menu li:not(:last-child):after {
    background: #e6e8ef;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 8px;
    width: 100%;
}
.shipaddress .bootstrap-select .dropdown-menu li:last-child {
    margin-bottom: 10px;
}
.shipaddress .bootstrap-select .dropdown-menu li a {
    padding: 0;
}
.shipaddress .bootstrap-select .dropdown-menu .text {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 8px;
    white-space: pre-wrap;
}
.shipaddress .bootstrap-select .dropdown-item.active,
.shipaddress .bootstrap-select .dropdown-item:active {
    background: transparent;
    color: #3a3a3c;
}
.shipaddress .bootstrap-select .dropdown-menu .new-added .text {
    padding-right: 30px;
}
.side-navigation {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    padding: 8px;
}
.side-navigation__item {
    border-bottom: 1px solid hsla(200, 2%, 73%, 0.3);
    text-align: center;
    width: 100%;
}
.side-navigation__item:last-child {
    border-bottom: 0;
}
.side-navigation__link {
    color: rgba(58, 58, 60, 0.5);
    padding: 11px 0;
}
.side-navigation__link:hover {
    color: #3c0b9f;
    text-decoration: none;
}
.side-navigation__link.disabled,
.side-navigation__link:focus {
    color: rgba(58, 58, 60, 0.5);
}
.side-navigation__link .u-coming-soon {
    margin-bottom: 5px;
}
.side-navigation__item--active .side-navigation__link,
.side-navigation__item--active .side-navigation__link:focus,
.side-navigation__link[aria-describedby] {
    color: #3c0b9f;
    font-weight: 900;
}
.side-navigation__icon {
    display: inline-block;
    opacity: 0.5;
}
.side-navigation__icon--active {
    display: none;
}
.side-navigation__icon .icon--aside-track-order,
.side-navigation__icon .icon--aside-track-order-active,
.side-navigation__icon .icon--tracking-truck,
.side-navigation__icon .icon--tracking-truck-purple {
    height: 20px;
    width: 21px;
}
.side-navigation__icon,
.side-navigation__icon--active {
    margin-bottom: 5px;
}
.side-navigation__item--active .side-navigation__icon,
.side-navigation__link:hover .side-navigation__icon,
.side-navigation__link[aria-describedby] .side-navigation__icon {
    display: none;
    opacity: 1;
}
.side-navigation__item--active .side-navigation__icon--active,
.side-navigation__link:hover .side-navigation__icon--active,
.side-navigation__link[aria-describedby] .side-navigation__icon--active {
    display: inline-block;
}
.side-navigation__item--active .side-navigation__link {
    font-weight: 900;
}
.side-navigation__subnav {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.side-navigation__subnav-item {
    border-bottom: 1px solid hsla(200, 2%, 73%, 0.5);
    margin: 0;
    padding: 0;
    width: 100%;
}
.side-navigation__subnav-item:last-child {
    border-bottom: 0;
}
.side-navigation__subnav-link {
    color: #470a68;
    display: block;
    padding: 5px 0;
}
.side-navigation__subnav-link:hover {
    color: #470a68;
}
.side-navigation__icon .icon--chat {
    visibility: hidden;
}
a.side-navigation-chat__link {
    bottom: -9px;
    position: relative;
}
.popover--side-navigation__subnav {
    background: transparent;
    border: 0;
    max-height: 380px;
    max-width: 175px;
    overflow-x: hidden;
    overflow-y: auto;
}
.popover--side-navigation__subnav .popover-body {
    background: #f6f1ff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin-left: 16px;
    padding: 4px 10px 8px;
}
.popover--side-navigation__subnav.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.popover--side-navigation__subnav.bs-popover-end > .popover-arrow {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.475 16 .947V20L0 10.475Z' fill='%23F6F1FF'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 16px;
    left: 0;
    width: 19px;
}
.popover--side-navigation__subnav.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after,
.popover--side-navigation__subnav.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.popover--side-navigation__subnav.bs-popover-end > .popover-arrow:after,
.popover--side-navigation__subnav.bs-popover-end > .popover-arrow:before {
    display: none;
}
.l-slp-list__item {
    margin-right: 8px;
}
.l-slp-list__item:last-child {
    margin-right: 0;
}
.l-slp-list__filter-button {
    margin-right: 8px;
    max-width: calc(50% - 5px);
    width: 180px;
}
.l-slp-list-applied-filter {
    flex-flow: wrap;
}
.l-slp-list__filter {
    display: none;
    width: 100%;
}
.l-slp-list__filter.show {
    display: flex;
}
.l-slp-list__filter .l-slp-list__item {
    margin-top: 8px;
}
.applied-filter {
    background: rgba(58, 58, 60, 0.08);
    border-radius: 8px;
    display: flex;
    font-size: 10px;
    font-weight: 800;
    line-height: 15px;
    margin-right: 8px;
    margin-top: 8px;
    padding: 4px 12px;
    text-transform: uppercase;
    white-space: nowrap;
}
.applied-filter:last-child {
    margin-right: 0;
}
.applied-filter__close {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.334 6.393-.94.94L4 4.94 1.607 7.333l-.94-.94L3.06 4 .667 1.607l.94-.94L4 3.06 6.394.667l.94.94L4.94 4l2.394 2.393Z' fill='%23323232'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    color: transparent !important;
    cursor: pointer;
    height: 16px;
    margin-left: 10px;
    width: 16px;
}
.l-slp-list__sort {
    max-width: calc(50% - 5px);
    width: 180px;
}
.staff-manag__section {
    padding-top: 8px;
    width: 100%;
}
.staff-manag__heading {
    padding: 12px;
}
.staff-manag__sub-heading {
    background: #fff;
    color: #979494;
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    padding: 8px 12px;
    width: 100%;
}
.staff-manag__content {
    max-height: 445px;
    overflow-x: hidden;
    overflow-y: auto;
}
.staff-manag__members {
    padding-top: 32px;
    position: relative;
}
.staff-manag__members:after {
    background: #fff;
    color: #979494;
    content: "Staff Members";
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    width: 100%;
}
.staff-manag__image {
    border-radius: 50%;
    height: 24px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 24px;
}
.staff-manag__admin,
.staff-manag__name,
.staff-manag__role {
    color: #2e2828;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    padding-left: 12px;
}
.staff-manag__role {
    color: #979494;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding-left: 40px;
}
.staff-manag__admin {
    position: absolute;
    right: 12px;
}
.staff-manag__member {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 12px;
    position: relative;
}
.staff-manag__member:after {
    background: #dbdcdd;
    bottom: 0;
    content: "";
    height: 1px;
    left: 52px;
    position: absolute;
    right: 12px;
}
.staff-manag__no-staff-content {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    padding: 12px;
}
.staff-manag__no-staff-content .paragraph {
    margin-bottom: 12px;
}
.staff-manag__no-staff-content .list {
    list-style: square;
    padding-left: 25px;
}
.staff-manag__no-staff-content .list .list-item {
    padding: 0;
}
.staff-profile__content {
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    display: flex;
}
.staff-profile__content .icon--avatar-people {
    height: 44px;
    width: 44px;
}
.staff-image {
    border-radius: 50%;
    width: 60px;
}
.staff-contextual {
    bottom: 10px;
    cursor: pointer;
    float: right;
    position: relative;
}
.staff-dropdown .icon--edit {
    height: 16px !important;
    margin-right: 8px;
    opacity: 0.4;
    width: 16px !important;
}
.staff-dropdown .icon--delete {
    height: 23px !important;
    margin-right: 2px;
    width: 22px !important;
}
.staff-account__name .staff-account__role {
    color: #979494;
}
.staff-dropdown-menu {
    border: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
    padding: 0;
}
.staff-dropdown-item {
    align-items: center;
    display: flex;
    padding: 14px;
}
.placeorder-tabs {
    margin-bottom: 12px;
}
.sub-total {
    background: #fff;
    border-radius: 16px 16px 0 0;
    bottom: 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
    left: 0;
    padding-bottom: 16px;
    position: absolute;
    right: 0;
}
.sub-total__header {
    align-items: center;
    border-bottom: 1px solid #e6e8ef;
    display: flex;
    justify-content: space-between;
    margin: 0 24px;
    padding: 8px 0;
}
.sub-total__header-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    margin: 0;
}
.sub-total__header-value {
    align-items: center;
    color: #087840;
    display: flex;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    margin: 0;
}
.sub-total__header-value .icon--rupee {
    fill-opacity: 30%;
    fill: #083a3a;
    height: 12px;
    margin-right: 4px;
}
.sub-total__body {
    margin: 0 24px;
}
.sub-total__body-text {
    color: #727578;
    margin: 8px 0;
    min-height: 26px;
}
.sub-total__body-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin: 4px 0;
}
.sub-total__body-notes {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 0;
    padding-left: 16px;
}
.sub-total__body .seemore-ellipses {
    color: #3c0b9f;
    cursor: pointer;
    font-weight: 700;
}
.sub-total .btn-primary--proceed-cart {
    height: 38px;
    line-height: 14px;
    width: 100%;
}
.ntf-addedcart-popup {
    border: none;
    height: 132px;
    position: fixed;
    right: 16px;
    top: 60px;
    width: 360px;
    z-index: 11;
}
.ntf-addedcart-popup__body {
    background: #f6f1ff;
    border-radius: 4px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08), -4px 4px 4px rgba(0, 0, 0, 0.08), 0 8px 4px rgba(0, 0, 0, 0.08);
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
}
.ntf-addedcart-popup__body .ntf-header {
    display: flex;
    justify-content: space-between;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.ntf-addedcart-popup__body .icon--cancel {
    cursor: pointer;
    margin-left: auto;
}
.ntf-addedcart-popup__body .btn-close {
    background: transparent;
    box-shadow: none;
    height: 24px;
    opacity: 1;
    outline: none;
    padding: 0;
    right: 12px;
    top: 12px;
    width: 24px;
}
.ntf-addedcart-popup__body .card-products .card-product {
    border: none;
    padding-bottom: 0;
}
.ntf-addedcart-popup__body .card-products .card-product__row {
    align-items: center;
    display: flex;
}
.ntf-addedcart-popup__body .card-products .card-product__image {
    margin-right: 8px;
    width: 74px;
}
.ntf-addedcart-popup__body .card-products .card-product__image .img-fluid {
    border-radius: 4px 0 0 4px;
    height: 64px;
}
.ntf-addedcart-popup__body .card-products .card-product__category-name {
    display: none;
}
.ntf-addedcart-popup__body .card-products .card-product__info {
    padding: 0;
    width: calc(100% - 84px);
}
.ntf-addedcart-popup__body .card-products .card-product__title {
    color: #3a3a3c;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    max-width: 95%;
    overflow: unset;
    width: auto;
}
.ntf-addedcart-popup__body .card-products .card-product__title-inner {
    white-space: normal;
}
.ntf-addedcart-popup__body .card-products .card-product__title-inner.expand {
    background: transparent;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: unset;
}
.ntf-backinstock-popup {
    border: none;
    height: 132px;
    position: fixed;
    right: 16px;
    top: 60px;
    width: 360px;
    z-index: 11;
}
.ntf-backinstock-popup__body {
    background: #f6f1ff;
    border-radius: 4px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08), -4px 4px 4px rgba(0, 0, 0, 0.08), 0 8px 4px rgba(0, 0, 0, 0.08);
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
}
.ntf-backinstock-popup__body .ntf-header {
    display: flex;
    justify-content: space-between;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.ntf-backinstock-popup__body .icon--cancel {
    cursor: pointer;
    margin-left: auto;
}
.ntf-backinstock-popup__body .btn-close {
    background: transparent;
    box-shadow: none;
    height: 24px;
    opacity: 1;
    outline: none;
    padding: 0;
    right: 12px;
    top: 12px;
    width: 24px;
}
.ntf-backinstock-popup__body .card-products .card-product {
    border: none;
    padding-bottom: 0;
}
.ntf-backinstock-popup__body .card-products .card-product__row {
    align-items: center;
    display: flex;
}
.ntf-backinstock-popup__body .card-products .card-product__image {
    margin-right: 8px;
    width: 74px;
}
.ntf-backinstock-popup__body .card-products .card-product__image .img-fluid {
    border-radius: 4px 0 0 4px;
    height: 64px;
}
.ntf-backinstock-popup__body .card-products .card-product__category-name {
    display: none;
}
.ntf-backinstock-popup__body .card-products .card-product__info {
    padding: 0;
    width: calc(100% - 84px);
}
.ntf-backinstock-popup__body .card-products .card-product__title {
    color: #3a3a3c;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    max-width: 95%;
    overflow: unset;
    width: auto;
}
.ntf-backinstock-popup__body .card-products .card-product__title-inner {
    white-space: normal;
}
.ntf-backinstock-popup__body .card-products .card-product__title-inner.expand {
    background: transparent;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: unset;
}
.ntf-cancelledorder-popup {
    border: none;
    height: 132px;
    position: fixed;
    right: 16px;
    top: 60px;
    width: 360px;
    z-index: 11;
}
.ntf-cancelledorder-popup__body {
    background: #f6f1ff;
    border-radius: 4px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08), -4px 4px 4px rgba(0, 0, 0, 0.08), 0 8px 4px rgba(0, 0, 0, 0.08);
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
}
.ntf-cancelledorder-popup__body .ntf-header {
    display: flex;
    justify-content: space-between;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.ntf-cancelledorder-popup__body .icon--cancel {
    cursor: pointer;
    margin-left: auto;
}
.ntf-cancelledorder-popup__body .btn-close {
    background: transparent;
    box-shadow: none;
    height: 24px;
    opacity: 1;
    outline: none;
    padding: 0;
    right: 12px;
    top: 12px;
    width: 24px;
}
.ntf-cancelledorder-popup__body .card-products .card-product {
    border: none;
    padding-bottom: 0;
}
.ntf-cancelledorder-popup__body .card-products .card-product__row {
    align-items: center;
    display: flex;
}
.ntf-cancelledorder-popup__body .card-products .card-product__image {
    margin-right: 8px;
    width: 74px;
}
.ntf-cancelledorder-popup__body .card-products .card-product__image .img-fluid {
    border-radius: 4px 0 0 4px;
    height: 64px;
}
.ntf-cancelledorder-popup__body .card-products .card-product__category-name {
    display: none;
}
.ntf-cancelledorder-popup__body .card-products .card-product__info {
    padding: 0;
    width: calc(100% - 84px);
}
.ntf-cancelledorder-popup__body .card-products .card-product__title {
    color: #3a3a3c;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    max-width: 95%;
    overflow: unset;
    width: auto;
}
.ntf-cancelledorder-popup__body .card-products .card-product__title-inner {
    white-space: normal;
}
.ntf-cancelledorder-popup__body .card-products .card-product__title-inner.expand {
    background: transparent;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: unset;
}
.ntf-favorites-popup {
    border: none;
    height: 132px;
    position: fixed;
    right: 16px;
    top: 60px;
    width: 360px;
    z-index: 11;
}
.ntf-favorites-popup__body {
    background: #f6f1ff;
    border-radius: 4px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08), -4px 4px 4px rgba(0, 0, 0, 0.08), 0 8px 4px rgba(0, 0, 0, 0.08);
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
}
.ntf-favorites-popup__body .ntf-header {
    display: flex;
    justify-content: space-between;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.ntf-favorites-popup__body .icon--cancel {
    cursor: pointer;
    margin-left: auto;
}
.ntf-favorites-popup__body .btn-close {
    background: transparent;
    box-shadow: none;
    height: 24px;
    opacity: 1;
    outline: none;
    padding: 0;
    right: 12px;
    top: 12px;
    width: 24px;
}
.ntf-favorites-popup__body .card-products .card-product {
    border: none;
    padding-bottom: 0;
}
.ntf-favorites-popup__body .card-products .card-product__row {
    align-items: center;
    display: flex;
}
.ntf-favorites-popup__body .card-products .card-product__image {
    margin-right: 8px;
    width: 74px;
}
.ntf-favorites-popup__body .card-products .card-product__image .img-fluid {
    border-radius: 4px 0 0 4px;
    height: 64px;
}
.ntf-favorites-popup__body .card-products .card-product__category-name {
    display: none;
}
.ntf-favorites-popup__body .card-products .card-product__info {
    padding: 0;
    width: calc(100% - 84px);
}
.ntf-favorites-popup__body .card-products .card-product__title {
    color: #3a3a3c;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    max-width: 95%;
    overflow: unset;
    width: auto;
}
.ntf-favorites-popup__body .card-products .card-product__title-inner {
    white-space: normal;
}
.ntf-favorites-popup__body .card-products .card-product__title-inner.expand {
    background: transparent;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: unset;
}
.ntf-placeorder-popup {
    border: none;
    height: 132px;
    position: fixed;
    right: 16px;
    top: 60px;
    width: 360px;
    z-index: 11;
}
.ntf-placeorder-popup__body {
    background: #f6f1ff;
    border-radius: 4px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08), -4px 4px 4px rgba(0, 0, 0, 0.08), 0 8px 4px rgba(0, 0, 0, 0.08);
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
}
.ntf-placeorder-popup__body .ntf-header {
    display: flex;
    justify-content: space-between;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.ntf-placeorder-popup__body .icon--cancel {
    cursor: pointer;
    margin-left: auto;
}
.ntf-placeorder-popup__body .btn-close {
    background: transparent;
    box-shadow: none;
    height: 24px;
    opacity: 1;
    outline: none;
    padding: 0;
    right: 12px;
    top: 12px;
    width: 24px;
}
.ntf-placeorder-popup__body .plcorder-id {
    color: #3c0b9f;
    text-decoration: underline;
}
.ntf-placeorder-popup__body .card-products .card-product {
    border: none;
    padding-bottom: 0;
}
.ntf-placeorder-popup__body .card-products .card-product__row {
    align-items: center;
    display: flex;
}
.ntf-placeorder-popup__body .card-products .card-product__image {
    margin-right: 8px;
    width: 74px;
}
.ntf-placeorder-popup__body .card-products .card-product__image .img-fluid {
    border-radius: 4px 0 0 4px;
    height: 64px;
}
.ntf-placeorder-popup__body .card-products .card-product__category-name {
    display: none;
}
.ntf-placeorder-popup__body .card-products .card-product__info {
    padding: 0;
    width: calc(100% - 84px);
}
.ntf-placeorder-popup__body .card-products .card-product__title {
    color: #3a3a3c;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    max-width: 95%;
    overflow: unset;
    width: auto;
}
.ntf-placeorder-popup__body .card-products .card-product__title-inner {
    white-space: normal;
}
.ntf-placeorder-popup__body .card-products .card-product__title-inner.expand {
    background: transparent;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: unset;
}
.ntf-updatecart-popup {
    border: none;
    height: 132px;
    position: fixed;
    right: 16px;
    top: 60px;
    width: 360px;
    z-index: 11;
}
.ntf-updatecart-popup__body {
    background: #f6f1ff;
    border-radius: 4px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08), -4px 4px 4px rgba(0, 0, 0, 0.08), 0 8px 4px rgba(0, 0, 0, 0.08);
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
}
.ntf-updatecart-popup__body .ntf-header {
    display: flex;
    justify-content: space-between;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.ntf-updatecart-popup__body .icon--cancel {
    cursor: pointer;
    margin-left: auto;
}
.ntf-updatecart-popup__body .btn-close {
    background: transparent;
    box-shadow: none;
    height: 24px;
    opacity: 1;
    outline: none;
    padding: 0;
    right: 12px;
    top: 12px;
    width: 24px;
}
.ntf-updatecart-popup__body .card-products .card-product {
    border: none;
    padding-bottom: 0;
}
.ntf-updatecart-popup__body .card-products .card-product__row {
    align-items: center;
    display: flex;
}
.ntf-updatecart-popup__body .card-products .card-product__image {
    margin-right: 8px;
    width: 74px;
}
.ntf-updatecart-popup__body .card-products .card-product__image .img-fluid {
    border-radius: 4px 0 0 4px;
    height: 64px;
}
.ntf-updatecart-popup__body .card-products .card-product__category-name {
    display: none;
}
.ntf-updatecart-popup__body .card-products .card-product__info {
    padding: 0;
    width: calc(100% - 84px);
}
.ntf-updatecart-popup__body .card-products .card-product__title {
    color: #3a3a3c;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    max-width: 95%;
    overflow: unset;
    width: auto;
}
.ntf-updatecart-popup__body .card-products .card-product__title-inner {
    white-space: normal;
}
.ntf-updatecart-popup__body .card-products .card-product__title-inner.expand {
    background: transparent;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: unset;
}
.l-trending-products-list__title {
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
}
.l-trending-products-list__sort {
    max-width: calc(50% - 5px);
    width: 180px;
}
.trending-products .back-in-stock__item:last-child .card-product {
    margin-bottom: 0;
}
.trending-products .card-products--stock:not(:last-child) .card-product {
    border-bottom: 1px solid #e6e8ef;
}
.trending-products .card-product__title-inner {
    z-index: 1;
}
.trending-products .place-holder {
    min-height: 300px;
}
.trending-products__fetch-status {
    color: #3a3a3c;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
}
.main--reports .breadcrumb {
    font-weight: 900;
}
.main--account-summary div#myTabContent,
.main--account-summary ul#myTab {
    display: none;
}
.main--account-summary .place-holder {
    min-height: 496px;
}
.main--account-summary .l-account-summary {
    margin-bottom: 98px;
}
.main--account-summary .l-account-summary__account-listing {
    margin-bottom: 16px;
    padding-bottom: 24px;
    position: relative;
}
.main--account-summary .l-account-summary__account-listing:after {
    background: #e6e8ef;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: -24px;
    position: absolute;
    right: -15px;
}
.main--account-summary .l-account-summary .table-responsive {
    margin-top: 26px;
    min-height: 496px;
}
.main--account-summary .l-account-summary .quick-accounts-tile--credit-limit .rupee-icon {
    background: #ee3224;
}
.main--account-summary .l-account-summary .quick-accounts-tile--opening-balance .rupee-icon {
    background: #fdbb30;
}
.main--account-summary .l-account-summary .quick-accounts-tile--closing-balance .rupee-icon {
    background: #470a68;
}
.main--account-summary .l-account-summary .quick-accounts-tile--total-debits .rupee-icon {
    background: #da7907;
}
.main--account-summary .l-account-summary .quick-accounts-tile--total-credits .rupee-icon {
    background: #00a751;
}
.main--account-summary .datepicker-wrapper {
    margin-top: 24px;
}
.main--account-summary .account-summary-popover {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}
.main--account-summary .rupee-text {
    font-size: 17px;
}
.main--account-summary .quick-account-summary .quick-accounts-tile__item-label {
    font-size: 14px;
}
.main--blankcheque-page .l-blankcheque-page {
    margin-bottom: 30px;
}
.main--blankcheque-page .dataTable {
    margin-top: 0 !important;
}
.main--blankcheque-page .report-datatable-wrap {
    min-height: 0;
}
.main--blankcheque-page .dt-buttons.btn-group.flex-wrap {
    display: none;
}
.l-cart-listwrap .l-cart-listing {
    margin-bottom: 16px;
    overflow-x: hidden;
    padding-bottom: 16px;
    padding-top: 8px;
}
.l-cart-listwrap .l-cart-listing__empty {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 300px;
}
.l-cart-listwrap .l-cart-listing__action {
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 8px;
}
.l-cart-listwrap .l-cart-listing__action:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 7H3.83l5.59-5.59L8 0 0 8l8 8 1.41-1.41L3.83 9H16V7Z' fill='%23000'/%3E%3C/svg%3E");
    content: "";
    display: block;
    height: 16px;
    margin: 3px 12px 0 0;
    width: 16px;
}
.l-cart-listwrap .l-cart-listing .card-products--search-edit {
    border-bottom: 1px solid #e6e8ef;
    margin-top: 16px;
    padding-bottom: 16px;
}
.l-cart-listwrap .l-cart-listing .card-products--search-edit:last-child {
    border-bottom: none;
    padding: 0;
}
.l-cart-listwrap .l-cart-listing .card-products--search-edit:last-child .card-product {
    border-bottom: none;
}
.l-cart-listwrap .l-cart-listing .card-products--search-edit .card-product {
    padding-bottom: 16px;
}
.l-cart-summary:after {
    background: #e6e8ef;
    content: "";
    display: none;
    height: calc(100vh - 56px);
    position: fixed;
    right: 430px;
    width: 4px;
}
.page-container--cart .header__list-item--cart.active {
    background-color: rgba(227, 215, 252, 0.6);
}
.frequently-bought-in-cartpg .card-products--search-frequently-bought .card-product__row {
    display: flex;
    flex-wrap: wrap;
}
.frequently-bought-in-cartpg .card-products--search-frequently-bought .card-product__row .card-product__image {
    overflow: hidden;
}
.frequently-bought-in-cartpg .card-products--search-frequently-bought .card-product__row .card-product__image img {
    height: 100%;
}
.frequently-bought-in-cartpg .card-products--search-frequently-bought .card-product__row .card-product__image .card-product__category-name {
    width: 100%;
}
.frequently-bought-in-cartpg .card-products--search-frequently-bought .card-product__row .card-product__info {
    padding: 0 10px;
    width: calc(100% - 96px);
}
.frequently-bought-in-cartpg .card-products--search-frequently-bought .card-product__row .card-product__info .card-product__tag-item {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 2px;
}
.frequently-bought-in-cartpg .card-products--search-frequently-bought .card-product__row .card-product__info .card-product__title {
    font-size: 14px;
    line-height: 18px;
    white-space: unset;
}
.frequently-bought-in-cartpg .card-products--search-frequently-bought .card-product__row .card-product__info .card-product__title .card-product__title-inner {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 36px;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: inherit;
}
.frequently-bought-in-cartpg .card-products--search-frequently-bought .card-product__row .card-product__offer {
    margin: 0;
}
.page-catalog-category {
    margin: 24px 8px 0;
}
.catalog-category__title {
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    margin-bottom: 24px;
}
.catalog-category__items {
    --bs-gutter-x: 0.5rem !important;
}
.catalog-category__item {
    margin-bottom: 16px;
    margin-top: 8px;
    position: relative;
    width: 50%;
}
.catalog-category-item-locked {
    pointer-events: none;
}
.catalog-category__img {
    border-radius: 8px;
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.catalog-category__name {
    align-items: center;
    border-radius: 8px;
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    height: 65px;
    line-height: 24px;
    padding-left: 16px;
    position: absolute;
    width: 95%;
    z-index: 1;
}
.catalog-category__item-link .catalog-category__name,
.catalog-category__locked {
    background: linear-gradient(1turn, #000 -69.23%, transparent);
    background-blend-mode: multiply;
}
.catalog-category__locked {
    align-items: center;
    border-radius: 8px;
    display: flex;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 16px;
    position: absolute;
    top: 0;
    width: 100%;
}
.catalog-category__locked--text {
    color: #fff;
}
.catalog-category__locked--text a,
.catalog-category__locked--text a:hover {
    color: #470a68;
    text-decoration: underline;
}
.main--catalog {
    padding-bottom: 0;
}
.main--catalog .scrolltoTop {
    right: -4px;
}
.page-catalog {
    margin: 24px 8px 0;
}
.page-catalog .catalog-card {
    z-index: 0;
}
.page-catalog .catalog__title {
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
}
.page-catalog .catalog__wrapper {
    margin-bottom: 24px;
}
.page-catalog .banner_images {
    border-radius: 8px 8px 0 0;
}
.main.main--contact-us {
    height: 100%;
    padding-bottom: 0;
}
.page-title--contact-us {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.main--creditnote-page .report-datatable-wrap {
    min-height: 0;
}
.main--creditnote-page .l-creditnote-page {
    margin-bottom: 30px;
}
.main--creditnote-page .l-creditnote-page__datepicker {
    margin-bottom: 18px;
    margin-top: 24px;
}
.main--creditnote-page .l-creditnote-page__table-empty .credit-datatable tbody td,
.main--creditnote-page .l-creditnote-page__table-empty .credit-datatable thead th {
    padding: 14px 16px;
}
.main--creditnote-page .email-cta {
    display: none !important;
}
.main--creditnote-page .rupee-text {
    font-size: 17px;
}
.main--daterange-page .daterange-datatable {
    width: 100% !important;
}
.main--daterange-page .l-daterange-page {
    margin-bottom: 30px;
}
.main--daterange-page .l-daterange-page .net-value-text {
    color: #470a68 !important;
}
.main--daterange-page .l-daterange-page .quick-account-summary .quick-accounts-tile--volume .rupee-icon {
    background: #ee3224;
    display: none !important;
}
.main--daterange-page .l-daterange-page .quick-account-summary .quick-accounts-tile--gross-value .rupee-icon {
    background: #fdbb30;
}
.main--daterange-page .l-daterange-page .quick-account-summary .quick-accounts-tile--net-value .rupee-icon {
    background: #470a68;
}
.main--daterange-page .l-daterange-page__datepicker {
    margin-bottom: 18px;
    margin-top: 24px;
}
.main--daterange-page .l-daterange-page .datepicker-wrapper--from-date {
    margin-right: 16px;
}
.main--daterange-page .l-daterange-page .datepicker-wrapper--daterange-dropdown {
    margin-bottom: 12px;
}
.main--daterange-page .l-daterange-page .datepicker-wrapper--daterange-dropdown .a-dropdown-toggle {
    align-items: center;
    display: flex;
    height: 28px;
}
.main--daterange-page .l-daterange-page .datepicker-wrapper--daterange-dropdown .a-dropdown-toggle:after {
    top: 12px;
}
.main--daterange-page .l-daterange-page__table-empty .credit-datatable tbody td,
.main--daterange-page .l-daterange-page__table-empty .credit-datatable thead th {
    padding: 14px 16px;
}
.main--daterange-page .rupee-text {
    font-size: 17px;
}
.main--daterange-page .quick-account-summary .quick-accounts-tile__item-label {
    font-size: 14px;
}
.main--debitnote-page .report-datatable-wrap {
    min-height: 0;
}
.main--debitnote-page .dtable-buttons-wrap .js-emailStatement-cta {
    display: none !important;
}
.main--debitnote-page .rupee-text {
    font-size: 17px;
}
.l-debitnote-page {
    margin-bottom: 30px;
}
.l-debitnote-page__datepicker {
    margin-bottom: 18px;
    margin-top: 24px;
}
.l-debitnote-page__table-empty .debit-datatable tbody td,
.l-debitnote-page__table-empty .debit-datatable thead th {
    padding: 14px 16px;
}
.page-disclaimer {
    color: #232323;
    margin: 0 8px;
}
.list--disclaimer {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0;
}
.list--disclaimer .list-item {
    margin: 0;
}
.list--disclaimer .list-link,
.list--disclaimer .list-link:hover {
    color: #470a68;
}
.main--error-page .l-error-page__item {
    padding-top: 5%;
}
.main--error-page .l-error-page__container {
    padding-right: 16px;
    padding-top: 16px;
}
.main--error-page .l-error-page__action {
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 8px;
}
.main--error-page .l-error-page__action:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 7H3.83l5.59-5.59L8 0 0 8l8 8 1.41-1.41L3.83 9H16V7Z' fill='%23000'/%3E%3C/svg%3E");
    content: "";
    display: block;
    height: 16px;
    margin: 3px 12px 0 0;
    width: 16px;
}
.page-container--favorites {
    height: auto;
}
.main--favorites {
    padding-left: 12px;
}
.l-favorites-trending {
    padding-top: 16px;
}
.l-favorites-trending::-webkit-scrollbar {
    width: 4px;
}
.l-favorites-trending .card-product__actions {
    right: 20px;
}
.l-favorites-trending .trending-products-items {
    height: calc(100vh - 158px);
    margin-top: 16px;
    overflow-x: hidden;
    overflow-y: auto;
}
.l-favorites-trending .trending-products-items .card-products--stock:first-child .card-product {
    padding-top: 0;
}
.l-favorites-search__result {
    padding-top: 25px;
}
.l-favorites-search__result .favorites-category-filter {
    margin-top: 16px;
}
.l-favorites-search__result .placeholder {
    padding: 12px;
}
.l-favorites-search__result-empty {
    padding-bottom: 12px;
    padding-top: 90px;
}
.l-favorites-search__result-empty .catalog-redirect-link {
    color: #470a68 !important;
}
.l-favorites-search__result-empty .place-holder {
    min-height: 420px;
}
.l-favorites-search__result-listing {
    padding-top: 12px;
}
.l-favorites-search .card-products--search {
    margin-bottom: 16px;
}
.l-favorites-search .card-products--search:not(:last-child) .card-product {
    border-bottom: 1px solid #e6e8ef;
    padding-bottom: 16px;
}
.main--favorites .card-product__action .icon {
    height: 19px;
    width: 20px;
}
.l-home-col {
    margin-top: 16px;
}
.l-home-col .nav-pills--primary .nav-link {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    padding: 6px 14px;
}
.l-home-col .nav-pills--primary .nav-link.active {
    background-color: #0b8e9f;
    border-color: #0b8e9f;
    color: #fff;
}
.l-homepage-row2 {
    margin-top: 10px;
}
.l-homepage-row2 .trending-products-items .place-holder {
    min-height: 260px;
}
.trending--popover.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.trending--popover.bs-popover-bottom[data-popper-placement^="bottom"] > .popover-arrow,
.trending--popover.bs-popover-end > .popover-arrow,
.trending--popover[data-popper-placement^="bottom"].bs-popover-auto > .popover-arrow {
    left: auto !important;
    right: 6px !important;
}
.main--invoice-page .l-invoice-page {
    margin-bottom: 25px;
}
.main--invoice-page .l-invoice-page__table--records .table-responsive {
    margin-top: 26px;
    min-height: 496px;
}
.main--invoice-page .datepicker-wrapper {
    margin-top: 24px;
}
.main--invoice-page .email-cta,
.main--invoice-page .l-invoice-searchInInvoice .dt-buttons {
    display: none !important;
}
.main--invoice-page .rupee-text {
    font-size: 17px;
}
.main-section.main-section--login {
    margin-left: 0;
}
.main-section .form-login {
    margin-bottom: 16px;
    margin-top: 16px;
}
.l-login-banner {
    margin-bottom: 32px;
}
.l-login-banner .banner-image {
    width: 100%;
}
.l-login-banner__frame {
    height: 100%;
}
.main--materialreturn-page .report-datatable-wrap {
    min-height: 0;
}
.main--materialreturn-page .l-materialreturn-page {
    margin-bottom: 30px;
}
.main--materialreturn-page .l-materialreturn-page__datepicker {
    margin-bottom: 18px;
    margin-top: 24px;
}
.main--materialreturn-page .l-materialreturn-page__table-empty .material-datatable tbody td,
.main--materialreturn-page .l-materialreturn-page__table-empty .material-datatable thead th {
    padding: 14px 16px;
}
.main--materialreturn-page .email-cta {
    display: none !important;
}
.main--materialreturn-page .row.action-pagination-wrapper {
    margin-top: 10px !important;
}
.main--materialreturn-page .dt-buttons.btn-group {
    justify-content: left !important;
}
.main--materialreturn-page .rupee-text {
    font-size: 17px;
}
.main--materialreturn-page .text-purple {
    color: #470a68;
}
.main--materialreturn-page .dt-buttons.btn-group.flex-wrap {
    display: none;
}
.main--my-order .place-holder {
    min-height: 280px;
}
.main--my-order .place-holder .btn-primary {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    width: 160px;
}
.main--my-order .l-my-order {
    margin-bottom: 98px;
}
.main--my-order .l-my-order__table .table-collapsed th {
    text-transform: uppercase;
}
.main--my-order .l-my-order__table .table-collapsed .billed-column {
    width: 200px !important;
}
.main--my-order .l-my-order__table .table-collapsed .order-status {
    width: 120px !important;
}
.main--my-order .l-my-order__datepicker {
    margin-bottom: 8px;
    margin-top: 24px;
}
.main--my-order .my-order-search {
    margin-bottom: 12px;
    width: 100%;
}
.main--my-order .my-order-search__input {
    background-color: #f5f6fa !important;
    border: 2px solid #c7c9d9;
    border-radius: 4px;
    color: #3a3a3c;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    padding: 8px 45px 8px 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.main--my-order .my-order-search__input:focus {
    background: rgba(227, 215, 252, 0.6) !important;
}
.main--my-order .my-order-search-clear,
.main--my-order .my-order-search-icon {
    cursor: pointer;
    float: right;
    overflow: hidden;
    position: relative;
    right: 8px;
    top: -31px;
}
.main--my-order .my-order-search-clear .icon--cancel,
.main--my-order .my-order-search-clear .icon--search,
.main--my-order .my-order-search-icon .icon--cancel,
.main--my-order .my-order-search-icon .icon--search {
    height: 18px;
    width: 18px;
}
.main--my-order .email-cta,
.main--my-order .l-my-order-searchInOrder .dt-buttons,
.main--my-order .l-my-order-stkAccess .dt-buttons {
    display: none !important;
}
.main--my-order .datepicker-wrapper .datepicker-wrapper--dropdown .order-status__item .form-check-input {
    display: block;
    height: 12px;
    width: 12px;
}
.main--my-order .datepicker-wrapper .datepicker-wrapper--dropdown .order-status__item .form-check {
    align-items: center;
    display: flex;
    margin-left: 10px;
}
.main--my-order .datepicker-wrapper .datepicker-wrapper--dropdown .order-status__item .form-check label {
    padding: 8px 12px;
}
.main.main--order-tracking .page-order-tracking {
    background-color: #fff;
    border-radius: 8px;
    height: 100%;
    padding-top: 24px;
}
.l-order-tracking-top {
    border-bottom: 2px solid #f0f1f8;
    margin-bottom: 24px;
    padding-bottom: 16px;
}
.l-order-tracking-info-items + .l-order-tracking-info-items {
    border-top: 1px solid #f0f1f8;
    margin-top: 32px;
    padding-top: 32px;
}
.l-order-tracking-items {
    margin-top: 32px;
}
.l-order-tracking-items:before {
    background: #e6e8ef;
    content: "";
    display: block;
    height: 100%;
    left: -32px;
    max-height: 316px;
    position: absolute;
    top: 0;
    width: 2px;
}
.l-order-tracking-items .card-products--order-tracking {
    max-height: 550px;
    overflow: hidden;
    transition-duration: 3s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.l-order-tracking-items .card-products--order-tracking .card-product:nth-child(n + 4) {
    display: none;
}
.l-order-tracking-items .card-products--order-tracking.is-expanded {
    max-height: 10000px;
    overflow: hidden;
    transition-duration: 3s;
    transition-timing-function: ease-in;
}
.l-order-tracking-items .card-products--order-tracking.is-expanded .card-product:nth-child(n + 4) {
    display: block;
}
.l-order-tracking-items .load-more-wrapper {
    background-color: #fff;
    margin-top: -1px;
    padding-top: 17px;
    position: relative;
}
.l-order-tracking-items .load-more-cta,
.l-order-tracking-items .load-more-cta:hover {
    color: #470a68;
    text-decoration: underline;
}
.main--outstanding-payment div#myTabContent,
.main--outstanding-payment ul#myTab {
    display: none;
}
.main--outstanding-payment .place-holder {
    min-height: 496px;
}
.main--outstanding-payment .l-outstanding-payment {
    margin-bottom: 30px;
}
.main--outstanding-payment .l-outstanding-payment__tiles-listing {
    margin-bottom: 16px;
    padding-bottom: 24px;
    position: relative;
}
.main--outstanding-payment .l-outstanding-payment__tiles-listing:after {
    background: #e6e8ef;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: -24px;
    position: absolute;
    right: -15px;
}
.main--outstanding-payment .l-outstanding-payment .table-responsive {
    margin-top: 4px;
    min-height: 496px;
}
.main--outstanding-payment .l-outstanding-payment .table-responsive th {
    text-transform: uppercase;
}
.main--outstanding-payment .l-outstanding-payment .collapse-datatable-wrap .table-collapsed__inner > .table-responsive {
    min-height: auto;
}
.main--outstanding-payment .l-outstanding-payment .quick-accounts-tile--gross-outstanding .rupee-icon {
    background: #ee3224;
}
.main--outstanding-payment .l-outstanding-payment .quick-accounts-tile--uncleared-credit .rupee-icon {
    background: #fdbb30;
}
.main--outstanding-payment .l-outstanding-payment .quick-accounts-tile--net-outstanding .rupee-icon {
    background: #470a68;
}
.main--outstanding-payment .account-summary-popover {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}
.main--outstanding-payment .dt-buttons.btn-group.flex-wrap {
    display: none;
}
.main--outstanding-payment .rupee-text {
    font-size: 17px;
}
.popover-description--warning {
    border: none;
    z-index: 1;
}
.popover-description--warning .popover-body {
    background: #fec;
    border-radius: 4px;
    color: #2e2828;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 8px;
}
.popover-description--warning .popover-arrow {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.475 16 .947V20L0 10.475Z' fill='%23fec'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 8px;
    transform: rotate(90deg) !important;
    width: 8px;
}
.popover-description--warning.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.popover-description--warning.bs-popover-bottom[data-popper-placement^="bottom"] > .popover-arrow,
.popover-description--warning.bs-popover-end > .popover-arrow,
.popover-description--warning[data-popper-placement^="bottom"].bs-popover-auto > .popover-arrow {
    left: 50% !important;
    top: -7px !important;
    transform: translateX(-50%);
}
.popover-description--warning.bs-popover-top[data-popper-placement^="top"] > .popover-arrow,
.popover-description--warning[data-popper-placement^="top"].bs-popover-auto > .popover-arrow {
    bottom: -7px !important;
    left: 50% !important;
    top: auto !important;
    transform: translateX(-50%) rotate(-90deg) !important;
}
.popover-description--warning .popover-arrow:after,
.popover-description--warning .popover-arrow:before {
    display: none;
}
.table-collapsed__button.table-collapsed__button--left:after {
    right: 40%;
}
.l-placeorder-search__form {
    padding-bottom: 16px;
    padding-top: 16px;
}
.l-placeorder-search__result .placeholder {
    padding: 12px;
}
.l-placeorder-search__result-empty {
    min-height: 275px;
    padding: 12px 0;
}
.l-placeorder-search__result-listing {
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative;
}
.l-placeorder-search .card-products--search {
    margin-bottom: 16px;
}
.l-placeorder-search .card-products--search:not(:last-child) .card-product {
    border-bottom: 1px solid #e6e8ef;
    padding-bottom: 16px;
}
.l-placeorder-tabs-backstock-offers {
    position: relative;
}
.l-placeorder-tabs-backstock-offers:before {
    background: #e6e8ef;
    content: "";
    display: block;
    height: 4px;
    left: -16px;
    position: absolute;
    right: -16px;
    top: -16px;
}
.l-placeorder-summary:after {
    background: #e6e8ef;
    content: "";
    display: none;
    height: calc(100vh - 56px);
    position: fixed;
    right: 416px;
    width: 4px;
}
.l-plp-list__filters {
    padding-bottom: 16px;
    padding-top: 16px;
}
.l-plp-list__filter-access .l-plp-list__item--category {
    display: none;
}
.l-plp-list__result .placeholder {
    padding: 12px;
}
.l-plp-list__result-empty {
    min-height: 304px;
    padding: 12px 0;
}
.l-plp-list__result-listing {
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative;
}
.l-plp-list .card-products--search {
    margin-bottom: 16px;
}
.l-plp-list .card-products--search:not(:last-child) .card-product {
    border-bottom: 1px solid #e6e8ef;
    padding-bottom: 16px;
}
.l-plp-summary:after {
    background: #e6e8ef;
    content: "";
    display: none;
    height: calc(100vh - 56px);
    position: fixed;
    right: 416px;
    width: 4px;
}
.l-profile-details {
    padding: 0;
    position: relative;
}
.l-profile-details:after {
    background: #f5f6fa;
    bottom: 6px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
}
.l-profile-staff {
    position: relative;
}
.l-profile-staff:after {
    background: #979494;
    content: "";
    height: 80%;
    position: absolute;
    right: 0;
    top: 70px;
}
.l-profile .staff-cover-section {
    order: 1;
}
.l-profile .staff-details {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}
.l-profile .staff-adding {
    order: 3;
    text-align: center;
}
.l-profile .staff-profile-details {
    display: none;
}
.l-profile .staff-button {
    align-items: center;
    background-color: #0b8e9f;
    border-color: #0b8e9f;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
    display: flex;
    float: right;
    font-weight: 700;
    height: 32px;
    justify-content: center;
    width: 127px;
}
.l-profile .staff-button span {
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
}
.l-profile .staff-profile-section {
    order: 2;
}
.l-profile .staff-profile-section .card-body {
    padding: 0;
}
.main--download-page .report-datatable-wrap {
    min-height: 0;
}
.main--download-page .l-download-page {
    margin-bottom: 30px;
    padding-top: 25px;
}
.main--download-page .l-download-page__datepicker {
    margin-bottom: 18px;
    margin-top: 24px;
}
.main--download-page .l-download-page .download-dropdown {
    margin: 10px 0;
}
.main--download-page .l-download-page__table-empty .credit-datatable tbody td,
.main--download-page .l-download-page__table-empty .credit-datatable thead th {
    padding: 14px 16px;
}
.main--download-page .l-download-page__table .dtable-buttons-wrap:first-child {
    visibility: hidden;
}
.main--download-page .dropdown-menu li:hover {
    background-color: #e9ecef;
}
.main--download-page .download-page-feedbackLink {
    color: #470a68 !important;
    font-size: 11px;
}
.main--download-page .a-dropdown-menu {
    padding: 0;
}
.main--download-page .l-download-page-empty .a-dropdown-wrap {
    cursor: not-allowed;
}
.main--schemes-page .report-datatable-wrap {
    min-height: 0;
}
.main--schemes-page .dt-buttons.btn-group.flex-wrap {
    display: none;
}
.main--schemes-page .l-schemes-page {
    margin-bottom: 30px;
}
.main--schemes-page .l-schemes-page__monthpicker {
    margin-bottom: 14px;
}
.main--schemes-page .l-schemes4-page__table-empty .material-datatable tbody td,
.main--schemes-page .l-schemes-page__table-empty .material-datatable thead th {
    padding: 14px 16px;
}
.main--schemes-page .rupee-text {
    font-size: 17px;
}
.l-search-listing__filters {
    padding-top: 16px;
}
.l-search-listing__result {
    margin-top: 16px;
}
.l-search-listing__result .search-listing-label {
    color: #000;
    padding-bottom: 16px;
}
.l-search-listing__result .placeholder {
    padding: 12px;
}
.l-search-listing__result-empty {
    min-height: 304px;
    padding: 12px 0;
}
.l-search-listing__result-listing {
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative;
}
.l-search-listing .card-products--search {
    margin-bottom: 16px;
}
.l-search-listing .card-products--search:not(:last-child) .card-product {
    border-bottom: 1px solid #e6e8ef;
    padding-bottom: 16px;
}
.l-search-listing-summary:after {
    background: #e6e8ef;
    content: "";
    display: none;
    height: calc(100vh - 56px);
    position: fixed;
    right: 416px;
    width: 4px;
}
.main--stockcheck {
    padding-left: 12px;
}
.main--stockcheck .scrolltoTop {
    right: 31%;
}
.l-stockcheck-backinstock {
    padding-top: 12px;
}
.l-stockcheck-backinstock::-webkit-scrollbar {
    width: 4px;
}
.l-stockcheck-backinstock .card-product__actions {
    right: 20px;
}
.l-stockcheck-backinstock .trending-products-items {
    height: calc(100vh - 148px);
    margin-top: 16px;
    overflow-x: hidden;
    overflow-y: auto;
}
.l-stockcheck-backinstock .card-products--stock:last-child {
    margin-bottom: 24px;
}
.l-stockcheck-backinstock .card-products--stock:first-child .card-product {
    padding-top: 0;
}
.l-stockcheck-backinstock .trending-products__fetch-status {
    margin-right: 4px;
}
.l-stockcheck-search__result {
    padding-top: 8px;
}
.l-stockcheck-search__result .placeholder {
    padding: 12px;
}
.l-stockcheck-search__form {
    padding-bottom: 16px;
    padding-top: 16px;
}
.l-stockcheck-search__result-empty {
    padding-bottom: 12px;
    padding-top: 90px;
}
.l-stockcheck-search .card-products--search {
    margin-bottom: 16px;
}
.l-stockcheck-search .card-products--search:not(:last-child) .card-product {
    border-bottom: 1px solid #e6e8ef;
    padding-bottom: 16px;
}
.page-terms-condition {
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0 8px;
}
.page-title--terms-conditions {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.page-title--terms-conditions:nth-of-type(2) {
    display: none;
}
.block--terms-conditions {
    max-width: 100%;
}
.block--terms-conditions .block__heading {
    color: #470a68;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: -12px;
}
.list--terms-conditions {
    margin: 0;
    padding-left: 20px;
}
.list--terms-conditions .list-item {
    margin: 0;
    padding-left: 2px;
}
.list--terms-conditions .list-link,
.list--terms-conditions .list-link:hover {
    color: #470a68;
}
.l-trending-products-list__result .placeholder {
    padding: 12px;
}
.l-trending-products-list__result-empty {
    min-height: 304px;
    padding: 12px 0;
}
.l-trending-products-list__result-listing {
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative;
}
.l-trending-products-list__filters {
    padding-bottom: 16px;
    padding-top: 16px;
}
.l-trending-products-list .card-products--search {
    margin-bottom: 16px;
}
.l-trending-products-list .card-products--search:not(:last-child) .card-product {
    border-bottom: 1px solid #e6e8ef;
    padding-bottom: 16px;
}
.l-trending-products-summary:after {
    background: #e6e8ef;
    content: "";
    display: none;
    height: calc(100vh - 56px);
    left: -4px;
    position: absolute;
    width: 4px;
}
.icon--alert {
    height: 20px;
    width: 20px;
}
.icon--aside-catalog,
.icon--aside-catalog-active {
    height: 25px;
    width: 24px;
}
.icon--aside-download,
.icon--aside-download-active {
    height: 18px;
    width: 18px;
}
.icon--aside-download-mobile {
    height: 16px;
    width: 16px;
}
.icon--aside-download-sidenav {
    height: 18px;
    width: 18px;
}
.icon--aside-home,
.icon--aside-home-active {
    height: 18px;
    width: 20px;
}
.icon--aside-my-order,
.icon--aside-my-order-active {
    height: 24px;
    width: 24px;
}
.icon--aside-place-order {
    height: 20px;
    width: 21px;
}
.icon--aside-place-order-active {
    height: 20px;
    width: 20px;
}

.order_blinds--active
{
    height: 20px;
    width: 20px;
}

.order_blinds--inactive
 {
     height: 20px;
     width: 20px;
 }

.icon--aside-reports,
.icon--aside-reports-active {
    height: 18px;
    width: 18px;
}
.icon--aside-stock-check,
.icon--aside-stock-check-active {
    height: 25px;
    width: 24px;
}
.icon--aside-track-order {
    height: 16px;
    width: 16px;
}
.icon--aside-track-order-active {
    height: 20px;
    width: 21px;
}
.icon--aside-wishlist,
.icon--aside-wishlist-active {
    height: 19px;
    width: 20px;
}
.icon--avatar-people {
    height: 25px;
    width: 24px;
}
.icon--billed {
    height: 16px;
    width: 12px;
}
.icon--calender {
    height: 12px;
    width: 11px;
}
.icon--cancel,
.icon--chat {
    height: 25px;
    width: 24px;
}
.icon--chat-active {
    height: 21px;
    width: 20px;
}
.icon--check {
    height: 16px;
    width: 17px;
}
.icon--clipboard {
    height: 16px;
    width: 16px;
}
.icon--contextual-menu {
    height: 24px;
    width: 24px;
}
.icon--copyright {
    height: 14px;
    width: 14px;
}
.icon--delete {
    height: 25px;
    width: 24px;
}
.icon--delete-active {
    height: 17px;
    width: 20px;
}
.icon--download {
    height: 11px;
    width: 11px;
}
.icon--download-active {
    height: 18px;
    width: 18px;
}
.icon--download-mobile {
    height: 16px;
    width: 16px;
}
.icon--download-sidenav {
    height: 18px;
    width: 18px;
}
.icon--edit {
    height: 19px;
    width: 19px;
}
.icon--empty-cart {
    height: 154px;
    width: 160px;
}
.icon--empty-search {
    height: 120px;
    width: 141px;
}
.icon--enter {
    height: 25px;
    width: 24px;
}
.icon--error-cancel {
    height: 18px;
    width: 16px;
}
.icon--event {
    height: 14px;
    width: 12px;
}
.icon--feedback {
    height: 20px;
    width: 20px;
}
.icon--feedback-confirmation {
    height: 161px;
    width: 298px;
}
.icon--headoffice {
    height: 17px;
    width: 21px;
}
.icon--helpline {
    height: 17px;
    width: 17px;
}
.icon--hpage-acc {
    height: 19px;
    width: 19px;
}
.icon--hpage-truck {
    height: 13px;
    width: 21px;
}
.icon--icici {
    height: 24px;
    width: 24px;
}
.icon--info {
    height: 25px;
    width: 24px;
}
.icon--lock,
.icon--log-out {
    height: 24px;
    width: 24px;
}
.icon--magnify,
.icon--magnify-white {
    height: 18px;
    width: 18px;
}
.icon--make-payment,
.icon--menu {
    height: 24px;
    width: 24px;
}
.icon--minicart {
    height: 25px;
    width: 24px;
}
.icon--minicart-active {
    height: 21px;
    width: 20px;
}
.icon--mtr {
    height: 14px;
    width: 30px;
}
.icon--my-orders,
.icon--my-profile {
    height: 24px;
    width: 24px;
}
.icon--no-trending-products {
    height: 160px;
    width: 160px;
}
.icon--notification,
.icon--notification-active {
    height: 25px;
    width: 24px;
}
.icon--offer {
    height: 22px;
    width: 22px;
}
.icon--order-delete {
    height: 18px;
    width: 14px;
}
.icon--order-edit {
    height: 18px;
    width: 19px;
}
.icon--order-placed,
.icon--order-placed-error {
    height: 161px;
    width: 298px;
}
.icon--paint {
    height: 18px;
    width: 18px;
}
.icon--password-eye-close,
.icon--password-eye-open {
    height: 24px;
    width: 24px;
}
.icon--pencil {
    height: 12px;
    width: 13px;
}
.icon--place-order-white {
    height: 20px;
    width: 21px;
}
.icon--plc-cart {
    height: 17px;
    width: 17px;
}
.icon--rating-star {
    height: 15px;
    width: 16px;
}
.icon--reports,
.icon--reports-white {
    height: 24px;
    width: 24px;
}
.icon--resend-otp {
    height: 18px;
    width: 15px;
}
.icon--right-arrow {
    height: 10px;
    width: 6px;
}
.icon--rupee {
    height: 18px;
    width: 12px;
}
.icon--search {
    height: 25px;
    width: 24px;
}
.icon--shopping_cart {
    height: 20px;
    width: 20px;
}
.icon--stock-check-white {
    height: 25px;
    width: 24px;
}
.icon--supportmail {
    height: 24px;
    width: 24px;
}
.icon--tracking-hard-drive,
.icon--tracking-hard-drive-active,
.icon--tracking-home,
.icon--tracking-home-active,
.icon--tracking-package,
.icon--tracking-package-active,
.icon--tracking-shopping-cart,
.icon--tracking-shopping-cart-active {
    height: 16px;
    width: 16px;
}
.icon--tracking-stock-check,
.icon--tracking-stock-check-active {
    height: 25px;
    width: 24px;
}
.icon--tracking-truck,
.icon--tracking-truck-active {
    height: 16px;
    width: 16px;
}
.icon--tracking-truck-purple {
    height: 20px;
    width: 21px;
}
.icon--tracking-truck-white {
    height: 16px;
    width: 16px;
}
.icon--update {
    height: 25px;
    width: 24px;
}
.icon--vector {
    height: 18px;
    width: 19px;
}
.icon--warning {
    height: 48px;
    width: 48px;
}
.icon--wishlist,
.icon--wishlist-active {
    height: 20px;
    width: 20px;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.125rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.125rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 0.75rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 0.75rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 1.5rem;
    }
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler,
    .navbar-expand-sm .offcanvas-header {
        display: none;
    }
    .navbar-expand-sm .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000;
    }
    .navbar-expand-sm .offcanvas-bottom,
    .navbar-expand-sm .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto;
    }
    .navbar-expand-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        border-left: 0;
        margin-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px;
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.125rem !important;
    }
    .gap-sm-2 {
        gap: 0.25rem !important;
    }
    .gap-sm-3 {
        gap: 0.5rem !important;
    }
    .gap-sm-4 {
        gap: 0.75rem !important;
    }
    .gap-sm-5 {
        gap: 1.5rem !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.125rem !important;
    }
    .m-sm-2 {
        margin: 0.25rem !important;
    }
    .m-sm-3 {
        margin: 0.5rem !important;
    }
    .m-sm-4 {
        margin: 0.75rem !important;
    }
    .m-sm-5 {
        margin: 1.5rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-sm-1 {
        margin-left: 0.125rem !important;
        margin-right: 0.125rem !important;
    }
    .mx-sm-2 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-sm-3 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-sm-4 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }
    .mx-sm-5 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-sm-1 {
        margin-bottom: 0.125rem !important;
        margin-top: 0.125rem !important;
    }
    .my-sm-2 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-sm-3 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-sm-4 {
        margin-bottom: 0.75rem !important;
        margin-top: 0.75rem !important;
    }
    .my-sm-5 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.125rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-3 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-4 {
        margin-top: 0.75rem !important;
    }
    .mt-sm-5 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.125rem !important;
    }
    .me-sm-2 {
        margin-right: 0.25rem !important;
    }
    .me-sm-3 {
        margin-right: 0.5rem !important;
    }
    .me-sm-4 {
        margin-right: 0.75rem !important;
    }
    .me-sm-5 {
        margin-right: 1.5rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.125rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 0.75rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.125rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-3 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-4 {
        margin-left: 0.75rem !important;
    }
    .ms-sm-5 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.125rem !important;
    }
    .p-sm-2 {
        padding: 0.25rem !important;
    }
    .p-sm-3 {
        padding: 0.5rem !important;
    }
    .p-sm-4 {
        padding: 0.75rem !important;
    }
    .p-sm-5 {
        padding: 1.5rem !important;
    }
    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-sm-1 {
        padding-left: 0.125rem !important;
        padding-right: 0.125rem !important;
    }
    .px-sm-2 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-sm-3 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-sm-4 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    .px-sm-5 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-sm-1 {
        padding-bottom: 0.125rem !important;
        padding-top: 0.125rem !important;
    }
    .py-sm-2 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-sm-3 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-sm-4 {
        padding-bottom: 0.75rem !important;
        padding-top: 0.75rem !important;
    }
    .py-sm-5 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.125rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-3 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-4 {
        padding-top: 0.75rem !important;
    }
    .pt-sm-5 {
        padding-top: 1.5rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.125rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-3 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-4 {
        padding-right: 0.75rem !important;
    }
    .pe-sm-5 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.125rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 0.75rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 1.5rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.125rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-3 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-4 {
        padding-left: 0.75rem !important;
    }
    .ps-sm-5 {
        padding-left: 1.5rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
    .modal--add-to-cart .modal-dialog {
        max-width: 440px;
    }
    .modal--cart-remove-product .modal-dialog,
    .modal--kyc-complete .modal-dialog {
        max-width: 400px;
    }
    .modal--confirm-order-cart .modal-dialog,
    .modal--confirm-order .modal-dialog {
        max-width: 440px;
    }
    .create-staff-account .modal-dialog,
    .edit-staff-account .modal-dialog,
    .editprofile .modal-dialog,
    .emailStatement .modal-dialog,
    .modal--delete-staff-account .modal-dialog,
    .modal--download-error .modal-dialog,
    .modal--favorites-remove-product .modal-dialog {
        max-width: 400px;
    }
    .modal--feedback-confirm .modal-dialog {
        max-width: 440px;
    }
    .modal--feedback .modal-dialog {
        max-width: 796px;
    }
    .modal--loader .modal-dialog {
        max-width: 440px;
    }
    .modal--loader .modal-body {
        margin: 90px 0;
    }
    .modal--cancel-order-cart .modal-dialog,
    .modal--cancel-order-failed .modal-dialog,
    .modal--cancel-order .modal-dialog,
    .modal--logout .modal-dialog {
        max-width: 400px;
    }
    .modal--order-placed-confirm .modal-dialog {
        max-width: 440px;
    }
    .modal--order-placed-error .modal-dialog {
        max-width: 400px;
    }
    .modal--order-placed-partially .modal-dialog,
    .modal--order-tracking .modal-dialog,
    .modal--overdue .modal-dialog {
        max-width: 440px;
    }
    .upload-image .modal-dialog {
        max-width: 400px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 730px;
    }
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.125rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.125rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 0.75rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 0.75rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 1.5rem;
    }
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler,
    .navbar-expand-md .offcanvas-header {
        display: none;
    }
    .navbar-expand-md .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000;
    }
    .navbar-expand-md .offcanvas-bottom,
    .navbar-expand-md .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto;
    }
    .navbar-expand-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.125rem !important;
    }
    .gap-md-2 {
        gap: 0.25rem !important;
    }
    .gap-md-3 {
        gap: 0.5rem !important;
    }
    .gap-md-4 {
        gap: 0.75rem !important;
    }
    .gap-md-5 {
        gap: 1.5rem !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.125rem !important;
    }
    .m-md-2 {
        margin: 0.25rem !important;
    }
    .m-md-3 {
        margin: 0.5rem !important;
    }
    .m-md-4 {
        margin: 0.75rem !important;
    }
    .m-md-5 {
        margin: 1.5rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-md-1 {
        margin-left: 0.125rem !important;
        margin-right: 0.125rem !important;
    }
    .mx-md-2 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-md-3 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-md-4 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }
    .mx-md-5 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-md-1 {
        margin-bottom: 0.125rem !important;
        margin-top: 0.125rem !important;
    }
    .my-md-2 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-md-3 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-md-4 {
        margin-bottom: 0.75rem !important;
        margin-top: 0.75rem !important;
    }
    .my-md-5 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.125rem !important;
    }
    .mt-md-2 {
        margin-top: 0.25rem !important;
    }
    .mt-md-3 {
        margin-top: 0.5rem !important;
    }
    .mt-md-4 {
        margin-top: 0.75rem !important;
    }
    .mt-md-5 {
        margin-top: 1.5rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.125rem !important;
    }
    .me-md-2 {
        margin-right: 0.25rem !important;
    }
    .me-md-3 {
        margin-right: 0.5rem !important;
    }
    .me-md-4 {
        margin-right: 0.75rem !important;
    }
    .me-md-5 {
        margin-right: 1.5rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.125rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-3 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-4 {
        margin-bottom: 0.75rem !important;
    }
    .mb-md-5 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.125rem !important;
    }
    .ms-md-2 {
        margin-left: 0.25rem !important;
    }
    .ms-md-3 {
        margin-left: 0.5rem !important;
    }
    .ms-md-4 {
        margin-left: 0.75rem !important;
    }
    .ms-md-5 {
        margin-left: 1.5rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.125rem !important;
    }
    .p-md-2 {
        padding: 0.25rem !important;
    }
    .p-md-3 {
        padding: 0.5rem !important;
    }
    .p-md-4 {
        padding: 0.75rem !important;
    }
    .p-md-5 {
        padding: 1.5rem !important;
    }
    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-md-1 {
        padding-left: 0.125rem !important;
        padding-right: 0.125rem !important;
    }
    .px-md-2 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-md-3 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-md-4 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    .px-md-5 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-md-1 {
        padding-bottom: 0.125rem !important;
        padding-top: 0.125rem !important;
    }
    .py-md-2 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-md-3 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-md-4 {
        padding-bottom: 0.75rem !important;
        padding-top: 0.75rem !important;
    }
    .py-md-5 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.125rem !important;
    }
    .pt-md-2 {
        padding-top: 0.25rem !important;
    }
    .pt-md-3 {
        padding-top: 0.5rem !important;
    }
    .pt-md-4 {
        padding-top: 0.75rem !important;
    }
    .pt-md-5 {
        padding-top: 1.5rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.125rem !important;
    }
    .pe-md-2 {
        padding-right: 0.25rem !important;
    }
    .pe-md-3 {
        padding-right: 0.5rem !important;
    }
    .pe-md-4 {
        padding-right: 0.75rem !important;
    }
    .pe-md-5 {
        padding-right: 1.5rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.125rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-3 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-4 {
        padding-bottom: 0.75rem !important;
    }
    .pb-md-5 {
        padding-bottom: 1.5rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.125rem !important;
    }
    .ps-md-2 {
        padding-left: 0.25rem !important;
    }
    .ps-md-3 {
        padding-left: 0.5rem !important;
    }
    .ps-md-4 {
        padding-left: 0.75rem !important;
    }
    .ps-md-5 {
        padding-left: 1.5rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
    .toast-login-wrapper {
        bottom: 40px;
        max-width: 376px;
        padding: 0 8px;
    }
    .dt-buttons.btn-group.flex-wrap {
        flex-wrap: nowrap !important;
        margin-right: -50px;
    }
    .catalog-card {
        border-bottom: none !important;
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    .catalog-card__tag {
        font-weight: 400;
    }
    .card-products--search .card-product__image {
        width: 124px;
    }
    .card-products--search .card-product__info {
        padding-left: 140px;
    }
    .card-products--search-frequently-bought .card-product__image {
        width: 96px;
    }
    .card-products--search-frequently-bought .card-product__info {
        padding-left: 104px;
    }
    .card-products--search-frequently-bought .card-product__price-qty {
        margin-top: 10px;
    }
    .card-products--cart .card-product__image {
        width: 104px;
    }
    .card-products--cart .card-product__info {
        padding-left: 112px;
    }
    .card-products--cart .card-product__price-qty {
        float: none;
        padding-left: 112px;
        width: auto;
    }
    .card-products--cart .card-product__itemwrap {
        padding: 0;
    }
    .card-products--stock .card-product__image {
        width: 104px;
    }
    .card-products--stock .card-product__info,
    .card-products--stock .card-product__price-qty {
        padding-left: 112px;
    }
    .cart-summary .cart-summary__head {
        padding-left: 12px;
    }
    .catalog-header .nav-pills--primary .nav-link {
        padding: 6px 12px !important;
    }
    .contact-info-section:first-child {
        margin-bottom: 0;
    }
    .form-login {
        max-width: 376px;
    }
    .modal--order-placed-partially .card-products--cart {
        margin: 14px 0 24px;
    }
    .modal--order-placed-partially .card-products--cart.has-scrollbar {
        height: 175px;
    }
    .modal--order-tracking .modal-dialog {
        max-width: 750px;
    }
    .modal--order-tracking .order-tracking-timeline {
        padding: 0;
    }
    .modal--order-tracking .order-tracking-timeline__list {
        flex-direction: row;
    }
    .modal--order-tracking .order-tracking-timeline__list-item {
        padding: 0 12px;
        width: 20%;
    }
    .modal--order-tracking .order-tracking-timeline__list-item:first-child .order-tracking-timeline__text {
        justify-content: flex-start;
    }
    .modal--order-tracking .order-tracking-timeline__list-item:first-child .status-bar,
    .modal--order-tracking .order-tracking-timeline__list-item:first-child:after {
        left: 50%;
    }
    .modal--order-tracking .order-tracking-timeline__list-item:last-child .order-tracking-timeline__text {
        justify-content: flex-end;
    }
    .modal--order-tracking .order-tracking-timeline__list-item:last-child .status-bar,
    .modal--order-tracking .order-tracking-timeline__list-item:last-child:after {
        width: 50%;
    }
    .modal--order-tracking .order-tracking-timeline__list-item.in-process:first-child .status-bar {
        width: 0;
    }
    .modal--order-tracking .order-tracking-timeline__list-item.in-process .status-bar {
        width: 50%;
    }
    .modal--order-tracking .order-tracking-timeline__icon {
        margin: 0 auto;
        top: 0;
    }
    .modal--order-tracking .order-tracking-timeline__text {
        max-width: 140px;
    }
    .order-summary-tile {
        border-radius: 8px 8px 0 0;
    }
    .order-summary-track {
        border-radius: 0 0 8px 8px;
        padding: 10px 12px 8px;
    }
    .order-summary-track__header {
        margin-bottom: 2px;
    }
    .order-summary-orderstatus {
        font-size: 18px;
    }
    .order-summary-ordercount {
        font-size: 30px;
    }
    .card-products--order-tracking .card-product__image {
        width: 134px;
    }
    .card-products--order-tracking .card-product__title {
        margin-bottom: 4px;
    }
    .card-products--order-tracking .card-product__info {
        padding-left: 150px;
    }
    .card-products--order-tracking .card-product__price-qty {
        float: none;
        padding-left: 150px;
        width: auto;
    }
    .sub-total {
        bottom: 0;
    }
    .main--account-summary,
    .main--blankcheque-page {
        padding-left: 16px;
    }
    .catalog-category__title {
        margin-bottom: 16px;
    }
    .catalog-category__items {
        --bs-gutter-x: 0 !important;
        margin: 0 !important;
    }
    .catalog-category__item {
        margin-bottom: 8px;
        margin-right: 16px;
        width: calc(25% - 16px);
    }
    .catalog-category__img {
        height: 100%;
    }
    .catalog-category__name {
        width: 100%;
    }
    .page-contact-us {
        padding: 32px 16px 0 36px;
    }
    .main--creditnote-page,
    .main--daterange-page,
    .main--debitnote-page {
        padding-left: 16px;
    }
    .l-homepage-row2 .trending-products-items {
        overflow: hidden;
    }
    .l-homepage-row2 .trending-products-items .card-products.card-products--stock {
        width: 34.33%;
    }
    .l-homepage-row2 .trending-products-items .card-products.card-products--stock .card-product.clearfix {
        border-bottom: 1px solid #e6e8ef;
        margin-bottom: -1px;
        margin-top: 1px;
    }
    .l-homepage-row2 .trending-products-items .card-products.card-products--stock .card-product__tag-lists {
        padding: 0;
    }
    .l-homepage-row2 .trending-products-items .card-products.card-products--stock .card-product__tag-item {
        padding: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .main--invoice-page {
        padding-left: 16px;
    }
    .main-section.main-section--login .main--login {
        height: 100%;
        padding: 16px;
    }
    .l-login-banner__frame {
        border-radius: 8px;
    }
    .main--materialreturn-page,
    .main--my-order,
    .main--outstanding-payment {
        padding-left: 16px;
    }
    .main--outstanding-payment .l-outstanding-payment .quick-account-summary__item {
        max-width: 215px;
    }
    .main--download-page,
    .main--schemes-page {
        padding-left: 16px;
    }
}
@media (min-width: 1025px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.125rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.125rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 0.75rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 0.75rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 1.5rem;
    }
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler,
    .navbar-expand-lg .offcanvas-header {
        display: none;
    }
    .navbar-expand-lg .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000;
    }
    .navbar-expand-lg .offcanvas-bottom,
    .navbar-expand-lg .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto;
    }
    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.125rem !important;
    }
    .gap-lg-2 {
        gap: 0.25rem !important;
    }
    .gap-lg-3 {
        gap: 0.5rem !important;
    }
    .gap-lg-4 {
        gap: 0.75rem !important;
    }
    .gap-lg-5 {
        gap: 1.5rem !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.125rem !important;
    }
    .m-lg-2 {
        margin: 0.25rem !important;
    }
    .m-lg-3 {
        margin: 0.5rem !important;
    }
    .m-lg-4 {
        margin: 0.75rem !important;
    }
    .m-lg-5 {
        margin: 1.5rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-lg-1 {
        margin-left: 0.125rem !important;
        margin-right: 0.125rem !important;
    }
    .mx-lg-2 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-lg-3 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-lg-4 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }
    .mx-lg-5 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-lg-1 {
        margin-bottom: 0.125rem !important;
        margin-top: 0.125rem !important;
    }
    .my-lg-2 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-lg-3 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-lg-4 {
        margin-bottom: 0.75rem !important;
        margin-top: 0.75rem !important;
    }
    .my-lg-5 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.125rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-3 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-4 {
        margin-top: 0.75rem !important;
    }
    .mt-lg-5 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.125rem !important;
    }
    .me-lg-2 {
        margin-right: 0.25rem !important;
    }
    .me-lg-3 {
        margin-right: 0.5rem !important;
    }
    .me-lg-4 {
        margin-right: 0.75rem !important;
    }
    .me-lg-5 {
        margin-right: 1.5rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.125rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 0.75rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.125rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-3 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-4 {
        margin-left: 0.75rem !important;
    }
    .ms-lg-5 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.125rem !important;
    }
    .p-lg-2 {
        padding: 0.25rem !important;
    }
    .p-lg-3 {
        padding: 0.5rem !important;
    }
    .p-lg-4 {
        padding: 0.75rem !important;
    }
    .p-lg-5 {
        padding: 1.5rem !important;
    }
    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-lg-1 {
        padding-left: 0.125rem !important;
        padding-right: 0.125rem !important;
    }
    .px-lg-2 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-lg-3 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-lg-4 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    .px-lg-5 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-lg-1 {
        padding-bottom: 0.125rem !important;
        padding-top: 0.125rem !important;
    }
    .py-lg-2 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-lg-3 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-lg-4 {
        padding-bottom: 0.75rem !important;
        padding-top: 0.75rem !important;
    }
    .py-lg-5 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.125rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-3 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-4 {
        padding-top: 0.75rem !important;
    }
    .pt-lg-5 {
        padding-top: 1.5rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.125rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-3 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-4 {
        padding-right: 0.75rem !important;
    }
    .pe-lg-5 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.125rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 0.75rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 1.5rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.125rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-3 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-4 {
        padding-left: 0.75rem !important;
    }
    .ps-lg-5 {
        padding-left: 1.5rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
    .page-container--homepage .header-sticky,
    .page-container--homepage .header:after {
        height: 90px;
    }
    .page-container--homepage .header-top {
        display: flex !important;
    }
    .main-section {
        margin-left: 72px;
        min-height: 700px;
    }
    .main-section:not(.main-section--login) {
        position: relative;
    }
    .main {
        padding-bottom: 32px;
    }
    .has-scroll.modal-open .footer,
    .has-scroll.modal-open .header-sticky {
        padding-right: 8px;
    }
    .has-scroll.modal-open .cart-summary {
        margin-right: 8px;
    }
    .field-half {
        position: relative;
        width: 48%;
    }
    .field-grid {
        display: grid;
        justify-content: center;
    }
    .field-wrapper {
        padding: 6px 8px 6px 16px;
    }
    .field-hidden {
        display: none;
    }
    .btn--nav-item {
        height: 40px;
        min-width: 56px;
        padding: 7px 8px;
    }
    .btn--nav-item .icon {
        fill: none;
        stroke: #470a68;
    }
    .btn--nav-item.show,
    .btn--nav-item:hover {
        background: rgba(227, 215, 252, 0.6);
    }
    .a-dropdown-wrap {
        background: #fff;
        width: 180px;
    }
    .a-dropdown-wrap .a-dropdown-menu {
        max-height: calc(100vh - 180px);
    }
    .form-control--otp {
        height: 46px;
    }
    .toast-login-wrapper {
        left: auto;
        max-width: 420px;
        min-width: 420px;
        padding: 0 16px 0 8px;
    }
    .promotion-message {
        width: 43%;
    }
    .quick-account-summary__item {
        margin-bottom: 0;
        margin-right: 16px;
    }
    .quick-account-summary__item:last-child {
        margin-right: 0;
    }
    .quick-account-summary .quote {
        margin-top: 16px;
    }
    .nav-pills--primary .nav-item:last-child {
        margin-right: 0;
    }
    .back-in-stock__item:nth-last-child(2):nth-child(odd) .card-product {
        border-bottom: 0;
        margin-bottom: 16px;
    }
    .catalog-card__title {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .catalog-card .owl-carousel .owl-item img {
        height: 160px;
    }
    .card-product__price-qty .show--btn {
        width: 155px;
    }
    .card-product__tag-lists {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .card-product__tag-item {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        line-height: 14px;
        padding-left: 8px;
    }
    .card-product__tag-item:after {
        border-left: 1px solid #b8babb;
        content: "";
        height: 18px;
        left: 0;
        position: absolute;
        width: 1px;
    }
    .card-product__tag-item:first-child {
        padding-left: 0;
    }
    .card-product__title {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .card-product__itemwrap {
        padding: 8px 0 12px 16px;
    }
    .card-product__itemwrap .addcart-btn .addcart-btntext {
        display: block;
    }
    .card-product__itemwrap .addcart-btn {
        display: block;
        height: 32px;
        margin-top: 10px;
        padding: 0 8px;
        width: 114px;
    }
    .card-product__itemwrap .addcart-btn.added {
        width: 125px;
    }
    .card-product__item > .label-title {
        margin-bottom: 4px;
    }
    .card-product__item {
        margin-right: 0;
    }
    .card-product__item .item-pricevalue {
        margin-right: 58px;
    }
    .card-product__item .final_value,
    .card-product__item .value-label {
        margin-left: 8px;
    }
    .card-product__item .item__qty-btn {
        height: 24px;
        width: 24px;
    }
    .card-product__item .item__qty-form {
        margin-top: -1px;
        width: 102px;
    }
    .card-product__item .item__qty-input {
        height: 24px;
        width: 78px;
    }
    .card-products--search .js-card-sku-text {
        left: 46%;
        position: absolute;
        top: 3px;
    }
    .card-products--search .js-card-tag-text.tag-expanded {
        min-height: 32px;
    }
    .card-products--search .js-card-tag-text {
        margin-bottom: -8px;
        min-height: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        top: -5px;
        white-space: nowrap;
        width: 28%;
    }
    .card-products--search .card-product__item:first-child {
        width: 24%;
    }

    .card-products--search .card-product__item.card-product__item--qty {
        min-width: 20%;
    }
    .card-products--search.card-products--search-edit .final_value,
    .card-products--search.card-products--search-edit .value-label {
        margin-left: 0;
    }
    .card-products--search-frequently-bought .js-card-tag-text.tag-expanded {
        min-height: 40px;
        top: 5px;
    }
    .card-products--search-frequently-bought .js-card-tag-text {
        margin-bottom: -8px !important;
        min-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        top: -8px;
        white-space: nowrap;
        width: 80%;
    }
    .card-products--search-frequently-bought .card-product__tag-lists {
        align-items: baseline;
        flex-direction: column-reverse;
        padding-right: 35px;
    }
    .card-products--search-frequently-bought .card-product__item:first-child {
        width: 24%;
    }
    .card-products--search-frequently-bought .card-product__item.card-product__item--qty {
        min-width: 20%;
    }
    .card-products--cart .card-product .final_value,
    .card-products--cart .card-product .value-label,
    .card-products--search-frequently-bought.card-products--search-edit .final_value,
    .card-products--search-frequently-bought.card-products--search-edit .value-label {
        margin-left: 0;
    }
    .card-products--stock .card-product__item > .label-title {
        margin-bottom: 0;
    }
    .stock-table td {
        padding: 8px;
    }
    .stock-table thead {
        display: flex;
        flex-shrink: 0;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }
    .stock-table tbody {
        display: flex;
    }
    .stock-table tr {
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }
    .stock-table td,
    .stock-table th {
        display: block;
    }
    .stock-table td:not(:first-child),
    .stock-table th:not(:first-child) {
        border-top: 1px solid #e6e8ef;
    }
    .cart-summary {
        height: calc(100vh - 85px);
        padding-left: 4px;
        padding-right: 16px;
        position: fixed;
        right: 0;
        top: 57px;
        width: 420px;
    }
    .catalog-header {
        align-items: center;
        flex-direction: row;
    }
    .catalog-header .catalog-page-dropdown {
        margin: 0 0 0 20px;
    }
    .catalog-header .catalog__title {
        margin-bottom: 0;
    }
    .catalog-header .nav-pills--primary .nav-item:last-child {
        margin-right: 0;
    }
    .datepicker-wrapper {
        display: flex;
    }
    .datepicker-wrapper .datepicker-wrapper--dropdown .form-label,
    .datepicker-wrapper .datepicker-wrapper--from-date .form-label,
    .datepicker-wrapper .datepicker-wrapper--to-date .form-label {
        top: 7px;
    }
    .datepicker-wrapper .datepicker-wrapper--dropdown .order-status:after,
    .datepicker-wrapper .datepicker-wrapper--from-date .order-status:after,
    .datepicker-wrapper .datepicker-wrapper--to-date .order-status:after {
        top: 12px;
    }
    .datepicker-wrapper .datepicker-wrapper--dropdown {
        margin-left: 16px;
    }
    .datepicker-wrapper .datepicker-wrapper--brand-dropdown {
        position: absolute;
        right: 0;
    }
    .datepicker-wrapper .form-input .form-control {
        height: 28px;
    }
    .datepicker-wrapper .calendar {
        top: 5px;
    }
    .datepicker-wrapper__action {
        margin-left: 20px;
    }
    .datepicker-wrapper__action .search-cta {
        padding: 7px 24px;
    }
    .datepicker-wrapper--filter {
        align-self: center;
        margin: 0 0 0 46px;
        position: relative;
        top: -1px;
    }
    .datepicker-wrapper--filter:before {
        background: #b8babb;
        content: "";
        height: 36px;
        left: -20px;
        position: absolute;
        top: -11px;
        width: 1px;
    }
    .datepicker-wrapper--brand-dropdown,
    .datepicker-wrapper--lob-dropdown {
        margin-bottom: 0;
        width: 198px;
    }
    .datepicker-wrapper--brand-dropdown .a-dropdown-toggle,
    .datepicker-wrapper--lob-dropdown .a-dropdown-toggle {
        height: 28px;
        padding: 6px 12px;
    }
    .datepicker-wrapper--brand-dropdown .a-dropdown-toggle:after,
    .datepicker-wrapper--lob-dropdown .a-dropdown-toggle:after {
        top: 12px;
    }
    .footer {
        z-index: 2;
    }
    .footer .footer-copyright {
        flex-direction: row;
        margin: 8px 32px;
    }
    .footer .copyright-links {
        align-items: center;
        display: flex;
        height: 18px;
        justify-content: space-between;
    }
    .footer .copyright-links .copyright-link {
        display: inline;
        margin-bottom: 0;
        margin-left: 24px;
    }
    .banner-owl-carousel:not(.owl-loaded) {
        height: 512px;
    }
    .global-search__action {
        padding-left: 16px;
        width: 106px;
    }
    .global-search__action .btn--cyan {
        box-shadow: 0 4px 4px 0 #00000029;
        padding: 8px;
        width: 90px;
    }
    .global-search__category {
        background: #fff;
        margin-bottom: 0;
        width: 180px;
        z-index: 1;
    }
    .global-search__category-toggle {
        font-size: 12px;
        font-weight: 700;
        height: 32px;
        line-height: 12px;
        padding: 9px 20px 9px 12px;
    }
    .global-search__category-toggle:after {
        right: 14px;
        top: 14px;
    }
    .global-search__autocomplete {
        margin-bottom: 0;
        margin-left: -2px;
    }
    .global-search__autocomplete:after {
        content: none;
    }
    .global-search__autocomplete-input {
        background: #f5f6fa;
        border-radius: 4px;
    }
    .global-search__autocomplete-input:focus,
    .global-search__autocomplete-input:hover {
        background: #f5f6fa;
    }
    .global-search__autocomplete-search .icon--cancel {
        height: 24px;
        width: 24px;
    }
    .ui-autocomplete__searchin-wrap {
        padding: 29px;
        width: 170px;
    }
    .o-autocomplete.o-autocomplete--global {
        max-height: calc(100vh - 56px);
    }
    .header-top {
        align-items: center;
        display: none !important;
        flex-direction: row;
        font-size: 14px;
        font-weight: 500;
        justify-content: space-between;
        line-height: 21px;
        position: relative;
    }
    .header-top__left-item {
        margin-bottom: 0;
    }
    .header-top__left-item:not(:first-child) {
        margin-left: 24px;
    }
    .header-top__left-item:not(:last-child):after {
        background: #e6e8ef;
        content: "";
        height: 18px;
        position: absolute;
        right: 0;
        top: 0;
        width: 1px;
    }
    .header-top__right {
        display: flex;
    }
    .header-primary__desktop {
        background: #fff;
    }
    .header-primary__desktop .header__toggler {
        display: none;
    }
    .header-primary__desktop .header__brand {
        padding: 0 18px 0 16px;
        width: 20%;
    }
    .header-primary__desktop .header__search {
        margin-left: 20%;
        margin-right: 31.25%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        top: 8px;
        width: 48.75%;
    }
    .header-primary__desktop .header__search .autocomplete .aa-Form {
        background: #f5f6fa;
    }
    .header-primary__desktop .header__list-wrap {
        padding-left: 25px;
        width: 31.25%;
    }
    .header-primary__desktop .header__list-item {
        margin-right: 8px;
        min-width: 56px;
    }
    .header-primary__desktop .header__list-item--notification.unread:before {
        left: 44px;
        top: 10px;
    }
    .header-primary__desktop .header__list-item .btn--nav-item {
        width: 100%;
    }
    .header-primary .profile-link .icon,
    .header-primary .profile-link__image {
        height: 24px;
        width: 24px;
    }
    .header-mobile {
        display: none;
    }
    .l-hpage-stock-search__form .order-search__action {
        padding-left: 5px;
        width: 45px;
    }
    .l-hpage-stock-search__form .order-search__action .btn--cyan {
        padding: 6px;
        width: 40px;
    }
    .l-hpage-stock-search__form .order-search__action .btn--cyan .icon--magnify-white {
        height: 15px;
        width: 15px;
    }
    .l-hpage-stock-search__result {
        min-height: 290px;
    }
    .l-hpage-stock-search__result .card-product__image,
    .l-hpage-stock-search__result .card-product__image .img-fluid {
        height: 150px;
    }
    .modal--add-to-cart .card-product__title-inner {
        font-size: 16px;
        font-weight: 700;
        line-height: 21px;
    }
    .modal--add-to-cart .card-product__image .img-fluid {
        height: 116px;
    }
    .modal--add-to-cart .card-product__category-name {
        width: 64%;
    }
    .modal--add-to-cart .card-product__itemwrap {
        background: #fff;
        padding: 0;
    }
    .modal--add-to-cart .card-product__tag-item {
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
    }
    .create-staff-account .modal-footer .btn {
        height: 32px;
        width: 160px !important;
    }
    .access-level .roles,
    .lob-list .lob {
        margin-bottom: 14px;
        padding-left: 12px;
    }
    .modal--order-tracking.has-delivered .modal-dialog {
        max-width: 900px;
    }
    .modal--order-tracking .order-tracking-timeline__list-item {
        padding: 0 24px;
    }
    .monthpicker-wrapper {
        display: flex;
    }
    .monthpicker-wrapper .monthpicker__dropdown--year-picker {
        margin-right: 16px;
    }
    .monthpicker-wrapper__action {
        margin-left: 20px;
    }
    .products-sale-tile__amount,
    .sales-summary-tile__amount {
        font-size: 24px;
        font-weight: 800;
        line-height: 36px;
    }
    .products-sales .products-sale-tile__amount {
        font-size: 14px;
        font-weight: 800;
        line-height: 17px;
    }
    .profile-owner__img-wrapper {
        margin-left: 16px;
    }
    .profile-owner__img {
        height: 100px;
        width: 100px;
    }
    .profile-card--container {
        max-width: 360px;
        padding: 0;
    }
    .profile-content--top {
        padding-top: 6px;
    }
    .profile-content--top .field-value {
        font-size: 16px;
    }
    .detail-owner {
        padding: 6px 0;
    }
    .detail-owner .field-half:nth-child(2n):after {
        background: #eaeaea;
        content: "";
        height: 18px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateX(-50%);
        width: 1px;
    }
    .notification {
        width: 400px;
    }
    .card-products--order-tracking .card-product__row:after {
        left: 142px;
        max-width: 70%;
    }
    .card-products--order-tracking .card-product__itemwrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .card-products--order-tracking .card-product__item {
        width: 16%;
    }
    .card-products--order-tracking .card-product__item--subtotal {
        width: 36%;
    }
    .order-detailed {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
    .order-detailed .order-tracking__label {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 4px;
    }
    .l-placeorder--backstock-items {
        max-height: 340px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .order-search__action {
        padding-left: 16px;
        width: 106px;
    }
    .order-search__action .btn--cyan {
        box-shadow: 0 4px 4px 0 #00000029;
        padding: 8px;
        width: 90px;
    }
    .order-search__category {
        background: #fff;
        margin-bottom: 0;
        width: 180px;
        z-index: 1;
    }
    .order-search__category-toggle, .furniture-fabric-configurations-toggle {
        font-size: 12px;
        font-weight: 700;
        height: 32px;
        line-height: 12px;
        padding: 9px 20px 9px 12px;
    }
    .order-search__category-toggle:after, .furniture-fabric-configurations-toggle:after {
        right: 14px;
        top: 14px;
    }
    .order-search__autocomplete {
        margin-bottom: 0;
        margin-left: -2px;
    }
    .order-search__autocomplete:after {
        content: none;
    }

    .order-search__autocomplete-input {
        background: #f5f6fa;
        border-left: none;
        border-radius: 0 4px 4px 0;
        height: 32px;
        padding: 8px 30px 8px 12px;
    }

    .select_fabric_input{
        display:flex;
        flex-direction:row;
        padding-bottom:15px
    }
    .order-search__autocomplete-input.select__fabric
    {
            background: #fff !important;
            border: 1px solid #dbdcdd;
            border-radius: 4px !important;
            color: #470a68;
            font-size: 14px;
            font-weight: 500;
            height: 37px;
            line-height: 14px;
            padding: 12px 32px 12px 15px;
            position: relative;
            text-overflow: ellipsis;
            white-space: nowrap;
    }

    .fabric_input{
        display:flex;
        padding: 0px 0px 0px 0px;
        width:55%;
    }

    .fabric_price{
        display: flex;
        align-items: center;
    }

    .order-search__autocomplete-input:focus,
    .order-search__autocomplete-input:hover {
        background: #f5f6fa;
    }
    .order-search__autocomplete-clear {
        height: 24px;
        right: 5px;
        top: 4px;
        width: 24px;
    }
    .order-search__autocomplete-clear .icon--cancel {
        height: 24px;
        width: 24px;
    }
    .l-plp-list__item {
        margin-right: 8px;
    }
    .l-plp-list-filter-wrap {
        flex-direction: row-reverse;
    }
    .l-plp-list__filter {
        display: flex !important;
        width: calc(100% - 200px);
    }
    .l-plp-list__filter .l-plp-list__item {
        margin-top: 0;
    }
    .qlink-card {
        max-width: 280px;
    }
    .shipaddress {
        margin-bottom: 14px;
        padding-left: 0;
    }
    .l-slp-list__item {
        margin-right: 8px;
    }
    .l-slp-list-filter-wrap {
        flex-direction: row-reverse;
    }
    .l-slp-list__filter {
        display: flex !important;
        width: calc(100% - 200px);
    }
    .l-slp-list__filter .l-slp-list__item {
        margin-top: 0;
    }
    .staff-profile__content .icon--avatar-people {
        height: 72px;
        width: 72px;
    }
    .staff-profile__content {
        display: block;
        padding-bottom: 10px;
        text-align: center;
    }
    .staff-image {
        width: 112px;
    }
    .staff-contextual {
        bottom: 138px;
    }
    .staff-account__name {
        margin-top: 8px;
    }
    .trending-products .card-product__actions {
        right: 20px;
    }
    .main--blankcheque-page .first-cell-empty {
        max-width: 500px;
        width: 494px;
    }
    .l-cart-listwrap {
        position: relative;
        width: calc(100% - 420px);
    }
    .l-cart-listwrap .l-cart-listing {
        padding-right: 16px;
        padding-top: 16px;
        position: relative;
    }
    .l-cart-listwrap .l-cart-listing .nav-pills--primary {
        display: flex;
        display: -webkit-flex;
        justify-content: flex-end;
    }
    .l-cart-listwrap .l-cart-listing__action {
        position: absolute;
        top: 22px;
        z-index: 1;
    }
    .l-cart-summary {
        position: relative;
        width: 420px;
    }
    .l-cart-summary:after {
        display: block;
    }
    .l-cart-summary .cart-summary {
        width: 430px;
    }
    .frequently-bought-in-cartpg .card-products--search-frequently-bought .card-product__row .card-product__image {
        width: 96px;
    }
    .page-catalog-category {
        margin-left: 16px;
        margin-right: 16px;
    }
    .catalog-category__item {
        width: calc(20% - 16px);
    }
    .page-catalog {
        margin: 24px 16px 0;
    }
    .page-title--contact-us {
        font-size: 36px;
        font-weight: 700;
        line-height: 54px;
    }
    .main--daterange-page .l-daterange-page .quick-account-summary {
        width: 70%;
    }
    .main--daterange-page .l-daterange-page .datepicker-wrapper--daterange-dropdown {
        margin: 0 16px 0 0;
    }
    .page-disclaimer {
        margin: 32px 24px 0;
    }
    .l-favorites-trending {
        border-left: 4px solid #e6e8ef;
        height: calc(100vh - 90px);
        padding-left: 12px;
        position: fixed;
        right: 0;
        width: 31% !important;
        width: 400px;
    }
    .l-favorites-trending .trending-products-items {
        padding-right: 12px;
    }
    .l-favorites-search {
        position: relative;
    }
    .l-favorites-search__result {
        margin-left: -4px;
    }
    .l-favorites-search__result .l-favorites-search__result-head {
        align-items: center;
    }
    .l-favorites-search__result .favorites-category-filter {
        margin-top: 0;
        padding-right: 14px;
    }
    .l-favorites-search__result-empty {
        padding: 12px 0;
    }
    .l-favorites-search__result-listing {
        min-height: 304px;
    }
    .l-favorites-search .card-products--search {
        padding-right: 14px;
    }
    .page-container--homepage .header__search {
        top: 42px !important;
    }
    .l-homepage-row2 .trending-products-items .card-products.card-products--stock {
        width: 33.33%;
    }
    .l-login-banner {
        margin-bottom: 0;
        position: relative;
    }
    .l-login-banner .banner-image {
        position: relative;
        top: 44px;
    }
    .l-login-banner__frame {
        left: 0;
        margin-left: 8px;
        margin-right: 8px;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .l-login-form {
        flex: 0 0 448px;
        max-width: 488px;
    }
    .main--my-order .my-order-search {
        height: 28px;
        margin-bottom: 0;
        margin-left: 16px;
        width: 230px;
    }
    .main--my-order .my-order-search__input {
        padding: 8px 40px 8px 12px;
    }
    .main--my-order .my-order-search-clear,
    .main--my-order .my-order-search-icon {
        right: 4px;
        top: -24px;
    }
    .main.main--order-tracking {
        background-color: #f5f6fa;
        height: 100%;
        padding: 16px;
    }
    .l-order-tracking-info-items,
    .l-order-tracking-top {
        margin-left: 8px;
        margin-right: 8px;
    }
    .l-order-tracking-info {
        margin-right: 24px;
    }
    .l-order-tracking-items {
        margin-left: 24px;
        margin-top: 0;
        position: relative;
    }
    .l-placeorder-search {
        position: relative;
        width: calc(100% - 400px);
    }
    .l-placeorder-search__form {
        margin-left: -4px;
        padding-right: 14px;
    }
    .l-placeorder-search__result {
        margin-left: -4px;
    }
    .l-placeorder-search__result-empty {
        min-height: 335px;
    }
    .l-placeorder-search__result-listing {
        min-height: 304px;
    }
    .l-placeorder-search .card-products--search {
        padding-right: 14px;
    }
    .l-placeorder-tabs-backstock-offers {
        margin-left: -4px;
        padding-right: 14px;
    }
    .l-placeorder-tabs-backstock-offers:before {
        left: -12px;
        right: 0;
        top: -12px;
    }
    .l-placeorder-summary {
        position: relative;
        width: 400px;
    }
    .l-placeorder-summary:after {
        display: block;
    }
    .l-plp-list {
        position: relative;
        width: calc(100% - 400px);
    }
    .l-plp-list__filters {
        margin-left: -4px;
        padding-right: 14px;
    }
    .l-plp-list__result {
        margin-left: -4px;
    }
    .l-plp-list__result-listing {
        min-height: 304px;
    }
    .l-plp-list .card-products--search {
        padding-right: 14px;
    }
    .l-plp-summary {
        position: relative;
        width: 400px;
    }
    .l-plp-summary:after {
        display: block;
    }
    .l-profile-details {
        max-width: 360px;
        padding: 2px 2px 10px 8px;
    }
    .l-profile-staff {
        max-width: 360px;
    }
    .l-profile-staff:after {
        width: 1px;
    }
    .l-profile .staff-cover-section {
        order: 2;
        padding-top: 40px;
    }
    .l-profile .staff-details {
        flex: 1;
        padding-right: 24px;
        position: relative;
    }
    .l-profile .staff-adding {
        order: 0;
        text-align: end;
    }
    .l-profile .staff-profile-section {
        left: 50%;
        margin: 12px 0 0;
        order: 2;
        position: absolute;
        top: 48%;
        transform: translate(-50%, -24%);
    }
    .l-search-listing {
        position: relative;
        width: calc(100% - 400px);
    }
    .l-search-listing__filters {
        margin-left: -4px;
        padding-right: 14px;
    }
    .l-search-listing__result {
        margin-left: -4px;
    }
    .l-search-listing__result-listing {
        min-height: 304px;
    }
    .l-search-listing .card-products--search {
        padding-right: 14px;
    }
    .l-search-listing-summary {
        position: relative;
        width: 400px;
    }
    .l-search-listing-summary:after {
        display: block;
    }
    .l-stockcheck-backinstock {
        border-left: 4px solid #e6e8ef;
        height: calc(100vh - 90px);
        padding-left: 12px;
        position: fixed;
        right: 0;
        width: 31% !important;
    }
    .l-stockcheck-backinstock .trending-products-items {
        padding-right: 12px;
    }
    .l-stockcheck-backinstock .trending-products__fetch-status {
        margin-right: 15px;
    }
    .l-stockcheck-search {
        position: relative;
    }
    .l-stockcheck-search__result {
        margin-left: -4px;
        padding-top: 0;
    }
    .l-stockcheck-search__form {
        margin-left: -4px;
        padding-right: 14px;
    }
    .l-stockcheck-search__result-empty {
        padding: 12px 0;
    }
    .l-stockcheck-search__result-listing {
        min-height: 304px;
    }
    .l-stockcheck-search .card-products--search {
        padding-right: 14px;
    }
    .page-terms-condition {
        margin: 32px 24px 0;
    }
    .page-title--terms-conditions {
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
    }
    .page-title--terms-conditions:nth-of-type(2) {
        display: block;
    }
    .l-trending-products-list {
        position: relative;
        width: calc(100% - 400px);
    }
    .l-trending-products-list__result {
        margin-left: -4px;
    }
    .l-trending-products-list__result-listing {
        min-height: 304px;
    }
    .l-trending-products-list__filters {
        margin-left: -4px;
        padding-right: 14px;
    }
    .l-trending-products-list .card-products--search {
        padding-right: 14px;
    }
    .l-trending-products-summary {
        position: relative;
        width: 400px;
    }
    .l-trending-products-summary:after {
        display: block;
    }
}
@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2.5rem;
    }
    .h2,
    h2 {
        font-size: 2rem;
    }
    .h3,
    h3 {
        font-size: 1.75rem;
    }
    .h4,
    h4,
    legend {
        font-size: 1.5rem;
    }
    .display-1 {
        font-size: 5rem;
    }
    .display-2 {
        font-size: 4.5rem;
    }
    .display-3 {
        font-size: 4rem;
    }
    .display-4 {
        font-size: 3.5rem;
    }
    .display-5 {
        font-size: 3rem;
    }
    .display-6 {
        font-size: 2.5rem;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.125rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.125rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 0.75rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 0.75rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 1.5rem;
    }
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler,
    .navbar-expand-xl .offcanvas-header {
        display: none;
    }
    .navbar-expand-xl .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000;
    }
    .navbar-expand-xl .offcanvas-bottom,
    .navbar-expand-xl .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto;
    }
    .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
    .modal-xl {
        max-width: 1140px;
    }
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.125rem !important;
    }
    .gap-xl-2 {
        gap: 0.25rem !important;
    }
    .gap-xl-3 {
        gap: 0.5rem !important;
    }
    .gap-xl-4 {
        gap: 0.75rem !important;
    }
    .gap-xl-5 {
        gap: 1.5rem !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.125rem !important;
    }
    .m-xl-2 {
        margin: 0.25rem !important;
    }
    .m-xl-3 {
        margin: 0.5rem !important;
    }
    .m-xl-4 {
        margin: 0.75rem !important;
    }
    .m-xl-5 {
        margin: 1.5rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-xl-1 {
        margin-left: 0.125rem !important;
        margin-right: 0.125rem !important;
    }
    .mx-xl-2 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-xl-3 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-xl-4 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }
    .mx-xl-5 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-xl-1 {
        margin-bottom: 0.125rem !important;
        margin-top: 0.125rem !important;
    }
    .my-xl-2 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-xl-3 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-xl-4 {
        margin-bottom: 0.75rem !important;
        margin-top: 0.75rem !important;
    }
    .my-xl-5 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.125rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-3 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-4 {
        margin-top: 0.75rem !important;
    }
    .mt-xl-5 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.125rem !important;
    }
    .me-xl-2 {
        margin-right: 0.25rem !important;
    }
    .me-xl-3 {
        margin-right: 0.5rem !important;
    }
    .me-xl-4 {
        margin-right: 0.75rem !important;
    }
    .me-xl-5 {
        margin-right: 1.5rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.125rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 0.75rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.125rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-3 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-4 {
        margin-left: 0.75rem !important;
    }
    .ms-xl-5 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.125rem !important;
    }
    .p-xl-2 {
        padding: 0.25rem !important;
    }
    .p-xl-3 {
        padding: 0.5rem !important;
    }
    .p-xl-4 {
        padding: 0.75rem !important;
    }
    .p-xl-5 {
        padding: 1.5rem !important;
    }
    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-xl-1 {
        padding-left: 0.125rem !important;
        padding-right: 0.125rem !important;
    }
    .px-xl-2 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-xl-3 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-xl-4 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    .px-xl-5 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-xl-1 {
        padding-bottom: 0.125rem !important;
        padding-top: 0.125rem !important;
    }
    .py-xl-2 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-xl-3 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-xl-4 {
        padding-bottom: 0.75rem !important;
        padding-top: 0.75rem !important;
    }
    .py-xl-5 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.125rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-3 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-4 {
        padding-top: 0.75rem !important;
    }
    .pt-xl-5 {
        padding-top: 1.5rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.125rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-3 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-4 {
        padding-right: 0.75rem !important;
    }
    .pe-xl-5 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.125rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 0.75rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 1.5rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.125rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-3 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-4 {
        padding-left: 0.75rem !important;
    }
    .ps-xl-5 {
        padding-left: 1.5rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
    .fs-1 {
        font-size: 2.5rem !important;
    }
    .fs-2 {
        font-size: 2rem !important;
    }
    .fs-3 {
        font-size: 1.75rem !important;
    }
    .fs-4 {
        font-size: 1.5rem !important;
    }
    .quick-account-summary .quick-accounts-tile__item-amount {
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
    }
    .account-summary__items--has-scrollbar {
        padding-right: 5px;
    }
    .card-products--search .card-product__image {
        width: 25%;
    }
    .card-products--search .card-product__info {
        padding-left: calc(25% + 16px);
    }
    .card-products--search .card-product__price-qty {
        float: none;
        padding-left: calc(25% + 16px);
        width: auto;
    }
    .card-products--search-frequently-bought .card-product__info {
        padding-left: 104px;
    }
    .l-hpage-stock-search__result .hpage-qty,
    .l-hpage-stock-search__result .hpage-stock-details {
        left: -37%;
        position: relative;
        top: 5px;
        width: 137%;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.125rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.125rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 0.75rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 0.75rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 1.5rem;
    }
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler,
    .navbar-expand-xxl .offcanvas-header {
        display: none;
    }
    .navbar-expand-xxl .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000;
    }
    .navbar-expand-xxl .offcanvas-bottom,
    .navbar-expand-xxl .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto;
    }
    .navbar-expand-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
    .list-group-horizontal-xxl {
        flex-direction: row;
    }
    .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
    }
    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.125rem !important;
    }
    .gap-xxl-2 {
        gap: 0.25rem !important;
    }
    .gap-xxl-3 {
        gap: 0.5rem !important;
    }
    .gap-xxl-4 {
        gap: 0.75rem !important;
    }
    .gap-xxl-5 {
        gap: 1.5rem !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.125rem !important;
    }
    .m-xxl-2 {
        margin: 0.25rem !important;
    }
    .m-xxl-3 {
        margin: 0.5rem !important;
    }
    .m-xxl-4 {
        margin: 0.75rem !important;
    }
    .m-xxl-5 {
        margin: 1.5rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-xxl-1 {
        margin-left: 0.125rem !important;
        margin-right: 0.125rem !important;
    }
    .mx-xxl-2 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-xxl-3 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-xxl-4 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }
    .mx-xxl-5 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-xxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-xxl-1 {
        margin-bottom: 0.125rem !important;
        margin-top: 0.125rem !important;
    }
    .my-xxl-2 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-xxl-3 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-xxl-4 {
        margin-bottom: 0.75rem !important;
        margin-top: 0.75rem !important;
    }
    .my-xxl-5 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-xxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.125rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-3 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-4 {
        margin-top: 0.75rem !important;
    }
    .mt-xxl-5 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.125rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-3 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-4 {
        margin-right: 0.75rem !important;
    }
    .me-xxl-5 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.125rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 0.75rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.125rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-3 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-4 {
        margin-left: 0.75rem !important;
    }
    .ms-xxl-5 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.125rem !important;
    }
    .p-xxl-2 {
        padding: 0.25rem !important;
    }
    .p-xxl-3 {
        padding: 0.5rem !important;
    }
    .p-xxl-4 {
        padding: 0.75rem !important;
    }
    .p-xxl-5 {
        padding: 1.5rem !important;
    }
    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-xxl-1 {
        padding-left: 0.125rem !important;
        padding-right: 0.125rem !important;
    }
    .px-xxl-2 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-xxl-3 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-xxl-4 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    .px-xxl-5 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .py-xxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-xxl-1 {
        padding-bottom: 0.125rem !important;
        padding-top: 0.125rem !important;
    }
    .py-xxl-2 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-xxl-3 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-xxl-4 {
        padding-bottom: 0.75rem !important;
        padding-top: 0.75rem !important;
    }
    .py-xxl-5 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.125rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-3 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-4 {
        padding-top: 0.75rem !important;
    }
    .pt-xxl-5 {
        padding-top: 1.5rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.125rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-3 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-4 {
        padding-right: 0.75rem !important;
    }
    .pe-xxl-5 {
        padding-right: 1.5rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.125rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 0.75rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 1.5rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.125rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-3 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-4 {
        padding-left: 0.75rem !important;
    }
    .ps-xxl-5 {
        padding-left: 1.5rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
@media (min-width: 1441px) {
    .catalog-card .owl-carousel .owl-item img {
        height: 350px;
    }
    .card-products--search .js-card-sku-text {
        left: 35%;
    }
    .card-products--search .js-card-tag-text {
        width: 13%;
    }
    .card-products--search-frequently-bought .js-card-tag-text {
        width: 80%;
    }
}
@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
    .modal-fullscreen-xxl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-xxl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
    .modal-fullscreen-xl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-xl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 1024.98px) {
    .table-responsive-lg {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
    .modal-fullscreen-lg-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-lg-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
    .main-section {
        padding-top: 70px;
    }
    #ymDivCircle.removeBoxShadow.removeBackground {
        background-color: #fff !important;
    }
    #ymDivCircle.removeBoxShadow {
        filter: drop-shadow(0.2px 0.4px 0.6px rgba(0, 0, 0, 0.5));
    }
    div#ymDivCircle {
        bottom: 7%;
        height: 60px;
        left: 19px;
        position: fixed;
    }
    #ymDivCircle img {
        left: 18px;
        position: relative;
        top: 18px;
    }
    #ymDivCircle.open {
        bottom: 7%;
        height: 60px !important;
        width: 60px !important;
    }
    .section-title-5,
    .section-title-6,
    .section-title-7 {
        color: #3c0b9f;
    }
    .quick-account-summary__item {
        flex: 0 0 auto;
        width: calc(50% - 8px);
    }
    .quick-account-summary__item:nth-child(2n),
    .quick-account-summary__item:nth-child(odd) {
        margin-left: 8px;
    }
    .scrolltoTop {
        display: none !important;
        visibility: hidden;
    }
    .card-products--search-frequently-bought .card-product__tagitem-inner.expand,
    .card-products--search .card-product__tagitem-inner.expand {
        top: 0;
    }
    .cart-summary.offcanvas {
        bottom: 62px;
        height: 100%;
        left: 0;
        padding: 0 16px;
        position: fixed;
        right: 0;
        z-index: 1;
    }
    .datepicker-wrapper .datepicker-wrapper--dropdown,
    .datepicker-wrapper .datepicker-wrapper--from-date,
    .datepicker-wrapper .datepicker-wrapper--to-date {
        margin-bottom: 14px;
        width: 100%;
    }
    .header-primary__desktop .header__list-wrap .notification {
        left: 16px;
        position: absolute;
        top: 58px;
    }
    .form-login--otp {
        max-width: 320px;
    }
    .monthpicker-wrapper .monthpicker__dropdown--month-picker,
    .monthpicker-wrapper .monthpicker__dropdown--year-picker {
        margin-bottom: 12px;
        width: 100% !important;
    }
    .profile-card {
        padding: 0;
    }
    .card-products--order-tracking .card-product__item--sign {
        display: none !important;
    }
    .order-detailed__orderby {
        margin-bottom: 16px;
    }
    .order-detailed__col {
        display: flex;
    }
    .order-detailed .order-tracking__label,
    .order-detailed .order-tracking__value {
        flex: 0 0 auto;
        width: 50%;
    }
    .o-autocomplete {
        left: 16px;
        max-width: 100%;
        right: 16px;
    }
    .l-plp-list__item {
        margin-right: 0;
        width: 100%;
    }
    .l-plp-list__filter .a-dropdown-menu {
        border: 1px solid #e6e8ef;
        border-radius: 0 0 4px 4px;
        box-shadow: none;
        position: relative !important;
        transform: none !important;
    }
    .qlink-title,
    .quicklink-title {
        font-size: 16px;
        font-weight: 800;
        line-height: 20px;
    }
    .popover--side-navigation__subnav {
        display: none;
    }
    .l-slp-list__item {
        margin-right: 0;
        width: 100%;
    }
    .l-slp-list__filter .a-dropdown-menu {
        border: 1px solid #e6e8ef;
        border-radius: 0 0 4px 4px;
        box-shadow: none;
        position: relative !important;
        transform: none !important;
    }
    .staff-manag__content {
        max-height: 335px;
    }
    .staff-dropdown {
        margin-left: auto;
    }
    .page-container--cart .footer {
        padding-bottom: 67px;
    }
    .header-primary__desktop .header__search {
        border-bottom: 1px solid #e6e8ef;
        padding-bottom: 12px;
    }
    .main--my-order .l-my-order__table .table-collapsed .c-table-column {
        width: 100px !important;
    }
    .page-container--placeorder .footer,
    .page-container--plp .footer {
        padding-bottom: 67px;
    }
    .l-profile .staff-cover-section {
        padding-left: 16px;
        padding-right: 16px;
    }
    .l-profile .staff-button {
        background-color: #3c0b9f;
        border-color: #3c0b9f;
        width: 100%;
    }
    .l-profile .card-body {
        padding: 0;
    }
    .page-container--search-listing .footer,
    .page-container--trending-products .footer {
        padding-bottom: 67px;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
    .modal-fullscreen-md-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-md-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
    #ymDivCircle.removeBoxShadow {
        background-color: #fff !important;
    }
    #ymDivCircle.open {
        visibility: hidden;
    }
    div#ym-notification {
        bottom: 13% !important;
        left: 65px;
    }
    .card-product__category-name {
        font-size: 8px;
        font-weight: 800;
        line-height: 12px;
        padding: 0 4px 2px 8px;
    }
    .card-product__itemwrap .addcart-btn .icon {
        height: 18px;
        width: 18px;
    }
    .card-product__itemwrap .addcart-btn {
        height: 45px;
        margin-top: 15px;
        width: 45px;
    }
    .card-products--cart .card-product {
        padding-bottom: 0;
    }
    .card-products--stock .card-product__title {
        margin-bottom: 0;
        width: 66%;
    }
    .stock-table thead:after {
        background: #e6e8ef;
        content: "";
        height: 1px;
        left: 16px;
        position: absolute;
        right: 16px;
        top: 100%;
    }
    .stock-table tr:last-child td {
        padding-bottom: 8px;
    }
    .datepicker-wrapper .datepicker-wrapper--dropdown .from-date,
    .datepicker-wrapper .datepicker-wrapper--dropdown .to-date,
    .datepicker-wrapper .datepicker-wrapper--from-date .from-date,
    .datepicker-wrapper .datepicker-wrapper--from-date .to-date,
    .datepicker-wrapper .datepicker-wrapper--to-date .from-date,
    .datepicker-wrapper .datepicker-wrapper--to-date .to-date,
    .datepicker-wrapper__action .search-cta {
        width: 100%;
    }
    .create-staff-account .modal-footer .js-create-account {
        padding: 1px;
    }
    .modal--order-tracking.has-delivered .order-tracking-timeline__list-item {
        width: 100%;
    }
    .modal--order-tracking .order-tracking__ship-info .creditStatus,
    .modal--order-tracking .order-tracking__ship-info .logistics-brand {
        margin-top: 8px;
    }
    .modal--order-tracking .order-tracking-timeline__list-item {
        float: right;
        margin-bottom: 16px;
        min-height: 100px;
        text-align: left;
    }
    .modal--order-tracking .order-tracking-timeline__list-item:before {
        float: left;
        height: 100px;
        margin: 0 40px 0 0;
    }
    .modal--order-tracking .order-tracking-timeline__list-item .status-bar,
    .modal--order-tracking .order-tracking-timeline__list-item:after {
        background-color: transparent;
        border-width: medium medium medium 6px;
        border-bottom: 6px;
        border-right: 6px;
        border-top: 6px;
        height: 120px;
        left: 13px;
    }
    .modal--order-tracking .order-tracking-timeline__list-item .status-bar {
        height: 120px;
        width: 6px;
    }
    .modal--order-tracking .order-tracking-timeline__list-item:first-child .status-bar,
    .modal--order-tracking .order-tracking-timeline__list-item:first-child:after {
        top: 50%;
    }
    .modal--order-tracking .order-tracking-timeline__list-item:last-child .status-bar,
    .modal--order-tracking .order-tracking-timeline__list-item:last-child:after {
        height: 50px;
    }
    .modal--order-tracking .order-tracking-timeline__list-item.in-process:first-child .status-bar {
        height: 0;
    }
    .modal--order-tracking .order-tracking-timeline__list-item.in-process .status-bar {
        height: 50px;
    }
    .modal--order-tracking .order-tracking-timeline__text {
        margin-left: 50px;
        width: calc(100% - 50px);
    }
    .monthpicker-wrapper__action .search-cta {
        width: 100%;
    }
    .card-products--order-tracking .card-product__item--subtotal .card-product__item-value {
        align-items: flex-start;
        flex-direction: column;
    }
    .action-pagination-wrapper {
        align-items: center;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .action-pagination-wrapper .download-cta,
    .collapse-datatable-wrap .download-cta,
    .report-datatable-wrap .download-cta {
        margin-right: 17px;
    }
    .ntf-addedcart-popup,
    .ntf-backinstock-popup,
    .ntf-cancelledorder-popup,
    .ntf-favorites-popup,
    .ntf-placeorder-popup,
    .ntf-updatecart-popup {
        right: 5px;
    }
    .main--daterange-page .l-daterange-page .dt-buttons.btn-group.flex-wrap {
        align-items: center;
        flex-direction: column;
    }
    .l-favorites-search__result .l-favorites-search__result-head {
        flex-direction: column;
    }
    .l-login-banner {
        flex: 0 auto;
        padding: 0;
    }
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
    .modal-fullscreen-sm-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-sm-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
    .cart-frequently-bought__items {
        padding: 0;
    }
    .card-products--search-frequently-bought .card-product__price-qty {
        padding-left: 0;
    }
    .modal--cart-remove-product .modal-dialog,
    .modal--confirm-order-cart .modal-dialog {
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
    }
    .modal--confirm-order-cart .modal-header .modal-title {
        font-size: 16px;
        line-height: 20px;
    }
    .modal--confirm-order .modal-dialog {
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
    }
    .modal--loader .modal-dialog {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
    .modal--loader .modal-body {
        margin: 50px 0;
    }
    .modal--cancel-order-cart .modal-dialog,
    .modal--cancel-order-failed .modal-dialog,
    .modal--cancel-order .modal-dialog,
    .modal--order-placed-confirm .modal-dialog,
    .modal--order-placed-error .modal-dialog,
    .modal--order-placed-partially .modal-dialog {
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
    }
    .frequently-bought-in-cartpg button.owl-next,
    .frequently-bought-in-cartpg button.owl-prev {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }
}
@media (min-width: 768px) and (max-width: 1024.98px) {
    div#ym-notification {
        bottom: 13% !important;
        left: 60px;
        position: fixed;
    }
    div#ymFrameHolder {
        bottom: 13% !important;
        left: 64px;
    }
    .account-summary__items--has-scrollbar {
        height: 285px;
    }
    .catalog-card .owl-carousel .owl-item img {
        height: 140px;
    }
    .banner-owl-carousel:not(.owl-loaded) {
        height: 245px;
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .catalog-card .owl-carousel .owl-item img {
        height: 180px;
    }
}
@media (min-width: 1200px) and (max-width: 1210px) and (orientation: landscape) {
    .cart-summary {
        height: calc(100vh - 190px);
    }
}
@media (min-width: 1100px) and (max-width: 1140px) and (orientation: landscape) {
    .cart-summary {
        height: calc(100vh - 190px);
    }
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
    .form-control::file-selector-button {
        transition: none;
    }
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
    .form-select,
    .form-switch .form-check-input {
        transition: none;
    }
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
    .accordion-button,
    .accordion-button:after,
    .btn,
    .collapsing,
    .collapsing.collapse-horizontal,
    .fade,
    .form-floating > label,
    .nav-link,
    .navbar-toggler,
    .page-link,
    .progress-bar {
        transition: none;
    }
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
    .carousel-control-next,
    .carousel-control-prev,
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start,
    .carousel-indicators [data-bs-target],
    .carousel-item,
    .modal.fade .modal-dialog {
        transition: none;
    }
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
    .offcanvas {
        transition: none;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}
.modal--order-placed-error .card-products--cart.has-scrollbar {
    height: 175px;
    margin-bottom: 24px;
    overflow: hidden scroll;
}
.modal--order-placed-error .card-product {
    border: 0;
    margin-right: 14px;
    padding-bottom: 6px;
    padding-top: 6px;
}
.modal--order-placed-error .card-product:last-child {
    padding-bottom: 0;
}
.modal--order-placed-error .card-product__price-qty {
    display: none;
}
.modal--order-placed-error .card-product__tag-lists {
    align-items: flex-start;
    flex-direction: column-reverse;
    padding-right: 0;
}
.modal--order-placed-error .card-product__tag-item {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    padding-left: 0;
}
.modal--order-placed-error .card-product__tag-item:after {
    content: none;
}
.modal--order-placed-error .card-product__title {
    font-size: 14px;
    font-weight: 800;
    line-height: 17px;
    padding-right: 10px;
    width: 100%;
}
.modal--order-placed-error .card-product__title-inner {
    overflow: inherit;
    white-space: normal;
}
.modal--order-placed-error .card-product__title-inner.expand {
    position: relative;
}
.modal--order-placed-error .card-product__image .img-fluid {
    height: 78px;
}
.modal--order-placed-error .card-product__category-name {
    width: calc(100% - 8px);
}

.furniture-fabric-configurations-toggle {
    border: 1px solid hsla(200, 2%, 73%, 0.5);
    border-radius: 4px;
    color: #3a3a3c;
    font-size: 14px;
    font-weight: 500;
    line-height:7px;
    overflow: hidden;
    padding: 10px 18px 10px 10px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.furniture-fabric-configurations-toggle:after {
    position: relative;
    top: 2px;
    right: 0px;
}

.furniture-fabric-configurations-dropdown {
    border: none;
    border-radius: 0 0 4px 4px;
    padding: 0 0 20px;
    width: 100%;
    position: relative;
}

.furniture-fabric-configurations-item {
    align-items: center;
    color: #3a3a3c;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    padding: 8px 12px;
    position: relative;
    justify-content: space-around;
}
.furniture-fabric-configurations-item:after {
    background: hsla(0, 1%, 59%, 0.25);
    bottom: 0;
    content: "";
    height: 1px;
    left: 12px;
    position: absolute;
    right: 12px;
}
/*css for the side nav icon of loyality journey...*/
.icon--aside-voucher, .icon--aside-voucher-active {
    height: 23px;
    width: 23px;
}

.rewardHeader{
 white-space:nowrap;
}

.parent {
        background-color: white; /* Super light faded grey */

        width:100%;
}

      .customerAccount {
        background-color: white; /* Light grey */
        border-radius: 15px;
        padding: 5px;
        height: 100px;
        width: 100%;
        text-align: left;
      }

      .searchContainer {
        display: flex;
        flex-direction:row;
        align-items: center; /* Vertically align items */
        justify-content: center;/* Align items row-wise */
        margin-top: 10px;
      }

      .searchContainer input {
        padding: 5px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-right: 10px; /* Space between input and button */
      }

      .searchContainer button {
        padding: 10px 73px;
        border-radius: 8px;
        background-color: #3c0b9f;
        color: white;
        border: none;
        cursor: pointer;
        font-size: 16px;
        font-weight: 800;
      }


      .searchContainer button:hover {
        background-color: #3c0b9f;
      }
      .minPurTxt2{

        color:grey;
         font-family: Accord Alternate;
      }

      .voucherHeader {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        background-color: white;
        border-radius: 15px;
        padding: 10px;
        width: 100%;
         /* Even spacing */
      }

      /* Make each card flexible */
      .voucherCard {
        flex: 0 1 calc(33.33% - 20px); /* 3 per row minus gap */
        min-width: 280px;
        height: 250px;
        box-sizing: border-box;
        background-color: white;
        border-radius: 15px;
        border: 1px solid #CACBCC;
        padding: 5px;
        font-family: Accord Alternate;
        font-weight: lighter;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 5px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
      }

      /* Medium screens: 2 cards per row */
      @media (max-width: 900px) {
        .voucherCard {
          flex: 1 1 calc(48% - 20px);
        }
      }

      /* Small screens: 1 card per row */
      @media (max-width: 600px) {
        .voucherCard {
          flex: 1 1 100%;
        }
      }


 .catgoriesDate {
   margin:8px;
   display: flex;
   white-space: nowrap;
   flex-direction: row;
   justify-content: space-between;
   width: 90%;
   height: 35px;
  }

.BtnAndRedimDiv {
    width: 90%;
    justify-content: space-between;
    display: flex;
    margin: 8px;
    flex-direction: row;
    height: 27px;
}
.redimCodeOuterDiv{
 width:max-content;
 border-radius: 5px;
 height:42px;
 background:rgba(11, 142, 159, 0.3);
}

.redimCode {
  font-family: Accord Alternate
  width:180px;
  text-align:center;
  background-color: lightcyan /* Your specified background shade */
  color:#0b8e9fa3; /* Button text color */
  border: 1px dotted #0b8e9fa3; /* Dotted border */
  border-radius: 5px; /* Rounded corners */
  padding: 10px; /* Adds spacing inside the div */
  display: flex;
  align-item:center;
  font-weight: bold; /* Optional for better visibility */
}

.rdmbtn{
  border-radius: 10px;
  display: flex;
   justify-content: center;
   align-items: center;
   border: 1px solid black;
   width:100px;
   height: 32px;
}

.minPurTxt1{
 font-family: Accord Alternate
}

.cardFooter{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  white-space: nowrap;
  width:95%;
  margin:8px;
}

  .cardFooter p {
    font-weight : bold;
    font-size: 11px; /* Reducing text size */
  }

.popup {
display: none;
  width: 90vw;
  max-width: 500px;
  height: auto;
  max-height: 70vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 2rem;
  overflow-y: auto;             /* Scroll if content exceeds height */
  overflow-x: hidden;           /* Avoid horizontal overflow */
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  z-index: 99;
  box-sizing: border-box;
}

/* For very small screens, reduce padding */
@media (max-width: 400px) {
  .popup {
    padding: 1rem;
    width: 95vw;
    max-height: 80vh;
  }
}

.custNameLabel{
  color:grey;
}
.voucherDtlLabel{
color:grey;
}
.custName{
 font-size:16px;
 font-family: Accord Alternate
}
.category-type{
  font-family: Accord Alternate
  font-weight:700px;
  font-size:16px;
}
.voucher-amnt{
 font-family: Accord Alternate
 font-weight:700px;
 font-size:14px;
}
.popup-content{
 display: flex;
  flex-direction: row;
  border-radius: 8px;
  flex-wrap: wrap; /* helps elements wrap on smaller screens */

  box-sizing: border-box;
}

.popup-contentFailure {
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  flex-wrap: wrap; /* helps elements wrap on smaller screens */
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}

/* 🎯 Responsive adjustments */
@media (max-width: 600px) {
  .popup-content,
  .popup-contentFailure {
    flex-direction: column; /* stacks items vertically */
    align-items: center;
  }
}

.sureText{
  font-size: 24px;
  font-family: Accord Alternate
  font-weight: bold;
}
.voucherInfo {
    background: white;
    border-radius: 10px;
    margin-top:20px;
    margin-left:47px;
    padding: 20px;
    width: 400px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.customerName, .voucherDetails {
    flex: 1;
    padding: 10px;
    text-align: center;
}
.buttonContainer {
    display: flex;
    gap: 8em;
    justify-content:space-between;
    padding: 20px;
    margin-top:4em;
}

 .backBtnOnConfirm,.btnToResendOTP{
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
}

.primary {
    background: #FCAF17;
    color: black;
}

.primary:hover {
    background: #D89214;
}


.secondary {
    background: #dc3545;
    color: black;
}

.secondary:hover {
    background: #a71d2a;
}

.timer{
margin-top: 5px;
display : flex;
flex-direction : row;
gap:14px;
}

#cancel{
    background-color: white;
    color: black;
    font-weight: bold;
}

.popupOtp {
    height: 430px;
    width: 510px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 9999;
    max-width: 90vw;
    max-height: 90vh;

}

/* Responsive for tablets and smaller devices */
@media (max-width: 768px) {
    .popupOtp {
        width: 90%;
        height: auto;
        padding: 15px;
    }
}

/* Responsive for mobile devices */
@media (max-width: 480px) {
    .popupOtp {
        width: 95%;
        height: auto;
        padding: 10px;
        border-radius: 8px;
    }
}

.otp-container {
    margin-top: 1%;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
   }

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .otp-container {
        margin-left: 1rem;
        flex-direction: column; /* Stack items vertically */
        align-items: flex-start;
        gap: 8px;
    }
}


.otpHeader {
  display: flex;
  flex-direction:row;
  gap:21em;
}
.sentOtpText{
    white-space: nowrap;
font-family: Accord Alternate;
padding-right:95px;
    font-size: 14px;
    color: #53565A;
}

  .otp-input {
  background-color: #fafafc;
  border-color: #4d0099;
    width: 46px;
    height: 46px;
    font-size: 20px;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 5px;
    margin: 5px;

  }

  .button-container {
    display: flex;
        flex-direction: row;
        gap: 190px;
        margin-top: 93px;
  }



  #verifyBtn {
      white-space: nowrap;
    background-color: #3c0b9f;
    color: white;
  }

  #verifyBtn:disabled {
    background-color: #9E9E9E;
    cursor: not-allowed;
  }

  #cancelBtn {
    background-color: #f44336;
    color: white;
  }

  #cancelBtn:hover {
    background-color: #d32f2f;
  }

   #successoOTPPopup {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: white;
      padding: 20px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
      z-index:1055;
    }

    .popupSuccess {
      background: white;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      position: relative;
    }

    .outer-ring {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      border: 5px solid #b2fab4; /* Light green ring */
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 4px 166px;
      background-color: white; /* Ensures the gap shows white */
    }

    .inner-circle {
      width: 70px;
      height: 70px;
      background-color: green;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .inner-circle::before {
      content: "✔";
      color: white;
      font-size: 36px;
    }
    
  .dropdownSortBy {
      position: relative;
      display: inline-block;
  }

  .dropbtn {
      white-space: nowrap;
      background-color: #f8f9fa;
      border: 1px solid grey;
      border-radius: 10px;
      padding: 10px 20px;
      font-size: 16px;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 10px;
  }

  .dropbtn img {
      width: 12px;
      height: 12px;
  }

  .dropdownSortBy .dropdown-content {
      display: none;
      position: absolute;
      background-color: #ffffff;
      min-width: fit-content;
      border: 2px solid #333;
      border-radius: 10px;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
      z-index: 50;
  }

  .dropdownSortBy .dropdown-content a {
      border-radius: 10px;
      color: black;
      padding: 10px;
      text-decoration: none;
      display: block;
  }

  .dropdownSortBy .dropdown-content a:hover {
      background-color: #ddd;
  }

  .dropdownSortBy:hover .dropdown-content {
      display: block;
  }

       .RewardheadingAndDropdownDiv {
         display: flex;
         flex-direction: row;
         justify-content: space-between; /* Distributes space evenly */
         align-items: center;
         margin-bottom: 0em;
         padding: 0 1em; /* Optional: adds horizontal padding */
       }
        /*Reimbursement styling started here...*/
        .child1{
          display:flex;
          flex-direction:row;
          justify-content:space-between;
        }
       .newReimbursment {
            background: #0b8e9f;
            color: white;
            border: none;
            border-radius: 8px;

            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            padding-right: 20px;
            margin-bottom: 10px;

            padding-left: 20px;
            transition: background 0.3s;
            line-height: 14px;
            white-space: nowrap;
   }

.popupform {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90vw; /* Responsive width */
  max-width: 500px; /* Prevents it from getting too wide on large screens */
  height: auto; /* Let content decide height */
  max-height: 90vh; /* Prevents overflow on small screens */
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1055;
  overflow-y: auto; /* Scroll if content overflows */
  box-sizing: border-box;
}


       .parent1 {
         display: flex;
         flex-direction:row;
         gap:8em;
       }

       .parent1 h2 {
         margin: 0;
       }

       .close {
         font-size: 29px;
         cursor: pointer;
       }

       .parent2 {
         display: flex;
         flex-direction: row;
         gap:14em;
         margin-top: 5px;
       }

       .ch1, .ch2 {
         display: flex;
         flex-direction: column;

       }

       label {
         font-weight: bold;
         margin-bottom: 5px;
       }

       input {
         padding: 8px;
         border: 1px solid #ccc;
         border-radius: 4px;
       }


       .close{
            float: right;
            font-size: 44px;
            font-weight: lighter;
            cursor: pointer;
            margin-top: 16px;
       }

       .dealNameLabel{
             font-size: 14px;
             color: #b4b3b3;
       }
       .dealCodeLabel{
              font-size: 14px;
              color: #b4b3b3;
       }

        .dropdown-container {
        position: relative;
        width: 100%;
        }
              /* Styling for the input box */
              .dropdown-input {
                  width: 100%;
                  padding: 8px;
                  box-sizing: border-box;
              }
              /* Styling for the dropdown list */
              .dropdown-list {
                  position: absolute;
                  width: 100%;
                  border: 1px solid #ccc;
                  background: white;
                  display: none;
                  max-height: 150px;
                  overflow-y: auto;
                 z-index: 9999;
              }
              /* Styling for each dropdown item */
              .dropdown-list div {
                  padding: 8px;
                  cursor: pointer;
              }
              .dropdown-list div:hover {
                  background-color: #f0f0f0;
              }

              .submitReimForm{
               margin-top:20px;
               margin-left:17em;
               background-color: #3c0b9f;
               color: white;
               border: none;
               border-radius: 8px;
               padding: 10px 20px;
               font-size: 16px;
               font-weight: bold;
               cursor: pointer;
               white-space:nowrap
               }

             /*search by first thing */
             .filterEntities{
                  margin-top: 0px;
                  display: flex;
                  flex-direction: row;
                  justify-content:space-between;
             }

.filterEntities select {
 border-radius: 8px; /* Adjust the value for more or less rounding */
padding: 6px;
 border: 1px solid #ccc;
 font-size: 14px;
}


/*accordian css below*/

.AccordianHeader{
  margin:11px;
  height: 44px;
  border-radius: 5px;
  background-color: : rgb(245, 246, 250);
 }

.AccordianHeaderContent{
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content : space-between;
}

 .accordion-header {
    height:60px;
    background: #f5f6fa;
    padding: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
 }
 .accordion-header,
 .accordion-content {
     transition: background-color 0.3s ease;
 }


.accordion-content {
 display: none;
 background-color: #fff;
 }

 .accordion-content span {
 display: block;
margin: 5px 0;
 }
 .phoneInput{
  width:100%;
  height:40px;
 }
 .AccordianHeader span {
   color : #979494;
 }

.reimbursmentSearch{
padding: 8px 0px 8px 12px;
    line-height: 14px;
    border-radius: 4px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #dbdcdd;
    font-weight: 500;
    color: #4a5d78;
    background: #f5f6fa;
    margin-left:0px;
    width:360px;

}
.search-container {
  position: relative;
  display: inline-block;
}


.search-icon {
     position: absolute;
     right: 10px;
     top: 50%;
     transform: translateY(-50%);
     color: #999;
     pointer-events: none;
     left: 22em; /* Prevent click */
}

.enterPhnText{
        display: flex;
        flex-direction: row;
    margin-left: 30em;
    white-space: nowrap;
    margin-bottom: 20em;
    }

         .no-vouchers-found{
        align-items: center;
       display: flex;
       flex-direction: column;
       justify-content: center;

    }


   .place-holder-vouhcerImg{

     margin-bottom:16px;
   }
   .phoneRedeemIcon{
        display: block;
        min-height: 500px;

        white-space: nowrap;
    }


.overlay1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(0px);
    background-color: rgba(0,0,0,0.6); /* optional dark tint */
    z-index: 99;
}
.overlay2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(0px);
    background-color: rgba(0,0,0,0.6); /* optional dark tint */
    z-index: 99;
}

.overlay3{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(0px);
    background-color: rgba(0,0,0,0.6); /* optional dark tint */
    z-index: 99;
}




.paginationReimb {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
}

.page-item {
  padding: 8px 12px;
  background-color: #f0f0f0;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  color: #333;
  transition: background-color 0.3s ease;
}

.page-item:hover {
  background-color: #dcdcdc;
}

.page-item.active {
     background-color: #7d5fb8;
  color: white;
}

.page-item.dots {
  cursor: default;
  background-color: transparent;
  color: #999;
}
.page-item.arrow {
  background-color: #e0e0e0;
  font-weight: bold;
  font-size: 16px;
  padding: 8px 14px;
}

.page-item.arrow:hover {
  background-color: #c0c0c0;
}
/*below is css for reimbursement raised successfully popup*/
.popupReimb {
  display: none;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  max-width: 90%;
  z-index: 1000;
  color: white;
}

.popup-content-reimb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.icon-circle {
  background-color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkmark {
  font-size: 18px;
}

.success {
  background-color: #2BA45B;
}

.success .checkmark {
  color: #2BA45B;
}

.error {
  background-color: #D9534F;
}

.error .checkmark {
  color: #D9534F;
}


 .message {
white-space: nowrap;
 }

 .close-btn {
 cursor: pointer;
 font-size: 20px;
 margin-left: auto;
 }
 .invoiceAndSales{
     display: flex;
     flex-direction: row;
     justify-content: space-between;
 }
 .cancleBtn{
      font-weight: bold;
      padding: 10px 10px;
      border: none;
      border-radius: 15px;
      background-color: white;
      color: #333;
      font-size: 16px;
      cursor: pointer;
 }
 #resendOTP{
   line-height: 1px;
       font-weight: bold;
       padding: 10px 10px;

       border-radius: 6px;
       font-size: 16px;
       cursor: pointer;
 }

.btn-secondary-resend{
background-color: #fff;
    border-color: #3c0b9f;
    color: #3c0b9f;
    font-family: Accord Alternate, sans-serif;
    font-size: 14px;
    font-weight: 800;
    height: 30px;
    letter-spacing: 0.5%;
    line-height: 14px;
    padding: 8px;

}

.seniorDiv{
    height: 100%;
    background: white;
    margin: 10px;
    border: 1px solid white;
    border-radius: 10px;
    }

     .otpPopupFailure {
       max-width: 90vw;
       width: 530px;
       max-height: 80vh;
       height: auto;
       display: none;
       position: fixed;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
       background: white;
       padding: 20px;
       border-radius: 10px;
       box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
       text-align: center;
       z-index: 9999;
       box-sizing: border-box;
       overflow-y: auto;
     }

     /* 📱 Mobile adjustments */
     @media (max-width: 600px) {
       .otpPopupFailure {
         width: 90%;
         padding: 15px;
       }
     }

    .popupFailure{
        border-radius: 8px;
        display: flex;
        flex-direction: row;
    }
    .outer-ringFailure {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      border: 5px solid #f44336;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 20px auto; /* centers horizontally */
      background-color: white;
    }

    /* 📱 Shrink on smaller screens */
    @media (max-width: 600px) {
      .outer-ringFailure {
        width: 80px;
        height: 80px;
        border-width: 4px;
        margin: 15px auto;
      }
    }


    .inner-circleFailure {
        width: 70px;
        height: 70px;
        background-color: red;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lineToDivide{
        background: #e6e8ef;
        content: "";
        display: block;
        height: 4px;
        left: 0px;
        position: absolute;
        right: -28px;}
    }

    .raiseReimbursementShow{
            min-height: 450px;
            margin-left: 0em;
            margin-top: 8em;
            white-space: nowrap;
        }
        .headerDiv{
          margin-left:17px;
        }
    .rewardEarnedHeader{
      white-space:nowrap;
    }
    .confirmText{
      white-space:break-spaces;
      margin-top:15px;
    }

    .RedeemimageTextDiv{
       align-items: center;
       display: flex;
       margin-bottom: 20em;
       flex-direction: column;
    }
    .vchrDetails{
     display: flex;
     flex-direction: column;
     background: white;
     border: 1px solid darkgrey;
     border-radius: 10px;
     margin-top: 30px;
    }
    .voucherAmnt{
     margin-top: 9px;
     font-weight:bold;
     margin-left: 20px;
     margin-bottom: 5px;
    }
    .voucherCode{
     margin-left: 17px;
     margin-bottom: 5px;
     }
     .enterOTPHeader{ white-space :nowrap; font-weight:bolder;}

     .CancleHeader{ font-weight: lighter; font-size: xx-large; cursor: pointer; }
     .wrongOTP{
       display:none;
       font-size:15px;
       white-space:break-spaces;
    }
     .searchByPhone{
      height: 40px;
      border-radius: 8px;
      margin-left:10px;
     }

     .vchrDetailPopupHeading{
        margin-left: 15px;
        color: #75787B;
        font-size: large;
        margin-top: 10px;
     }



     .nowrap-headers{
       white-space:nowrap;
     }
     .voucherPmnt{
      font-weight:bold;
      }
     .reimbStatusDiv{
              border-radius: 8px;
              justify-content: center;
              display: flex;
              margin-left: 2vw;
              justify-content: center;
              display: flex;
              /* align-items: center; */
              width: fit-content;
          }
  .reimbStatusP{
      padding: 5px;
      font-weight: bold;
      margin: 0px;
  }


.input-error {
  border: 1px solid red !important;
}

.accordion-group.expanded-border {
  border: 1px solid black;
  border-radius: 8px;
  overflow: hidden; /* to keep child rows inside border */
}

.accordion-group.expanded-border {
  border: 1px solid black;
}

.accordion-group {
  border-radius: 8px;
  overflow: hidden;          /* rounded corners ka effect dikhane ke liye */
  margin-bottom: 12px;       /* spacing between accordions */
   /* optional: halki si shadow */
  border: 1px solid #ddd;    /* optional: subtle border */
  background-color: #fff;    /* background white rakho taaki radius dikh sake */
}

/* Toggle row ko bhi radius ke hisaab se adjust karna */
.accordion-group .table-collapsed__toggle {
  background-color: #f9f9f9; /* halka grey background (optional) */
}

/* Accordion open hote time bhi border radius dikhana */
.accordion-content {
  background-color: #fff;
}

.invalidPhoneBanner{
    display: none;
    }
 .invalidPhoneImg{
       display: flex;
       margin-bottom: 16px;
       justify-content: center;
 }
 .invalidPhoneTxt{
  font-size:12px;
 }



    .loyalty-form-control--otp {

        text-align: center;

    }

    .loyalty-form-control
     {

         height: 48px;

     }
     .loyalty-form-control {
         -webkit-appearance: none;
         -moz-appearance: none;
         appearance: none;
         background-clip: padding-box;
         background-color: #fff;
         border: 1px solid #ced4da;
         border-radius: .25rem;
         color: #212529;
         display: block;
         font-size: 1rem;
         font-weight: 400;
         line-height: 1.5;
         padding: .375rem .75rem;
         transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
         width: 11%;
     }
.loyalty-form-control--otp:focus {
  border-color: #4d0099;
  outline: none;
}

/* Add spacing before each accordion-group tbody */
table.reimbursement-datatable tbody.accordion-group tr:first-child {
  border-top: 20px solid transparent; /* Creates vertical space */
}

/* Optional: Add spacing after each accordion-group */
table.reimbursement-datatable tbody.accordion-group tr:last-child {
  border-bottom: 10px solid transparent;
}
.accordion-group {
  transition: all 0.3s ease-in-out;
}

.accordion-group.expanded-border {
  border: 2px solid #512B8B;
  border-radius: 10px;

}

.hide-pagination {
    display: none !important;
}

.address-cell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}
.header-mobile__list-item1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
}
.header-mobile__dropdown-toggle1 {
    cursor: pointer;
}

.header-mobile__list-item-link1 {
    color: rgb(50, 50, 75);
    display: block;
    padding: 8px 16px;
}
.loader2{
top:40%;
left:45%;
position:fixed;
z-index: 2147483647;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #6e4087;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.loader1 {
z-index: 2147483647;
display : none;
position: fixed;
top: 42%;
left: 46%;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #6e4087;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.popupReimb1{
  display: none;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  max-width: 90%;
  z-index: 29999;
  color: white;
}

.popup-content-reimb1{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.icon-circle1{
  background-color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkmark1{
  font-size: 18px;
}

.success1{
  background-color: #2BA45B;
}

.success1 .checkmark1{
  color: #2BA45B;
}

.error1{
  background-color: #D9534F;
}

.error1 .checkmark1 {
  color: #D9534F;
}


 .message1 {
white-space: nowrap;
 }

 .close-btn1 {
 cursor: pointer;
 font-size: 20px;
 margin-left: auto;
 }

.cart-summary .lift_availability__dropdown-select .dropdown-toggle:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.06.727 4 3.78.94.727l-.94.94 4 4 4-4-.94-.94Z' fill='%233A3A3C'/%3E%3C/svg%3E");
    border: none;
    height: 6px;
    position: absolute;
    right: 14px;
    top: 13px;
    width: 8px;
}

.lift_availability{
    width: 100% !important;
}

.lift_availability_label{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 4px;
}

.lift_availability .dropdown-toggle{
    width: 100%;
    height: 32px;
    border: 1px solid #dbdcdd;
    background-color: #fff;
}

.lead-contact-select .bootstrap-select{
    width: 100% !important;
    border: none !important;
}

.lead-contact-select .bootstrap-select .dropdown-menu .show {
    max-height: 135px !important;
}

.lift_availability .dropdown-toggle .filter-option-inner-inner {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    padding-right: 10px;
    text-overflow: ellipsis;
}


.makeDecorPayment{
    cursor:pointer;
}
.make-payment__amount-input {
    background: #fff;
    border: 1px solid #dbdcdd;
    border-radius: 4px;
    color: #4a5d78;
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    line-height: 14px;
    padding: 8px 6px 8px 12px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 65%;
}
.make-payment__amount-input:focus,
.make-payment__amount-input:hover {
    background: rgba(227, 215, 252, 0.5);
    border-color: #dbdcdd;
    color: #4a5d78;
    outline: none;
}
.make-payment__amount-input:focus {
       background: white !important;
        border-color:#3c0b9f;
}
.make-payment__amount-input.disabled{
    background: rgba(224, 224, 224, 0.7);
}


.fabric_delivery_mode{
    font-weight: 500;
    color: var(--Neutral-color-grey-500, #53565A);
    font-size: 13px;
    padding-left: 17px;
    display: flex;
}

.delivery_mode_div{
    display: flex;
    font-size: 13px;
    padding-left: 12px;
    margin-top: 16px;
    margin-bottom: 5px;
}

.delivery_mode_radio{
    accent-color: var(--Neutral-color-white, #0c6773);
    zoom: 1.8;
    margin-right: 2px;
}

.new_select_dd_form{
    position: relative;
    margin-bottom: 25px;
}

.selected_value_div_input{
    width: 95%;
    padding: 11px 16px;
    border: 2px solid #ccc;
    border-radius: 6px;
    outline: none;
    height: 45px;
    margin-left: 12px;
    font-weight: 400;
    font-size: 15px;
}

.new_select_dd_label{
    position: absolute;
    left: 28px;
    top: -8px;
    background: white;
    padding:0 4px;
    color: #777;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.new_select_dd_icon{
    position: absolute;
    top: 20px;
    padding: 0 4px;
    right: 20px;
    width: 20px;
    cursor: pointer;
}

@media (max-width: 1020px) {
   .new_select_dd_icon {
     right: 20px;
   }
 }

.select_dd_value{
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    cursor: pointer;
}

.select_dd_value:hover{
    background: var(--Neutral-color-grey-50, #EEEEEF);
}

.new_select_form_dropdown{
    border: 1px solid #B8BABB80;
    width: 95%;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    margin-left: 12px;
    position: absolute;
    z-index: 9;
    top: 54px;
    height: 125px;
    overflow-y: auto;
}

.stp_ref_remark{
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    position: absolute;
    right: 16px;
    top: 47px;
}

.change_stp_text{
    font-weight: 500;
    font-size: 14px;
    color: var(--Primary-colour-AP-purple, #512B8B)
}

.edit_stp_icon{
    width: 12px;
    margin-left: 4px;
    margin-bottom: 2px;
}

.default_addr_text{
    font-family: Accord Alternate;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
}
.default_addr_value{
    font-family: Accord Alternate;
    font-weight: 400;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: max-height 0.4s ease;
    max-height: 3em;
}

.stp-expanded{
    -webkit-line-clamp: unset;
    max-height: 300px;
}

.view_more_stp{
    width: 8px;
    height: 5px;
    margin-left: 3px;
}

.new_address_btn{
    width: max-content;
    height: max-content;
    border-radius: 0.25rem;
    border-width: 1px;
    padding: 7px 12px;
    font-weight: 400;
    font-size: 16px;
    background-color: #0b8e9f;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.29);
    color: #fff;
    border: 1px solid transparent;
}

.default_addr_text_value{
    font-weight: 400;
    font-size: 14px;
    margin-right: 10px;
}

.default_addr_divider{
    width: 87%;
    height: 0px;
    opacity: 1;
    border-width: 1px;
    border: 1px solid var(--Neutral-color-grey-100, #CACBCC);
    align-self: center;
}

.default_addr_value_box{
    width: 305px;
    height: 70px;
    font-family: Accord Alternate;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
}
.cancel-change-stp{
    width: 156px;
    font-weight: 700;
    font-size: 16px;
    height: 34px;
    align-content: center;
}

.select_stp_btn{
    background: #3C0B9F;
    color: white;
    border: 0;
    cursor: pointer !important;
}

.change_stp_modal_body{
    max-height: 575px;
    padding: 0 25px;
    margin-top: 15px;
    overflow: auto;
}

.new_stp_form_input{
    width: 400px;
    height: 45px;
    border-radius: 6px;
}

.lift_status_select_div{
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.lift_status_select_div label{
    position: absolute;
    top: -9px;
    left: 16px;
    font-size: 12px;
    pointer-events: none;
    transition: 0.2s ease all;
    font-weight: 500;
    padding: 0 4px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1));
}

.stp_subtotal_divider{
    width: 384px;
    height: 2px;
    opacity: 1;
    border-width: 1px;
    border: 1px solid #E6E8EF;
    margin-top: 10px;
}

.review_order_details{
    width: 384px;
    height: max-content;
    border-radius: 10px;
    border-width: 1px;
    padding: 10px;
    border: 1px solid var(--Neutral-color-grey-100, #CACBCC);
    margin-left: 12px;
    margin-top: 17px;
    margin-bottom: 41px;
}

.review_order_details_text{
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 7px;
}

.freight_charges_text{
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    vertical-align: middle;
    color: #0C6773;
}

.subtotal_placeholder_text{
    font-family: Accord Alternate;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.subtotal_rupee{
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;
    vertical-align: middle;
    color: #083A3A4D;
}

.subtotal_value{
    font-weight: 800;
    font-size: 24px;
    vertical-align: middle;
}

.subtotal_dashed_divider{
    width: 364px;
    height: 2px;
    border-width: 1px;
    border-style: dashed;
    color: #E6E8EF;
    margin-top: 5px;
    margin-bottom: 5px;
}

.price_breakup_cart{
    width: 11px;
    height: 7px;
    margin-left: 5px;
    margin-bottom: 2px;
}

.price_breakup_placeholder{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.price_breakup_value{
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
}

.price_breakup_row{
    display: flex;
    justify-content: space-between;
}

.proceed_to_order_div{
    position: sticky;
    bottom: 0;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px -2px 8px 0px #00000014;
    border-radius: 10px;
}

.payment_term_div{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
}

.payment_term_select{
    outline: none;
    width: 135px;
    height: 40px;
    border-radius: 4px;
    border-width: 1px;
    border: 1px solid #B8BABB80;
    font-weight: 700;
    font-size: 12px;
    padding-left: 10px;
}

.payment_term_select option{
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    background: var(--Neutral-color-white, #FFFFFF);
}

.payment_term_info_text{
    width: 385px;
    height: 40px;
    opacity: 1;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    background: #D7F8FC80;
    gap: 4px;
    display: flex;
    padding-top: 6px;
    padding-bottom: 6px;
}

.payment_term_text{
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    color: #0C6773;
}

.payment_term_info_icon{
    width: 12px;
    height: 12px;
    margin-right: 2px;
    margin-top: 2px;
}

.proceed_to_cart_btn{
    width: 386px;
    height: 33px;
    border-radius: 4px;
    padding: 8px;
    background: #3C0B9F;
    color: white;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    border: none;
    box-shadow: 0px 4px 4px 0px #00000029;
}

.scroll_box{
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scroll_box::webkit-scrollbar{
    display: none;
}

.selected_pterm_val{
    font-weight: 700;
    font-size: 13px;
    text-align: center;
   padding-top: 15px;
   padding-left: 7px;
}

.select_pterm_dd_icon{
    height: 6px;
    padding-left: 8px;
    margin-top: 23px;
}

.select_pterm_div{
    width: 180px;
    height: 50px;
    border-radius: 4px;
    border-width: 1px;
    border: 1px solid #B8BABB80;
    display: flex;
    cursor: pointer;
}

.select_pterm_dropdown{
    border: 1px solid #B8BABB80;
    width: 180px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    position: absolute;
    z-index: 9;
    top: 82px;
}

.select_pterm_option{
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
    font-family: Accord Alternate;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
}

.js-stp-form{
    gap: 24px;
    display: flex;
    flex-direction: column;
}

.newstp-error-message{
    color: red;
    font-size: 12px;
}

.new-stp-select{
    border: 1px solid #B8BABB80;
    width: 285px;
    height: 35px;
    border-radius: 4px;
    border-width: 1px;
    padding-left: 7px;
    margin-right: 7px;
    font-size: 15px;
}

.new-stp-loader{
    display: none;
    position: absolute;
    top: 30%;
    left: 44%;
    background: #c1c1c1;
    border-radius: 10px;
    width: 100px;
    height: 100px;
    text-align: center;
}

.blur-content{
    filter: blur(2px);
}


.btn-disabled{
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}
