@import url(https://fonts.googleapis.com/css?family=Nunito:400,600,800,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,600,800,500,700);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap);
/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --leading-tight: 1.25;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-\[18px\] {
    inset: 18px;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-\[-20px\] {
    top: -20px;
  }
  .top-\[-30px\] {
    top: -30px;
  }
  .right-2\.5 {
    right: calc(var(--spacing) * 2.5);
  }
  .right-\[-20px\] {
    right: -20px;
  }
  .right-\[18px\] {
    right: 18px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .z-\[1\] {
    z-index: 1;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-8 {
    margin-inline: calc(var(--spacing) * 8);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-15 {
    margin-top: calc(var(--spacing) * 15);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-18 {
    margin-top: calc(var(--spacing) * 18);
  }
  .mt-\[14px\] {
    margin-top: 14px;
  }
  .mt-\[18px\] {
    margin-top: 18px;
  }
  .mt-\[22px\] {
    margin-top: 22px;
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-3\.5 {
    margin-bottom: calc(var(--spacing) * 3.5);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .mb-11 {
    margin-bottom: calc(var(--spacing) * 11);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .mb-18 {
    margin-bottom: calc(var(--spacing) * 18);
  }
  .mb-19 {
    margin-bottom: calc(var(--spacing) * 19);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-column {
    display: table-column;
  }
  .table-row {
    display: table-row;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[9px\] {
    height: 9px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[92px\] {
    height: 92px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[260px\] {
    height: 260px;
  }
  .h-full {
    height: 100%;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-\[74px\] {
    min-height: 74px;
  }
  .min-h-\[240px\] {
    min-height: 240px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[9px\] {
    width: 9px;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[44px\] {
    width: 44px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[56px\] {
    width: 56px;
  }
  .w-\[72px\] {
    width: 72px;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-\[760px\] {
    max-width: 760px;
  }
  .max-w-\[780px\] {
    max-width: 780px;
  }
  .max-w-\[820px\] {
    max-width: 820px;
  }
  .max-w-\[1460px\] {
    max-width: 1460px;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .origin-bottom {
    transform-origin: bottom;
  }
  .origin-left {
    transform-origin: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-items-start {
    justify-items: start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[14px\] {
    gap: 14px;
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[18px\] {
    border-radius: 18px;
  }
  .rounded-\[22px\] {
    border-radius: 22px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-\[rgba\(24\,239\,191\,0\.35\)\] {
    border-color: rgba(24,239,191,0.35);
  }
  .border-\[rgba\(24\,239\,191\,0\.45\)\] {
    border-color: rgba(24,239,191,0.45);
  }
  .border-white\/8 {
    border-color: color-mix(in srgb, #fff 8%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 8%, transparent);
    }
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-white\/15 {
    border-color: color-mix(in srgb, #fff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .bg-\[rgba\(24\,239\,191\,0\.12\)\] {
    background-color: rgba(24,239,191,0.12);
  }
  .bg-white\/35 {
    background-color: color-mix(in srgb, #fff 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 35%, transparent);
    }
  }
  .bg-white\/\[0\.03\] {
    background-color: color-mix(in srgb, #fff 3%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 3%, transparent);
    }
  }
  .bg-white\/\[0\.04\] {
    background-color: color-mix(in srgb, #fff 4%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 4%, transparent);
    }
  }
  .bg-white\/\[0\.05\] {
    background-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .bg-white\/\[0\.028\] {
    background-color: color-mix(in srgb, #fff 2.8000000000000003%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 2.8000000000000003%, transparent);
    }
  }
  .bg-white\/\[0\.035\] {
    background-color: color-mix(in srgb, #fff 3.5000000000000004%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 3.5000000000000004%, transparent);
    }
  }
  .bg-\[linear-gradient\(90deg\,\#f3f0c7\,\#d38ab6\,var\(--daity-danger\)\)\] {
    background-image: linear-gradient(90deg,#f3f0c7,#d38ab6,var(--daity-danger));
  }
  .bg-\[linear-gradient\(135deg\,var\(--daity-teal\)\,var\(--daity-purple\)_62\%\,var\(--daity-magenta\)\)\] {
    background-image: linear-gradient(135deg,var(--daity-teal),var(--daity-purple) 62%,var(--daity-magenta));
  }
  .bg-\[linear-gradient\(180deg\,rgba\(24\,239\,191\,0\.14\)\,rgba\(142\,91\,255\,0\.12\)\)\] {
    background-image: linear-gradient(180deg,rgba(24,239,191,0.14),rgba(142,91,255,0.12));
  }
  .bg-\[linear-gradient\(180deg\,rgba\(24\,239\,191\,0\.16\)\,rgba\(142\,91\,255\,0\.16\)\)\] {
    background-image: linear-gradient(180deg,rgba(24,239,191,0.16),rgba(142,91,255,0.16));
  }
  .bg-\[linear-gradient\(180deg\,rgba\(255\,255\,255\,0\.08\)\,rgba\(255\,255\,255\,0\.035\)\)\] {
    background-image: linear-gradient(180deg,rgba(255,255,255,0.08),rgba(255,255,255,0.035));
  }
  .bg-\[linear-gradient\(180deg\,rgba\(255\,255\,255\,0\.09\)\,rgba\(255\,255\,255\,0\.04\)\)\] {
    background-image: linear-gradient(180deg,rgba(255,255,255,0.09),rgba(255,255,255,0.04));
  }
  .bg-\[radial-gradient\(circle\,rgba\(111\,93\,255\,0\.18\)\,transparent_65\%\)\] {
    background-image: radial-gradient(circle,rgba(111,93,255,0.18),transparent 65%);
  }
  .bg-\[radial-gradient\(circle\,rgba\(135\,90\,255\,0\.18\)\,transparent_70\%\)\] {
    background-image: radial-gradient(circle,rgba(135,90,255,0.18),transparent 70%);
  }
  .bg-\[radial-gradient\(circle_at_20\%_20\%\,rgba\(255\,255\,255\,0\.04\)\,transparent_30\%\)\,linear-gradient\(180deg\,rgba\(255\,255\,255\,0\.02\)\,rgba\(0\,0\,0\,0\.08\)\)\] {
    background-image: radial-gradient(circle at 20% 20%,rgba(255,255,255,0.04),transparent 30%),linear-gradient(180deg,rgba(255,255,255,0.02),rgba(0,0,0,0.08));
  }
  .object-cover {
    object-fit: cover;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3\.5 {
    padding: calc(var(--spacing) * 3.5);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[14px\] {
    padding-block: 14px;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-22 {
    padding-top: calc(var(--spacing) * 22);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-15 {
    padding-right: calc(var(--spacing) * 15);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .align-middle {
    vertical-align: middle;
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15\.5px\] {
    font-size: 15.5px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[clamp\(30px\,8vw\,60px\)\] {
    font-size: clamp(30px, 8vw, 60px);
  }
  .text-\[clamp\(34px\,5vw\,56px\)\] {
    font-size: clamp(34px, 5vw, 56px);
  }
  .text-\[clamp\(34px\,11vw\,72px\)\] {
    font-size: clamp(34px, 11vw, 72px);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-\[0\.98\] {
    --tw-leading: 0.98;
    line-height: 0.98;
  }
  .leading-\[1\.04\] {
    --tw-leading: 1.04;
    line-height: 1.04;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-\[1\.7\] {
    --tw-leading: 1.7;
    line-height: 1.7;
  }
  .leading-\[1\.25\] {
    --tw-leading: 1.25;
    line-height: 1.25;
  }
  .leading-\[1\.58\] {
    --tw-leading: 1.58;
    line-height: 1.58;
  }
  .leading-\[1\.62\] {
    --tw-leading: 1.62;
    line-height: 1.62;
  }
  .leading-\[1\.68\] {
    --tw-leading: 1.68;
    line-height: 1.68;
  }
  .leading-\[1\.72\] {
    --tw-leading: 1.72;
    line-height: 1.72;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.03em\] {
    --tw-tracking: -0.03em;
    letter-spacing: -0.03em;
  }
  .tracking-\[-0\.05em\] {
    --tw-tracking: -0.05em;
    letter-spacing: -0.05em;
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-\[0\.12em\] {
    --tw-tracking: 0.12em;
    letter-spacing: 0.12em;
  }
  .tracking-\[0\.14em\] {
    --tw-tracking: 0.14em;
    letter-spacing: 0.14em;
  }
  .tracking-\[0\.16em\] {
    --tw-tracking: 0.16em;
    letter-spacing: 0.16em;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .text-\[\#93f4d2\] {
    color: #93f4d2;
  }
  .text-\[\#dfe7f1\] {
    color: #dfe7f1;
  }
  .text-\[\#effffc\] {
    color: #effffc;
  }
  .text-\[\#f7f9fc\] {
    color: #f7f9fc;
  }
  .text-\[rgba\(223\,231\,242\,0\.58\)\] {
    color: rgba(223,231,242,0.58);
  }
  .text-\[rgba\(223\,231\,242\,0\.64\)\] {
    color: rgba(223,231,242,0.64);
  }
  .text-\[rgba\(228\,235\,246\,0\.6\)\] {
    color: rgba(228,235,246,0.6);
  }
  .text-\[rgba\(230\,236\,245\,0\.82\)\] {
    color: rgba(230,236,245,0.82);
  }
  .text-\[rgba\(231\,237\,246\,0\.82\)\] {
    color: rgba(231,237,246,0.82);
  }
  .text-\[rgba\(232\,238\,247\,0\.7\)\] {
    color: rgba(232,238,247,0.7);
  }
  .text-\[rgba\(232\,238\,247\,0\.52\)\] {
    color: rgba(232,238,247,0.52);
  }
  .text-\[rgba\(232\,238\,247\,0\.58\)\] {
    color: rgba(232,238,247,0.58);
  }
  .text-\[rgba\(232\,238\,247\,0\.62\)\] {
    color: rgba(232,238,247,0.62);
  }
  .text-\[rgba\(232\,238\,247\,0\.66\)\] {
    color: rgba(232,238,247,0.66);
  }
  .text-\[rgba\(232\,238\,247\,0\.68\)\] {
    color: rgba(232,238,247,0.68);
  }
  .text-\[rgba\(232\,238\,247\,0\.72\)\] {
    color: rgba(232,238,247,0.72);
  }
  .text-\[rgba\(232\,238\,247\,0\.82\)\] {
    color: rgba(232,238,247,0.82);
  }
  .text-\[rgba\(237\,242\,249\,0\.76\)\] {
    color: rgba(237,242,249,0.76);
  }
  .text-\[rgba\(240\,244\,250\,0\.82\)\] {
    color: rgba(240,244,250,0.82);
  }
  .text-\[rgba\(240\,245\,252\,0\.7\)\] {
    color: rgba(240,245,252,0.7);
  }
  .text-\[var\(--daity-teal\)\] {
    color: var(--daity-teal);
  }
  .text-\[var\(--daity-text\)\] {
    color: var(--daity-text);
  }
  .text-\[var\(--daity-text-soft\)\] {
    color: var(--daity-text-soft);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .mix-blend-screen {
    mix-blend-mode: screen;
  }
  .shadow-\[0_0_20px_rgba\(255\,70\,113\,0\.85\)\] {
    --tw-shadow: 0 0 20px var(--tw-shadow-color, rgba(255,70,113,0.85));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_24px_rgba\(120\,95\,255\,0\.45\)\] {
    --tw-shadow: 0 0 24px var(--tw-shadow-color, rgba(120,95,255,0.45));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_28px_rgba\(131\,98\,255\,0\.35\)\] {
    --tw-shadow: 0 0 28px var(--tw-shadow-color, rgba(131,98,255,0.35));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_40px_rgba\(129\,104\,255\,0\.45\)\] {
    --tw-shadow: 0 0 40px var(--tw-shadow-color, rgba(129,104,255,0.45));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_8px_20px_rgba\(0\,0\,0\,0\.18\)\] {
    --tw-shadow: 0 8px 20px var(--tw-shadow-color, rgba(0,0,0,0.18));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_16px_40px_rgba\(108\,92\,255\,0\.24\)\] {
    --tw-shadow: 0 16px 40px var(--tw-shadow-color, rgba(108,92,255,0.24));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_24px_80px_rgba\(0\,0\,0\,0\.35\)\,inset_0_1px_0_rgba\(255\,255\,255\,0\.08\)\] {
    --tw-shadow: 0 24px 80px var(--tw-shadow-color, rgba(0,0,0,0.35)), inset 0 1px 0 var(--tw-shadow-color, rgba(255,255,255,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur-\[3px\] {
    --tw-blur: blur(3px);
    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,);
  }
  .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,);
  }
  .backdrop-blur-\[14px\] {
    --tw-backdrop-blur: blur(14px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:justify-between {
    @media (width >= 40rem) {
      justify-content: space-between;
    }
  }
  .sm\:self-auto {
    @media (width >= 40rem) {
      align-self: auto;
    }
  }
  .sm\:px-3\.5 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 3.5);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:py-2\.5 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 2.5);
    }
  }
  .sm\:pt-6 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .sm\:text-\[13px\] {
    @media (width >= 40rem) {
      font-size: 13px;
    }
  }
  .sm\:text-\[18px\] {
    @media (width >= 40rem) {
      font-size: 18px;
    }
  }
  .md\:top-\[128px\] {
    @media (width >= 48rem) {
      top: 128px;
    }
  }
  .md\:left-\[150px\] {
    @media (width >= 48rem) {
      left: 150px;
    }
  }
  .md\:col-span-6 {
    @media (width >= 48rem) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:mt-5 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .md\:mt-6 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .md\:mt-7 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 7);
    }
  }
  .md\:mt-\[30px\] {
    @media (width >= 48rem) {
      margin-top: 30px;
    }
  }
  .md\:mb-3\.5 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 3.5);
    }
  }
  .md\:mb-6 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .md\:mb-9 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 9);
    }
  }
  .md\:mb-\[22px\] {
    @media (width >= 48rem) {
      margin-bottom: 22px;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[10px\] {
    @media (width >= 48rem) {
      height: 10px;
    }
  }
  .md\:h-\[34px\] {
    @media (width >= 48rem) {
      height: 34px;
    }
  }
  .md\:h-\[42px\] {
    @media (width >= 48rem) {
      height: 42px;
    }
  }
  .md\:h-\[88px\] {
    @media (width >= 48rem) {
      height: 88px;
    }
  }
  .md\:h-\[104px\] {
    @media (width >= 48rem) {
      height: 104px;
    }
  }
  .md\:min-h-\[230px\] {
    @media (width >= 48rem) {
      min-height: 230px;
    }
  }
  .md\:min-h-\[236px\] {
    @media (width >= 48rem) {
      min-height: 236px;
    }
  }
  .md\:min-h-\[252px\] {
    @media (width >= 48rem) {
      min-height: 252px;
    }
  }
  .md\:min-h-\[300px\] {
    @media (width >= 48rem) {
      min-height: 300px;
    }
  }
  .md\:min-h-\[308px\] {
    @media (width >= 48rem) {
      min-height: 308px;
    }
  }
  .md\:min-h-\[320px\] {
    @media (width >= 48rem) {
      min-height: 320px;
    }
  }
  .md\:min-h-\[620px\] {
    @media (width >= 48rem) {
      min-height: 620px;
    }
  }
  .md\:w-\[10px\] {
    @media (width >= 48rem) {
      width: 10px;
    }
  }
  .md\:w-\[18px\] {
    @media (width >= 48rem) {
      width: 18px;
    }
  }
  .md\:w-\[34px\] {
    @media (width >= 48rem) {
      width: 34px;
    }
  }
  .md\:w-\[42px\] {
    @media (width >= 48rem) {
      width: 42px;
    }
  }
  .md\:w-\[88px\] {
    @media (width >= 48rem) {
      width: 88px;
    }
  }
  .md\:w-\[120px\] {
    @media (width >= 48rem) {
      width: 120px;
    }
  }
  .md\:translate-x-0 {
    @media (width >= 48rem) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:translate-y-0 {
    @media (width >= 48rem) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:gap-2 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-\[14px\] {
    @media (width >= 48rem) {
      gap: 14px;
    }
  }
  .md\:rounded-\[28px\] {
    @media (width >= 48rem) {
      border-radius: 28px;
    }
  }
  .md\:p-5 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:p-7 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 7);
    }
  }
  .md\:p-\[18px\] {
    @media (width >= 48rem) {
      padding: 18px;
    }
  }
  .md\:p-\[22px\] {
    @media (width >= 48rem) {
      padding: 22px;
    }
  }
  .md\:p-\[34px\] {
    @media (width >= 48rem) {
      padding: 34px;
    }
  }
  .md\:px-3\.5 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 3.5);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:px-\[18px\] {
    @media (width >= 48rem) {
      padding-inline: 18px;
    }
  }
  .md\:py-2\.5 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 2.5);
    }
  }
  .md\:py-\[15px\] {
    @media (width >= 48rem) {
      padding-block: 15px;
    }
  }
  .md\:pt-20 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .md\:pb-9 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 9);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-\[12px\] {
    @media (width >= 48rem) {
      font-size: 12px;
    }
  }
  .md\:text-\[13px\] {
    @media (width >= 48rem) {
      font-size: 13px;
    }
  }
  .md\:text-\[14px\] {
    @media (width >= 48rem) {
      font-size: 14px;
    }
  }
  .md\:text-\[15px\] {
    @media (width >= 48rem) {
      font-size: 15px;
    }
  }
  .md\:text-\[17px\] {
    @media (width >= 48rem) {
      font-size: 17px;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 48rem) {
      font-size: 18px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .md\:leading-\[0\.94\] {
    @media (width >= 48rem) {
      --tw-leading: 0.94;
      line-height: 0.94;
    }
  }
  .md\:tracking-\[-0\.06em\] {
    @media (width >= 48rem) {
      --tw-tracking: -0.06em;
      letter-spacing: -0.06em;
    }
  }
  .md\:tracking-\[0\.18em\] {
    @media (width >= 48rem) {
      --tw-tracking: 0.18em;
      letter-spacing: 0.18em;
    }
  }
  .md\:tracking-\[0\.24em\] {
    @media (width >= 48rem) {
      --tw-tracking: 0.24em;
      letter-spacing: 0.24em;
    }
  }
  .lg\:grid-cols-\[0\.72fr_1\.1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 0.72fr 1.1fr;
    }
  }
  .lg\:grid-cols-\[minmax\(0\,0\.95fr\)_minmax\(0\,1\.05fr\)\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(0,0.95fr) minmax(0,1.05fr);
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-\[18px\] {
    @media (width >= 64rem) {
      gap: 18px;
    }
  }
  .lg\:gap-\[30px\] {
    @media (width >= 64rem) {
      gap: 30px;
    }
  }
  .lg\:px-\[30px\] {
    @media (width >= 64rem) {
      padding-inline: 30px;
    }
  }
  .lg\:pt-3 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 3);
    }
  }
  .lg\:pt-\[30px\] {
    @media (width >= 64rem) {
      padding-top: 30px;
    }
  }
  .lg\:pt-\[114px\] {
    @media (width >= 64rem) {
      padding-top: 114px;
    }
  }
  .lg\:pb-\[90px\] {
    @media (width >= 64rem) {
      padding-bottom: 90px;
    }
  }
  .xl\:min-h-\[390px\] {
    @media (width >= 80rem) {
      min-height: 390px;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-5 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-\[1\.1fr_0\.9fr\] {
    @media (width >= 80rem) {
      grid-template-columns: 1.1fr 0.9fr;
    }
  }
  .xl\:grid-cols-\[1\.16fr_0\.84fr\] {
    @media (width >= 80rem) {
      grid-template-columns: 1.16fr 0.84fr;
    }
  }
  .xl\:grid-cols-\[1\.22fr_0\.82fr\] {
    @media (width >= 80rem) {
      grid-template-columns: 1.22fr 0.82fr;
    }
  }
  .xl\:items-center {
    @media (width >= 80rem) {
      align-items: center;
    }
  }
  .xl\:gap-\[14px\] {
    @media (width >= 80rem) {
      gap: 14px;
    }
  }
  .xl\:gap-\[22px\] {
    @media (width >= 80rem) {
      gap: 22px;
    }
  }
}
@font-face {
  font-family: 'Satoshi';
  src: url(/df8f06167ee6fd05a131.woff2) format('woff2'), url(/67e7fa77f107df3491b6.woff) format('woff'), url(/22ef061781b1162ac317.ttf) format('truetype'), url(/66b6be60222486fa8673.otf) format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url(/9ec05085c4cd2966eba8.woff2) format('woff2'), url(/ca3da5fd2b609836ef69.woff) format('woff'), url(/fe762acc7e97cb612805.ttf) format('truetype'), url(/811ccb0b5af1892a71df.otf) format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url(/1ffe968245568e8ba1e7.woff2) format('woff2'), url(/2419b46c96ed15331ba2.woff) format('woff'), url(/759562088ba19068aef8.ttf) format('truetype'), url(/e9d34f0493a853cf10c1.otf) format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url(/a0e6d25529eab537426c.woff2) format('woff2'), url(/a875ff682ee232938607.woff) format('woff'), url(/464354ba5a06467ecac5.ttf) format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
.title {
  &.sm {
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.13px;
  }
  &.md-15 {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.15px;
  }
  &.md {
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.17px;
  }
  &.lg {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.17px;
  }
  &.lg-26 {
    font-size: 26px;
    font-weight: 700;
  }
  &.lg-28 {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
  }
  &.lg-32 {
    font-size: 32px;
    font-style: normal;
    line-height: normal;
    font-weight: 700;
    line-height: 140%;
  }
  &.lg-40 {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.8px;
  }
  &.lg-52 {
    color: #FFF;
    font-size: 52px;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: -0.8px;
  }
  &.text-center {
    text-align: center;
  }
  &.extra-bold {
    font-weight: 700;
  }
  &.dark {
    color: var(--Main-white, #FFF);
  }
  &.white {
    color: var(--Main-white, #FFF);
  }
  &.color-primary {
    color: #9753E8;
  }
  &.grey {
    color: var(--Professional-text-grey, #B6B6B6);
  }
}
.color-primary-gradient {
  background: var(--button-gradient, linear-gradient(267deg, #9099DF 0.53%, #9753E8 45.73%, #CE96CB 100.79%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.13px;
  &.sm {
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.11px;
  }
  &.sm-12 {
    font-size: 12px;
    letter-spacing: 0.12px;
    line-height: 16px;
  }
  &.md-15 {
    font-size: 15px;
    font-weight: 400;
  }
  &.md-17 {
    font-size: 17px;
    font-weight: 500;
  }
  &.weight-400 {
    font-weight: 400;
  }
  &.strong {
    font-weight: 600;
  }
  &.semi-bold {
    font-weight: 500;
  }
  &.extra-bold {
    font-weight: 700;
  }
  &.grey {
    color: var(--Professional-text-grey, #B6B6B6);
  }
  &.white {
    color: white;
  }
  &.text-red, &.red {
    color: var(--Main-red, #D22F2D);
  }
  &.text-center {
    text-align: center;
  }
  &.uppercase {
    text-transform: uppercase;
  }
  &.text-italic {
    font-style: italic;
  }
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.daity-tooltip-drop {
  --tooltip-drop-bg: #9753E8;
  --shadow: 1px 2px 4px #302b2b;
  --tooltip-box-width: 120px;
  --tooltip-arrow-width: 10px;
  width: var(--tooltip-box-width);
  background-color: var(--tooltip-drop-bg);
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  animation: move_up .5s ease-in;
  &::after {
    content: "";
    position: absolute;
    margin-left: calc(var(--tooltip-arrow-width) * -1);
    border-width: var(--tooltip-arrow-width);
    border-style: solid;
  }
  &.top {
    bottom: 140%;
    left: calc(50% - calc(var(--tooltip-box-width) / 2));
    &::after {
      top: 100%;
      left: 50%;
      border-color: var(--tooltip-drop-bg) transparent transparent transparent;
    }
  }
  &.bottom {
    top: 140%;
    left: calc(50% - calc(var(--tooltip-box-width / 2)));
    &::after {
      bottom: 100%;
      left: 50%;
      border-color: transparent transparent var(--tooltip-drop-bg) transparent;
    }
  }
  &.bottom-left {
    top: 140%;
    left: 0;
    border-top-left-radius: 0;
    &::after {
      bottom: 100%;
      left: calc(var(--tooltip-arrow-width));
      border-color: transparent transparent var(--tooltip-drop-bg) transparent;
    }
  }
  &.right {
    top: -10px;
    left: calc(100% + var(--tooltip-arrow-width) + 8px);
    &::after {
      top: 10px;
      left: -9px;
      border-color: transparent var(--tooltip-drop-bg) transparent transparent;
    }
  }
  @keyframes move_up {
    from {
      bottom: 0;
      opacity: 0;
    }
    to {
      bottom: 180%;
      opacity: 1;
    }
  }
}
.button {
  border-radius: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  &.dark {
    color: white;
    background: var(--professional-selected-button-grey, #4E4E4F);
  }
  &.primary {
    color: white;
    background: var(--button-gradient, linear-gradient(267deg, #9099DF 0.53%, #9753E8 45.73%, #CE96CB 100.79%));
  }
  &.grey {
    color: white;
    background: var(--Professional-main-grey, #303030);
  }
  &.full {
    width: 100%;
  }
  &.md {
    height: 40px;
  }
  &:disabled {
    opacity: .5;
    cursor: not-allowed !important;
  }
  // New button styles &.btn-grey {
    color: white;
    background: var(--professional-selected-button-grey, #4E4E4F);
  }
  &.btn-primary {
    color: white;
    background: var(--button-gradient, linear-gradient(267deg, #9099DF 0.53%, #9753E8 45.73%, #CE96CB 100.79%));
  }
  &.btn-dark {
    color: white;
    background: var(--Professional-main-grey, #303030);
  }
  &.btn-danger {
    color: white;
    background: #D22F2D;
  }
  &.btn-md {
    height: 40px;
  }
  &.btn-sm {
    height: 32px;
  }
  &.btn-xs {
    height: 24px;
  }
  &.btn-px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
  &.btn-px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }
  &.btn-px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
  &.btn-width-full {
    width: 100%;
  }
}
.chip {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  &.chip-sm {
    width: 84px;
    height: 24px;
  }
  &.chip-w-auto {
    width: auto;
  }
  &.chip-corner {
    border-radius: 30px;
  }
  &.chip-success {
    color: #68E459;
    background: rgba(104, 228, 89, 0.15);
  }
  &.chip-warning {
    color: white;
    background: #D67D13;
  }
  &.chip-dark-yellow {
    color: white;
    background: #D67D13;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 192, 75, 0.23);
    box-shadow: 0 8px 20px 0 rgba(18, 17, 39, 0.10);
  }
  &.chip-secondary {
    color: white;
    background-color: #4E4E4F;
  }
  &.chip-dark {
    color: white;
    background-color: #303030;
  }
  &.chip-danger {
    color: white;
    background: rgba(189, 29, 29, 0.33);
  }
}
.mobile-only {
  display: block;
  &.flex {
    display: flex;
  }
}
.desktop-only {
  display: none;
}
a {
  text-decoration: none;
}
@media screen and (min-width: 1020px) {
  .mobile-only, .mobile-only.flex {
    display: none !important;
  }
  .desktop-only {
    display: block;
    &.inline {
      display: inline-block;
    }
    &.flex {
      display: flex;
    }
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row>* {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.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.25rem;
}
.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.25rem;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.25rem;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.25rem;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.bg-danger {
  background: #D22F2D;
}
.bg-default-gray {
  background-color: #303030;
}
:root {
  --apple: #41bd28;
  --background-black: #0e0e0e;
  --black: #000000;
  --black-haze: #f6f7f9;
  --black-haze-2: #f5f7f9;
  --bombay: #aeb3b9;
  --border-grey: #dfe5ee;
  --button-grey: #f1f3f6;
  --chat-grey: #202020;
  --fern: #7fbe7b;
  --main-blue: #4a525d;
  --main-red: #bd2a28;
  --main-white: #ffffff;
  --masala: #3b3b3b;
  --right-sidebar-grey: #fdfdfd;
  --secondary-black-buttons-background: #191919;
  --text-black: #202020;
  --text-grey: #838388;
  --font-size-l: 15px;
  --font-size-m: 13px;
  --font-size-s: 12px;
  --font-size-xl: 17px;
  --font-size-xs: 11px;
  --font-size-xxl: 22px;
  --font-size-xxxl: 27px;
  --font-family-nunito: "Nunito", Helvetica;
}
.bodyregular {
  font-family: var(--font-family-nunito);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.13px;
}
body::-webkit-scrollbar {
  width: 3px !important;
}
body.modal-open {
  overflow: hidden;
}
.screen a {
  display: contents;
  text-decoration: none;
}
html body * {
  box-sizing: border-box;
  font-family: "Nunito", Helvetica;
}
html {
  margin: 0;
  padding: 0;
  height: 100%;
}
html body {
  font-size: 13px;
  background-color: #0D051B;
  height: 100%;
}
html body {
  --sidebar-width: 250px;
  --background: #0E0E0E;
}
#app {
  height: 100%;
}
html body .layout {
  height: 100%;
}
.error-text {
  color: #BD2A28;
  font-size: 13px;
}
.primary-text {
  color: #9753E8;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  html body {
    --sidebar-width: 280px;
  }
}
@media screen and (min-width: 1280px) {
  html body {
    --sidebar-width: 272px;
  }
}
@media screen and (min-width: 1320px) {
  html body {
    --sidebar-width: 284px;
  }
}
.scrollable-box {
  overflow: auto;
}
.scrollable-box::-webkit-scrollbar-track {
  border-radius: 10px;
}
.scrollable-box::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  position: relative;
}
.scrollable-box::-webkit-scrollbar-thumb {
  position: absolute;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #DFE5EE;
}
.scrollable-box.track-my-8px::-webkit-scrollbar-track {
  margin-top: 8px;
  margin-bottom: 8px;
}
button {
  cursor: pointer;
  outline: none;
  border: none;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}

.toast-alert-container {
    position: fixed;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 400px;
    border: 1px solid;
    border-color: transparent;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 8px;
    height: 46px;
    display: flex;
    align-items: center;
    font-size: 15px;
    justify-content: space-between;
    z-index: 10;
}

.toast-alert-container.error {
    border-color: #fce4e4;
    background-color: #fce4e4;
    color: #ea5455;
}

.toast-alert-container.error svg * {
    stroke: #ea5455;
}

.toast-alert-container.success {
    border-color: #EEE1FC;
    background-color: #EEE1FC;
    color: #9855E7;
}

.toast-alert-container.success svg * {
    stroke: #9855E7;
}

.toast-alert-container .svg-box {
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toast-alert-container svg * {
    fill: #ea5455;
}

@media screen and (max-width: 1079px) {
    .toast-alert-container {
        width: 95%;
        font-size: 14px;
    }
}
.main-loader-contianer {
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 12;
    background-color: #050415;
    flex-direction: column;
    pointer-events: none;
}

.main-loader-contianer svg {
    animation: lds-ring .8s infinite;
}

.main-loader-contianer .text {
    margin-top: 16px;
    color: #E6E6E6;
    text-align: center;
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 146.667% */
    letter-spacing: 0.15px;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.login-component-box {
    display: flex;
    height: 100%;
}

.login-component input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
  }

.login-component-box .image-box {
    position: relative;
    width: 50%;
    height: 100%;
    display: none;
}

.login-component-box .image-box img {
    width: 100%;
    object-fit: cover;
    min-height: 100%;
}

.login-component-box .image-box .text-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0D051B 50.87%);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 100px;
}

.login-component-box .image-box .text-content .heading {
    color: #FFF;
    text-align: center;
    font-family: Nunito;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 80% */
    letter-spacing: 0.4px;
}

.login-component-box .image-box .text-content .text {
    color: var(--Right-sidebar-grey, #FDFDFD);
    text-align: center;
    max-width: 434px;

    /* Body/medium */
    font-family: Nunito;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 153.846% */
    letter-spacing: 0.13px;
}

.login-component {
    --border-gray: #DFE5EE;
    --theme-gradient: linear-gradient(266.91deg, #9099DF 0.53%, #9753E8 45.73%, #CE96CB 100.79%);
    --theme-blue: #9753E8;
}

.login-component .eye {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.login-component .eye.eye-off {
    top: 22px;
    width: 20px;
    height: 20px;
    right: 22px;
}

.login-component .eye * {
    fill: #4A525D;
}

.login-component .forgot {
    margin: 32px 0;

    color: var(--Text-black, #202020);

    /* Subheadline */
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 133.333% */
    letter-spacing: -0.24px;
}

.login-component .w-100 {
    width: 100%;
}

.login-component .content {
    width: 100%;
}

.login-component.card {
    background-color: white;
    padding: 10px;
    min-height: calc(100% - 80px);
    width: 90%;
    /* margin: auto; */
    /* margin-top: 40px; */
    /* margin-bottom: 10px; */
    margin: 20px auto;
    margin-top: 60px;
    border-radius: 15px;
    padding: 40px 20px;
    display: flex;
    align-items: center;
}

.login-component.card .floating-logo {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
}

.login-component .content .heading {
    text-align: center;
    color: var(--Text-black, #202020);
    font-variant-numeric: slashed-zero;
    font-family: Nunito;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 92.308% */
    letter-spacing: 0.26px;
}

.login-component .input-box {
    /* padding: 5px; */
    margin: 16px 0;
}

.login-component .input-box label {
    color: var(--Text-black, #202020);

    /* Callout/regular */
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: 0.12px;
}

.login-component .input-box .error {
    color: #D22F2D;
    font-weight: 800;
    font-size: 15px;
    padding: 5px;

    /* Footnote */
    font-family: Nunito;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 184.615% */
    letter-spacing: 0.13px;
}

.login-component .input-box input,
.login-component .input-box textarea,
.login-component .input-box select {
    /* color: var(--border-gray); */
    border: 1px solid var(--border-gray);
    padding: 8px 22px;
    height: 45px;
    margin-top: 10px;
    font-size: 16px;
    border-radius: 40px;
    transition: .2s ease-out;
    color: var(--Text-grey, #838388);

    /* Footnote */
    font-family: Nunito;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 184.615% */
    letter-spacing: 0.13px;
}

.login-component .input-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white url(/6dbb5b97ecf4daa4b871.svg) no-repeat right center;
    /* Replace with your arrow image */
    background-size: 18px;
    /* Adjust as needed */
    background-position: calc(100% - 16px) center;
}

.login-component .input-box input.error-input {
    /* color: var(--border-gray); */
    border-color: #D22F2D;
}

.login-component .input-box input:focus,
.login-component .input-box textarea:focus,
.login-component .input-box select:focus {
    outline: none;
    border: 1px solid var(--theme-blue);
}

.login-component .input-box input[type="range"] {
    padding: 0;
    --SliderColor: #f1f1f1;
    appearance: none;
    height: 10px;
    border: none;
    outline: none;
    border-radius: 4px;
    margin-bottom: 15px;
    background-color: rgb(200, 200, 200);
    /* --track-background: blueviolet;  */
    --track-background: #30ee1b;
}

.login-component .input-box input[type="range"]::-webkit-slider-runnable-track {
    /* background: linear-gradient(266.91deg, #68E459 0.53%, #5BC83C 45.73%, #4BA23D 100.79%); */
    height: 100%;
    border-radius: 4px;
    /* background: linear-gradient(to right, var(--track-background) 0%, var(--track-background) var(--thumb-position), transparent var(--thumb-position), transparent 100%); */
    background: linear-gradient(to right, #4BA23D, #5BC83C, #68E459, #68E459, var(--thumb-position), transparent var(--thumb-position), transparent 100%);
}

.login-component .input-box input[type="range"]::-webkit-slider-thumb {
    /* Adjust the thumb styles as needed */
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background-color: var(--SliderColor);
    border: 5px solid var(--theme-blue);
    overflow: visible;
    cursor: pointer;
    margin-top: -4px;
    /* Thumb color */
}

.login-component .btn {
    cursor: pointer;
    background: linear-gradient(266.91deg, #9099DF 0.53%, #9753E8 45.73%, #CE96CB 100.79%);
    padding: 10px 20px;
    border: none;
    outline: none;
    border-radius: 36px;
    height: 48px;
    color: var(--Main-white, #FFF);
    text-align: center;
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 160% */
    letter-spacing: 0.15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-component .gradient-color {
    /* background-image: var(--theme-gradient);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent; */
    color: var(--theme-blue);
}

.login-component .auth-chip {
    border: 1px solid var(--border-gray);
    border-radius: 40px;
    margin: 16px 0;
    height: 48px;
    cursor: pointer;
}

.login-component .auth-chip.apple {
    color: var(--label-color-light-primary, #000);
    font-family: SF Pro Text;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 157.143% */
    letter-spacing: -0.408px;
}

.login-component .auth-chip.google {
    color: rgba(0, 0, 0, 0.54);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.login-component .sub-heading {
    margin-top: 10px;
    text-align: center;
    color: #838388;
}

.login-component .text {
    color: #838388;
    padding-top: 10px;
}

.login-component a {
    text-decoration: none;
}

.login-component .lds-ring {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-component .lds-ring div {
    box-sizing: border-box;
    display: block;
    /* position: absolute; */
    width: 20px;
    height: 20px;
    margin: 8px;
    border: 3px solid #fff;
    border-radius: 50%;
    animation: lds-ring .8s linear infinite;
    border-color: #fff #fff transparent transparent;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media screen and (max-width: 1020px) {
    .login-component.card {
        max-width: 550px;
    }
}

@media screen and (min-width: 1020px) {
    .login-component.card .floating-logo {
        top: 32px;
        right: 32px;
    }

    .login-component-box .image-box {
        display: block;
    }

    .login-component.card {
        /* margin-top: 10px; */
        width: 50%;
        margin: 12px 10px;
        min-height: calc(100% - 20px);
        /* min-height: calc(100% - 40px); */
    }

    .login-component .forgot {
        margin: 40px 0;
        margin-bottom: 32px;
    }

    .login-component.card .content {
        width: 450px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1120px) {
    .login-component-box .image-box .text-content .heading {
        font-size: 40px;
    }

    .login-component .eye {
        top: 20px;
    }

    .login-component .eye.eye-off {
        top: 20.5px;
    }
}


@media screen and (min-width: 1780px) {
    .login-component-box .image-box {
        width: 60%;
    }

    .login-component.card {
        width: 40%;
    }

    .login-component .eye {
        top: 22px;
    }

    .login-component .eye.eye-off {
        top: 22px;
    }
}

@media screen and (min-width: 1780px) and (min-height: 1120px) {
    .login-component.card {
        align-items: flex-start;
        padding-top: 15% !important;
    }
}

@media screen and (min-height: 1020px) {
    .login-component-box .image-box img {
        max-height: 100%;
    }
}
.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 75%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding: 20px;
}

.modal-container .modal-body {
    min-width: 300px;
    background-color: white;
    min-height: 100px;
    /* max-height: 90vh; */
    overflow: auto;
    border-radius: 15px;
    padding: 20px 10px;
}

.modal-container .modal-body .modal-header {
    text-align: center;
    padding: 10px 20px;
}
.report-issue-component {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 10;
}

/* .report-issue-component .component-wrapper {} */

.report-issue-component .component-wrapper .report-btn {
    cursor: pointer;
    background-color: #9753E8;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.20);
}

.report-issue-component .component-wrapper .report-btn svg.report {
    width: 24px;
    height: 24px;
}

.report-issue-component .component-wrapper .report-btn.close {
    background-color: #4A525D;
}

.report-issue-component .component-wrapper .report-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 16px;
}

.report-issue-component .component-wrapper .report-form .report-issue-form-component {
    max-height: 90vh;
}

@media screen and (min-width: 1020px) {
    .report-issue-component .component-wrapper .report-btn {
        width: 80px;
        height: 80px;
    }

    .report-issue-component .component-wrapper .report-btn svg.report {
        width: 36px;
        height: 36px;
    }

    .report-issue-component .component-wrapper .report-form {
        padding: 0;
        all: unset;
        position: absolute;
        right: calc(100% - 10px);
        bottom: calc(100% - 10px);
        width: 468px;
    }

    .report-issue-component .component-wrapper .report-form .report-issue-form-component {
        max-height: 83vh;
    }
}

@media screen and (max-width: 1019px) {
    .report-issue-component .component-wrapper .report-form {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.report-issue-form-component {
    --Text-black: #202020;
    padding: 24px;
}

.report-issue-form-component {
    background-color: white;
    border-radius: 12px;
    background: var(--Main-white, #FFF);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.report-issue-form-component .header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.report-issue-form-component .header-box .heading {
    color: var(--Text-black, #202020);
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.22px;
}

.report-issue-form-component .header-box .close-btn {
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    background-color: transparent;
}

.report-issue-form-component .form-inputs {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.report-issue-form-component .form-inputs .input .label-box {
    display: flex;
    justify-content: space-between;
}

.report-issue-form-component .form-inputs .input label {
    display: inline-block;
    color: var(--Text-black, #202020);
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.13px;
    margin-bottom: 12px;
}

.report-issue-form-component .form-inputs .input .label-box .limit {
    color: var(--Text-grey, #838388);
    font-size: 11px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.11px;
}

.report-issue-form-component .form-inputs .input input,
.report-issue-form-component .form-inputs .input textarea {
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--Border-grey, #DFE5EE);
    padding: 16px;
    outline: none;
}

.report-issue-form-component .form-inputs .input.error input,
.report-issue-form-component .form-inputs .input.error textarea {
    color: #D22F2D;
    border-color: #D22F2D;
}

.report-issue-form-component .form-inputs .input.error .label-box label,
.report-issue-form-component .form-inputs .input.error .label-box .limit {
    color: #D22F2D;
}

.report-issue-form-component .form-inputs .input .error {
    padding-top: 4px;
    color: #D22F2D;
    font-size: 11px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.11px;
}

.report-issue-form-component .action-box {
    margin-top: 32px;
    display: flex;
    gap: 16px;
    flex-direction: column-reverse;
}

.report-issue-form-component .action-box .button {
    border-radius: 26px;
    height: 48px;
    border: none;
    outline: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.report-issue-form-component .action-box .button.cancel {
    background: var(--Button-grey, #F1F3F6);
    color: var(--Main-blue, #4A525D);
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.13px;
}

.report-issue-form-component .action-box .button.submit {
    background: var(--button-gradient, linear-gradient(267deg, #9099DF 0.53%, #9753E8 45.73%, #CE96CB 100.79%));
    color: var(--Main-white, #FFF);
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.13px;
}

@media screen and (min-width: 1020px) {
    .report-issue-form-component .header-box {
        margin-bottom: 24px;
    }

    .report-issue-form-component .form-inputs {
        gap: 16px;
    }

    .report-issue-form-component .form-inputs .input label {
        font-size: 12px;
    }

    .report-issue-form-component .action-box .button {
        height: 40px;
    }

    .report-issue-form-component .action-box {
        flex-direction: row;
    }

    .report-issue-form-component .action-box {
        margin-top: 24px;
    }
}
.rating-component {
    display: flex;
    align-items: center;
    gap: 16px;
}

.rating-component .star {
    cursor: pointer;
    width: 48px;
    height: 48px;
}

.rating-component .star * {
    pointer-events: none;
}

.rating-component .star.filled * {
    fill: #FEB336;
}

@media screen and (min-width: 1020px) {
    .rating-component .star {
        width: 40px;
        height: 40px;
    }
}
.loader-spinner-ring {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-spinner-ring div {
    box-sizing: border-box;
    display: block;
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    border-radius: 50%;
    animation: lds-ring .8s linear infinite;
    border-color: #fff #fff transparent transparent;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
