@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');

/* Variables root */
:root {
    --primary: 160 13 180;
    --primary-light: 203 72 223;
    --primary-slate: 225 184 234;
    --client-font: 'Urbanist', sans-serif;
    --admin-font: 'IBM Plex Sans', sans-serif;
    --icon-font: 'Iconly';
}

*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

body {
  scroll-behavior: smooth;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: var(--client-font);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #464667;
}

body.admin-panel {
    scroll-behavior: smooth;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    font-family: var(--admin-font);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #464667;
  }

h1, h2, h3, h4, h5, h6 {
    font-size: unset;
    font-weight: bold;
}

h1 {
    font-size: 1.75rem;
    line-height: 1.4;
}

h2 {
    font-size: 1.5rem;
    line-height: 1.4;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.4;
}

h4 {
    font-size: 1.125rem;
    line-height: 1.4;
}

h5 {
    font-size: 1rem;
    line-height: 1.4;
}

h6 {
    font-size: 0.875rem;
    line-height: 1.4;
}

.page-section .container > div ul {
    list-style: inside;
    margin-left: 20px;
    padding-left: 0;
}

.page-section .container > div ol {
    list-style: auto;
    margin-left: 20px;
    padding-left: 20px;
}

.page-section .container > div a {
    font-weight: bold;
}

.ql-size-small {
    font-size: 80% !important;
}

/* Active link for frontend start */

.profile-link.active, .profile-link.active .lab {
    --tw-text-opacity: 1;
    color: rgb(var(--primary) / var(--tw-text-opacity));
}

/* Active link for frontend close */

/* Date picker code start*/
.dp__input {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
    color: #464667 !important;
    font-family: var(--admin-font) !important;
    font-size: 0.875rem !important;
}

.dp__input:hover {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
    color: inherit !important;
}

.dp__input_focus {
    border-color: rgb(var(--primary) / 0.2) !important;
    color: inherit !important;
}

/* Date picker code close here*/


/* Tag package customize start*/
.vue-tags-input {
    max-width: 100% !important;
}

.vue-tags-input .ti-input {
    --tw-border-opacity: 1 !important;
    border-radius: 0.375rem;
    border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

.vue-tags-input.ti-focus .ti-input {
    border-color: rgb(var(--primary) / 0.2) !important;
}

.vue-tags-input.invalid-tag .ti-input {
    --tw-border-opacity: 1 !important;
    border-color: rgb(252 165 165 / var(--tw-border-opacity)) !important;
}

/* Tag package customize end*/

/* Textarea package customize start */
.textarea-error-box-style {
    padding: 0;
    margin: 0;
    border: 1px solid;
    border-radius: 0.375rem;
}

.textarea-error-box-style.invalid::before {
    content: none !important;
}

.textarea-border-radius {
    border-radius: 0 0 0 0.375rem;
    border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

.ql-toolbar.ql-snow {
    border: 1px solid rgb(229 231 235) !important;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.ql-container.ql-snow {
    border-left: 1px solid rgb(229 231 235) !important;
    border-right: 1px solid rgb(229 231 235) !important;
    border-bottom: 1px solid rgb(229 231 235) !important;
}

/* Textarea package customize end */

/* Text details v-html section start */
.text-description>ol {
    list-style: auto !important;
    margin: auto !important;
    padding: revert !important;
}

.text-description>ul {
    list-style: unset !important;
    margin: auto !important;
    padding: revert !important;
}

/* Text details v-html section end */

/* Select code start */
.vue-select.no-radius {
    border-radius: 0 !important;
}

.vue-select {
    width: auto !important;
    border: 1px solid rgb(229 231 235 / var(--tw-border-opacity)) !important;
    border-radius: 0.375rem !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    flex-direction: column !important;
}

.vue-select.invalid {
    border: 1px solid rgb(252 165 165 / var(--tw-border-opacity)) !important
}

.vue-input {
    padding: 0.1rem 0 !important;
}

.vue-input input {
    font-size: 0.9375rem !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
}

.vue-input input::placeholder {
    color: #697a8d !important;
}

.vue-dropdown {
    border: 1px solid rgb(var(--primary) / 0.2) !important;
    box-shadow: 0 0.25rem 1rem rgb(229 231 235 / 45%) !important;
}

.vue-select.direction-top .vue-dropdown {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
    z-index: 100000;
}

.vue-select.direction-bottom .vue-dropdown {
    border-bottom-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
    z-index: 100000;
}

.vue-select[aria-expanded='true'].direction-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.vue-select[aria-expanded='true'].direction-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.vue-select[aria-expanded='true'] {
    border-color: rgb(var(--primary) / 0.2) !important;
}

.vue-dropdown-item.highlighted {
    background-color: rgba(67, 89, 113, .04) !important;
}

.vue-dropdown-item.selected.highlighted {
    background-color: rgba(105, 108, 255, .08) !important;
    color: rgb(var(--primary) / var(--tw-text-opacity)) !important;
}

.vue-dropdown-item.selected {
    background-color: rgba(105, 108, 255, .08) !important;
    color: rgb(var(--primary) / var(--tw-text-opacity)) !important;
}

.vue-dropdown-item {
    font-size: 15px;
    padding: 0.4375rem 0.875rem !important;
}

.frontend-select input::placeholder {
    font-size: 1rem !important;
    color: rgb(31 31 57 / 1) !important;
}

/* Select code close */

/* Range slider code start */
.simple-range-slider-popover.simple-range-slider-popover-left,
.simple-range-slider-popover-arrow,
.simple-range-slider-popover.simple-range-slider-popover-right {
    display: none;
}

.simple-range-slider .simple-range-slider-bg-bar {
    margin: 10px 10px 10px !important;
}

.simple-range-slider .simple-range-slider-bg-bar .simple-range-slider-anchor {
    background: #ffffff !important;
}

/* Range slider code close */

/* Icon size start */

.lab-font-color-1 {
    color: #dee2e5 !important;
}

[class="lab"].lab-font-size-20, [class^="lab-"].lab-font-size-20, [class*=" lab-"].lab-font-size-20 {
    font-size: 20px !important;
}

[class="lab"].lab-font-size-2xl, [class^="lab-"].lab-font-size-2xl, [class*=" lab-"].lab-font-size-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}

[class="lab"].lab-font-size-xl, [class^="lab-"].lab-font-size-xl, [class*=" lab-"].lab-font-size-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}

[class="lab"].lab-font-size-8, [class^="lab-"].lab-font-size-8, [class*=" lab-"].lab-font-size-8 {
    font-size: 8px !important;
}

[class="lab"].lab-font-size-10, [class^="lab-"].lab-font-size-10, [class*=" lab-"].lab-font-size-10 {
    font-size: 10px !important;
}

[class="lab"].lab-font-size-16, [class^="lab-"].lab-font-size-16, [class*=" lab-"].lab-font-size-16 {
    font-size: 16px !important;
}

[class="lab"].lab-font-size-24, [class^="lab-"].lab-font-size-24, [class*=" lab-"].lab-font-size-24 {
    font-size: 24px !important;
}

[class="lab"].lab-font-size-14, [class^="lab-"].lab-font-size-14, [class*=" lab-"].lab-font-size-14 {
    font-size: 14px !important;
}

/* Icon size close */

/* installer code start */
.bg-installer {
    background-image: url(../../../images/required/installer.jpg);
}

/* installer code close */

/* installer code close */
iframe.w-full.rounded-2xl {
    background: rgb(20, 20, 20) !important;
}

.sr-only {
    left: inherit !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    color: transparent;
    cursor: pointer;
    position: absolute;
    inset: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
}

.drawer:where([dir="ltr"], [dir="ltr"] *) {
    right: 0px;
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.drawer:where([dir="rtl"], [dir="rtl"] *) {
    left: 0px;
    right: unset !important;
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.drawer.active:where([dir="ltr"], [dir="ltr"] *) {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.drawer.active:where([dir="rtl"], [dir="rtl"] *) {
    --tw-translate-x: -0px;
    right: unset !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.dp__clear_icon{
    right: 1px !important;
}
[dir="rtl"] .dp__clear_icon{
    right: unset !important;
    left: 1px !important;
}

.dp__input_icons {
    background: #fff;
    padding: 4px 4px !important;
}

.db-sidebar-nav-title {
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.db-sidebar-nav-menu {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    border-radius: 0.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-align: left;
    text-transform: none;
}

.db-sidebar-nav-menu span {
    flex: 1 1 auto;
    font-size: .95rem;
    line-height: 1.3rem;
    font-weight: 500;
}

.text-heading {
    color: #464667;
    font-family: var(--client-font);
}

.text-primary {
    color: rgb(var(--primary) / var(--tw-text-opacity, 1));
}
.text-primary-light {
    color: rgb(var(--primary-light) / var(--tw-text-opacity, 1));
}

.db-card {
    height: 100%;
    border: 1px solid #e5e7eb !important;
    box-shadow: none !important;
}

.db-header {
    z-index: 9999;
    /* padding: .95rem; */
}

.db-sidebar {
    top: 4.25rem;
    border-right: 1px solid #e5e7eb !important;
    z-index: 9998;
    padding-bottom: 1.5rem;
    /* box-shadow: none !important; */
}

.dp__main {
    min-width: 220px;
}

.div-top {
  min-height: 64px;
  width: 100%;
  display: block;
}.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

.duration-150 {
    transition-duration: 150ms;
}

.duration-300 {
    transition-duration: 300ms;
}

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

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: linear;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  --tw-opacity: 1;
  opacity: var(--tw-opacity) !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.group:hover .group-hover\:opacity-100 {
  --tw-opacity: 1;
  opacity: var(--tw-opacity) !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-delay: 100ms;
}

.group:hover .group-hover\:show {
  display: block !important;
}

.text-secondary {
    color: #464667;
}

.capitalize {
    text-transform: none !important;
}

.db-card-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    font-family: var(--client-font) !important;
}

.h-\[max-90px\] {
    max-height: 90px;
}

.h-\[max-120px\] {
    max-height: 120px;
}

.db-field-control[type=file]:where([dir="ltr"], [dir="ltr"] *)::before {
    content: var(--tw-content);
    left: 155px;
}

.admin-panel .velmld-overlay {
    top: 50px !important;
    left: 260px !important;
}


.field-control[type=file]::before {
    position: absolute;
    top: 0px;
    left: 175px;
    z-index: 10;
    height: 100%;
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    --tw-content: '';
    content: var(--tw-content);
}


@media (min-width: 640px) {
    #purchasePaymentList .modal-dialog,
    #purchasePayment .modal-dialog,
    #modal .modal-dialog,
    #variation-modal > div,
    #modal-demo > div {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(calc(-50% + 130px), -50%) !important;
        border: 1px solid #e5e7eb;
        overflow: hidden;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, .05);
    }
    #modal .velmld-overlay,
    #variation-modal .velmld-overlay,
    #purchasePaymentList .velmld-overlay,
    #purchasePayment .velmld-overlay {
        top: 0 !important;
        left: 0 !important;   
    }
}

.modal, #modal-demo, #variation-modal, #modal {
    background-color: rgb(247 247 252 / 90%) !important;
}

.velmld-overlay.face-enter-active + div {
    filter: blur(3px) !important;
}

@media (min-width: 640px) {
    .sm\:w-48 {
        width: 12rem;
    }
}

.bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-primary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(128 128 255 / var(--tw-bg-opacity, 1)) !important;
}

.bg-secondary {
    --tw-bg-opacity: 1 !important;
    /* background-color: rgb(128 128 255 / var(--tw-bg-opacity, 1)) !important; */
    background-color: rgb(172 70 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-secondary:hover {
    --tw-bg-opacity: 1 !important;
    /* background-color: rgb(128 128 255 / var(--tw-bg-opacity, 1)) !important; */
    background-color: rgb(172 70 255 / var(--tw-bg-opacity, 1)) !important;
}

.shadow-btn-primary,
.shadow-btn-secondary {
    box-shadow: none !important;
}

.bg-shopperz-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 181 255 / var(--tw-bg-opacity, 1)) !important;
}
.text-shopperz-blue {
    --tw-text-opacity: 1 !important;
    color: rgb(0 181 255 / var(--tw-text-opacity, 1)) !important;
}

.bg-shopperz-purple {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(128 128 255 / var(--tw-bg-opacity, 1)) !important;
}
.text-shopperz-purple {
    --tw-text-opacity: 1 !important;
    color: rgb(128 128 255 / var(--tw-text-opacity, 1)) !important;
}

.bg-shopperz-orange {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(172 70 255 / var(--tw-bg-opacity, 1)) !important;
}
.text-shopperz-orange {
    --tw-text-opacity: 1 !important;
    color: rgb(172 70 255 / var(--tw-text-opacity, 1)) !important;
}

.bg-shopperz-pink {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1)) !important;
}
.text-shopperz-pink {
    --tw-text-opacity: 1 !important;
    color: rgb(255 0 255 / var(--tw-text-opacity, 1)) !important;
}

.menu-settings {
    height: calc(100vh - 170px) !important;
}
  

.swal2-title {
    position: relative !important;
    max-width: 100% !important;
    margin: 0 0 .4em !important;
    padding: 0 !important;
    color: #595959 !important;
    font-size: 1.35rem !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-transform: none !important;
    word-wrap: break-word !important;
}

.swal2-content {
    font-size: 1rem !important;
}

.swal2-styled.swal2-confirm {
    border: 0 !important;
    border-radius: .25em !important;
    background: initial !important;
    background-color: #a00db4 !important;
    border-color: #a00db4 !important;
    color: #fff !important;
    font-size: .95em !important;
}

.swal2-styled.swal2-cancel {
    border: 0 !important;
    border-radius: .25em !important;
    background: initial !important;
    background-color: #aaa !important;
    border-color: #aaa !important;
    color: #fff !important;
    font-size: 1.0625em !important;
}

.font-normal {
    font-weight: 500 !important;
}

.cart-counter {
    right: -8px !important;
    top: 16px !important;
    padding: 2px 6px;
    height: auto;
    width: auto;
    font-weight: bold;
    background-color: #f0f;
}

.cart-counter.border-heading {
    border-color: #fff !important;
    border-width: 2px !important;
}

.db-sidebar-nav {
    font-weight: 500;
    padding-top: 10px;
}

.text-focus {
    --tw-text-opacity: 1;
    color: rgb(0 191 255 / var(--tw-text-opacity, 1)) !important;
}

.border-focus {
    --tw-border-opacity: 1;
    border-color: rgb(0 191 255 / var(--tw-border-opacity, 1)) !important;
}

.slider-container {
    width: 100%;
    max-width: 86rem !important;
    padding: 0 !important
}

.min-400 {
    min-height: 400px
}

.db-list-item-title {
    --tw-text-opacity: 1;
    color: rgb(110 113 145 / var(--tw-text-opacity, 1));
}

.nowrap {
    white-space: nowrap;
}

.border-white\/5 {
    border-color: rgb(255 255 255 / 0.35) !important;
}

.tab-btn.active {
    border-color: rgb(172 70 255) !important;
    --tw-bg-opacity: 1;
    background-color: rgb(172 70 255/ var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.disabled {
    opacity: .5 !important;
    pointer-events: none !important;
}

.padding-t-modal {
    padding-top: 80px;
}







.cart-switch:checked+label {
    --tw-bg-opacity: 1;
    background-color: rgb(0 181 255 / var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}



.bg-\[\#E5E5EB\] {
    background-color: #e5e5eb;
}

.\!bg-\[\#F9F1FF\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 241 255 / var(--tw-bg-opacity, 1)) !important;
  }

.bg-\[\#007FE3\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 181 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#008BBA\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 139 186 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1AB759\] {
    --tw-bg-opacity: 1;
    background-color: rgb(26 183 89 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2AC769\] {
    --tw-bg-opacity: 1;
    background-color: rgb(42 199 105 / var(--tw-bg-opacity, 1));
}
.bg-\[\#A953FF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(169 83 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#BDEFFF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(189 239 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D9DBE9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(217 219 233 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E2FFEE\] {
    --tw-bg-opacity: 1;
    background-color: rgb(226 255 238 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E6FFF0\] {
    --tw-bg-opacity: 1;
    background-color: rgb(230 255 240 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EAF6FF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(234 246 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EEF7FF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(238 247 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EFF0F6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(239 240 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F7F7F7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F7F7FC\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F9F1FF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 241 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FB4E4E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(251 78 78 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FD8B0E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(253 139 14 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFBC1F\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 188 31 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFDADA\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 218 218 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFDB1F\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 219 31 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFE8E8\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 232 232 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFEBD8\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 235 216 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFEDF4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF4F4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 244 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF5DE\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 245 222 / var(--tw-bg-opacity, 1));
}

.text-\[\#E93C3C\] {
    --tw-text-opacity: 1;
    color: rgb(127 127 127);
}