/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@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-red-500: oklch(63.7% 0.237 25.331);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --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;
  }
  :-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 {
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-2\.5 {
    margin-block: calc(var(--spacing) * 2.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-\[52px\] {
    margin-top: 52px;
  }
  .mr-\[66px\] {
    margin-right: 66px;
  }
  .ml-\[30px\] {
    margin-left: 30px;
  }
  .ml-\[65px\] {
    margin-left: 65px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .table {
    display: table;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[27px\] {
    height: 27px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .\!w-\[81px\] {
    width: 81px !important;
  }
  .\!w-\[112px\] {
    width: 112px !important;
  }
  .\!w-\[195\.5px\] {
    width: 195.5px !important;
  }
  .\!w-\[203px\] {
    width: 203px !important;
  }
  .\!w-\[231px\] {
    width: 231px !important;
  }
  .\!w-\[241\.5px\] {
    width: 241.5px !important;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-\[3px\] {
    width: 3px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[81px\] {
    width: 81px;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[112px\] {
    width: 112px;
  }
  .w-\[195\.5px\] {
    width: 195.5px;
  }
  .w-\[220px\] {
    width: 220px;
  }
  .w-\[225px\] {
    width: 225px;
  }
  .w-\[230px\] {
    width: 230px;
  }
  .w-\[231px\] {
    width: 231px;
  }
  .w-\[290px\] {
    width: 290px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .\!min-w-\[195\.5px\] {
    min-width: 195.5px !important;
  }
  .\!min-w-\[203px\] {
    min-width: 203px !important;
  }
  .\!min-w-\[231px\] {
    min-width: 231px !important;
  }
  .\!min-w-\[232px\] {
    min-width: 232px !important;
  }
  .\!min-w-\[234px\] {
    min-width: 234px !important;
  }
  .\!min-w-\[236px\] {
    min-width: 236px !important;
  }
  .\!min-w-\[238\.5px\] {
    min-width: 238.5px !important;
  }
  .\!min-w-\[240\.5px\] {
    min-width: 240.5px !important;
  }
  .\!min-w-\[240px\] {
    min-width: 240px !important;
  }
  .\!min-w-\[241\.5px\] {
    min-width: 241.5px !important;
  }
  .\!min-w-\[241px\] {
    min-width: 241px !important;
  }
  .min-w-\[195\.5px\] {
    min-width: 195.5px;
  }
  .min-w-\[220px\] {
    min-width: 220px;
  }
  .min-w-\[230px\] {
    min-width: 230px;
  }
  .min-w-\[232px\] {
    min-width: 232px;
  }
  .min-w-\[1047px\] {
    min-width: 1047px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .table-fixed {
    table-layout: fixed;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[80px\] {
    border-radius: 80px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-green-500 {
    border-color: var(--color-green-500);
  }
  .border-red-500 {
    border-color: var(--color-red-500);
  }
  .bg-accent {
    background-color: var(--accent);
  }
  .bg-error {
    background-color: var(--error);
  }
  .bg-primary-btn {
    background-color: var(--primary-button);
  }
  .bg-secondary-btn {
    background-color: var(--secondary-button);
  }
  .bg-sidebar-active-icon {
    background-color: var(--sidebar-active-icon);
  }
  .bg-sidebar-indicator {
    background-color: var(--sidebar-indicator);
  }
  .bg-success {
    background-color: var(--success);
  }
  .bg-warning {
    background-color: var(--warning);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .mask-\[url\(\'\.\/assets\/images\/icons\/fi_award\.svg\'\)\] {
    mask-image: url('./assets/images/icons/fi_award.svg');
  }
  .mask-\[url\(\'\.\/assets\/images\/icons\/fi_credit-card\.svg\'\)\] {
    mask-image: url('./assets/images/icons/fi_credit-card.svg');
  }
  .mask-\[url\(\'\.\/assets\/images\/icons\/fi_grid\.svg\'\)\] {
    mask-image: url('./assets/images/icons/fi_grid.svg');
  }
  .mask-\[url\(\'\.\/assets\/images\/icons\/fi_message-circle\.svg\'\)\] {
    mask-image: url('./assets/images/icons/fi_message-circle.svg');
  }
  .mask-\[url\(\'\.\/assets\/images\/icons\/fi_power\.svg\'\)\] {
    mask-image: url('./assets/images/icons/fi_power.svg');
  }
  .mask-\[url\(\'\.\/assets\/images\/icons\/fi_settings\.svg\'\)\] {
    mask-image: url('./assets/images/icons/fi_settings.svg');
  }
  .mask-\[url\(\'\.\/assets\/images\/icons\/fi_shopping-bag\.svg\'\)\] {
    mask-image: url('./assets/images/icons/fi_shopping-bag.svg');
  }
  .mask-contain {
    mask-size: contain;
  }
  .mask-no-repeat {
    mask-repeat: no-repeat;
  }
  .mask-repeat {
    mask-repeat: repeat;
  }
  .object-cover {
    object-fit: cover;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pr-\[34px\] {
    padding-right: 34px;
  }
  .pr-\[53px\] {
    padding-right: 53px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[57px\] {
    padding-bottom: 57px;
  }
  .pb-\[67px\] {
    padding-bottom: 67px;
  }
  .pl-\[27\.36\%\] {
    padding-left: 27.36%;
  }
  .pl-\[30px\] {
    padding-left: 30px;
  }
  .pl-\[50px\] {
    padding-left: 50px;
  }
  .pl-\[53\.5px\] {
    padding-left: 53.5px;
  }
  .text-center {
    text-align: center;
  }
  .text-start {
    text-align: start;
  }
  .align-middle {
    vertical-align: middle;
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14\.4px\] {
    font-size: 14.4px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[42px\] {
    font-size: 42px;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-12 {
    --tw-leading: calc(var(--spacing) * 12);
    line-height: calc(var(--spacing) * 12);
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[27px\] {
    --tw-leading: 27px;
    line-height: 27px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[63px\] {
    --tw-leading: 63px;
    line-height: 63px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-accent {
    color: var(--accent);
  }
  .text-primary {
    color: var(--primary);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .group-hover\:bg-sidebar-active-icon {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--sidebar-active-icon);
      }
    }
  }
  .group-hover\:font-medium {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
      }
    }
  }
  .group-hover\:text-primary {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--primary);
      }
    }
  }
  .hover\:bg-primary-btn {
    &:hover {
      @media (hover: hover) {
        background-color: var(--primary-button);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
}
:root {
  --background: #fbfcfd;
  --primary: #0c145a;
  --primary-button: #2b2467;
  --secondary-button: #e7eaf5;
  --accent: #7e8cac;
  --sidebar-active-icon: #4d17e2;
  --sidebar-indicator: #00baff;
  --warning: #febd57;
  --success: #1abc9c;
  --error: #fe5761;
}
@layer base {
  body {
    position: relative;
    display: flex;
    background-color: var(--background);
    font-family: "Poppins", sans-serif;
    color: var(--primary);
  }
}
.custom-scrollbar {
  scrollbar-width: none;
}
.custom-scrollbar::-webkit-scrollbar {
  display: none;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
      --tw-duration: initial;
    }
  }
}
