/* [project]/styles/globals.css [app-client] (css) */
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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;
    }
  }
}

@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-slate-300: #cad5e2;
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --ease-in: cubic-bezier(.4, 0, 1, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-slate-300: lab(84.7652% -1.94535 -7.93337);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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) {
    ::-moz-placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::-moz-placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }

    ::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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  .my-listitem-classname {
    margin-top: -10px;
  }

  .my-container-classname {
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 60px;
    margin-left: -290px;
  }

  .my-root-classname {
    margin-top: 10px;
    margin-left: 0;
  }
}

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .end {
    inset-inline-end: var(--spacing);
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .ml-0\.5 {
    margin-left: calc(var(--spacing) * .5);
  }

  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }

  .ml-auto {
    margin-left: auto;
  }

  .block {
    display: block;
  }

  .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;
  }

  .h-64 {
    height: calc(var(--spacing) * 64);
  }

  .h-\[75vh\] {
    height: 75vh;
  }

  .h-\[100\%\] {
    height: 100%;
  }

  .h-dvh {
    height: 100dvh;
  }

  .h-full {
    height: 100%;
  }

  .w-5\/6 {
    width: 83.3333%;
  }

  .w-64 {
    width: calc(var(--spacing) * 64);
  }

  .w-full {
    width: 100%;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

  .shrink {
    flex-shrink: 1;
  }

  .grow {
    flex-grow: 1;
  }

  .border-collapse {
    border-collapse: collapse;
  }

  .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;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-row {
    flex-direction: row;
  }

  .items-center {
    align-items: center;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-8 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }

  .self-center {
    align-self: center;
  }

  .self-end {
    align-self: flex-end;
  }

  .overflow-y-scroll {
    overflow-y: scroll;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .bg-transparent {
    background-color: #0000;
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .text-center {
    text-align: center;
  }

  .font-sans {
    font-family: var(--font-sans);
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .break-all {
    word-break: break-all;
  }

  .text-slate-300 {
    color: var(--color-slate-300);
  }

  .capitalize {
    text-transform: capitalize;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  }

  .line-through {
    text-decoration-line: line-through;
  }

  .overline {
    text-decoration-line: overline;
  }

  .underline {
    text-decoration-line: underline;
  }

  .opacity-50 {
    opacity: .5;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    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);
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }

  @media (min-width: 320px) {
    .min-\[320px\]\:justify-start {
      justify-content: flex-start;
    }
  }

  @media (min-width: 320px) {
    .min-\[320px\]\:text-center {
      text-align: center;
    }
  }

  @media (min-width: 40rem) {
    .sm\:justify-center {
      justify-content: center;
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-center {
      text-align: center;
    }
  }

  @media (min-width: 48rem) {
    .md\:justify-center {
      justify-content: center;
    }
  }

  @media (min-width: 48rem) {
    .md\:text-center {
      text-align: center;
    }
  }

  @media (min-width: 64rem) {
    .lg\:justify-center {
      justify-content: center;
    }
  }

  @media (min-width: 64rem) {
    .lg\:text-left {
      text-align: left;
    }
  }

  @media (min-width: 80rem) {
    .xl\:justify-start {
      justify-content: flex-start;
    }
  }

  .no-scrollbar::-webkit-scrollbar {
    display: none;
  }

  .layout {
    height: 100vh;
    display: flex;
    position: relative;
  }

  .layout__main-content {
    flex-grow: 1;
  }

  .sidebar__wrapper {
    position: relative;
  }

  .sidebar {
    background-color: var(--color-bg);
    width: 15rem;
    height: 100%;
    padding: 1rem;
    transition: all .4s cubic-bezier(.175, .885, .32, 1.1);
    overflow: hidden;
  }

  .sidebar__top {
    border-bottom: 1px solid var(--color-border);
    align-items: center;
    gap: 1rem;
    width: max-content;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .sidebar__logo {
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 1rem;
    width: 3.8rem;
    height: 3.5rem;
  }

  .sidebar__logo-name {
    font-size: 1.2rem;
    font-weight: 600;
  }

  .sidebar__list {
    list-style: none;
  }

  .sidebar__link {
    color: #000;
    background-color: var(--color-sidebar-item);
    border-radius: .6rem;
    margin-bottom: .5rem;
    padding: .4rem .7rem;
    font-size: 1rem;
    text-decoration: none;
    display: flex;
  }

  .sidebar__bar {
    color: #000;
    background-color: var(--color-sidebar-item);
    border-radius: .6rem;
    flex-direction: column-reverse;
    width: 14px;
    height: 34px;
    margin-top: -8px;
    margin-left: 240px;
    font-size: 1rem;
    text-decoration: none;
    display: flex;
    position: absolute;
  }

  .sidebar__bar__settings {
    color: #000;
    background-color: var(--color-sidebar-item);
    border-radius: .6rem;
    flex-direction: column-reverse;
    width: 14px;
    height: 34px;
    margin-top: -8px;
    margin-left: 208px;
    font-size: 1rem;
    text-decoration: none;
    display: flex;
    position: absolute;
  }

  .sidebar__bar--active {
    color: #fff;
    background-color: #1f63ca;
  }

  .sidebar__bar--collapsed {
    color: #fff;
    background-color: #1f63ca;
    margin-left: 72px;
  }

  .sidebar__link--active {
    color: #fff;
    background-color: #1f63ca;
  }

  .sidebar__icon {
    font-size: 1.2rem;
    display: inline-block;
  }

  .card__glow {
    box-shadow: 0 5px 11.13px #00000014;
  }

  .sidebar__name {
    margin-left: 1.4rem;
  }

  [data-collapse="true"] {
    width: 4.5rem;
  }

  [data-collapse="true"] .sidebar__name, [data-collapse="true"] .sidebar__logo-name {
    display: none;
  }

  .btn {
    background-color: var(--color-bg);
    border: none;
    border: 1px solid var(--color-border);
    cursor: pointer;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.1rem;
    display: flex;
    position: absolute;
    top: 4.7rem;
    right: -1rem;
    transform: translateX(50%);
  }

  .no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .bouncing-loader {
    justify-content: center;
    display: flex;
  }

  .bouncing-loader > div {
    opacity: 1;
    background-color: #1f63ca;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 3px 6px;
    animation: .6s infinite alternate bouncing-loader;
  }

  @keyframes bouncing-loader {
    to {
      opacity: .1;
      transform: translateY(-8px);
    }
  }

  .bouncing-loader > div:nth-child(2) {
    animation-delay: .2s;
  }

  .bouncing-loader > div:nth-child(3) {
    animation-delay: .4s;
  }

  *, :before, :after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  body {
    background: #fff;
  }

  .demo {
    border-radius: 20px;
    width: 500px;
    height: 140px;
    margin-top: -70px;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
  }

  .demo__colored-blocks {
    perspective: 1000px;
    border-radius: 20px;
    width: 500px;
    height: 100%;
    margin-left: -250px;
    padding: 10px;
    animation: 4s ease-in-out infinite demoAnim, 4s infinite contAnim;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
  }

  .demo__colored-blocks-rotater {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    animation: 1.3s linear infinite rotation;
    position: absolute;
    top: 0;
    left: 0;
  }

  .demo__colored-blocks-inner {
    border-radius: inherit;
    background: #5e4ece;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .demo__colored-block {
    transform-origin: 0 0;
    width: 300%;
    height: 300%;
    position: absolute;
    top: 50%;
    left: 50%;
  }

  .demo__colored-block:first-child {
    background-color: #ff9d00;
    transform: rotate(0)skewX(-30deg);
  }

  .demo__colored-block:nth-child(2) {
    background-color: #4bff00;
    transform: rotate(120deg)skewX(-30deg);
  }

  .demo__colored-block:nth-child(3) {
    background-color: #00e0e5;
    transform: rotate(240deg)skewX(-30deg);
  }

  .demo__inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .demo__numbers {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: visible;
  }

  .demo__numbers-path {
    fill: none;
    stroke-width: 10px;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 0 518.055;
    stroke-dashoffset: 0;
    opacity: 0;
    animation: 4s ease-in-out infinite numAnim;
  }

  .demo__text {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 15px;
    width: 500px;
    height: 100%;
    margin-left: -250px;
    font-size: 100px;
    line-height: 140px;
    animation: 4s infinite hideText;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(10px);
  }

  .CircularProgressbar {
    vertical-align: middle;
    width: 100%;
  }

  .CircularProgressbar .CircularProgressbar-path {
    stroke: #1f63ca;
    stroke-linecap: round;
    transition: stroke-dashoffset .5s;
  }

  .CircularProgressbar .CircularProgressbar-trail {
    stroke: #d6d6d6;
    stroke-linecap: round;
  }

  .CircularProgressbar .CircularProgressbar-text {
    fill: #1f63ca;
    dominant-baseline: middle;
    text-anchor: middle;
    font-size: 20px;
  }

  .CircularProgressbar .CircularProgressbar-background {
    fill: #d6d6d6;
  }

  .CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background {
    fill: #1f63ca;
  }

  .CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text {
    fill: #fff;
  }

  .CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path {
    stroke: #fff;
  }

  .CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail {
    stroke: #0000;
  }

  .goeycountdown {
    position: fixed;
    inset: 0;
    overflow: hidden;
  }

  .countdowngoey {
    color: #e6ffe6;
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    font-size: 8rem;
    font-weight: 700;
    line-height: 1;
    transition: all 1.5s;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .countdowngoey:first-child {
    animation: 11s infinite letteranim;
  }

  .countdowngoey:nth-child(2) {
    animation: 11s 1s infinite letteranim;
  }

  .countdowngoey:nth-child(3) {
    animation: 11s 2s infinite letteranim;
  }

  .countdowngoey:nth-child(4) {
    animation: 11s 3s infinite letteranim;
  }

  .countdowngoey:nth-child(5) {
    animation: 11s 4s infinite letteranim;
  }

  .countdowngoey:nth-child(6) {
    animation: 11s 5s infinite letteranim;
  }

  .countdowngoey:nth-child(7) {
    animation: 11s 6s infinite letteranim;
  }

  .countdowngoey:nth-child(8) {
    animation: 11s 7s infinite letteranim;
  }

  .countdowngoey:nth-child(9) {
    animation: 11s 8s infinite letteranim;
  }

  .countdowngoey:nth-child(10) {
    animation: 11s 9s infinite letteranim;
  }

  .countdowngoey:nth-child(11) {
    animation: 11s 10s infinite letteranim;
  }

  @keyframes letteranim {
    0% {
      opacity: 0;
    }

    5% {
      opacity: 1;
    }

    10% {
      opacity: 1;
    }

    20% {
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes contAnim {
    15%, 100% {
      width: 500px;
      margin-left: -250px;
    }

    25%, 90% {
      width: 140px;
      margin-left: -70px;
    }
  }

  @keyframes numAnim {
    15% {
      stroke-dasharray: 0 518.055;
      stroke-dashoffset: 0;
      opacity: 0;
    }

    25%, 41% {
      opacity: 1;
      stroke-dasharray: 144.426 518.055;
      stroke-dashoffset: -40px;
    }

    53%, 66% {
      stroke-dasharray: 136.022 518.055;
      stroke-dashoffset: -227.239px;
    }

    76% {
      stroke-dasharray: 113.475 518.055;
      stroke-dashoffset: -445.9px;
    }

    88%, 100% {
      stroke-dasharray: 72.1555 518.055;
      stroke-dashoffset: -445.9px;
    }

    92% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes rotation {
    to {
      transform: rotate(360deg);
    }
  }

  @keyframes demoAnim {
    15% {
      border-radius: 20px;
      transform: rotate(0);
    }

    30%, 43% {
      border-radius: 50%;
      transform: rotate(360deg);
    }

    52%, 65% {
      border-radius: 0;
      transform: rotate(720deg);
    }

    78%, 90% {
      border-radius: 50%;
      transform: rotate(1080deg);
    }

    100% {
      border-radius: 20px;
      transform: rotate(1440deg);
    }
  }

  @keyframes hideText {
    15%, 100% {
      opacity: 1;
    }

    20%, 96% {
      opacity: 0;
    }
  }
}

.geist-font {
  font-family: var(--font-geist-sans),
        "Geist",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        sans-serif;
}

.sidebar-icon {
  transition: transform .3s;
}

.MuiListItemButton-root:hover .sidebar-icon {
  transform: scale(1.2);
}

#globalLoader {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

:root {
  --primary: white;
  --secondary: #1f63ca;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--secondary) var(--primary);
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background: var(--primary);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--secondary);
  border: 3px solid var(--primary);
  border-radius: 14px;
}

@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-ordinal {
  syntax: "*";
  inherits: false
}

@property --tw-slashed-zero {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-figure {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-fraction {
  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: 0;
}

@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
}

/* [project]/node_modules/.pnpm/geist@1.7.0_next@16.2.9_@babel+core@7.29.0_@opentelemetry+api@1.9.1_babel-plugin-react-compil_xki7nvxmk7ri5tqtmkdcxnmog4/node_modules/geist/dist/geistsans_d5a4f12f.module.css [app-client] (css) */
@font-face {
  font-family: GeistSans;
  src: url("../media/Geist_Variable-s.p.38tal-0yzr82m.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 900;
}

@font-face {
  font-family: GeistSans Fallback;
  src: local(Arial);
  ascent-override: 94.56%;
  descent-override: 27.76%;
  line-gap-override: 0.0%;
  size-adjust: 106.28%;
}

.geistsans_d5a4f12f-module__5U8X9W__className {
  font-family: GeistSans, GeistSans Fallback;
}

.geistsans_d5a4f12f-module__5U8X9W__variable {
  --font-geist-sans: "GeistSans", "GeistSans Fallback";
}

/*# sourceMappingURL=_1r3tjdl._.css.map*/