@import url("https://fonts.googleapis.com/css2?family=Arima:wght@100..700&family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Slab:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=MuseoModerno:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --blue-bg:#4A18DC;
  --blue-text: #686D63;
  --pink-bg: #BF065F;
  --pink-text: #686D63;
  --teal-bg: #06A89F;
  --teal-text: #686D63;
  --white-bg: #E9F1FA;
  --white-text: #686D63;
  --remove-text: #191A47;
  --gray-text: #686D63;
  --border-order-summary: rgba(255, 255, 255, 0.3);
  --text-updated-color: #191A47;
  /* Theme color variables */
  --one: #ECE6FF;
  --two: #6C42E5;
  --three: #460E69;
  --four: #E88BFF;
  --five: #8B6BE8;
  --six: #E0CEF7;
  --seven: #D1ACFF;
  --eight: #8FA8FF;
  --nine: #460E69;
  --ten: #ECE6FF;
  --black-text: #fff;
  --active-lime: #BFF90B;
  --nav-bg-color: #28322D;
  --border-link: #4F6169;
  /* Later Update */
  --arrow-update: #ffffff;
}
:root .theme-blue {
  --zero:#CDDCD4;
  --one: #ECE6FF;
  --two: #35523F;
  --three: #35523F;
  --four: #FF453D;
  --five: #7AA98A;
  --six: #EFF5E3;
  --seven: #EFF5E3;
  --eight: #7AA98A;
  --nine: #35523F;
  --ten: #EFF5E3;
  --theme-based-text: #ffffff;
  --ordersummary-theme-based-text: #EFF5E3;
  --theme-based-coupen-bg: #EFF5E3;
  --order-summary-border-line: #EFF5E3;
  --cloudstorage-text: #35523F;
  --cloudstorage-apply-text: #FF453D;
  --secure-checkout-by-chargebee:#EFF5E3;
  --slider-arrow-inactive:#7AA98A;
  --slider-arrow-active:#35523F;
  --company-logo-bg: #FF453D;
  --theme-bg-color: #EFF5E3;
}
:root .theme-pink {
  --zero: #FFDDD5;
  --one: #FFDEEE;
  --two: #BD5A25;
  --three: #F6CFB5;
  --four: #191A47;
  --five: #BD5A25;
  --six: #FBE7DA;
  --seven: #ffffff;
  --eight: #BD5A25;
  --nine: #F6CFB5;
  --ten: #FBE7DA;
  --theme-based-text: #191A47;
  --ordersummary-theme-based-text: #191A47;
  --theme-based-coupen-bg: #ffffff;
  --order-summary-border-line: #191A47;
  --cloudstorage-text: #35523F;
  --cloudstorage-apply-text: #191A47;
  --secure-checkout-by-chargebee:#191A47;
  --slider-arrow-inactive:#F38043;
  --slider-arrow-active:#191A47;
  --company-logo-bg: #191A47;
  --theme-bg-color: #FFF4ED;
}
:root .theme-teal {
  --zero: #BDBCFF;
  --one: #DDFDFB;
  --two: #332EFF;
  --three: #E6E6FF;
  --four: #00A875;
  --five: #332EFF;
  --six: #E6E6FF;
  --seven: #fff;
  --eight: #332EFF;
  --nine: #E6E6FF;
  --ten: #E6E6FF;
  --theme-based-text: #191A47;
  --ordersummary-theme-based-text: #191A47;
  --theme-based-coupen-bg: #ffffff;
  --order-summary-border-line: #191A47;
  --cloudstorage-text: #35523F;
  --cloudstorage-apply-text: #191A47;
  --secure-checkout-by-chargebee:#191A47;
  --slider-arrow-inactive:#837EFF;
  --slider-arrow-active:#332EFF;
  --company-logo-bg: #69E8C1;
  --theme-bg-color: #F1F1FA;
}
:root .theme-white {
  --zero:red;
  --one: #E9F1FA;
  --two: #D9EAFD;
  --three: #89C2FF;
  --four: #000000;
  --five: #89C2FF;
  --six: #CEE6F7;
  --seven: #ACD8FF;
  --eight: #89C2FF;
  --nine: #000000;
  --ten: #C2FFFF ;
}

.theme-white {
  --border-order-summary: rgba(0, 0, 0, 0.3);
}
.theme-white .cs-main .logo svg path {
  fill: #317691;
}
.theme-white .cs-main button {
  @apply text-white;
}
.theme-white .cs-main .m-c-right > * {
  @apply text-black;
}
.theme-white .cs-main .white-theme-color-button {
  @apply text-black;
}
.theme-white .cs-main .white-theme-color-button-gray {
  color: #686D63;
}

/*tailwind missed css*/
.rc-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: #f3f4f6;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.rc-text-black {
  color: #000000;
}

.rc-border-red-500 {
  --tw-border-opacity: 1;
  border-color: #ef4444;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.rc-text-red-500 {
  --tw-text-opacity: 1;
  color: #ef4444;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

a:focus-visible, select:focus-visible, button:focus-visible, input:focus-visible {
  border-radius: 0.25rem;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: -2px;
  outline-color: red;
}

/*tailwind missed css*/
.museomoderno-medium {
  font-family: "MuseoModerno", serif;
}

.inter-regular {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.roboto-slab-regular {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.ibm-plex-mono-regular {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

.arima-regular {
  font-family: "Arima", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* theme buttons */
.theme-buttons .active {
  background-image: url("../images/checkout-simulator/check-circle-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid var(--white-bg);
}

.font-buttons .active {
  background: transparent;
  border: 2px solid var(--active-lime);
  color: var(--active-lime);
}

.radius-buttons .active {
  background: transparent;
  border: 2px solid var(--active-lime);
}

.theme-blue {
  background-color: var(--zero);
  color: var(--blue-text);
}

.theme-pink {
  background-color: var(--zero);
  color: var(--pink-text);
}

.theme-teal {
  background-color: var(--zero);
  color: var(--teal-text);
}

.theme-white {
  background-color: var(--zero);
  color: var(--white-text);
}

.theme-blue,
.theme-pink,
.theme-teal,
.theme-white {
  transition: background-color 0.1s ease, color 0.1s ease;
}

.font-serif {
  font-family: serif;
}

.font-sans {
  font-family: sans-serif;
}

.font-mono {
  font-family: monospace;
}

.font-cursive {
  font-family: cursive;
}

.radius-0 .border-radius-element {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.radius-8 .border-radius-element {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.radius-16 .border-radius-element {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.border-radius-element {
  transition: border-radius 0.3s ease;
}

.cs-page {
  height: 100vh;
  overflow: hidden;
}

.cs-inner {
  height: 100%;
}

.cs-parent {
  height: 100%;
}

.cs-aside,
.cs-main {
  height: 100%;
  overflow-y: auto;
}

/* Optional: Hide scrollbar for Chrome, Safari and Opera */
.cs-aside::-webkit-scrollbar,
.cs-main::-webkit-scrollbar {
  display: none;
}

/* Optional: Hide scrollbar for IE, Edge and Firefox */
.cs-aside,
.cs-main {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* Toggle Switches */
.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6D7672;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 0px;
  bottom: -2px;
  background-color: #ADB5B1;
  border: 3px solid #3D4642;
  transition: 0.3s ease-in-out;
}

input:checked + .slider,
input:checked + .slider:before {
  background-color: var(--active-lime);
}

input:checked + .slider:before {
  transform: translateX(20px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Toggle Switches */
/* cs-left-middle */
.cs-left-middle .cs-left-middle-parent .f-t-u-buttons button, .cs-left-middle .cs-left-middle-parent .r-t-u-buttons button {
  border: 1px solid var(--border-link);
}
.cs-left-middle .cs-left-middle-parent .f-t-u-buttons button.active, .cs-left-middle .cs-left-middle-parent .r-t-u-buttons button.active {
  border: 3px solid var(--active-lime);
  color: var(--active-lime);
  font-weight: 600;
}

/* cs-left-middle */
/* cs-main */
body {
  overflow: hidden;
}

.main-header {
  background-color: var(--two);
}

.arrow-left {
  left: -60px;
  background: var(--two);
  border-radius: 50%;
}
.arrow-left svg {
  stroke: #fff;
}

.arrow-right {
  right: -60px;
  background: var(--two);
  border-radius: 50%;
}
.arrow-right svg {
  stroke: #fff;
}

/* cs-main */
.body.theme-blue {
  background: linear-gradient(to right, #28322D 0%, #28322D 50%, #cddcd3 50%, #cddcd3 100%);
}

.body.theme-pink {
  background: linear-gradient(to right, #28322D 0%, #28322D 50%, #ffddd5 50%, #ffddd5 100%);
}

.body.theme-teal {
  background: linear-gradient(to right, #28322D 0%, #28322D 50%, #bdbcff 50%, #bdbcff 100%);
}

.f-t-u-buttons .active::before {
  content: "";
}

.bg-updated-color {
  background-color: var(--six);
}

.quantity-decrease:focus, .quantity-increase:focus {
  opacity: 1 !important;
}

.rc-cursor-not-allowed .switch .slider {
  cursor: not-allowed;
}

.arrow-sticky [disabled]:disabled {
  cursor: not-allowed;
}

.company-logo .cl-span {
  background-color: var(--company-logo-bg);
  display: inline-block;
  padding: 6px 15px;
  vertical-align: middle;
}
.box-shadow-updated {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}

.rc-m-c-right hr {
  opacity: 0.3;
}

.tab-bg {
  background-size: 90%;
  background-position: center;
}
@media screen and (min-width: 900px) and (max-width: 1024px) {
  .tab-bg {
    background-size: 75%;
  }
}

body.radius-16 .main-parent .pill-cta {
  border-radius: 30px;
}

.test321 {
  font-size: 16px;
}/*# sourceMappingURL=checkout-simulator-newpage.css.map */