/*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
@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-50: oklch(0.971 0.013 17.38);
        --color-red-100: oklch(0.936 0.032 17.717);
        --color-red-200: oklch(0.885 0.062 18.334);
        --color-red-500: oklch(0.637 0.237 25.331);
        --color-red-600: oklch(0.577 0.245 27.325);
        --color-yellow-500: oklch(0.795 0.184 86.047);
        --color-green-50: oklch(0.982 0.018 155.826);
        --color-green-200: oklch(0.925 0.084 155.995);
        --color-green-500: oklch(0.723 0.219 149.579);
        --color-green-600: oklch(0.627 0.194 149.214);
        --color-blue-50: oklch(0.97 0.014 254.604);
        --color-blue-200: oklch(0.882 0.059 254.128);
        --color-blue-600: oklch(0.546 0.245 262.881);
        --color-violet-50: oklch(0.969 0.016 293.756);
        --color-violet-200: oklch(0.894 0.057 293.283);
        --color-violet-600: oklch(0.541 0.281 293.009);
        --color-gray-50: oklch(0.985 0.002 247.839);
        --color-gray-100: oklch(0.967 0.003 264.542);
        --color-gray-200: oklch(0.928 0.006 264.531);
        --color-gray-900: oklch(0.21 0.034 264.665);
        --color-zinc-200: oklch(0.92 0.004 286.32);
        --color-neutral-200: oklch(0.922 0 0);
        --color-stone-50: oklch(0.985 0.001 106.423);
        --color-stone-100: oklch(0.97 0.001 106.424);
        --color-stone-200: oklch(0.923 0.003 48.717);
        --color-stone-300: oklch(0.869 0.005 56.366);
        --color-stone-500: oklch(0.553 0.013 58.071);
        --color-stone-800: oklch(0.268 0.007 34.298);
        --color-stone-900: oklch(0.216 0.006 56.043);
        --color-stone-950: oklch(0.147 0.004 49.25);
        --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-base: 1rem;
        --text-base--line-height: calc(1.5 / 1);
        --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-2xl: 1.5rem;
        --text-2xl--line-height: calc(2 / 1.5);
        --font-weight-normal: 400;
        --font-weight-medium: 500;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --leading-tight: 1.25;
        --radius-md: 0.375rem;
        --radius-lg: 0.5rem;
        --radius-2xl: 1rem;
        --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
        --default-transition-duration: 150ms;
        --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        --default-font-family: var(--font-sans);
        --default-font-feature-settings: var(--font-sans--font-feature-settings);
        --default-font-variation-settings: var( --font-sans--font-variation-settings );
        --default-mono-font-family: var(--font-mono);
        --default-mono-font-feature-settings: var( --font-mono--font-feature-settings );
        --default-mono-font-variation-settings: var( --font-mono--font-variation-settings );
    }
}

@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;
    }

    body {
        line-height: inherit;
        background-color: var(--background);
    }

    #app {
        overflow-y: auto
    }

    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;
        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 {
    .absolute {
        position: absolute;
    }

    .relative {
        position: relative;
    }

    .static {
        position: static;
    }

    .inset-y-0 {
        inset-block: calc(var(--spacing) * 0);
    }

    .top-0 {
        top: calc(var(--spacing) * 0);
    }

    .top-1\/2 {
        top: calc(1/2 * 100%);
    }

    .top-14 {
        top: calc(var(--spacing) * 14);
    }

    .bottom-\[10px\] {
        bottom: 10px;
    }

    .left-0 {
        left: calc(var(--spacing) * 0);
    }

    .left-3 {
        left: calc(var(--spacing) * 3);
    }

    .left-32 {
        left: calc(var(--spacing) * 32);
    }

    .left-66 {
        left: calc(var(--spacing) * 66);
    }

    .left-\[64px\] {
        left: 64px;
    }

    .left-\[201px\] {
        left: 201px;
    }

    .z-10 {
        z-index: 10;
    }

    .container {
        width: 100%;

        @media (width >= 40rem) {
            max-width: 40rem;
        }

        @media (width >= 48rem) {
            max-width: 48rem;
        }

        @media (width >= 64rem) {
            max-width: 64rem;
        }

        @media (width >= 80rem) {
            max-width: 80rem;
        }

        @media (width >= 96rem) {
            max-width: 96rem;
        }
    }

    .m-\[5px\] {
        margin: 5px;
    }

    .mx-2 {
        margin-inline: calc(var(--spacing) * 2);
    }

    .mx-\[17px\] {
        margin-inline: 17px;
    }

    .mx-auto {
        margin-inline: auto;
    }

    .my-1 {
        margin-block: calc(var(--spacing) * 1);
    }

    .my-1\.5 {
        margin-block: calc(var(--spacing) * 1.5);
    }

    .my-4 {
        margin-block: calc(var(--spacing) * 4);
    }

    .mt-2 {
        margin-top: calc(var(--spacing) * 2);
    }

    .mt-3 {
        margin-top: calc(var(--spacing) * 3);
    }

    .mt-8 {
        margin-top: calc(var(--spacing) * 8);
    }

    .mb-1 {
        margin-bottom: calc(var(--spacing) * 1);
    }

    .mb-2 {
        margin-bottom: calc(var(--spacing) * 2);
    }

    .mb-4 {
        margin-bottom: calc(var(--spacing) * 4);
    }

    .ml-2 {
        margin-left: calc(var(--spacing) * 2);
    }

    .ml-auto {
        margin-left: auto;
    }

    .flex {
        display: flex;
    }

    .grid {
        display: grid;
    }

    .hidden {
        display: none;
    }

    .inline-flex {
        display: inline-flex;
    }

    .h-0 {
        height: calc(var(--spacing) * 0);
    }

    .h-1 {
        height: calc(var(--spacing) * 1);
    }

    .h-1\.5 {
        height: calc(var(--spacing) * 1.5);
    }

    .h-2 {
        height: calc(var(--spacing) * 2);
    }

    .h-5 {
        height: calc(var(--spacing) * 5);
    }

    .h-6 {
        height: calc(var(--spacing) * 6);
    }

    .h-8 {
        height: calc(var(--spacing) * 8);
    }

    .h-9 {
        height: calc(var(--spacing) * 9);
    }

    .h-24 {
        height: calc(var(--spacing) * 24);
    }

    .h-32 {
        height: calc(var(--spacing) * 32);
    }

    .h-\[52px\] {
        height: 52px;
    }

    .h-\[100dvh\] {
        height: 100dvh;
    }

    .h-full {
        height: 100%;
    }

    .h-min {
        height: min-content;
    }

    .h-screen {
        height: 100vh;
    }

    .max-h-\[100dvh\] {
        max-height: 100dvh;
    }

    .max-h-\[400px\] {
        max-height: 400px;
    }

    .min-h-\[260px\] {
        min-height: 260px;
    }

    .min-h-screen {
        min-height: 100vh;
    }

    .w-0 {
        width: calc(var(--spacing) * 0);
    }

    .w-1\.5 {
        width: calc(var(--spacing) * 1.5);
    }

    .w-2 {
        width: calc(var(--spacing) * 2);
    }

    .w-3\.5 {
        width: calc(var(--spacing) * 3.5);
    }

    .w-4 {
        width: calc(var(--spacing) * 4);
    }

    .w-5 {
        width: calc(var(--spacing) * 5);
    }

    .w-6 {
        width: calc(var(--spacing) * 6);
    }

    .w-8 {
        width: calc(var(--spacing) * 8);
    }

    .w-9 {
        width: calc(var(--spacing) * 9);
    }

    .w-32 {
        width: calc(var(--spacing) * 32);
    }

    .w-56 {
        width: calc(var(--spacing) * 56);
    }

    .w-64 {
        width: calc(var(--spacing) * 64);
    }

    .w-\[2\.5px\] {
        width: 2.5px;
    }

    .w-\[59px\] {
        width: 59px;
    }

    .w-\[196px\] {
        width: 196px;
    }

    .w-\[200px\] {
        width: 200px;
    }

    .w-full {
        width: 100%;
    }

    .w-min {
        width: min-content;
    }

    .max-w-0 {
        max-width: calc(var(--spacing) * 0);
    }

    .max-w-\[calc\(100\%\/7\)\] {
        max-width: calc(100% / 7);
    }

    .min-w-7 {
        min-width: calc(var(--spacing) * 7);
    }

    .min-w-\[70px\] {
        min-width: 70px;
    }

    .min-w-\[250px\] {
        min-width: 250px;
    }

    .min-w-full {
        min-width: 100%;
    }

    .flex-1 {
        flex: 1;
    }

    .flex-shrink-0 {
        flex-shrink: 0;
    }

    .flex-grow {
        flex-grow: 1;
    }

    .origin-top {
        transform-origin: top;
    }

    .-translate-y-1\/2 {
        --tw-translate-y: calc(calc(1/2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .-rotate-90 {
        rotate: calc(90deg * -1);
    }

    .rotate-90 {
        rotate: 90deg;
    }

    .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-pulse {
        animation: var(--animate-pulse);
    }

    .cursor-pointer {
        cursor: pointer;
    }

    .grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .flex-col {
        flex-direction: column;
    }

    .flex-row {
        flex-direction: row;
    }

    .flex-nowrap {
        flex-wrap: nowrap;
    }

    .items-center {
        align-items: center;
    }

    .items-start {
        align-items: flex-start;
    }

    .items-stretch {
        align-items: stretch;
    }

    .justify-between {
        justify-content: space-between;
    }

    .justify-center {
        justify-content: center;
    }

    .justify-start {
        justify-content: flex-start;
    }

    .gap-1 {
        gap: calc(var(--spacing) * 1);
    }

    .gap-1\.5 {
        gap: calc(var(--spacing) * 1.5);
    }

    .gap-2 {
        gap: calc(var(--spacing) * 2);
    }

    .gap-3 {
        gap: calc(var(--spacing) * 3);
    }

    .gap-5 {
        gap: calc(var(--spacing) * 5);
    }

    .gap-6 {
        gap: calc(var(--spacing) * 6);
    }

    .gap-\[3px\] {
        gap: 3px;
    }

    .gap-px {
        gap: 1px;
    }

    .space-x-0\.5 {
        : where(& > :not(:last-child))

{
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 0.5) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 0.5) * calc(1 - var(--tw-space-x-reverse)));
}

}

.space-x-2 {
    : where(& > :not(:last-child))

{
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
}

}

.self-stretch {
    align-self: stretch;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-full {
    border-radius: calc(infinity * 1px);
}

.rounded-lg {
    border-radius: var(--radius-lg);
}

.rounded-md {
    border-radius: var(--radius-md);
}

.rounded-tl-2xl {
    border-top-left-radius: var(--radius-2xl);
}

.rounded-tr-2xl {
    border-top-right-radius: var(--radius-2xl);
}

.border {
    border-style: var(--tw-border-style);
    border-width: 1px;
}

.border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
}

.border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
}

.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-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
}

.border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
}

.border-\[\#aaefc6\] {
    border-color: #aaefc6;
}

.border-\[\#fca19b\] {
    border-color: #fca19b;
}

.border-blue-200 {
    border-color: var(--color-blue-200);
}

.border-green-200 {
    border-color: var(--color-green-200);
}

.border-neutral-200 {
    border-color: var(--color-neutral-200);
}

.border-red-200 {
    border-color: var(--color-red-200);
}

.border-stone-200 {
    border-color: var(--color-stone-200);
}

.border-stone-500 {
    border-color: var(--color-stone-500);
}

.border-violet-200 {
    border-color: var(--color-violet-200);
}

.border-zinc-200 {
    border-color: var(--color-zinc-200);
}

.bg-\[\#44f27e\] {
    background-color: #44f27e;
}

.bg-\[\#F5F5F4\] {
    background-color: #F5F5F4;
}

.bg-\[\#efefef\] {
    background-color: #efefef;
}

.bg-\[\#f82c00\] {
    background-color: #f82c00;
}

.bg-blue-50 {
    background-color: var(--color-blue-50);
}

.bg-gray-200 {
    background-color: var(--color-gray-200);
}

.bg-green-50 {
    background-color: var(--color-green-50);
}

.bg-green-500 {
    background-color: var(--color-green-500);
}

.bg-red-50 {
    background-color: var(--color-red-50);
}

.bg-red-50\/50 {
    background-color: color-mix(in oklab, var(--color-red-50) 50%, transparent);
}

.bg-red-500 {
    background-color: var(--color-red-500);
}

.bg-stone-50 {
    background-color: var(--color-stone-50);
}

.bg-stone-50\/50 {
    background-color: color-mix(in oklab, var(--color-stone-50) 50%, transparent);
}

.bg-stone-100 {
    background-color: var(--color-stone-100);
}

.bg-stone-200 {
    background-color: var(--color-stone-200);
}

.bg-stone-800 {
    background-color: var(--color-stone-800);
}

.bg-stone-900 {
    background-color: var(--color-stone-900);
}

.bg-stone-950 {
    background-color: var(--color-stone-950);
}

.bg-transparent {
    background-color: transparent;
}

.bg-violet-50 {
    background-color: var(--color-violet-50);
}

.bg-white {
    background-color: var(--color-white);
}

.bg-yellow-500 {
    background-color: var(--color-yellow-500);
}

.bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
}

.bg-none {
    background-image: none;
}

.from-white {
    --tw-gradient-from: var(--color-white);
    --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-\[\#FEF9C3\] {
    --tw-gradient-to: #FEF9C3;
    --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));
}

.object-contain {
    object-fit: contain;
}

.p-0\.5 {
    padding: calc(var(--spacing) * 0.5);
}

.p-1 {
    padding: calc(var(--spacing) * 1);
}

.p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
}

.p-2 {
    padding: calc(var(--spacing) * 2);
}

.p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
}

.p-4 {
    padding: calc(var(--spacing) * 4);
}

.p-5 {
    padding: calc(var(--spacing) * 5);
}

.p-\[5px\] {
    padding: 5px;
}

.px-0\.5 {
    padding-inline: calc(var(--spacing) * 0.5);
}

.px-1 {
    padding-inline: calc(var(--spacing) * 1);
}

.px-2 {
    padding-inline: calc(var(--spacing) * 2);
}

.px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
}

.px-3 {
    padding-inline: calc(var(--spacing) * 3);
}

.px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
}

.px-4 {
    padding-inline: calc(var(--spacing) * 4);
}

.px-6 {
    padding-inline: calc(var(--spacing) * 6);
}

.py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
}

.py-1 {
    padding-block: calc(var(--spacing) * 1);
}

.py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
}

.py-2 {
    padding-block: calc(var(--spacing) * 2);
}

.py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
}

.py-3 {
    padding-block: calc(var(--spacing) * 3);
}

.py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
}

.py-4 {
    padding-block: calc(var(--spacing) * 4);
}

.py-5 {
    padding-block: calc(var(--spacing) * 5);
}

.pt-2 {
    padding-top: calc(var(--spacing) * 2);
}

.pr-1 {
    padding-right: calc(var(--spacing) * 1);
}

.pr-2 {
    padding-right: calc(var(--spacing) * 2);
}

.pr-3 {
    padding-right: calc(var(--spacing) * 3);
}

.pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
}

.pb-1\.5 {
    padding-bottom: calc(var(--spacing) * 1.5);
}

.pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
}

.pl-3 {
    padding-left: calc(var(--spacing) * 3);
}

.pl-10 {
    padding-left: calc(var(--spacing) * 10);
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-start {
    text-align: start;
}

.font-\[\'Geist\'\] {
    font-family: 'Geist';
}

.text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
}

.text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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-\[8px\] {
    font-size: 8px;
}

.text-\[10px\] {
    font-size: 10px;
}

.leading-3 {
    --tw-leading: calc(var(--spacing) * 3);
    line-height: calc(var(--spacing) * 3);
}

.leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
}

.leading-\[14px\] {
    --tw-leading: 14px;
    line-height: 14px;
}

.leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
}

.leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
}

.leading-none {
    --tw-leading: 1;
    line-height: 1;
}

.leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
}

.font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
}

.font-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);
}

.break-words {
    overflow-wrap: break-word;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.text-\[\#717680\] {
    color: #717680;
}

.text-blue-600 {
    color: var(--color-blue-600);
}

.text-gray-900 {
    color: var(--color-gray-900);
}

.text-green-600 {
    color: var(--color-green-600);
}

.text-red-600 {
    color: var(--color-red-600);
}

.text-stone-50 {
    color: var(--color-stone-50);
}

.text-stone-500 {
    color: var(--color-stone-500);
}

.text-stone-900 {
    color: var(--color-stone-900);
}

.text-stone-950 {
    color: var(--color-stone-950);
}

.text-violet-600 {
    color: var(--color-violet-600);
}

.italic {
    font-style: italic;
}

.opacity-0 {
    opacity: 0%;
}

.opacity-50 {
    opacity: 50%;
}

.opacity-100 {
    opacity: 100%;
}

.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);
}

.shadow-\[0px_32px_64px_-12px_rgba\(16\,24\,40\,0\.14\)\] {
    --tw-shadow: 0px 32px 64px -12px var(--tw-shadow-color, rgba(16,24,40,0.14));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
}

.shadow-sm {
    --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;
}

.outline-1 {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
}

.outline-offset-\[-0\.50px\] {
    outline-offset: -0.50px;
}

.outline-red-200 {
    outline-color: var(--color-red-200);
}

.outline-stone-200 {
    outline-color: var(--color-stone-200);
}

.outline-stone-500 {
    outline-color: var(--color-stone-500);
}

.invert {
    --tw-invert: invert(100%);
    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-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
}

.transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
}

.transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
}

.duration-100 {
    --tw-duration: 100ms;
    transition-duration: 100ms;
}

.duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
}

.duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
}

.duration-400 {
    --tw-duration: 400ms;
    transition-duration: 400ms;
}

.select-none {
    -webkit-user-select: none;
    user-select: none;
}

.hover\:bg-gray-50 {
    &:hover

{
    @media (hover: hover) {
        background-color: var(--color-gray-50);
    }
}

}

.hover\:bg-gray-100 {
    &:hover

{
    @media (hover: hover) {
        background-color: var(--color-gray-100);
    }
}

}

.hover\:bg-neutral-200 {
    &:hover

{
    @media (hover: hover) {
        background-color: var(--color-neutral-200);
    }
}

}

.hover\:bg-red-100 {
    &:hover

{
    @media (hover: hover) {
        background-color: var(--color-red-100);
    }
}

}

.hover\:bg-stone-100 {
    &:hover

{
    @media (hover: hover) {
        background-color: var(--color-stone-100);
    }
}

}

.hover\:bg-stone-300 {
    &:hover

{
    @media (hover: hover) {
        background-color: var(--color-stone-300);
    }
}

}

.hover\:bg-white {
    &:hover

{
    @media (hover: hover) {
        background-color: var(--color-white);
    }
}

}

.hover\:pt-1\.5 {
    &:hover

{
    @media (hover: hover) {
        padding-top: calc(var(--spacing) * 1.5);
    }
}

}

.hover\:pb-0\.5 {
    &:hover

{
    @media (hover: hover) {
        padding-bottom: calc(var(--spacing) * 0.5);
    }
}

}

.hover\:opacity-100 {
    &:hover

{
    @media (hover: hover) {
        opacity: 100%;
    }
}

}

.hover\:shadow-\[inset_0_2px_4px_rgba\(0\,0\,0\,0\.1\)\] {
    &:hover

{
    @media (hover: hover) {
        --tw-shadow: inset 0 2px 4px var(--tw-shadow-color, rgba(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);
    }
}

}

.hover\:shadow-inner {
    &:hover

{
    @media (hover: hover) {
        --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
}

}

.hover\:shadow-sm {
    &:hover

{
    @media (hover: hover) {
        --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);
    }
}

}

.focus\:border-transparent {
    &:focus

{
    border-color: transparent;
}

}

.focus\:outline-none {
    &:focus

{
    --tw-outline-style: none;
    outline-style: none;
}

}
}

@font-face {
    font-family: 'Geist';
    src: url('/fonts/Geist-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: 'Geist Mono';
    src: url('/fonts/GeistMono-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --text-subtle: #4E4E55;
    --bg: white;
    --radius: 8px;
    --background: #EFEFEF;
    --foreground: #0C0A09;
    --muted: #FAFAF9;
    --muted-foreground: #78716C;
    --card: #FFFFFF;
    --card-dark: #F6F6F6;
    --card-foreground: #0C0A09;
    --card-new: #F6F6F6;
    --popover: #FFFFFF;
    --popover-foreground: #0C0A09;
    --border: #E7E5E4;
    --input: #E7E5E4;
    --primary: #1C1917;
    --primary-foreground: #FAFAF9;
    --secondary: #F5F5F4;
    --secondary-foreground: #1C1917;
    --accent: #F5F5F4;
    --accent-foreground: #171717;
    --destructive: #DC2626;
    --destructive-foreground: #FAFAF9;
    --ring: #A8A29E;
    --hover-primary: #1F2937;
    --hover-secondary: #E7E5E4;
    --hover-destructive: #DC2626;
    --success: #16A34A;
    --hover-success: #15803D;
    --border-destructive-50: rgba(220, 38, 38, 0.5);
    --bg-destructive-10: rgba(220, 38, 38, 0.1);
    --hover-destructive-20: rgba(220, 38, 38, 0.2);
    --bg-muted-50: rgba(250, 250, 249, 0.5);
    --bg-accent-50: rgba(250, 250, 249, 0.5);
    --bg-muted-40: rgba(250, 250, 249, 0.4);
    --border-muted-40: rgba(231, 229, 228, 0.4);
    --sidebar-background: #292524;
    --sidebar-foreground: #E5E7EB;
    --sidebar-primary: #2563EB;
    --sidebar-primary-foreground: #FFFFFF;
    --sidebar-accent: #374151;
    --sidebar-accent-foreground: #E5E7EB;
    --sidebar-border: #D1D5DB;
    --sidebar-ring: #94A3B8;
    --sidebar-foreground-70: rgba(229, 231, 235, 0.7);
    --neon-green: #ADFF2F;
    --customer-brand: #008000;
    --avatar-bg: #B7E4C7;
    --calender-block-bg: #F5F5F4;
    --open-shift-color: #FFFACD;
    --open-shift-color-hover: #FAE69B;
    --stamp-icon-bg: #D6D3D1;
    --comment-dot-color: #0077FF;
    --comment-dot-color-20: rgba(0, 119, 255, 0.2);
    --rule-dot-color: #DC2626;
    --rule-dot-color-20: rgba(220, 38, 38, 0.2);
    --customer-brand-20: rgba(0, 128, 0, 0.2);
    --side-background: #FFFFFF;
    --calender-block-bg-hover: #E5E7EB;
    --filter-separator-color: #D6D3D1;
    --tag-line-color: #00FFAA;
    --filter01-color: #FF40D4;
    --filter02-color: #FFA640;
    --filter03-color: #00FFAA;
    --button-secondary: #FFFFFF;
    --button-secondary-hover: #FAFAF9;
    --customer-brand-0: rgba(0, 128, 0, 0);
    --stamp-icon: #A8A29E;
    --green-50: #F0FDF4;
    --green-100: #DCFCE7;
    --green-200: #BBF7D0;
    --green-300: #86EFAC;
    --green-500: #22C55E;
    --green-800: #166534;
    --green-900: #14532D;
    --orange-50: #FFF7ED;
    --orange-100: #FFEDD5;
    --orange-500: #F97316;
    --gray-50: #F9FAFB;
    --gray-100: #F3F4F6;
    --gray-400: #9CA3AF;
    --gray-500: #6B7280;
    --blue-50: #EFF6FF;
    --blue-100: #DBEAFE;
    --blue-600: #2563EB;
    --yellow-50: #FFFBEB;
    --yellow-100: #FEF3C7;
    --yellow-600: #CA8A04;
    --rose-100: #FFE4E6;
    --red-50: #FEF2F2;
    --red-100: #FEE2E2;
    --red-200: #FECACA;
    --red-300: #FCA5A5;
    --red-500: #EF4444;
    --red-600: #DC2626;
    --red-800: #991B1B;
    --zinc-100: #F4F4F5;
    --zinc-600: #4E4E55;
    --zinc-800: #222225;
    --sky-50: #F0F9FF;
    --sky-200: #BAE6FD;
    --sky-500: #0EA5E9;
}

:root {
    --font-sans: "Geist", sans-serif;
    --font-serif: "Georgia", serif;
    --font-mono: "SF Mono", monospace;
    --text-3xs: 8px;
    --text-2xs: 10px;
    --text-xs: 12px;
    --text-sm: 14px;
    --text-base: 16px;
    --text-lg: 18px;
    --text-xl: 20px;
    --text-2xl: 24px;
    --text-3xl: 30px;
    --text-4xl: 36px;
    --text-5xl: 48px;
    --text-6xl: 60px;
    --text-7xl: 72px;
    --text-8xl: 96px;
    --text-9xl: 128px;
    --leading-3: 12px;
    --leading-4: 16px;
    --leading-5: 20px;
    --leading-6: 24px;
    --leading-7: 28px;
    --leading-8: 32px;
    --leading-9: 36px;
    --leading-10: 40px;
    --font-thin: 100;
    --font-extralight: 200;
    --font-light: 300;
    --font-normal: 400;
    --font-medium: 500;
    --font-semibold: 600;
    --font-bold: 700;
    --font-extrabold: 800;
    --font-black: 900;
}

:root {
    --rounded-none: 0px;
    --rounded-sm: 2px;
    --rounded: 4px;
    --rounded-md: 6px;
    --rounded-lg: 8px;
    --rounded-xl: 12px;
    --rounded-2xl: 16px;
    --rounded-3xl: 24px;
    --rounded-full: 9999px;
    --gap-0: 0px;
    --gap-px: 1px;
    --gap-0_5: 2px;
    --gap-1: 4px;
    --gap-1_5: 6px;
    --gap-2: 8px;
    --gap-3: 12px;
    --gap-4: 16px;
    --gap-5: 20px;
    --gap-6: 24px;
    --gap-7: 28px;
    --gap-8: 32px;
    --gap-9: 36px;
    --gap-10: 40px;
    --gap-11: 44px;
    --gap-12: 48px;
    --gap-14: 56px;
    --gap-16: 64px;
    --gap-18: 72px;
    --gap-20: 80px;
    --gap-24: 96px;
    --gap-28: 112px;
    --gap-32: 128px;
    --gap-64: 256px;
    --opacity-0: 0;
    --opacity-5: 0.05;
    --opacity-10: 0.1;
    --opacity-20: 0.2;
    --opacity-25: 0.25;
    --opacity-30: 0.3;
    --opacity-40: 0.4;
    --opacity-50: 0.5;
    --opacity-60: 0.6;
    --opacity-70: 0.7;
    --opacity-80: 0.8;
    --opacity-90: 0.9;
    --opacity-95: 0.95;
    --opacity-100: 1;
    --p-0: 0px;
    --p-0_5: 2px;
    --p-1: 4px;
    --p-1_5: 6px;
    --p-2: 8px;
    --p-2_5: 10px;
    --p-3: 12px;
    --p-3_5: 14px;
    --p-4: 16px;
    --p-5: 20px;
    --p-6: 24px;
    --p-7: 28px;
    --p-8: 32px;
    --p-9: 36px;
    --p-10: 40px;
    --p-11: 44px;
    --p-12: 48px;
    --padding-p-2: 8px;
    --padding-p-3: 12px;
    --padding-p-6: 24px;
    --padding-p-8: 32px;
    --padding-p-25: 10px;
    --max-w-xs: 320px;
    --max-w-sm: 384px;
    --max-w-md: 448px;
    --max-w-lg: 512px;
    --max-w-xl: 576px;
    --max-w-2xl: 672px;
    --max-w-3xl: 768px;
    --max-w-4xl: 896px;
    --max-w-5xl: 1024px;
    --max-w-6xl: 1152px;
    --max-w-7xl: 1280px;
    --max-w-screen-sm: 640px;
    --max-w-screen-md: 768px;
    --max-w-screen-lg: 1024px;
    --max-w-screen-xl: 1280px;
    --max-w-screen-2xl: 1536px;
}

.hover-invert {
    filter: invert(0);
}

    .hover-invert:hover {
        filter: invert(1);
    }

        .hover-invert:hover .hover-invert {
            filter: invert(1);
        }

.hover-grey:hover {
    background-color: var(--color-stone-100);
}

.overflow-auto {
    scroll-behavior: smooth;
}

    .overflow-auto::-webkit-scrollbar {
        width: 12px;
    }

    .overflow-auto::-webkit-scrollbar-thumb {
        background-color: #E7E5E4;
        background-size: contain;
        border-radius: 6px;
        border: 2px solid transparent;
        background-clip: padding-box;
    }

.scrollbar-hide {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

@property --tw-translate-x {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}

@property --tw-translate-y {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}

@property --tw-translate-z {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}

@property --tw-rotate-x {
    syntax: "*";
    inherits: false;
    initial-value: rotateX(0);
}

@property --tw-rotate-y {
    syntax: "*";
    inherits: false;
    initial-value: rotateY(0);
}

@property --tw-rotate-z {
    syntax: "*";
    inherits: false;
    initial-value: rotateZ(0);
}

@property --tw-skew-x {
    syntax: "*";
    inherits: false;
    initial-value: skewX(0);
}

@property --tw-skew-y {
    syntax: "*";
    inherits: false;
    initial-value: skewY(0);
}

@property --tw-space-x-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}

@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-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
    syntax: "*";
    inherits: false;
}

@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false;
}

@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-duration {
    syntax: "*";
    inherits: false;
}

@keyframes pulse {
    50% {
        opacity: 0.5;
    }
}

.language-btn {
    display: flex;
    gap: var(--gap-2);
    align-items: center;
}

    .language-btn img {
        display: flex;
        width: 16px;
        height: 16px;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        object-fit: none;
    }

    .language-btn span {
        color: var(--foreground);
        font-family: var(--font-family-font-sans, Geist);
        font-size: var(--text-sm);
        font-style: normal;
        font-weight: var(--font-weight-font-medium, 500);
        line-height: var(--leading-5); /* 142.857% */
    }

.checkbox-section {
    display: flex;
    align-items: center;
    height: 16px;
    gap: var(--gap-2);
}

    .checkbox-section label {
        color: var(--foreground);
        font-family: var(--font-family-font-sans, Geist);
        font-size: var(--text-sm);
        font-style: normal;
        font-weight: var(--font-weight-font-medium, 500);
        line-height: 100%; /* 14px */
        letter-spacing: -0.42px;
        cursor: pointer;
    }

    .checkbox-section .styled-checkbox {
        width: 16px;
        height: 16px;
        min-width: 16px;
        min-height: 16px;
        border: 2px solid #ccc;
        border-radius: 4px;
        background-color: #fff;
        appearance: none;
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

        .checkbox-section .styled-checkbox:checked {
            background-color: var(--primary);
            border-color: var(--primary);
        }

            .checkbox-section .styled-checkbox:checked::after {
                content: '';
                position: absolute;
                top: 0px;
                left: 3.5px;
                width: 6px;
                height: 10px;
                border: solid var(--primary-foreground);
                border-width: 0 2px 2px 0;
                transform: rotate(45deg);
            }

        .checkbox-section .styled-checkbox:hover {
            border-color: var(--primary);
        }


.info-block {
    display: flex;
    align-items: flex-start;
    gap: var(--gap-6);
    align-self: stretch;
}

.chartjs-legend-overlay {
    top: -20px; /* 20px above chart line */
    right: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    pointer-events: auto;
    position: absolute;
    z-index: 10;
}

    .chartjs-legend-overlay .legend-item {
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        user-select: none;
        margin-bottom: 20px;
        padding: 2px 4px;
        transition: transform .08s ease, opacity .12s ease;
    }

    .chartjs-legend-overlay .legend-swatch {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        display: inline-block;
        box-sizing: border-box;
        flex: 0 0 8px;
        transition: opacity .12s ease, transform .12s ease;
    }

    .chartjs-legend-overlay .legend-label {
        color: var(--colors-text-text-tertiary-600, #535862);
        font-family: var(--font-families-font-sans, Geist);
        font-size: var(--text-xs, 12px);
        font-weight: var(--font-weight-font-normal, 400);
        line-height: 1.333;
        letter-spacing: -0.56px;
        white-space: nowrap;
        transition: color .12s ease, opacity .12s ease;
        opacity: 1;
    }

    .chartjs-legend-overlay .legend-item:hover .legend-label,
    .chartjs-legend-overlay .legend-item.legend-inactive:hover .legend-label {
        color: var(--foreground, #111827);
        opacity: 1;
    }

    .chartjs-legend-overlay .legend-item.legend-inactive .legend-swatch {
        opacity: 0.35;
    }

    .chartjs-legend-overlay .legend-item.legend-inactive .legend-label {
        opacity: 0.5;
    }

    .chartjs-legend-overlay .legend-item.legend-inactive:hover .legend-swatch {
        opacity: 0.6;
    }


.tablet-icon-container {
    transition: background-color 0.2s, color 0.2s, fill 0.3s ease;
}

    .tablet-icon-container svg {
        width: 18px !important;
        height: 18px !important;
    }

        .tablet-icon-container svg path {
            fill: var(--muted-foreground) !important;
        }

    .tablet-icon-container.active svg path {
        fill: var(--foreground) !important;
    }


/*PHONE-COUNTRY DROPDOWN STYLES*/

.iti--separate-dial-code {
    width: 100%;
    max-width: 360px !important;
    min-width: 60px !important;
}

    .iti--separate-dial-code input {
        border-radius: var(--radius);
        border: 1px solid var(--input);
        display: flex;
        padding: var(--padding-p-3, 12px) var(--gap-3) var(--padding-p-3, 12px) var(--padding-p-3, 12px);
        align-items: center;
    }

.iti__flag-container {
    display: flex;
    padding: var(--padding-p-2, 8px) var(--padding-p-3, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--gap-1);
    border-radius: var(--rounded-md);
    border: 1px solid var(--border);
    width: 100%;
    max-width: 360px !important;
    min-width: 60px !important;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
    border-radius: var(--radius) 0 0 var(--radius);
    padding-left: 12px;
    left: 0;
    position: absolute;
}

.phone-dropup .iti--separate-dial-code .iti__country-list {
    top: auto !important;
    bottom: 100% !important;
}

.iti__country-list {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag:hover {
    background-color: var(--secondary) !important;
}

.iti--separate-dial-code .iti__country-list {
    top: 48px;
    left: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    border: none;
}

.country-select, .iti-country-dropdown, #phoneNumber, #emergencyPhoneNumber {
    width: 100%;
    max-width: 360px !important;
    min-width: 60px !important;
    height: 40px;
}

.iti-country-dropdown {
    border-radius: var(--radius);
    border: 1px solid var(--input);
    display: flex;
    padding: var(--padding-p-3, 12px) var(--gap-3) var(--padding-p-3, 12px) var(--padding-p-3, 12px);
    align-items: center;
    padding-left: 55px;
}

.country-select .flag-dropdown .selected-flag {
    padding-left: 12px;
    border-radius: var(--radius) 0 0 var(--radius);
}

    .country-select .flag-dropdown .selected-flag:hover {
        background-color: var(--secondary) !important;
    }

    .country-select .flag-dropdown .selected-flag .arrow {
        right: 1px;
    }

.onboarding-page .info-block {
    gap: var(--gap-3);
}

.onboarding-page .back-btn-block .base-button {
    width: 32px !important;
    height: 32px !important;
    margin-top: 3px;
}

@media (min-width: 768px) {
    .onboarding-page .back-btn-block .base-button {
        width: 40px !important;
        height: 40px !important;
        margin-top: 0 !important;
    }
}

/* Shift planner: baseline height + flex stretching */
.shift-planner-content {
    display: flex;
    align-items: flex-start;
    min-height: calc(100dvh - 140px);
    width: 100%;
}

    .shift-planner-content > .main {
        flex: 1 1 auto !important;
        position: relative;
        height: auto; /* let main shrink to its content */
    }

    .shift-planner-content > .sidebar {
        width: 260px;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch; 
    }

.sidebar .right-sidebar-container {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    /*min-height: calc(100dvh - 140px) !important;*/
}

.sidebar .content {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
}
