/* src/tailwind.css */
/*! tailwindcss v4.3.2 | 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-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-pink-400: oklch(71.8% 0.202 349.761);
    --color-pink-500: oklch(65.6% 0.241 354.308);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --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);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-thin: 100;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-normal: 0em;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-4xl: 2rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --animate-spin: spin 1s linear infinite;
    --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)) {
      ::placeholder {
        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 {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .\!absolute {
    position: absolute !important;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0;
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-\[-50px\] {
    top: -50px;
  }
  .top-\[-60px\] {
    top: -60px;
  }
  .top-\[12px\] {
    top: 12px;
  }
  .top-\[36px\] {
    top: 36px;
  }
  .right-0 {
    right: 0;
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .right-\[12px\] {
    right: 12px;
  }
  .right-\[17px\] {
    right: 17px;
  }
  .left-0 {
    left: 0;
  }
  .isolate {
    isolation: isolate;
  }
  .z-\[800\] {
    z-index: 800;
  }
  .z-\[900\] {
    z-index: 900;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .mx-\[16px\] {
    margin-inline: 16px;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-\[2px\] {
    margin-block: 2px;
  }
  .my-\[20px\] {
    margin-block: 20px;
  }
  .my-\[30px\] {
    margin-block: 30px;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .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-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[13px\] {
    margin-top: 13px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .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-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .ml-1 {
    margin-left: var(--spacing);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .\!flex {
    display: flex !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .table-cell {
    display: table-cell;
  }
  .table-row {
    display: table-row;
  }
  .\!h-0 {
    height: 0 !important;
  }
  .\!h-\[18px\] {
    height: 18px !important;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[41px\] {
    height: 41px;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[230px\] {
    max-height: 230px;
  }
  .max-h-\[250px\] {
    max-height: 250px;
  }
  .min-h-\[212px\] {
    min-height: 212px;
  }
  .\!w-\[18px\] {
    width: 18px !important;
  }
  .\!w-\[100px\] {
    width: 100px !important;
  }
  .\!w-full {
    width: 100% !important;
  }
  .\!w-max {
    width: max-content !important;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[36px\] {
    width: 36px;
  }
  .w-\[144px\] {
    width: 144px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[304px\] {
    width: 304px;
  }
  .w-\[352px\] {
    width: 352px;
  }
  .w-\[374px\] {
    width: 374px;
  }
  .w-\[380px\] {
    width: 380px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .\!min-w-max {
    min-width: max-content !important;
  }
  .min-w-\[250px\] {
    min-width: 250px;
  }
  .min-w-\[400px\] {
    min-width: 400px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .table-auto {
    table-layout: auto;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-\[50\%_25\%_25\%\] {
    grid-template-columns: 50% 25% 25%;
  }
  .grid-cols-subgrid {
    grid-template-columns: subgrid;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .place-content-end {
    place-content: end;
  }
  .place-content-start {
    place-content: start;
  }
  .place-items-center {
    place-items: center;
  }
  .\!items-center {
    align-items: center !important;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .\!justify-center {
    justify-content: center !important;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .\!place-self-end {
    place-self: end !important;
  }
  .place-self-center {
    place-self: center;
  }
  .self-center {
    align-self: center;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-br-\[10px\] {
    border-bottom-right-radius: 10px;
  }
  .rounded-bl-\[10px\] {
    border-bottom-left-radius: 10px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .\!border-t-\[0px\] {
    border-top-style: var(--tw-border-style) !important;
    border-top-width: 0px !important;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-b-\[2px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-b-\[3px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 3px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-l-\[2px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .\!border-red-500 {
    border-color: var(--color-red-500) !important;
  }
  .border-\[\#00B087\] {
    border-color: #00B087;
  }
  .border-\[\#00B08766\] {
    border-color: #00B08766;
  }
  .border-\[\#2D5565\] {
    border-color: #2D5565;
  }
  .border-\[\#2d5565\] {
    border-color: #2d5565;
  }
  .border-\[\#4A5D6B\] {
    border-color: #4A5D6B;
  }
  .border-\[\#44B7D4\] {
    border-color: #44B7D4;
  }
  .border-\[\#E43131\] {
    border-color: #E43131;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-gray-400 {
    border-color: var(--color-gray-400);
  }
  .border-red-500 {
    border-color: var(--color-red-500);
  }
  .border-b-\[\#2D5565\] {
    border-bottom-color: #2D5565;
  }
  .border-b-\[\#2d5565\] {
    border-bottom-color: #2d5565;
  }
  .border-l-\[\#2d5565\] {
    border-left-color: #2d5565;
  }
  .\!bg-\[\#00B08766\] {
    background-color: #00B08766 !important;
  }
  .\!bg-blue-300 {
    background-color: var(--color-blue-300) !important;
  }
  .\!bg-green-500 {
    background-color: var(--color-green-500) !important;
  }
  .\!bg-pink-400 {
    background-color: var(--color-pink-400) !important;
  }
  .bg-\[\#0A222F\] {
    background-color: #0A222F;
  }
  .bg-\[\#0a222f\] {
    background-color: #0a222f;
  }
  .bg-\[\#0f2b3a\] {
    background-color: #0f2b3a;
  }
  .bg-\[\#00b087\] {
    background-color: #00b087;
  }
  .bg-\[\#2d5565\] {
    background-color: #2d5565;
  }
  .bg-\[\#7d7d7d80\] {
    background-color: #7d7d7d80;
  }
  .bg-\[\#44B7D4\] {
    background-color: #44B7D4;
  }
  .bg-\[\#022633\] {
    background-color: #022633;
  }
  .bg-\[\#E1338B\] {
    background-color: #E1338B;
  }
  .bg-\[\#FFFFFF33\] {
    background-color: #FFFFFF33;
  }
  .bg-\[\#ffffffb2\] {
    background-color: #ffffffb2;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-gray-800 {
    background-color: var(--color-gray-800);
  }
  .bg-red-600 {
    background-color: var(--color-red-600);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/10 {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-blue-400 {
    --tw-gradient-from: var(--color-blue-400);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-pink-500 {
    --tw-gradient-to: var(--color-pink-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-20 {
    padding: calc(var(--spacing) * 20);
  }
  .p-\[5px\] {
    padding: 5px;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[25px\] {
    padding: 25px;
  }
  .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-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pr-\[10px\] {
    padding-right: 10px;
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-7 {
    padding-left: calc(var(--spacing) * 7);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .\!text-\[18px\] {
    font-size: 18px !important;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .\!leading-\[18px\] {
    --tw-leading: 18px !important;
    line-height: 18px !important;
  }
  .leading-\[10px\] {
    --tw-leading: 10px;
    line-height: 10px;
  }
  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .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);
  }
  .font-thin {
    --tw-font-weight: var(--font-weight-thin);
    font-weight: var(--font-weight-thin);
  }
  .tracking-\[0\.05em\] {
    --tw-tracking: 0.05em;
    letter-spacing: 0.05em;
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .whitespace-normal {
    white-space: normal;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .\!text-white\/100 {
    color: var(--color-white) !important;
  }
  .text-\[\#0a222f\] {
    color: #0a222f;
  }
  .text-\[\#FFFFFFB2\] {
    color: #FFFFFFB2;
  }
  .text-\[\#ffffffb2\] {
    color: #ffffffb2;
  }
  .text-\[\#ffffffe5\] {
    color: #ffffffe5;
  }
  .text-blue-400 {
    color: var(--color-blue-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-green-500 {
    color: var(--color-green-500);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/40 {
    color: color-mix(in srgb, #fff 40%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/40 {
      color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    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 {
    --tw-blur: blur(8px);
    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,);
  }
  .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));
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-text {
    -webkit-user-select: text;
    user-select: text;
  }
  @media (hover: hover) {
    .hover\:bg-\[\#60d6f3\]:hover {
      background-color: #60d6f3;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#142C3B\]:hover {
      background-color: #142C3B;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#04374A\]:hover {
      background-color: #04374A;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#FFFFFF33\]:hover {
      background-color: #FFFFFF33;
    }
  }
  @media (hover: hover) {
    .hover\:bg-white\/20:hover {
      background-color: color-mix(in srgb, #fff 20%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/20:hover {
        background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
      }
    }
  }
  @media (hover: hover) {
    .hover\:text-blue-300:hover {
      color: var(--color-blue-300);
    }
  }
  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: 90%;
    }
  }
  @media (hover: hover) {
    .hover\:shadow-lg:hover {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  .focus\:border-\[\#2d5565\]:focus {
    border-color: #2d5565;
  }
  .focus\:outline-\[\#50e4ff\]:focus {
    outline-color: #50e4ff;
  }
  .focus\:\!outline-none:focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }
  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }
  .disabled\:\!bg-gray-500:disabled {
    background-color: var(--color-gray-500) !important;
  }
  .disabled\:opacity-50:disabled {
    opacity: 50%;
  }
}
@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-gradient-position { syntax: "*"; inherits: false; }
@property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
@property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }
@property --tw-gradient-to { syntax: "<color>"; inherits: false; initial-value: #0000; }
@property --tw-gradient-stops { syntax: "*"; inherits: false; }
@property --tw-gradient-via-stops { syntax: "*"; inherits: false; }
@property --tw-gradient-from-position { syntax: "<length-percentage>"; inherits: false; initial-value: 0%; }
@property --tw-gradient-via-position { syntax: "<length-percentage>"; inherits: false; initial-value: 50%; }
@property --tw-gradient-to-position { syntax: "<length-percentage>"; inherits: false; initial-value: 100%; }
@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-ease { syntax: "*"; inherits: false; }
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --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-ease: initial;
    }
  }
}

/* src/styles.scss */
.form-group input,
.form-group select,
.form-group textarea {
  background-color: #0f2b3a;
  border: solid 2px #2d5565;
  color: #ffffff;
  padding: 12px;
  border-radius: 10px;
  font-size: 14px;
  width: 100%;
}
.form-group input:focus-visible,
.form-group select:focus-visible,
.form-group textarea:focus-visible {
  outline: none;
}
.form-group select {
  padding: 13px 12px;
}
.form-group label {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 12px;
  display: block;
  color: #ffffff;
}
.form-group .searchable-input {
  padding-left: 35px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="%236c757d" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/></svg>');
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 12px 12px;
}
.form-group .with-inline-label {
  padding-left: 65px;
}
.form-group .reduced-padding {
  padding-top: 3px;
  padding-bottom: 3px;
}
.form-group .reduced-padding-select {
  padding-top: 4px;
  padding-bottom: 4px;
}
.form-group .small-text {
  font-size: 10px;
}
.form-group.label-inline {
  position: relative;
}
.form-group.label-inline label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  background-color: #0f2b3a;
  font-size: 10px;
  color: #6c757d;
  pointer-events: none;
}
@keyframes colorWave {
  0% {
    color: #6fc6ff;
  }
  50% {
    color: #f67aff;
  }
  100% {
    color: #6fc6ff;
  }
}
.dash-button {
  border: 2px solid #4a5d6b;
  border-radius: 10px;
  color: white;
  background: transparent;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.dash-button:hover {
  background: rgba(74, 93, 107, 0.5);
}
.dash-button:active {
  background: #4a5d6b;
}
.dash-button-green {
  border: 2px solid #00b087;
  border-radius: 10px;
  color: white;
  background: transparent;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.dash-button-green:hover {
  background: rgba(0, 176, 135, 0.5);
}
.dash-button-green:active {
  background: #00b087;
}
.dash-button-red {
  border: 2px solid #e43131;
  border-radius: 10px;
  color: white;
  background: transparent;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.dash-button-red:hover {
  background: rgba(228, 49, 49, 0.5);
}
.dash-button-red:active {
  background: #e43131;
}
.checkbox-label {
  margin-left: 10px;
}
input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
  min-width: 20px;
  height: 20px;
  border: 2px solid #2d5565;
  border-radius: 10px;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
input[type=checkbox]::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  background-color: #6fc6ff;
}
input[type=checkbox]:checked::before {
  transform: scale(1);
}
input[type=checkbox]:disabled {
  color: gray;
  cursor: not-allowed;
}
@keyframes spin-border {
  0% {
    border-color: #4a5d6b;
  }
  50% {
    border-color: #6fc6ff;
  }
  100% {
    border-color: #f67aff;
  }
}
input[type=checkbox]:hover {
  animation: spin-border 2s infinite;
}
.custom-input {
  width: 180px;
  padding: 10px;
  border: 2px solid #4a5d6b;
  border-radius: 10px;
  color: #ffffff;
  outline: none;
  box-sizing: border-box;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  background-color: rgba(111, 198, 255, 0.1);
}
.custom-input::placeholder {
  color: #4a5d6b;
}
.custom-input:focus {
  border-color: #007aff;
}
.page-title {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}
.title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ffffff;
}
.filter-container {
  position: absolute;
  top: 85px;
  right: 10px;
}
.dashboard-input {
  width: 300px;
  height: 40px;
  background: #0f2b3a;
  border: 2px solid #2d5565;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  border-radius: 10px;
}
.dashboard-input::placeholder {
  font-size: 12px;
  font-weight: 500;
  line-height: 12.19px;
  text-align: start;
}
.dashboard-input:focus {
  outline: none;
}
.dashboard-input.ng-invalid.ng-touched {
  border: 1px solid #bb221b;
  box-shadow: 0px 0px 15px -3px rgb(255, 0, 0);
}
.action-button {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  border-radius: 10px;
  background: none;
  color: #00b087;
  border: 2px solid #2d5565;
  font-size: 12px;
  font-weight: 600;
  line-height: 10px;
}
.action-button-table {
  max-width: 150px;
}
.action-button:hover {
  background-color: #00b087;
  color: #0f2b3a;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.action-button.disabled {
  pointer-events: none;
  opacity: 0.5;
  background-color: #333;
  color: #ffc107;
}
.custom-white-menu {
  background: #ffffff !important;
}
.custom-white-menu .mat-menu-item {
  color: black;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.custom-crypto-menu {
  background: #ffffff !important;
  min-width: max-content !important;
  position: absolute;
  overflow: visible !important;
  left: 20px;
  top: 15px;
}
.custom-crypto-menu .mat-menu-item {
  color: black;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.mat-custom-select-arrow .mat-select-arrow-wrapper {
  position: absolute !important;
  transform: translateX(10%) !important;
  right: 10px;
}
.mat-select-panel {
  background: #022633;
  transform: translateY(30px) !important;
}
mat-option:hover {
  background: #031d2b;
}
mat-option {
  transition: 0.2s;
}
.custom-actions-menu {
  background-color: #022633;
  border: 2px solid #2d5565;
  border-radius: 14px !important;
}
.custom-actions-menu .mat-icon {
  color: #ffffff !important;
}
.custom-actions-menu .mdc-list-item__primary-text,
.custom-actions-menu .mat-mdc-menu-item {
  color: #ffffff !important;
  font-size: 14px;
}
.custom-actions-menu .mat-mdc-menu-content {
  background-color: #022633;
}
.admin-mat-menu {
  border: 2px solid #2d5565 !important;
  background-color: #0f2b3a !important;
  border-radius: 14px !important;
  min-width: 220px !important;
  overflow: hidden;
}
.admin-mat-menu .mat-mdc-menu-content {
  background-color: #0f2b3a;
  padding: 12px 0;
}
.admin-mat-menu button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  padding: 10px 16px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}
.admin-mat-menu button .material-symbols-outlined,
.admin-mat-menu button img,
.admin-mat-menu button mat-icon {
  color: #ffffff;
  flex-shrink: 0;
}
.admin-mat-menu button .switch {
  margin-left: auto;
}
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
  flex-shrink: 0;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  min-width: 0;
  appearance: none;
  border: none;
  margin: 0;
}
.switch input::before {
  display: none;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #e43131;
  transition: 0.3s;
}
.switch .slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #ffffff;
  transition: 0.3s;
}
.switch .slider.round {
  border-radius: 24px;
}
.switch .slider.round::before {
  border-radius: 50%;
}
.switch input:checked + .slider {
  background-color: #00b087;
}
.switch input:checked + .slider::before {
  transform: translateX(22px);
}
.custom-dropdown-select {
  margin: unset;
}
.custom-dropdown-select .mat-mdc-text-field-wrapper {
  background: #0f2b3a;
  border: 2px solid #2d5565;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  border-radius: 10px;
}
.custom-dropdown-select .mat-mdc-form-field-infix {
  min-height: 40px !important;
  padding-top: unset !important;
  padding-bottom: unset !important;
  display: flex;
  align-items: center !important;
}
.custom-dropdown-select .mat-mdc-select-min-line {
  color: #ffffff;
  font-size: 12px;
}
.custom-dropdown-select .mat-mdc-form-field-subscript-wrapper {
  display: none !important;
}
.custom-dropdown-select .mdc-line-ripple::before {
  border-bottom-width: 0px !important;
}
.mat-mdc-menu-panel {
  background: transparent !important;
}
.dashboard-input-error {
  font-size: 12px;
  color: red;
  margin-left: 15px;
}
.section {
  width: -webkit-fill-available;
  padding: 0px 15px;
  border-left: 2px solid #2d5565;
  color: #ffffff;
}
.section p {
  font-size: 24px;
  font-weight: bold;
}
.section p span {
  font-size: 14px;
}
.section div {
  font-weight: bold;
}
.section div span.data {
  margin-left: 3px;
  font-weight: normal;
}
.no-data {
  background: #2d5565;
  padding: 5px;
}
.sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #031d2b;
}
.coming-soon {
  position: relative;
  z-index: 10;
  height: 300px;
  background: #0a222f;
  border: 2px solid #2d5565;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 2em;
}
.coming-soon span {
  display: inline-block;
  animation: colorWave 2s infinite;
  animation-fill-mode: forwards;
}
.coming-soon span:nth-child(1) {
  animation-delay: 0s;
}
.coming-soon span:nth-child(2) {
  animation-delay: 0.2s;
}
.coming-soon span:nth-child(3) {
  animation-delay: 0.4s;
}
.coming-soon span:nth-child(4) {
  animation-delay: 0.6s;
}
.coming-soon span:nth-child(5) {
  animation-delay: 0.8s;
}
.coming-soon span:nth-child(6) {
  animation-delay: 1s;
}
.coming-soon span:nth-child(7) {
  animation-delay: 1.2s;
}
.coming-soon span:nth-child(8) {
  animation-delay: 1.4s;
}
.coming-soon span:nth-child(9) {
  animation-delay: 1.6s;
}
.coming-soon span:nth-child(10) {
  animation-delay: 1.8s;
}
.coming-soon span:nth-child(11) {
  animation-delay: 2s;
}
.cdk-overlay-container {
  color: #ffffff;
}
html {
  height: 100%;
  color-scheme: dark;
  --mat-sys-background: #101414;
  --mat-sys-error: #ffb4ab;
  --mat-sys-error-container: #93000a;
  --mat-sys-inverse-on-surface: #2d3131;
  --mat-sys-inverse-primary: #006a6a;
  --mat-sys-inverse-surface: #e0e3e2;
  --mat-sys-on-background: #e0e3e2;
  --mat-sys-on-error: #690005;
  --mat-sys-on-error-container: #ffdad6;
  --mat-sys-on-primary: #003737;
  --mat-sys-on-primary-container: #00fbfb;
  --mat-sys-on-primary-fixed: #002020;
  --mat-sys-on-primary-fixed-variant: #004f4f;
  --mat-sys-on-secondary: #1b3534;
  --mat-sys-on-secondary-container: #cce8e7;
  --mat-sys-on-secondary-fixed: #051f1f;
  --mat-sys-on-secondary-fixed-variant: #324b4b;
  --mat-sys-on-surface: #e0e3e2;
  --mat-sys-on-surface-variant: #dae5e4;
  --mat-sys-on-tertiary: #502400;
  --mat-sys-on-tertiary-container: #ffdcc7;
  --mat-sys-on-tertiary-fixed: #311300;
  --mat-sys-on-tertiary-fixed-variant: #723600;
  --mat-sys-outline: #889392;
  --mat-sys-outline-variant: #3f4948;
  --mat-sys-primary: #00dddd;
  --mat-sys-primary-container: #004f4f;
  --mat-sys-primary-fixed: #00fbfb;
  --mat-sys-primary-fixed-dim: #00dddd;
  --mat-sys-scrim: #000000;
  --mat-sys-secondary: #b0cccb;
  --mat-sys-secondary-container: #324b4b;
  --mat-sys-secondary-fixed: #cce8e7;
  --mat-sys-secondary-fixed-dim: #b0cccb;
  --mat-sys-shadow: #000000;
  --mat-sys-surface: #101414;
  --mat-sys-surface-bright: #363a39;
  --mat-sys-surface-container: #1c2020;
  --mat-sys-surface-container-high: #272b2a;
  --mat-sys-surface-container-highest: #313635;
  --mat-sys-surface-container-low: #191c1c;
  --mat-sys-surface-container-lowest: #0b0f0e;
  --mat-sys-surface-dim: #101414;
  --mat-sys-surface-tint: #00dddd;
  --mat-sys-surface-variant: #3f4948;
  --mat-sys-tertiary: #ffb787;
  --mat-sys-tertiary-container: #723600;
  --mat-sys-tertiary-fixed: #ffdcc7;
  --mat-sys-tertiary-fixed-dim: #ffb787;
  --mat-sys-neutral-variant20: #293232;
  --mat-sys-neutral10: #191c1c;
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-sys-body-large: 400 1rem / 1.5rem Roboto;
  --mat-sys-body-large-font: Roboto;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;
  --mat-sys-body-medium-font: Roboto;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Roboto;
  --mat-sys-body-small-font: Roboto;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Roboto;
  --mat-sys-display-large-font: Roboto;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;
  --mat-sys-display-medium-font: Roboto;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;
  --mat-sys-display-small-font: Roboto;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Roboto;
  --mat-sys-headline-large-font: Roboto;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;
  --mat-sys-headline-medium-font: Roboto;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Roboto;
  --mat-sys-headline-small-font: Roboto;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-label-large-font: Roboto;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Roboto;
  --mat-sys-label-medium-font: Roboto;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Roboto;
  --mat-sys-label-small-font: Roboto;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;
  --mat-sys-title-large-font: Roboto;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Roboto;
  --mat-sys-title-medium-font: Roboto;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-title-small-font: Roboto;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
body {
  color-scheme: dark;
  background-color: #031d2b;
  color: #ffffff;
  font: var(--mat-sys-body-medium);
  margin: 0;
  height: 100%;
}
.dashboard-snackbar {
  --mdc-snackbar-container-color: transparent;
  --mdc-snackbar-supporting-text-color: inherit;
}
.dashboard-snackbar.mat-mdc-snack-bar-container {
  padding: 0;
}
.dashboard-snackbar .mdc-snackbar__surface,
.dashboard-snackbar .mat-mdc-snackbar-surface {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.dashboard-button {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border: 2px solid #2d5565;
  background-color: #0f2b3a;
  border-radius: 10px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashBoardPicker {
  background: #022633 !important;
  color: white !important;
  border-radius: 0px 20px 20px 0px;
  border: 2px solid #2d5565;
  border-left: none;
  min-height: 350px;
}
.dashBoardPicker .mat-calendar-body-label {
  color: white !important;
}
.dashBoardPicker .mat-calendar-body-cell-content {
  color: white !important;
}
.dashBoardPicker .mat-calendar-header {
  color: white !important;
}
.dashBoardPicker .mat-calendar-table {
  color: white !important;
}
.dashBoardPicker .mdc-button__label {
  color: white !important;
}
.dashBoardPicker .mat-calendar-table-header th {
  color: white !important;
}
.dashBoardPicker .mat-calendar-body-selected,
.dashBoardPicker .mat-calendar-body-selected-start,
.dashBoardPicker .mat-calendar-body-selected-end {
  background-color: #129168 !important;
  color: white !important;
}
.dashBoardPicker .mat-calendar-body-in-preview {
  background: rgba(18, 145, 105, 0.5607843137) !important;
}
.dashBoardPicker .mat-calendar-body-in-preview-end {
  background: rgba(255, 10, 10, 0.5607843137) !important;
  outline: none !important;
}
.dashBoardPicker .mat-calendar-body-selected:hover,
.dashBoardPicker .mat-calendar-body-selected:focus,
.dashBoardPicker .mat-calendar-body-selected-start:hover,
.dashBoardPicker .mat-calendar-body-selected-start:focus,
.dashBoardPicker .mat-calendar-body-selected-end:hover,
.dashBoardPicker .mat-calendar-body-selected-end:focus {
  background-color: #129168 !important;
  color: white !important;
}
.dashBoardPicker .mat-calendar-body-in-range {
  background-color: rgba(18, 145, 105, 0.4823529412) !important;
  color: white !important;
}
.dashBoardPicker .mat-calendar-body-disabled,
.dashBoardPicker .mat-calendar-body-disabled .mat-calendar-body-cell-content {
  color: grey !important;
  background-color: transparent !important;
  cursor: not-allowed !important;
}
.dashBoardPicker .mat-calendar-previous-button,
.dashBoardPicker .mat-calendar-next-button {
  color: white !important;
}
.dashBoardPicker .mat-datepicker-content {
  border-radius: 22px !important;
}
.dashBoardPicker .mat-date-picker-actions {
  background: red;
}
.date-picker-sidebar {
  padding: 0 !important;
  position: absolute;
  left: -116px;
  height: 100%;
  width: 116px;
  background: #022633;
  border: 2px solid #2d5565;
  border-right: none;
  border-radius: 20px 0px 0px 20px;
  top: 0;
}
.date-picker-sidebar .actions-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  width: 100%;
  border-right: 2px solid #2d5565;
  height: 100%;
  font-size: 12px;
  gap: 10px;
}
.date-picker-sidebar .actions-container button {
  cursor: pointer;
  padding: 10px 0px;
}
.mat-datepicker-content {
  box-shadow: none;
  border-radius: 0px 25px 25px 0px !important;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
