﻿/*
 |--------------------------------------------------------------------------
 | TailwindCSS Directives
 |--------------------------------------------------------------------------
 |
 | Import TailwindCSS directives and swipe out at build-time with all of
 | the styles it generates based on your configured design system.
 |
 | Please check this link for more details:
 | https://tailwindcss.com/docs/installation#include-tailwind-in-your-css
 |
 */

/*
 ! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
 */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

/*
 ! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
 */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}

::before,
::after {
    --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
    -webkit-tap-highlight-color: transparent;
    /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-feature-settings: normal;
    /* 2 */
    font-variation-settings: normal;
    /* 3 */
    font-size: 1em;
    /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-feature-settings: inherit;
    /* 1 */
    font-variation-settings: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

    /*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

    input::-moz-placeholder, textarea::-moz-placeholder {
        opacity: 1;
        /* 1 */
        color: #9ca3af;
        /* 2 */
    }

    input::placeholder,
    textarea::placeholder {
        opacity: 1;
        /* 1 */
        color: #9ca3af;
        /* 2 */
    }

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
    display: none;
}

:root,
[data-theme] {
    background-color: var(--fallback-b1,oklch(var(--b1)/1));
    color: var(--fallback-bc,oklch(var(--bc)/1));
}

@supports not (color: oklch(0% 0 0)) {
    :root {
        color-scheme: light;
        --fallback-p: #491eff;
        --fallback-pc: #d4dbff;
        --fallback-s: #ff41c7;
        --fallback-sc: #fff9fc;
        --fallback-a: #00cfbd;
        --fallback-ac: #00100d;
        --fallback-n: #2b3440;
        --fallback-nc: #d7dde4;
        --fallback-b1: #ffffff;
        --fallback-b2: #e5e6e6;
        --fallback-b3: #e5e6e6;
        --fallback-bc: #1f2937;
        --fallback-in: #00b3f0;
        --fallback-inc: #000000;
        --fallback-su: #00ca92;
        --fallback-suc: #000000;
        --fallback-wa: #ffc22d;
        --fallback-wac: #000000;
        --fallback-er: #ff6f70;
        --fallback-erc: #000000;
    }

    @media (prefers-color-scheme: dark) {
        :root {
            color-scheme: dark;
            --fallback-p: #7582ff;
            --fallback-pc: #050617;
            --fallback-s: #ff71cf;
            --fallback-sc: #190211;
            --fallback-a: #00c7b5;
            --fallback-ac: #000e0c;
            --fallback-n: #2a323c;
            --fallback-nc: #a6adbb;
            --fallback-b1: #1d232a;
            --fallback-b2: #191e24;
            --fallback-b3: #15191e;
            --fallback-bc: #a6adbb;
            --fallback-in: #00b3f0;
            --fallback-inc: #000000;
            --fallback-su: #00ca92;
            --fallback-suc: #000000;
            --fallback-wa: #ffc22d;
            --fallback-wac: #000000;
            --fallback-er: #ff6f70;
            --fallback-erc: #000000;
        }
    }
}

html {
    -webkit-tap-highlight-color: transparent;
}

:root {
    color-scheme: light;
    --in: 72.06% 0.191 231.6;
    --su: 64.8% 0.150 160;
    --wa: 84.71% 0.199 83.87;
    --er: 71.76% 0.221 22.18;
    --pc: 89.824% 0.06192 275.75;
    --ac: 15.352% 0.0368 183.61;
    --inc: 0% 0 0;
    --suc: 0% 0 0;
    --wac: 0% 0 0;
    --erc: 0% 0 0;
    --rounded-box: 1rem;
    --rounded-btn: 0.5rem;
    --rounded-badge: 1.9rem;
    --animation-btn: 0.25s;
    --animation-input: .2s;
    --btn-focus-scale: 0.95;
    --border-btn: 1px;
    --tab-border: 1px;
    --tab-radius: 0.5rem;
    --p: 49.12% 0.3096 275.75;
    --s: 69.71% 0.329 342.55;
    --sc: 98.71% 0.0106 342.55;
    --a: 76.76% 0.184 183.61;
    --n: 32.1785% 0.02476 255.701624;
    --nc: 89.4994% 0.011585 252.096176;
    --b1: 100% 0 0;
    --b2: 96.1151% 0 0;
    --b3: 92.4169% 0.00108 197.137559;
    --bc: 27.8078% 0.029596 256.847952;
}

@media (prefers-color-scheme: dark) {
    :root {
        color-scheme: dark;
        --in: 72.06% 0.191 231.6;
        --su: 64.8% 0.150 160;
        --wa: 84.71% 0.199 83.87;
        --er: 71.76% 0.221 22.18;
        --pc: 13.138% 0.0392 275.75;
        --sc: 14.96% 0.052 342.55;
        --ac: 14.902% 0.0334 183.61;
        --inc: 0% 0 0;
        --suc: 0% 0 0;
        --wac: 0% 0 0;
        --erc: 0% 0 0;
        --rounded-box: 1rem;
        --rounded-btn: 0.5rem;
        --rounded-badge: 1.9rem;
        --animation-btn: 0.25s;
        --animation-input: .2s;
        --btn-focus-scale: 0.95;
        --border-btn: 1px;
        --tab-border: 1px;
        --tab-radius: 0.5rem;
        --p: 65.69% 0.196 275.75;
        --s: 74.8% 0.26 342.55;
        --a: 74.51% 0.167 183.61;
        --n: 31.3815% 0.021108 254.139175;
        --nc: 74.6477% 0.0216 264.435964;
        --b1: 25.3267% 0.015896 252.417568;
        --b2: 23.2607% 0.013807 253.100675;
        --b3: 21.1484% 0.01165 254.087939;
        --bc: 74.6477% 0.0216 264.435964;
    }
}

[data-theme=light] {
    color-scheme: light;
    --in: 72.06% 0.191 231.6;
    --su: 64.8% 0.150 160;
    --wa: 84.71% 0.199 83.87;
    --er: 71.76% 0.221 22.18;
    --pc: 89.824% 0.06192 275.75;
    --ac: 15.352% 0.0368 183.61;
    --inc: 0% 0 0;
    --suc: 0% 0 0;
    --wac: 0% 0 0;
    --erc: 0% 0 0;
    --rounded-box: 1rem;
    --rounded-btn: 0.5rem;
    --rounded-badge: 1.9rem;
    --animation-btn: 0.25s;
    --animation-input: .2s;
    --btn-focus-scale: 0.95;
    --border-btn: 1px;
    --tab-border: 1px;
    --tab-radius: 0.5rem;
    --p: 49.12% 0.3096 275.75;
    --s: 69.71% 0.329 342.55;
    --sc: 98.71% 0.0106 342.55;
    --a: 76.76% 0.184 183.61;
    --n: 32.1785% 0.02476 255.701624;
    --nc: 89.4994% 0.011585 252.096176;
    --b1: 100% 0 0;
    --b2: 96.1151% 0 0;
    --b3: 92.4169% 0.00108 197.137559;
    --bc: 27.8078% 0.029596 256.847952;
}

[data-theme=dark] {
    color-scheme: dark;
    --in: 72.06% 0.191 231.6;
    --su: 64.8% 0.150 160;
    --wa: 84.71% 0.199 83.87;
    --er: 71.76% 0.221 22.18;
    --pc: 13.138% 0.0392 275.75;
    --sc: 14.96% 0.052 342.55;
    --ac: 14.902% 0.0334 183.61;
    --inc: 0% 0 0;
    --suc: 0% 0 0;
    --wac: 0% 0 0;
    --erc: 0% 0 0;
    --rounded-box: 1rem;
    --rounded-btn: 0.5rem;
    --rounded-badge: 1.9rem;
    --animation-btn: 0.25s;
    --animation-input: .2s;
    --btn-focus-scale: 0.95;
    --border-btn: 1px;
    --tab-border: 1px;
    --tab-radius: 0.5rem;
    --p: 65.69% 0.196 275.75;
    --s: 74.8% 0.26 342.55;
    --a: 74.51% 0.167 183.61;
    --n: 31.3815% 0.021108 254.139175;
    --nc: 74.6477% 0.0216 264.435964;
    --b1: 25.3267% 0.015896 252.417568;
    --b2: 23.2607% 0.013807 253.100675;
    --b3: 21.1484% 0.01165 254.087939;
    --bc: 74.6477% 0.0216 264.435964;
}

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:;
    --tw-gradient-via-position:;
    --tw-gradient-to-position:;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:;
    --tw-gradient-via-position:;
    --tw-gradient-to-position:;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:;
}

.avatar.placeholder > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (hover:hover) {
    .label a:hover {
        --tw-text-opacity: 1;
        color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    }

    .menu li > *:not(ul, .menu-title, details, .btn):active,
    .menu li > *:not(ul, .menu-title, details, .btn).active,
    .menu li > details > summary:active {
        --tw-bg-opacity: 1;
        background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
        --tw-text-opacity: 1;
        color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
    }

    .table tr.hover:hover,
    .table tr.hover:nth-child(even):hover {
        --tw-bg-opacity: 1;
        background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
    }
}

.btn {
    display: inline-flex;
    height: 3rem;
    min-height: 3rem;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: var(--rounded-btn, 0.5rem);
    border-color: transparent;
    border-color: oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1em;
    gap: 0.5rem;
    font-weight: 600;
    text-decoration-line: none;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    border-width: var(--border-btn, 1px);
    animation: button-pop var(--animation-btn, 0.25s) ease-out;
    transition-property: color, background-color, border-color, opacity, box-shadow, transform;
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline-color: var(--fallback-bc,oklch(var(--bc)/1));
    background-color: oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    --tw-border-opacity: 1;
}

    .btn-disabled,
    .btn[disabled],
    .btn:disabled {
        pointer-events: none;
    }

:where(.btn:is(input[type="checkbox"])),
:where(.btn:is(input[type="radio"])) {
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn:is(input[type="checkbox"]):after,
.btn:is(input[type="radio"]):after {
    --tw-content: attr(aria-label);
    content: var(--tw-content);
}

.checkbox {
    flex-shrink: 0;
    --chkbg: var(--fallback-bc,oklch(var(--bc)/1));
    --chkfg: var(--fallback-b1,oklch(var(--b1)/1));
    height: 1.5rem;
    width: 1.5rem;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--rounded-btn, 0.5rem);
    border-width: 1px;
    border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
    --tw-border-opacity: 0.2;
}

.dropdown {
    position: relative;
    display: inline-block;
}

    .dropdown > *:not(summary):focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .dropdown .dropdown-content {
        position: absolute;
    }

    .dropdown:is(:not(details)) .dropdown-content {
        visibility: hidden;
        opacity: 0;
        transform-origin: top;
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
        transition-duration: 200ms;
    }

.dropdown-end .dropdown-content {
    inset-inline-end: 0px;
}

.dropdown-left .dropdown-content {
    bottom: auto;
    inset-inline-end: 100%;
    top: 0px;
    transform-origin: right;
}

.dropdown-right .dropdown-content {
    bottom: auto;
    inset-inline-start: 100%;
    top: 0px;
    transform-origin: left;
}

.dropdown-bottom .dropdown-content {
    bottom: auto;
    top: 100%;
    transform-origin: top;
}

.dropdown-top .dropdown-content {
    bottom: 100%;
    top: auto;
    transform-origin: bottom;
}

.dropdown-end.dropdown-right .dropdown-content {
    bottom: 0px;
    top: auto;
}

.dropdown-end.dropdown-left .dropdown-content {
    bottom: 0px;
    top: auto;
}

.dropdown.dropdown-open .dropdown-content,
.dropdown:not(.dropdown-hover):focus .dropdown-content,
.dropdown:focus-within .dropdown-content {
    visibility: visible;
    opacity: 1;
}

@media (hover: hover) {
    .dropdown.dropdown-hover:hover .dropdown-content {
        visibility: visible;
        opacity: 1;
    }

    .btm-nav > *.disabled:hover,
    .btm-nav > *[disabled]:hover {
        pointer-events: none;
        --tw-border-opacity: 0;
        background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
        --tw-bg-opacity: 0.1;
        color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
        --tw-text-opacity: 0.2;
    }

    .btn:hover {
        --tw-border-opacity: 1;
        border-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-border-opacity)));
        --tw-bg-opacity: 1;
        background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
    }

    @supports (color: color-mix(in oklab, black, black)) {
        .btn:hover {
            background-color: color-mix( in oklab, oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity, 1)) 90%, black );
            border-color: color-mix( in oklab, oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity, 1)) 90%, black );
        }
    }

    @supports not (color: oklch(0% 0 0)) {
        .btn:hover {
            background-color: var(--btn-color, var(--fallback-b2));
            border-color: var(--btn-color, var(--fallback-b2));
        }
    }

    .btn.glass:hover {
        --glass-opacity: 25%;
        --glass-border-opacity: 15%;
    }

    .btn-outline:hover {
        --tw-border-opacity: 1;
        border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
        --tw-bg-opacity: 1;
        background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
        --tw-text-opacity: 1;
        color: var(--fallback-b1,oklch(var(--b1)/var(--tw-text-opacity)));
    }

    .btn-outline.btn-primary:hover {
        --tw-text-opacity: 1;
        color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
    }

    @supports (color: color-mix(in oklab, black, black)) {
        .btn-outline.btn-primary:hover {
            background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
            border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
        }
    }

    .btn-outline.btn-secondary:hover {
        --tw-text-opacity: 1;
        color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
    }

    @supports (color: color-mix(in oklab, black, black)) {
        .btn-outline.btn-secondary:hover {
            background-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
            border-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
        }
    }

    .btn-outline.btn-accent:hover {
        --tw-text-opacity: 1;
        color: var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)));
    }

    @supports (color: color-mix(in oklab, black, black)) {
        .btn-outline.btn-accent:hover {
            background-color: color-mix(in oklab, var(--fallback-a,oklch(var(--a)/1)) 90%, black);
            border-color: color-mix(in oklab, var(--fallback-a,oklch(var(--a)/1)) 90%, black);
        }
    }

    .btn-outline.btn-success:hover {
        --tw-text-opacity: 1;
        color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)));
    }

    @supports (color: color-mix(in oklab, black, black)) {
        .btn-outline.btn-success:hover {
            background-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black);
            border-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black);
        }
    }

    .btn-outline.btn-info:hover {
        --tw-text-opacity: 1;
        color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)));
    }

    @supports (color: color-mix(in oklab, black, black)) {
        .btn-outline.btn-info:hover {
            background-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black);
            border-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black);
        }
    }

    .btn-outline.btn-warning:hover {
        --tw-text-opacity: 1;
        color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)));
    }

    @supports (color: color-mix(in oklab, black, black)) {
        .btn-outline.btn-warning:hover {
            background-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black);
            border-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black);
        }
    }

    .btn-outline.btn-error:hover {
        --tw-text-opacity: 1;
        color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
    }

    @supports (color: color-mix(in oklab, black, black)) {
        .btn-outline.btn-error:hover {
            background-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
            border-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
        }
    }

    .btn-disabled:hover,
    .btn[disabled]:hover,
    .btn:disabled:hover {
        --tw-border-opacity: 0;
        background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
        --tw-bg-opacity: 0.2;
        color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
        --tw-text-opacity: 0.2;
    }

    @supports (color: color-mix(in oklab, black, black)) {
        .btn:is(input[type="checkbox"]:checked):hover, .btn:is(input[type="radio"]:checked):hover {
            background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
            border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
        }
    }

    .dropdown.dropdown-hover:hover .dropdown-content {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover {
        cursor: pointer;
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    @supports (color: oklch(0% 0 0)) {
        :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover {
            background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
        }
    }
}

.dropdown:is(details) summary::-webkit-details-marker {
    display: none;
}

.form-control {
    display: flex;
    flex-direction: column;
}

.label {
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.input {
    flex-shrink: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    line-height: 2;
    line-height: 1.5rem;
    border-radius: var(--rounded-btn, 0.5rem);
    border-width: 1px;
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}

    .input[type="number"]::-webkit-inner-spin-button,
    .input-md[type="number"]::-webkit-inner-spin-button {
        margin-top: -1rem;
        margin-bottom: -1rem;
        margin-inline-end: -1rem;
    }

.join .dropdown .join-item:first-child:not(:last-child),
.join *:first-child:not(:last-child) .dropdown .join-item {
    border-start-end-radius: inherit;
    border-end-end-radius: inherit;
}

.link {
    cursor: pointer;
    text-decoration-line: underline;
}

.menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem;
}

    .menu :where(li ul) {
        position: relative;
        white-space: nowrap;
        margin-inline-start: 1rem;
        padding-inline-start: 0.5rem;
    }

    .menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)), .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
        display: grid;
        grid-auto-flow: column;
        align-content: flex-start;
        align-items: center;
        gap: 0.5rem;
        grid-auto-columns: minmax(auto, max-content) auto max-content;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .menu li.disabled {
        cursor: not-allowed;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        color: var(--fallback-bc,oklch(var(--bc)/0.3));
    }

    .menu :where(li > .menu-dropdown:not(.menu-dropdown-show)) {
        display: none;
    }

:where(.menu li) {
    position: relative;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
}

    :where(.menu li) .badge {
        justify-self: end;
    }

.modal {
    pointer-events: none;
    position: fixed;
    inset: 0px;
    margin: 0px;
    display: grid;
    height: 100%;
    max-height: none;
    width: 100%;
    max-width: none;
    justify-items: center;
    padding: 0px;
    opacity: 0;
    overscroll-behavior: contain;
    z-index: 999;
    background-color: transparent;
    color: inherit;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-property: transform, opacity, visibility;
    overflow-y: hidden;
}

:where(.modal) {
    align-items: center;
}

.modal-box {
    max-height: calc(100vh - 5em);
    grid-column-start: 1;
    grid-row-start: 1;
    width: 91.666667%;
    max-width: 32rem;
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-bottom-right-radius: var(--rounded-box, 1rem);
    border-bottom-left-radius: var(--rounded-box, 1rem);
    border-top-left-radius: var(--rounded-box, 1rem);
    border-top-right-radius: var(--rounded-box, 1rem);
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
    padding: 1.5rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 200ms;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.modal-open,
.modal:target,
.modal-toggle:checked + .modal,
.modal[open] {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}

.modal-action {
    display: flex;
    margin-top: 1.5rem;
    justify-content: flex-end;
}

:root:has(:is(.modal-open, .modal:target, .modal-toggle:checked + .modal, .modal[open])) {
    overflow: hidden;
    scrollbar-gutter: stable;
}

.radio {
    flex-shrink: 0;
    --chkbg: var(--bc);
    height: 1.5rem;
    width: 1.5rem;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 9999px;
    border-width: 1px;
    border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
    --tw-border-opacity: 0.2;
}

.range {
    height: 1.5rem;
    width: 100%;
    cursor: pointer;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    --range-shdw: var(--fallback-bc,oklch(var(--bc)/1));
    overflow: hidden;
    border-radius: var(--rounded-box, 1rem);
    background-color: transparent;
}

    .range:focus {
        outline: none;
    }

.select {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 3rem;
    min-height: 3rem;
    padding-left: 1rem;
    padding-right: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 2;
    border-radius: var(--rounded-btn, 0.5rem);
    border-width: 1px;
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
    background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1px + 50%), calc(100% - 16.1px) calc(1px + 50%);
    background-size: 4px 4px, 4px 4px;
    background-repeat: no-repeat;
}

    .select[multiple] {
        height: auto;
    }

.steps .step {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-columns: auto;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-template-rows: 40px 1fr;
    place-items: center;
    text-align: center;
    min-width: 4rem;
}

.swap {
    position: relative;
    display: inline-grid;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    place-content: center;
    cursor: pointer;
}

    .swap > * {
        grid-column-start: 1;
        grid-row-start: 1;
        transition-duration: 300ms;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
        transition-property: transform, opacity;
    }

    .swap input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .swap .swap-on,
        .swap .swap-indeterminate,
        .swap input:indeterminate ~ .swap-on {
            opacity: 0;
        }

        .swap input:checked ~ .swap-off,
        .swap-active .swap-off,
        .swap input:indeterminate ~ .swap-off {
            opacity: 0;
        }

        .swap input:checked ~ .swap-on,
        .swap-active .swap-on,
        .swap input:indeterminate ~ .swap-indeterminate {
            opacity: 1;
        }

.table {
    position: relative;
    width: 100%;
    border-radius: var(--rounded-box, 1rem);
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

    .table :where(.table-pin-rows thead tr) {
        position: sticky;
        top: 0px;
        z-index: 1;
        --tw-bg-opacity: 1;
        background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
    }

    .table :where(.table-pin-rows tfoot tr) {
        position: sticky;
        bottom: 0px;
        z-index: 1;
        --tw-bg-opacity: 1;
        background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
    }

    .table :where(.table-pin-cols tr th) {
        position: sticky;
        left: 0px;
        right: 0px;
        --tw-bg-opacity: 1;
        background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
    }

.textarea {
    min-height: 3rem;
    flex-shrink: 1;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 2;
    border-radius: var(--rounded-btn, 0.5rem);
    border-width: 1px;
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}

.toggle {
    flex-shrink: 0;
    --tglbg: var(--fallback-b1,oklch(var(--b1)/1));
    --handleoffset: 1.5rem;
    --handleoffsetcalculator: calc(var(--handleoffset) * -1);
    --togglehandleborder: 0 0;
    height: 1.5rem;
    width: 3rem;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--rounded-badge, 1.9rem);
    border-width: 1px;
    border-color: currentColor;
    background-color: currentColor;
    color: var(--fallback-bc,oklch(var(--bc)/0.5));
    transition: background, box-shadow var(--animation-input, 0.2s) ease-out;
    box-shadow: var(--handleoffsetcalculator) 0 0 2px var(--tglbg) inset, 0 0 0 2px var(--tglbg) inset, var(--togglehandleborder);
}

.btm-nav > *:where(.active) {
    border-top-width: 2px;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}

.btm-nav > *.disabled,
.btm-nav > *[disabled] {
    pointer-events: none;
    --tw-border-opacity: 0;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-bg-opacity: 0.1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
}

.btm-nav > * .label {
    font-size: 1rem;
    line-height: 1.5rem;
}

.btn:active:hover,
.btn:active:focus {
    animation: button-pop 0s ease-out;
    transform: scale(var(--btn-focus-scale, 0.97));
}

@supports not (color: oklch(0% 0 0)) {
    .btn {
        background-color: var(--btn-color, var(--fallback-b2));
        border-color: var(--btn-color, var(--fallback-b2));
    }

    .btn-primary {
        --btn-color: var(--fallback-p);
    }

    .btn-error {
        --btn-color: var(--fallback-er);
    }
}

@supports (color: color-mix(in oklab, black, black)) {
    .btn-outline.btn-primary.btn-active {
        background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
        border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    }

    .btn-outline.btn-secondary.btn-active {
        background-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
        border-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
    }

    .btn-outline.btn-accent.btn-active {
        background-color: color-mix(in oklab, var(--fallback-a,oklch(var(--a)/1)) 90%, black);
        border-color: color-mix(in oklab, var(--fallback-a,oklch(var(--a)/1)) 90%, black);
    }

    .btn-outline.btn-success.btn-active {
        background-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black);
        border-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black);
    }

    .btn-outline.btn-info.btn-active {
        background-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black);
        border-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black);
    }

    .btn-outline.btn-warning.btn-active {
        background-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black);
        border-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black);
    }

    .btn-outline.btn-error.btn-active {
        background-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
        border-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
    }
}

.btn:focus-visible {
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
}

.btn-primary {
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
    outline-color: var(--fallback-p,oklch(var(--p)/1));
}

@supports (color: oklch(0% 0 0)) {
    .btn-primary {
        --btn-color: var(--p);
    }

    .btn-error {
        --btn-color: var(--er);
    }
}

.btn-error {
    --tw-text-opacity: 1;
    color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
    outline-color: var(--fallback-er,oklch(var(--er)/1));
}

.btn.glass {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline-color: currentColor;
}

    .btn.glass.btn-active {
        --glass-opacity: 25%;
        --glass-border-opacity: 15%;
    }

.btn-outline {
    border-color: currentColor;
    background-color: transparent;
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

    .btn-outline.btn-active {
        --tw-border-opacity: 1;
        border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
        --tw-bg-opacity: 1;
        background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
        --tw-text-opacity: 1;
        color: var(--fallback-b1,oklch(var(--b1)/var(--tw-text-opacity)));
    }

    .btn-outline.btn-primary {
        --tw-text-opacity: 1;
        color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)));
    }

        .btn-outline.btn-primary.btn-active {
            --tw-text-opacity: 1;
            color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
        }

    .btn-outline.btn-secondary {
        --tw-text-opacity: 1;
        color: var(--fallback-s,oklch(var(--s)/var(--tw-text-opacity)));
    }

        .btn-outline.btn-secondary.btn-active {
            --tw-text-opacity: 1;
            color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
        }

    .btn-outline.btn-accent {
        --tw-text-opacity: 1;
        color: var(--fallback-a,oklch(var(--a)/var(--tw-text-opacity)));
    }

        .btn-outline.btn-accent.btn-active {
            --tw-text-opacity: 1;
            color: var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)));
        }

    .btn-outline.btn-success {
        --tw-text-opacity: 1;
        color: var(--fallback-su,oklch(var(--su)/var(--tw-text-opacity)));
    }

        .btn-outline.btn-success.btn-active {
            --tw-text-opacity: 1;
            color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)));
        }

    .btn-outline.btn-info {
        --tw-text-opacity: 1;
        color: var(--fallback-in,oklch(var(--in)/var(--tw-text-opacity)));
    }

        .btn-outline.btn-info.btn-active {
            --tw-text-opacity: 1;
            color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)));
        }

    .btn-outline.btn-warning {
        --tw-text-opacity: 1;
        color: var(--fallback-wa,oklch(var(--wa)/var(--tw-text-opacity)));
    }

        .btn-outline.btn-warning.btn-active {
            --tw-text-opacity: 1;
            color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)));
        }

    .btn-outline.btn-error {
        --tw-text-opacity: 1;
        color: var(--fallback-er,oklch(var(--er)/var(--tw-text-opacity)));
    }

        .btn-outline.btn-error.btn-active {
            --tw-text-opacity: 1;
            color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
        }

.btn.btn-disabled,
.btn[disabled],
.btn:disabled {
    --tw-border-opacity: 0;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-bg-opacity: 0.2;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
}

.btn:is(input[type="checkbox"]:checked),
.btn:is(input[type="radio"]:checked) {
    --tw-border-opacity: 1;
    border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}

    .btn:is(input[type="checkbox"]:checked):focus-visible, .btn:is(input[type="radio"]:checked):focus-visible {
        outline-color: var(--fallback-p,oklch(var(--p)/1));
    }

@keyframes button-pop {
    0% {
        transform: scale(var(--btn-focus-scale, 0.98));
    }

    40% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

.checkbox:focus {
    box-shadow: none;
}

.checkbox:focus-visible {
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}

.checkbox:checked,
.checkbox[aria-checked="true"] {
    background-repeat: no-repeat;
    animation: checkmark var(--animation-input, 0.2s) ease-out;
    background-color: var(--chkbg);
    background-image: linear-gradient(-45deg, transparent 65%, var(--chkbg) 65.99%), linear-gradient(45deg, transparent 75%, var(--chkbg) 75.99%), linear-gradient(-45deg, var(--chkbg) 40%, transparent 40.99%), linear-gradient( 45deg, var(--chkbg) 30%, var(--chkfg) 30.99%, var(--chkfg) 40%, transparent 40.99% ), linear-gradient(-45deg, var(--chkfg) 50%, var(--chkbg) 50.99%);
}

.checkbox:indeterminate {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
    background-repeat: no-repeat;
    animation: checkmark var(--animation-input, 0.2s) ease-out;
    background-image: linear-gradient(90deg, transparent 80%, var(--chkbg) 80%), linear-gradient(-90deg, transparent 80%, var(--chkbg) 80%), linear-gradient(0deg, var(--chkbg) 43%, var(--chkfg) 43%, var(--chkfg) 57%, var(--chkbg) 57%);
}

.checkbox:disabled {
    cursor: not-allowed;
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
    opacity: 0.2;
}

@keyframes checkmark {
    0% {
        background-position-y: 5px;
    }

    50% {
        background-position-y: -2px;
    }

    100% {
        background-position-y: 0;
    }
}

.dropdown.dropdown-open .dropdown-content,
.dropdown:focus .dropdown-content,
.dropdown:focus-within .dropdown-content {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.input input {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
    background-color: transparent;
}

    .input input:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

.input[list]::-webkit-calendar-picker-indicator {
    line-height: 1em;
}

.input:focus,
.input:focus-within {
    box-shadow: none;
    border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}

.input-disabled,
.input:disabled,
.input[disabled] {
    cursor: not-allowed;
    --tw-border-opacity: 1;
    border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
    color: var(--fallback-bc,oklch(var(--bc)/0.4));
}

    .input-disabled::-moz-placeholder, .input:disabled::-moz-placeholder, .input[disabled]::-moz-placeholder {
        color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
        --tw-placeholder-opacity: 0.2;
    }

    .input-disabled::placeholder,
    .input:disabled::placeholder,
    .input[disabled]::placeholder {
        color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
        --tw-placeholder-opacity: 0.2;
    }

.input::-webkit-date-and-time-value {
    text-align: inherit;
}

.link:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

:where(.menu li:empty) {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
    opacity: 0.1;
    margin: 0.5rem 1rem;
    height: 1px;
}

.menu :where(li ul):before {
    position: absolute;
    bottom: 0.75rem;
    inset-inline-start: 0px;
    top: 0.75rem;
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
    opacity: 0.1;
    content: "";
}

.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)),
.menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
    border-radius: var(--rounded-btn, 0.5rem);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: start;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 200ms;
    text-wrap: balance;
}

:where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):is(summary):not(.active, .btn):focus-visible, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):is(summary):not(.active, .btn):focus-visible {
    cursor: pointer;
    background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}

.menu :where(li > details > summary)::-webkit-details-marker {
    display: none;
}

.menu :where(li > details > summary):after,
.menu :where(li > .menu-dropdown-toggle):after {
    justify-self: end;
    display: block;
    margin-top: -0.5rem;
    height: 0.5rem;
    width: 0.5rem;
    transform: rotate(45deg);
    transition-property: transform, margin-top;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    content: "";
    transform-origin: 75% 75%;
    box-shadow: 2px 2px;
    pointer-events: none;
}

.menu :where(li > details[open] > summary):after,
.menu :where(li > .menu-dropdown-toggle.menu-dropdown-show):after {
    transform: rotate(225deg);
    margin-top: 0;
}

.mockup-browser .mockup-browser-toolbar .input {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 1.75rem;
    width: 24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
    padding-left: 2rem;
    direction: ltr;
}

    .mockup-browser .mockup-browser-toolbar .input:before {
        content: "";
        position: absolute;
        left: 0.5rem;
        top: 50%;
        aspect-ratio: 1 / 1;
        height: 0.75rem;
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        border-radius: 9999px;
        border-width: 2px;
        border-color: currentColor;
        opacity: 0.6;
    }

    .mockup-browser .mockup-browser-toolbar .input:after {
        content: "";
        position: absolute;
        left: 1.25rem;
        top: 50%;
        height: 0.5rem;
        --tw-translate-y: 25%;
        --tw-rotate: -45deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        border-radius: 9999px;
        border-width: 1px;
        border-color: currentColor;
        opacity: 0.6;
    }

.modal:not(dialog:not(.modal-open)),
.modal::backdrop {
    background-color: #0006;
    animation: modal-pop 0.2s ease-out;
}

.modal-open .modal-box,
.modal-toggle:checked + .modal .modal-box,
.modal:target .modal-box,
.modal[open] .modal-box {
    --tw-translate-y: 0px;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.modal-action > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

@keyframes modal-pop {
    0% {
        opacity: 0;
    }
}

@keyframes progress-loading {
    50% {
        background-position-x: -115%;
    }
}

.radio:focus {
    box-shadow: none;
}

.radio:focus-visible {
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}

.radio:checked,
.radio[aria-checked="true"] {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
    background-image: none;
    animation: radiomark var(--animation-input, 0.2s) ease-out;
    box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset, 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset;
}

.radio:disabled {
    cursor: not-allowed;
    opacity: 0.2;
}

@keyframes radiomark {
    0% {
        box-shadow: 0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset, 0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset;
    }

    50% {
        box-shadow: 0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset, 0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset;
    }

    100% {
        box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset, 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset;
    }
}

.range:focus-visible::-webkit-slider-thumb {
    --focus-shadow: 0 0 0 6px var(--fallback-b1,oklch(var(--b1)/1)) inset, 0 0 0 2rem var(--range-shdw) inset;
}

.range:focus-visible::-moz-range-thumb {
    --focus-shadow: 0 0 0 6px var(--fallback-b1,oklch(var(--b1)/1)) inset, 0 0 0 2rem var(--range-shdw) inset;
}

.range::-webkit-slider-runnable-track {
    height: 0.5rem;
    width: 100%;
    border-radius: var(--rounded-box, 1rem);
    background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
}

.range::-moz-range-track {
    height: 0.5rem;
    width: 100%;
    border-radius: var(--rounded-box, 1rem);
    background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
}

.range::-webkit-slider-thumb {
    position: relative;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: var(--rounded-box, 1rem);
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
    appearance: none;
    -webkit-appearance: none;
    top: 50%;
    color: var(--range-shdw);
    transform: translateY(-50%);
    --filler-size: 100rem;
    --filler-offset: 0.6rem;
    box-shadow: 0 0 0 3px var(--range-shdw) inset, var(--focus-shadow, 0 0), calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size);
}

.range::-moz-range-thumb {
    position: relative;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: var(--rounded-box, 1rem);
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
    top: 50%;
    color: var(--range-shdw);
    --filler-size: 100rem;
    --filler-offset: 0.5rem;
    box-shadow: 0 0 0 3px var(--range-shdw) inset, var(--focus-shadow, 0 0), calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size);
}

.range-info {
    --range-shdw: var(--fallback-in,oklch(var(--in)/1));
}

@keyframes rating-pop {
    0% {
        transform: translateY(-0.125em);
    }

    40% {
        transform: translateY(-0.125em);
    }

    100% {
        transform: translateY(0);
    }
}

.select:focus {
    box-shadow: none;
    border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}

.select-disabled,
.select:disabled,
.select[disabled] {
    cursor: not-allowed;
    --tw-border-opacity: 1;
    border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
}

    .select-disabled::-moz-placeholder, .select:disabled::-moz-placeholder, .select[disabled]::-moz-placeholder {
        color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
        --tw-placeholder-opacity: 0.2;
    }

    .select-disabled::placeholder,
    .select:disabled::placeholder,
    .select[disabled]::placeholder {
        color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
        --tw-placeholder-opacity: 0.2;
    }

.select-multiple,
.select[multiple],
.select[size].select:not([size="1"]) {
    background-image: none;
    padding-right: 1rem;
}

[dir="rtl"] .select {
    background-position: calc(0% + 12px) calc(1px + 50%), calc(0% + 16px) calc(1px + 50%);
}

@keyframes skeleton {
    from {
        background-position: 150%;
    }

    to {
        background-position: -50%;
    }
}

.steps .step:before {
    top: 0px;
    grid-column-start: 1;
    grid-row-start: 1;
    height: 0.5rem;
    width: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    content: "";
    margin-inline-start: -100%;
}

.steps .step:after {
    content: counter(step);
    counter-increment: step;
    z-index: 1;
    position: relative;
    grid-column-start: 1;
    grid-row-start: 1;
    display: grid;
    height: 2rem;
    width: 2rem;
    place-items: center;
    place-self: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}

.steps .step:first-child:before {
    content: none;
}

.steps .step[data-content]:after {
    content: attr(data-content);
}

.swap-rotate .swap-on,
.swap-rotate .swap-indeterminate,
.swap-rotate input:indeterminate ~ .swap-on {
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.swap-rotate input:checked ~ .swap-off,
.swap-active:where(.swap-rotate) .swap-off,
.swap-rotate input:indeterminate ~ .swap-off {
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.swap-rotate input:checked ~ .swap-on,
.swap-active:where(.swap-rotate) .swap-on,
.swap-rotate input:indeterminate ~ .swap-indeterminate {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.swap-flip .swap-on,
.swap-flip .swap-indeterminate,
.swap-flip input:indeterminate ~ .swap-on {
    transform: rotateY(180deg);
    backface-visibility: hidden;
    opacity: 1;
}

.swap-flip input:checked ~ .swap-off,
.swap-active:where(.swap-flip) .swap-off,
.swap-flip input:indeterminate ~ .swap-off {
    transform: rotateY(-180deg);
    backface-visibility: hidden;
    opacity: 1;
}

.swap-flip input:checked ~ .swap-on,
.swap-active:where(.swap-flip) .swap-on,
.swap-flip input:indeterminate ~ .swap-indeterminate {
    transform: rotateY(0deg);
}

:is([dir="rtl"] .table) {
    text-align: right;
}

.table :where(th, td) {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    vertical-align: middle;
}

.table tr.active,
.table tr.active:nth-child(even),
.table-zebra tbody tr:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
}

.table-zebra tr.active,
.table-zebra tr.active:nth-child(even),
.table-zebra-zebra tbody tr:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
}

.table :where(thead tr, tbody tr:not(:last-child),tbody tr:first-child:last-child) {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}

.table :where(thead, tfoot) {
    white-space: nowrap;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    color: var(--fallback-bc,oklch(var(--bc)/0.6));
}

.table :where(tfoot) {
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-top-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}

.textarea:focus {
    box-shadow: none;
    border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}

.textarea-disabled,
.textarea:disabled,
.textarea[disabled] {
    cursor: not-allowed;
    --tw-border-opacity: 1;
    border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
    --tw-text-opacity: 0.2;
}

    .textarea-disabled::-moz-placeholder, .textarea:disabled::-moz-placeholder, .textarea[disabled]::-moz-placeholder {
        color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
        --tw-placeholder-opacity: 0.2;
    }

    .textarea-disabled::placeholder,
    .textarea:disabled::placeholder,
    .textarea[disabled]::placeholder {
        color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
        --tw-placeholder-opacity: 0.2;
    }

@keyframes toast-pop {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

[dir="rtl"] .toggle {
    --handleoffsetcalculator: calc(var(--handleoffset) * 1);
}

.toggle:focus-visible {
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}

.toggle:hover {
    background-color: currentColor;
}

.toggle:checked,
.toggle[aria-checked="true"] {
    background-image: none;
    --handleoffsetcalculator: var(--handleoffset);
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}

[dir="rtl"] .toggle:checked, [dir="rtl"] .toggle[aria-checked="true"] {
    --handleoffsetcalculator: calc(var(--handleoffset) * -1);
}

.toggle:indeterminate {
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    box-shadow: calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset, calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset, 0 0 0 2px var(--tglbg) inset;
}

[dir="rtl"] .toggle:indeterminate {
    box-shadow: calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset, calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset, 0 0 0 2px var(--tglbg) inset;
}

.toggle:disabled {
    cursor: not-allowed;
    --tw-border-opacity: 1;
    border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
    background-color: transparent;
    opacity: 0.3;
    --togglehandleborder: 0 0 0 3px var(--fallback-bc,oklch(var(--bc)/1)) inset, var(--handleoffsetcalculator) 0 0 3px var(--fallback-bc,oklch(var(--bc)/1)) inset;
}

.btm-nav-xs > *:where(.active) {
    border-top-width: 1px;
}

.btm-nav-sm > *:where(.active) {
    border-top-width: 2px;
}

.btm-nav-md > *:where(.active) {
    border-top-width: 2px;
}

.btm-nav-lg > *:where(.active) {
    border-top-width: 4px;
}

.btn-sm {
    height: 2rem;
    min-height: 2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.875rem;
}

.btn-square:where(.btn-sm) {
    height: 2rem;
    width: 2rem;
    padding: 0px;
}

.btn-circle:where(.btn-sm) {
    height: 2rem;
    width: 2rem;
    border-radius: 9999px;
    padding: 0px;
}

.range-xs {
    height: 1rem;
}

    .range-xs::-webkit-slider-runnable-track {
        height: 0.25rem;
    }

    .range-xs::-moz-range-track {
        height: 0.25rem;
    }

    .range-xs::-webkit-slider-thumb {
        height: 1rem;
        width: 1rem;
        --filler-offset: 0.4rem;
    }

    .range-xs::-moz-range-thumb {
        height: 1rem;
        width: 1rem;
        --filler-offset: 0.4rem;
    }

.steps-horizontal .step {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    place-items: center;
    text-align: center;
}

.steps-vertical .step {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
}

.modal-top :where(.modal-box) {
    width: 100%;
    max-width: none;
    --tw-translate-y: -2.5rem;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-bottom-right-radius: var(--rounded-box, 1rem);
    border-bottom-left-radius: var(--rounded-box, 1rem);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.modal-middle :where(.modal-box) {
    width: 91.666667%;
    max-width: 32rem;
    --tw-translate-y: 0px;
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-top-left-radius: var(--rounded-box, 1rem);
    border-top-right-radius: var(--rounded-box, 1rem);
    border-bottom-right-radius: var(--rounded-box, 1rem);
    border-bottom-left-radius: var(--rounded-box, 1rem);
}

.modal-bottom :where(.modal-box) {
    width: 100%;
    max-width: none;
    --tw-translate-y: 2.5rem;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-top-left-radius: var(--rounded-box, 1rem);
    border-top-right-radius: var(--rounded-box, 1rem);
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.steps-horizontal .step {
    grid-template-rows: 40px 1fr;
    grid-template-columns: auto;
    min-width: 4rem;
}

    .steps-horizontal .step:before {
        height: 0.5rem;
        width: 100%;
        --tw-translate-x: 0px;
        --tw-translate-y: 0px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        content: "";
        margin-inline-start: -100%;
    }

:is([dir="rtl"] .steps-horizontal .step):before {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.steps-vertical .step {
    gap: 0.5rem;
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto;
    min-height: 4rem;
    justify-items: start;
}

    .steps-vertical .step:before {
        height: 100%;
        width: 0.5rem;
        --tw-translate-x: -50%;
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        margin-inline-start: 50%;
    }

:is([dir="rtl"] .steps-vertical .step):before {
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.pointer-events-none {
    pointer-events: none;
}

.invisible {
    visibility: hidden;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    inset: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.left-0 {
    left: 0px;
}

.right-0 {
    right: 0px;
}

.top-0 {
    top: 0px;
}

.z-50 {
    z-index: 50;
}

.z-\[51\] {
    z-index: 51;
}

.col-span-11 {
    grid-column: span 11 / span 11;
}

.col-span-12 {
    grid-column: span 12 / span 12;
}

.col-span-3 {
    grid-column: span 3 / span 3;
}

.col-span-4 {
    grid-column: span 4 / span 4;
}

.col-span-5 {
    grid-column: span 5 / span 5;
}

.col-span-6 {
    grid-column: span 6 / span 6;
}

.col-span-7 {
    grid-column: span 7 / span 7;
}

.col-span-8 {
    grid-column: span 8 / span 8;
}

.col-span-9 {
    grid-column: span 9 / span 9;
}

.m-0 {
    margin: 0px;
}

.m-3 {
    margin: 0.75rem;
}

.-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.-mb-10 {
    margin-bottom: -2.5rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.ml-0 {
    margin-left: 0px;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.ml-4 {
    margin-left: 1rem;
}

.ml-auto {
    margin-left: auto;
}

.mr-0 {
    margin-right: 0px;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mr-5 {
    margin-right: 1.25rem;
}

.mr-auto {
    margin-right: auto;
}

.mt-0 {
    margin-top: 0px;
}

.mt-0\.5 {
    margin-top: 0.125rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-24 {
    margin-top: 6rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}

.h-2 {
    height: 0.5rem;
}

.h-3 {
    height: 0.75rem;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-8 {
    height: 2rem;
}

.h-\[45px\] {
    height: 45px;
}

.h-\[70px\] {
    height: 70px;
}

.h-full {
    height: 100%;
}

.min-h-\[380px\] {
    min-height: 380px;
}

.w-10 {
    width: 2.5rem;
}

.w-12 {
    width: 3rem;
}

.w-16 {
    width: 4rem;
}

.w-2 {
    width: 0.5rem;
}

.w-20 {
    width: 5rem;
}

.w-24 {
    width: 6rem;
}

.w-3 {
    width: 0.75rem;
}

.w-32 {
    width: 8rem;
}

.w-4 {
    width: 1rem;
}

.w-40 {
    width: 10rem;
}

.w-48 {
    width: 12rem;
}

.w-5 {
    width: 1.25rem;
}

.w-56 {
    width: 14rem;
}

.w-6 {
    width: 1.5rem;
}

.w-8 {
    width: 2rem;
}

.w-80 {
    width: 20rem;
}

.w-full {
    width: 100%;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-none {
    flex: none;
}

.basis-1\/5 {
    flex-basis: 20%;
}

.origin-top {
    transform-origin: top;
}

.translate-x-full {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes ping {
    75%, 100% {
        transform: scale(2);
        opacity: 0;
    }
}

.animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.resize {
    resize: both;
}

.grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-start {
    align-items: flex-start;
}

.items-center {
    align-items: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.text-wrap {
    text-wrap: wrap;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-sm {
    border-radius: 0.125rem;
}

.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-t {
    border-top-width: 1px;
}

.border-dashed {
    border-style: dashed;
}

.border-slate-200\/60 {
    border-color: rgb(var(--color-slate-200) / 0.6);
}

.border-transparent {
    border-color: transparent;
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-white\/\[0\.08\] {
    border-color: rgb(255 255 255 / 0.08);
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-pending {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-pending) / var(--tw-bg-opacity));
}

.bg-pending\/10 {
    background-color: rgb(var(--color-pending) / 0.1);
}

.bg-pending\/20 {
    background-color: rgb(var(--color-pending) / 0.2);
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
}

.bg-primary\/10 {
    background-color: rgb(var(--color-primary) / 0.1);
}

.bg-primary\/80 {
    background-color: rgb(var(--color-primary) / 0.8);
}

.bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
}

.bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-200) / var(--tw-bg-opacity));
}

.bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-50) / var(--tw-bg-opacity));
}

.bg-success {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-success) / var(--tw-bg-opacity));
}

.bg-success\/20 {
    background-color: rgb(var(--color-success) / 0.2);
}

.bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-warning) / var(--tw-bg-opacity));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-5 {
    padding: 1.25rem;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-20 {
    padding-bottom: 5rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pl-3 {
    padding-left: 0.75rem;
}

.pl-5 {
    padding-left: 1.25rem;
}

.pr-5 {
    padding-right: 1.25rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.font-bold {
    font-weight: 700;
}

.font-medium {
    font-weight: 500;
}

.uppercase {
    text-transform: uppercase;
}

.leading-relaxed {
    line-height: 1.625;
}

.text-danger {
    --tw-text-opacity: 1;
    color: rgb(var(--color-danger) / var(--tw-text-opacity));
}

.text-info {
    --tw-text-opacity: 1;
    color: rgb(var(--color-info) / var(--tw-text-opacity));
}

.text-pending {
    --tw-text-opacity: 1;
    color: rgb(var(--color-pending) / var(--tw-text-opacity));
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(var(--color-primary) / var(--tw-text-opacity));
}

.text-primary\/80 {
    color: rgb(var(--color-primary) / 0.8);
}

.text-sky-500 {
    --tw-text-opacity: 1;
    color: rgb(14 165 233 / var(--tw-text-opacity));
}

.text-slate-400 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-400) / var(--tw-text-opacity));
}

.text-slate-500 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-500) / var(--tw-text-opacity));
}

.text-slate-600 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-600) / var(--tw-text-opacity));
}

.text-success {
    --tw-text-opacity: 1;
    color: rgb(var(--color-success) / var(--tw-text-opacity));
}

.text-warning {
    --tw-text-opacity: 1;
    color: rgb(var(--color-warning) / var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-white\/60 {
    color: rgb(255 255 255 / 0.6);
}

.text-white\/70 {
    color: rgb(255 255 255 / 0.7);
}

.opacity-0 {
    opacity: 0;
}

.opacity-50 {
    opacity: 0.5;
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-slate-500\/50 {
    --tw-shadow-color: rgb(var(--color-slate-500) / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-500 {
    transition-duration: 500ms;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}

::before,
::after {
    --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

    /*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        opacity: 1;
        /* 1 */
        color: #9ca3af;
        /* 2 */
    }

    input::-moz-placeholder, textarea::-moz-placeholder {
        opacity: 1;
        /* 1 */
        color: #9ca3af;
        /* 2 */
    }

    input::placeholder,
    textarea::placeholder {
        opacity: 1;
        /* 1 */
        color: #9ca3af;
        /* 2 */
    }

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
    display: none;
}

[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

    [type='text']:focus,
    [type='email']:focus,
    [type='url']:focus,
    [type='password']:focus,
    [type='number']:focus,
    [type='date']:focus,
    [type='datetime-local']:focus,
    [type='month']:focus,
    [type='search']:focus,
    [type='tel']:focus,
    [type='time']:focus,
    [type='week']:focus,
    [multiple]:focus,
    textarea:focus,
    select:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
        --tw-ring-inset: var(--tw-empty,
        /*!*/
        /*!*/
        );
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: #2563eb;
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        border-color: #2563eb;
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #6b7280;
        opacity: 1;
    }

    input::-moz-placeholder, textarea::-moz-placeholder {
        color: #6b7280;
        opacity: 1;
    }

    input::placeholder,
    textarea::placeholder {
        color: #6b7280;
        opacity: 1;
    }

::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

::-webkit-date-and-time-value {
    min-height: 1.5em;
}

::-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-top: 0;
    padding-bottom: 0;
}

select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

[multiple] {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
    print-color-adjust: unset;
}

[type='checkbox'],
[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
    border-radius: 0px;
}

[type='radio'] {
    border-radius: 100%;
}

    [type='checkbox']:focus,
    [type='radio']:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
        --tw-ring-inset: var(--tw-empty,
        /*!*/
        /*!*/
        );
        --tw-ring-offset-width: 2px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: #2563eb;
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    [type='checkbox']:checked,
    [type='radio']:checked {
        border-color: transparent;
        background-color: currentColor;
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

[type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

    [type='checkbox']:checked:hover,
    [type='checkbox']:checked:focus,
    [type='radio']:checked:hover,
    [type='radio']:checked:focus {
        border-color: transparent;
        background-color: currentColor;
    }

[type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

    [type='checkbox']:indeterminate:hover,
    [type='checkbox']:indeterminate:focus {
        border-color: transparent;
        background-color: currentColor;
    }

[type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}

    [type='file']:focus {
        outline: 1px solid ButtonText;
        outline: 1px auto -webkit-focus-ring-color;
    }

*,
::before,
::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:;
    --tw-gradient-via-position:;
    --tw-gradient-to-position:;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:;
    --tw-gradient-via-position:;
    --tw-gradient-to-position:;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

.form-input,
.form-textarea,
.form-select,
.form-multiselect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

    .form-input:focus,
    .form-textarea:focus,
    .form-select:focus,
    .form-multiselect:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
        --tw-ring-inset: var(--tw-empty,
        /*!*/
        /*!*/
        );
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: #2563eb;
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        border-color: #2563eb;
    }

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

.accordion .accordion-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .accordion .accordion-item:not(:last-child) {
        border-bottom-width: 1px;
        border-color: rgb(var(--color-slate-200) / 0.6);
    }

:is(.dark .accordion .accordion-item:not(:last-child)) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity));
}

.accordion .accordion-item:first-child {
    margin-top: -1rem;
}

.accordion .accordion-item:last-child {
    margin-bottom: -1rem;
}

.accordion .accordion-item .accordion-header .accordion-button {
    margin-top: -1rem;
    margin-bottom: -1rem;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left;
    font-weight: 500;
}

:is(.dark .accordion .accordion-item .accordion-header .accordion-button) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-400) / var(--tw-text-opacity));
}

.accordion .accordion-item .accordion-header .accordion-button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-primary) / var(--tw-text-opacity));
}

:is(.dark .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

.accordion .accordion-collapse {
    margin-top: 0.75rem;
    line-height: 1.625;
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-700) / var(--tw-text-opacity));
}

:is(.dark .accordion .accordion-collapse) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-400) / var(--tw-text-opacity));
}

.accordion .accordion-collapse.collapse:not(.show) {
    display: none;
}

.accordion .accordion-collapse.collapse.show {
    visibility: visible;
}

.accordion.accordion-boxed .accordion-item {
    margin-top: 0.75rem;
    border-width: 1px;
    border-color: rgb(var(--color-slate-200) / 0.6);
    padding: 1rem;
}

:is(.dark .accordion.accordion-boxed .accordion-item) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity));
}

.accordion.accordion-boxed .accordion-item:first-child {
    margin-top: 0px;
}

.accordion.accordion-boxed .accordion-item:last-child {
    margin-bottom: 0px;
}

.alert {
    position: relative;
    border-radius: 0.375rem;
    border-width: 1px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .alert.alert-dismissible {
        padding-left: 1.25rem;
        padding-right: 4rem;
    }

        .alert.alert-dismissible:not(.show) {
            display: none;
        }

    .alert .btn-close {
        position: absolute;
        right: 0px;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 0.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

.btn-close {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-800) / var(--tw-text-opacity));
}

/* Alert Colors */

.alert-primary {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .alert-primary) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
}

.alert-secondary {
    border-color: rgb(var(--color-secondary) / 0.7);
    background-color: rgb(var(--color-secondary) / 0.7);
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-500) / var(--tw-text-opacity));
}

:is(.dark .alert-secondary) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

.alert-success {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-success) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-success) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-900) / var(--tw-text-opacity));
}

:is(.dark .alert-success) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-success) / var(--tw-border-opacity));
}

.alert-warning {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-warning) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-warning) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-900) / var(--tw-text-opacity));
}

:is(.dark .alert-warning) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-warning) / var(--tw-border-opacity));
}

.alert-pending {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-pending) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-pending) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .alert-pending) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-pending) / var(--tw-border-opacity));
}

.alert-danger {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-danger) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-danger) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .alert-danger) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-danger) / var(--tw-border-opacity));
}

.alert-dark {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-dark) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-dark) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .alert-dark) {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

/* Outline Button */

.alert-outline-primary {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-primary) / var(--tw-text-opacity));
}

:is(.dark .alert-outline-primary) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
}

.alert-outline-secondary {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-secondary) / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-500) / var(--tw-text-opacity));
}

:is(.dark .alert-outline-secondary) {
    border-color: rgb(var(--color-darkmode-100) / 0.4);
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

.alert-outline-success {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-success) / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-success) / var(--tw-text-opacity));
}

:is(.dark .alert-outline-success) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-success) / var(--tw-border-opacity));
}

.alert-outline-warning {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-warning) / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-warning) / var(--tw-text-opacity));
}

:is(.dark .alert-outline-warning) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-warning) / var(--tw-border-opacity));
}

.alert-outline-pending {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-pending) / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-pending) / var(--tw-text-opacity));
}

:is(.dark .alert-outline-pending) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-pending) / var(--tw-border-opacity));
}

.alert-outline-danger {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-danger) / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-danger) / var(--tw-text-opacity));
}

:is(.dark .alert-outline-danger) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-danger) / var(--tw-border-opacity));
}

.alert-outline-dark {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-dark) / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-dark) / var(--tw-text-opacity));
}

:is(.dark .alert-outline-dark) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-800) / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

/* Button Soft Colors */

.alert-primary-soft {
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgb(var(--color-primary) / var(--tw-text-opacity));
}

:is(.dark .alert-primary-soft) {
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
    --tw-border-opacity: 1;
    --tw-bg-opacity: 0.2;
}

.alert-secondary-soft {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-secondary) / var(--tw-border-opacity));
    background-color: rgb(var(--color-slate-300) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.1;
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-500) / var(--tw-text-opacity));
}

:is(.dark .alert-secondary-soft) {
    border-color: rgb(var(--color-darkmode-100) / 0.3);
    background-color: rgb(var(--color-darkmode-100) / 0.2);
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

.alert-success-soft {
    border-color: rgb(var(--color-success) / var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    background-color: rgb(var(--color-success) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgb(var(--color-success) / var(--tw-text-opacity));
}

:is(.dark .alert-success-soft) {
    border-color: rgb(var(--color-success) / var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
}

.alert-warning-soft {
    border-color: rgb(var(--color-warning) / var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    background-color: rgb(var(--color-warning) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgb(var(--color-warning) / var(--tw-text-opacity));
}

:is(.dark .alert-warning-soft) {
    border-color: rgb(var(--color-warning) / var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
}

.alert-pending-soft {
    border-color: rgb(var(--color-pending) / var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    background-color: rgb(var(--color-pending) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgb(var(--color-pending) / var(--tw-text-opacity));
}

:is(.dark .alert-pending-soft) {
    border-color: rgb(var(--color-pending) / var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
}

.alert-danger-soft {
    border-color: rgb(var(--color-danger) / var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    background-color: rgb(var(--color-danger) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgb(var(--color-danger) / var(--tw-text-opacity));
}

:is(.dark .alert-danger-soft) {
    border-color: rgb(var(--color-danger) / var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
}

.alert-dark-soft {
    border-color: rgb(var(--color-dark) / var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    background-color: rgb(var(--color-dark) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgb(var(--color-dark) / var(--tw-text-opacity));
}

:is(.dark .alert-dark-soft) {
    border-color: rgb(var(--color-darkmode-800) / 0.6);
    background-color: rgb(var(--color-darkmode-800) / 0.3);
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

/* Default Button */

.btn {
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-weight: 500;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

    .btn:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        --tw-ring-color: rgb(var(--color-primary) / var(--tw-ring-opacity));
        --tw-ring-opacity: 0.2;
    }

:is(.dark .btn) {
    transition-property: none;
}

:is(.dark .btn:focus) {
    --tw-ring-color: rgb(var(--color-slate-700) / var(--tw-ring-opacity));
    --tw-ring-opacity: 0.5;
}

.btn:hover:not(:disabled) {
    --tw-border-opacity: 0.9;
    --tw-bg-opacity: 0.9;
}

.btn:not(button) {
    text-align: center;
}

.btn:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

/* Default Sizes */

.btn-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

.btn-lg {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

/* Button Colors */

.btn-primary {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .btn-primary) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
}

.btn-secondary {
    border-color: rgb(var(--color-secondary) / 0.7);
    background-color: rgb(var(--color-secondary) / 0.7);
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-500) / var(--tw-text-opacity));
}

:is(.dark .btn-secondary) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

.btn-secondary:hover:not(:disabled) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-100) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
}

:is(.dark .btn-secondary:hover:not(:disabled)) {
    border-color: rgb(var(--color-darkmode-300) / 0.8);
    background-color: rgb(var(--color-darkmode-300) / 0.8);
}

.btn-success {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-success) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-success) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-900) / var(--tw-text-opacity));
}

:is(.dark .btn-success) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-success) / var(--tw-border-opacity));
}

.btn-warning {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-warning) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-warning) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-900) / var(--tw-text-opacity));
}

:is(.dark .btn-warning) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-warning) / var(--tw-border-opacity));
}

.btn-pending {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-pending) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-pending) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .btn-pending) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-pending) / var(--tw-border-opacity));
}

.btn-danger {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-danger) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-danger) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .btn-danger) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-danger) / var(--tw-border-opacity));
}

.btn-dark {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-dark) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-dark) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .btn-dark) {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

:is(.dark .btn-dark:hover:not(:disabled)) {
    background-color: rgb(var(--color-darkmode-800) / 0.7);
}

/* Button Elevated */

.btn-elevated-primary {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .btn-elevated-primary) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
}

.btn-elevated-primary {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-elevated-secondary {
    border-color: rgb(var(--color-secondary) / 0.7);
    background-color: rgb(var(--color-secondary) / 0.7);
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-500) / var(--tw-text-opacity));
}

:is(.dark .btn-elevated-secondary) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

.btn-elevated-secondary:hover:not(:disabled) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-100) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
}

:is(.dark .btn-elevated-secondary:hover:not(:disabled)) {
    border-color: rgb(var(--color-darkmode-300) / 0.8);
    background-color: rgb(var(--color-darkmode-300) / 0.8);
}

.btn-elevated-secondary {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-elevated-success {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-success) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-success) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-900) / var(--tw-text-opacity));
}

:is(.dark .btn-elevated-success) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-success) / var(--tw-border-opacity));
}

.btn-elevated-success {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-elevated-warning {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-warning) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-warning) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-900) / var(--tw-text-opacity));
}

:is(.dark .btn-elevated-warning) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-warning) / var(--tw-border-opacity));
}

.btn-elevated-warning {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-elevated-pending {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-pending) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-pending) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .btn-elevated-pending) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-pending) / var(--tw-border-opacity));
}

.btn-elevated-pending {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-elevated-danger {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-danger) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-danger) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .btn-elevated-danger) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-danger) / var(--tw-border-opacity));
}

.btn-elevated-danger {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-elevated-dark {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-dark) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-dark) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .btn-elevated-dark) {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

:is(.dark .btn-elevated-dark:hover:not(:disabled)) {
    background-color: rgb(var(--color-darkmode-800) / 0.7);
}

.btn-elevated-dark {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Button Rounded */

.btn-rounded {
    border-radius: 9999px;
}

.btn-rounded-primary {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .btn-rounded-primary) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
}

.btn-rounded-primary {
    border-radius: 9999px;
}

.btn-rounded-secondary {
    border-color: rgb(var(--color-secondary) / 0.7);
    background-color: rgb(var(--color-secondary) / 0.7);
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-500) / var(--tw-text-opacity));
}

:is(.dark .btn-rounded-secondary) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

.btn-rounded-secondary:hover:not(:disabled) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-100) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
}

:is(.dark .btn-rounded-secondary:hover:not(:disabled)) {
    border-color: rgb(var(--color-darkmode-300) / 0.8);
    background-color: rgb(var(--color-darkmode-300) / 0.8);
}

.btn-rounded-secondary {
    border-radius: 9999px;
}

.btn-rounded-success {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-success) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-success) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-900) / var(--tw-text-opacity));
}

:is(.dark .btn-rounded-success) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-success) / var(--tw-border-opacity));
}

.btn-rounded-success {
    border-radius: 9999px;
}

.btn-rounded-warning {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-warning) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-warning) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-900) / var(--tw-text-opacity));
}

:is(.dark .btn-rounded-warning) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-warning) / var(--tw-border-opacity));
}

.btn-rounded-warning {
    border-radius: 9999px;
}

.btn-rounded-pending {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-pending) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-pending) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .btn-rounded-pending) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-pending) / var(--tw-border-opacity));
}

.btn-rounded-pending {
    border-radius: 9999px;
}

.btn-rounded-danger {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-danger) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-danger) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .btn-rounded-danger) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-danger) / var(--tw-border-opacity));
}

.btn-rounded-danger {
    border-radius: 9999px;
}

.btn-rounded-dark {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-dark) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-dark) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .btn-rounded-dark) {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

:is(.dark .btn-rounded-dark:hover:not(:disabled)) {
    background-color: rgb(var(--color-darkmode-800) / 0.7);
}

.btn-rounded-dark {
    border-radius: 9999px;
}

/* Button Elevated Rounded */

.btn-elevated-rounded-primary {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .btn-elevated-rounded-primary) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
}

.btn-elevated-rounded-primary {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 9999px;
}

.btn-elevated-rounded-secondary {
    border-color: rgb(var(--color-secondary) / 0.7);
    background-color: rgb(var(--color-secondary) / 0.7);
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-500) / var(--tw-text-opacity));
}

:is(.dark .btn-elevated-rounded-secondary) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

.btn-elevated-rounded-secondary:hover:not(:disabled) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-100) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
}

:is(.dark .btn-elevated-rounded-secondary:hover:not(:disabled)) {
    border-color: rgb(var(--color-darkmode-300) / 0.8);
    background-color: rgb(var(--color-darkmode-300) / 0.8);
}

.btn-elevated-rounded-secondary {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 9999px;
}

.btn-elevated-rounded-success {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-success) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-success) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-900) / var(--tw-text-opacity));
}

:is(.dark .btn-elevated-rounded-success) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-success) / var(--tw-border-opacity));
}

.btn-elevated-rounded-success {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 9999px;
}

.btn-elevated-rounded-warning {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-warning) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-warning) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-900) / var(--tw-text-opacity));
}

:is(.dark .btn-elevated-rounded-warning) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-warning) / var(--tw-border-opacity));
}

.btn-elevated-rounded-warning {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 9999px;
}

.btn-elevated-rounded-pending {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-pending) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-pending) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .btn-elevated-rounded-pending) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-pending) / var(--tw-border-opacity));
}

.btn-elevated-rounded-pending {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 9999px;
}

.btn-elevated-rounded-danger {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-danger) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-danger) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .btn-elevated-rounded-danger) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-danger) / var(--tw-border-opacity));
}

.btn-elevated-rounded-danger {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 9999px;
}

.btn-elevated-rounded-dark {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-dark) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-dark) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .btn-elevated-rounded-dark) {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

:is(.dark .btn-elevated-rounded-dark:hover:not(:disabled)) {
    background-color: rgb(var(--color-darkmode-800) / 0.7);
}

.btn-elevated-rounded-dark {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 9999px;
}

/* Social Media Button */

.btn-facebook {
    --tw-border-opacity: 1;
    border-color: rgb(59 89 152 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(59 89 152 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .btn-facebook) {
    --tw-border-opacity: 1;
    border-color: rgb(59 89 152 / var(--tw-border-opacity));
}

.btn-twitter {
    --tw-border-opacity: 1;
    border-color: rgb(74 179 244 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(74 179 244 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .btn-twitter) {
    --tw-border-opacity: 1;
    border-color: rgb(74 179 244 / var(--tw-border-opacity));
}

.btn-instagram {
    --tw-border-opacity: 1;
    border-color: rgb(81 127 164 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(81 127 164 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .btn-instagram) {
    --tw-border-opacity: 1;
    border-color: rgb(81 127 164 / var(--tw-border-opacity));
}

.btn-linkedin {
    --tw-border-opacity: 1;
    border-color: rgb(0 119 181 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 119 181 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .btn-linkedin) {
    --tw-border-opacity: 1;
    border-color: rgb(0 119 181 / var(--tw-border-opacity));
}

/* Outline Button */

.btn-outline-primary {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-primary) / var(--tw-text-opacity));
}

:is(.dark .btn-outline-primary) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
}

.btn-outline-primary:hover:not(:disabled) {
    background-color: rgb(var(--color-primary) / 0.1);
}

.btn-outline-secondary {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-secondary) / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-500) / var(--tw-text-opacity));
}

:is(.dark .btn-outline-secondary) {
    border-color: rgb(var(--color-darkmode-100) / 0.4);
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

.btn-outline-secondary:hover:not(:disabled) {
    background-color: rgb(var(--color-secondary) / 0.2);
}

:is(.dark .btn-outline-secondary:hover:not(:disabled)) {
    background-color: rgb(var(--color-darkmode-100) / 0.1);
}

.btn-outline-success {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-success) / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-success) / var(--tw-text-opacity));
}

:is(.dark .btn-outline-success) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-success) / var(--tw-border-opacity));
}

.btn-outline-success:hover:not(:disabled) {
    background-color: rgb(var(--color-success) / 0.1);
}

.btn-outline-warning {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-warning) / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-warning) / var(--tw-text-opacity));
}

:is(.dark .btn-outline-warning) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-warning) / var(--tw-border-opacity));
}

.btn-outline-warning:hover:not(:disabled) {
    background-color: rgb(var(--color-warning) / 0.1);
}

.btn-outline-pending {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-pending) / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-pending) / var(--tw-text-opacity));
}

:is(.dark .btn-outline-pending) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-pending) / var(--tw-border-opacity));
}

.btn-outline-pending:hover:not(:disabled) {
    background-color: rgb(var(--color-pending) / 0.1);
}

.btn-outline-danger {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-danger) / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-danger) / var(--tw-text-opacity));
}

:is(.dark .btn-outline-danger) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-danger) / var(--tw-border-opacity));
}

.btn-outline-danger:hover:not(:disabled) {
    background-color: rgb(var(--color-danger) / 0.1);
}

.btn-outline-dark {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-dark) / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-dark) / var(--tw-text-opacity));
}

:is(.dark .btn-outline-dark) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-800) / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

.btn-outline-dark:hover:not(:disabled) {
    background-color: rgb(var(--color-darkmode-800) / 0.3);
}

:is(.dark .btn-outline-dark:hover:not(:disabled)) {
    --tw-bg-opacity: 0.3;
}

/* Button Soft Colors */

.btn-primary-soft {
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgb(var(--color-primary) / var(--tw-text-opacity));
}

:is(.dark .btn-primary-soft) {
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
    --tw-border-opacity: 1;
    --tw-bg-opacity: 0.2;
}

.btn-primary-soft:hover:not(:disabled) {
    --tw-border-opacity: 0.1;
    --tw-bg-opacity: 0.1;
}

:is(.dark .btn-primary-soft:hover:not(:disabled)) {
    --tw-border-opacity: 0.6;
}

.btn-secondary-soft {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-secondary) / var(--tw-border-opacity));
    background-color: rgb(var(--color-slate-300) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-500) / var(--tw-text-opacity));
}

:is(.dark .btn-secondary-soft) {
    border-color: rgb(var(--color-darkmode-100) / 0.3);
    background-color: rgb(var(--color-darkmode-100) / 0.2);
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

.btn-secondary-soft:hover:not(:disabled) {
    --tw-bg-opacity: 0.1;
}

:is(.dark .btn-secondary-soft:hover:not(:disabled)) {
    border-color: rgb(var(--color-darkmode-100) / 0.2);
    background-color: rgb(var(--color-darkmode-100) / 0.1);
}

.btn-success-soft {
    border-color: rgb(var(--color-success) / var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    background-color: rgb(var(--color-success) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgb(var(--color-success) / var(--tw-text-opacity));
}

:is(.dark .btn-success-soft) {
    border-color: rgb(var(--color-success) / var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
}

.btn-success-soft:hover:not(:disabled) {
    --tw-border-opacity: 0.1;
    --tw-bg-opacity: 0.1;
}

.btn-warning-soft {
    border-color: rgb(var(--color-warning) / var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    background-color: rgb(var(--color-warning) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgb(var(--color-warning) / var(--tw-text-opacity));
}

:is(.dark .btn-warning-soft) {
    border-color: rgb(var(--color-warning) / var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
}

.btn-warning-soft:hover:not(:disabled) {
    --tw-border-opacity: 0.1;
    --tw-bg-opacity: 0.1;
}

.btn-pending-soft {
    border-color: rgb(var(--color-pending) / var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    background-color: rgb(var(--color-pending) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgb(var(--color-pending) / var(--tw-text-opacity));
}

:is(.dark .btn-pending-soft) {
    border-color: rgb(var(--color-pending) / var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
}

.btn-pending-soft:hover:not(:disabled) {
    --tw-border-opacity: 0.1;
    --tw-bg-opacity: 0.1;
}

.btn-danger-soft {
    border-color: rgb(var(--color-danger) / var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    background-color: rgb(var(--color-danger) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgb(var(--color-danger) / var(--tw-text-opacity));
}

:is(.dark .btn-danger-soft) {
    border-color: rgb(var(--color-danger) / var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
}

.btn-danger-soft:hover:not(:disabled) {
    --tw-border-opacity: 0.1;
    --tw-bg-opacity: 0.1;
}

.btn-dark-soft {
    border-color: rgb(var(--color-dark) / var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    background-color: rgb(var(--color-dark) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgb(var(--color-dark) / var(--tw-text-opacity));
}

:is(.dark .btn-dark-soft) {
    border-color: rgb(var(--color-darkmode-800) / 0.6);
    background-color: rgb(var(--color-darkmode-800) / 0.3);
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

.btn-dark-soft:hover:not(:disabled) {
    --tw-border-opacity: 0.1;
    --tw-bg-opacity: 0.1;
}

:is(.dark .btn-dark-soft:hover:not(:disabled)) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-800) / var(--tw-border-opacity));
    background-color: rgb(var(--color-darkmode-800) / 0.5);
}

.dropdown .dropdown-menu {
    transform: translate3d(-10000px, 0px, 0px) !important;
}

.dropdown-menu {
    z-index: 9999;
    inset: 0px auto auto 0px;
    transition: visibility 0s ease-in-out 0.2s, opacity 0.2s 0s;
    visibility: hidden;
    position: absolute;
    opacity: 0;
}

    .dropdown-menu.show {
        transition: visibility 0s ease-in-out 0s, opacity 0.2s 0s;
        visibility: visible;
        opacity: 1;
    }

        .dropdown-menu.show > .dropdown-content {
            margin-top: 0.25rem;
        }

            .dropdown-menu.show > .dropdown-content .tab-content .tab-pane {
                visibility: visible;
            }

    .dropdown-menu .dropdown-content {
        transition: margin-top 0.2s;
        box-shadow: 0px 3px 10px #00000017;
        position: relative;
        margin-top: 1.25rem;
        width: 100%;
        border-radius: 0.375rem;
        padding: 0.5rem;
    }

        .dropdown-menu .dropdown-content .dropdown-header {
            padding: 0.5rem;
            font-weight: 500;
        }

        .dropdown-menu .dropdown-content .dropdown-divider {
            margin-top: 0.5rem;
            margin-bottom: 0.5rem;
            margin-left: -0.5rem;
            margin-right: -0.5rem;
        }

        .dropdown-menu .dropdown-content .dropdown-item {
            display: flex;
            align-items: center;
            border-radius: 0.375rem;
            padding: 0.5rem;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
            transition-duration: 300ms;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        }

        .dropdown-menu .dropdown-content .dropdown-footer {
            display: flex;
            padding: 0.25rem;
        }

        .dropdown-menu .dropdown-content .tab-content .tab-pane {
            visibility: hidden;
        }

.dropdown-content {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

:is(.dark .dropdown-content) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
}

.dropdown-divider {
    border-color: rgb(var(--color-slate-200) / 0.6);
}

:is(.dark .dropdown-divider) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity));
}

.dropdown-item:hover {
    background-color: rgb(var(--color-slate-200) / 0.6);
}

:is(.dark .dropdown-item) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
}

:is(.dark .dropdown-item:hover) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
}

.file .file__icon {
    position: relative;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

    .file .file__icon.file__icon--empty-directory {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='786' height='786' viewBox='0 0 786 786'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%238a97ac'/%3E%3Cstop offset='1' stop-color='%235d6c83'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(-567 -93)'%3E%3Crect id='Rectangle_4' data-name='Rectangle 4' width='418' height='681' rx='40' transform='translate(896 109)' fill='%2395a5b9'/%3E%3Crect id='Rectangle_3' data-name='Rectangle 3' width='433' height='681' rx='40' transform='translate(606 93)' fill='%23a0aec0'/%3E%3Crect id='Rectangle_2' data-name='Rectangle 2' width='786' height='721' rx='40' transform='translate(567 158)' fill='url(%23linear-gradient)'/%3E%3C/g%3E%3C/svg%3E%0A");
    }

    .file .file__icon.file__icon--directory {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='786' height='786' viewBox='0 0 786 786'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%238a97ac'/%3E%3Cstop offset='1' stop-color='%235d6c83'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Group_3' data-name='Group 3' transform='translate(-567 -93)'%3E%3Crect id='Rectangle_4' data-name='Rectangle 4' width='418' height='681' rx='40' transform='translate(896 109)' fill='%2395a5b9'/%3E%3Crect id='Rectangle_3' data-name='Rectangle 3' width='433' height='681' rx='40' transform='translate(606 93)' fill='%23a0aec0'/%3E%3Crect id='Rectangle_2' data-name='Rectangle 2' width='742' height='734' rx='40' transform='translate(590 145)' fill='%23bec8d9'/%3E%3Crect id='Rectangle_5' data-name='Rectangle 5' width='786' height='692' rx='40' transform='translate(567 187)' fill='url(%23linear-gradient)'/%3E%3C/g%3E%3C/svg%3E%0A");
    }

    .file .file__icon.file__icon--file {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='628.027' height='786.012' viewBox='0 0 628.027 786.012'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%238a97ac'/%3E%3Cstop offset='1' stop-color='%235d6c83'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Group_5' data-name='Group 5' transform='translate(-646 -92.988)'%3E%3Cpath id='Union_2' data-name='Union 2' d='M40,786A40,40,0,0,1,0,746V40A40,40,0,0,1,40,0H501V103h29v24h98V746a40,40,0,0,1-40,40Z' transform='translate(646 93)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Intersection_2' data-name='Intersection 2' d='M.409,162.042l.058-109.9c31.605,29.739,125.37,125.377,125.37,125.377l-109.976.049A20.025,20.025,0,0,1,.409,162.042Z' transform='translate(1147 42)' fill='%23bec8d9' stroke='%23bec8d9' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
    }

    .file .file__icon.file__icon--image .file__icon--image__preview {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
    }

        .file .file__icon.file__icon--image .file__icon--image__preview img {
            border-radius: 0.375rem;
        }

    .file .file__icon .file__icon__file-name {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .file .file__icon:before {
        content: "";
        padding-top: 100%;
        display: block;
        width: 100%;
    }

[type="text"],
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="datetime-local"],
[type="month"],
[type="search"],
[type="tel"],
[type="time"],
[type="week"],
[multiple],
textarea,
select {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
}

.form-check {
    display: flex;
    align-items: center;
}

.form-check-label {
    margin-left: 0.5rem;
    cursor: pointer;
}

.form-check-input {
    transition-property: all;
    transition-duration: 100ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

    .form-check-input[type="radio"] {
        cursor: pointer;
        --tw-border-opacity: 1;
        border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
        --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
        --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

        .form-check-input[type="radio"]:focus {
            --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
            --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            --tw-ring-color: rgb(var(--color-primary) / var(--tw-ring-opacity));
            --tw-ring-opacity: 0.2;
            --tw-ring-offset-width: 0px;
        }

:is(.dark .form-check-input[type="radio"]) {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
}

:is(.dark .form-check-input[type="radio"]:focus) {
    --tw-ring-color: rgb(var(--color-slate-700) / var(--tw-ring-opacity));
    --tw-ring-opacity: 0.5;
}

.form-check-input[type="radio"]:checked {
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
    --tw-border-opacity: 0.1;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
}

.form-check-input[type="radio"]:disabled:not(:checked) {
    cursor: not-allowed;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
}

:is(.dark .form-check-input[type="radio"]:disabled:not(:checked)) {
    background-color: rgb(var(--color-darkmode-800) / 0.5);
}

.form-check-input[type="radio"]:disabled:checked {
    cursor: not-allowed;
    opacity: 0.7;
}

:is(.dark .form-check-input[type="radio"]:disabled:checked) {
    background-color: rgb(var(--color-darkmode-800) / 0.5);
}

.form-check-input[type="checkbox"] {
    cursor: pointer;
    border-radius: 0.25rem;
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

    .form-check-input[type="checkbox"]:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        --tw-ring-color: rgb(var(--color-primary) / var(--tw-ring-opacity));
        --tw-ring-opacity: 0.2;
        --tw-ring-offset-width: 0px;
    }

:is(.dark .form-check-input[type="checkbox"]) {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
}

:is(.dark .form-check-input[type="checkbox"]:focus) {
    --tw-ring-color: rgb(var(--color-slate-700) / var(--tw-ring-opacity));
    --tw-ring-opacity: 0.5;
}

.form-check-input[type="checkbox"]:checked {
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
    --tw-border-opacity: 0.1;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
}

.form-check-input[type="checkbox"]:disabled:not(:checked) {
    cursor: not-allowed;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
}

:is(.dark .form-check-input[type="checkbox"]:disabled:not(:checked)) {
    background-color: rgb(var(--color-darkmode-800) / 0.5);
}

.form-check-input[type="checkbox"]:disabled:checked {
    cursor: not-allowed;
    opacity: 0.7;
}

:is(.dark .form-check-input[type="checkbox"]:disabled:checked) {
    background-color: rgb(var(--color-darkmode-800) / 0.5);
}

.form-switch .form-check-input {
    width: 38px;
    height: 24px;
    padding: 1px;
    position: relative;
    border-radius: 9999px;
    background-image: none;
}

    .form-switch .form-check-input:before {
        content: "";
        width: 20px;
        height: 20px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
        transition-property: margin-left;
        position: absolute;
        top: 0px;
        bottom: 0px;
        margin-top: auto;
        margin-bottom: auto;
        border-radius: 9999px;
        transition-duration: 200ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

:is(.dark .form-switch .form-check-input):before {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
}

.form-switch .form-check-input:checked {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
}

    .form-switch .form-check-input:checked::before {
        margin-left: 14px;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

/* Default Form Control */

.form-control {
    width: 100%;
    border-radius: 0.375rem;
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

    .form-control::-moz-placeholder {
        color: rgb(var(--color-slate-400) / 0.9);
    }

    .form-control::placeholder {
        color: rgb(var(--color-slate-400) / 0.9);
    }

    .form-control:focus {
        border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
        --tw-border-opacity: 0.4;
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        --tw-ring-color: rgb(var(--color-primary) / var(--tw-ring-opacity));
        --tw-ring-opacity: 0.2;
    }

:is(.dark .form-control) {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
    transition-property: none;
}

    :is(.dark .form-control)::-moz-placeholder {
        color: rgb(var(--color-slate-500) / 0.8);
    }

    :is(.dark .form-control)::placeholder {
        color: rgb(var(--color-slate-500) / 0.8);
    }

:is(.dark .form-control:focus) {
    --tw-ring-color: rgb(var(--color-slate-700) / var(--tw-ring-opacity));
    --tw-ring-opacity: 0.5;
}

.form-control:disabled,
.form-control[readonly] {
    cursor: not-allowed;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
}

:is(.dark .form-control:disabled),
:is(.dark .form-control[readonly]) {
    border-color: transparent;
    background-color: rgb(var(--color-darkmode-800) / 0.5);
}

/* Default Sizes */

.form-control-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

.form-control-lg {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

/* Form Control Rounded */

.form-control-rounded {
    border-radius: 9999px;
}

.form-help {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-500) / var(--tw-text-opacity));
}

.form-inline {
    display: flex;
    align-items: center;
}

    .form-inline .form-label {
        margin-bottom: 0px;
        margin-right: 1.25rem;
        text-align: right;
    }

    .form-inline .form-control {
        flex: 1 1 0%;
    }

.form-label {
    margin-bottom: 0.5rem;
    display: inline-block;
}

/* Default Form Select */

.form-select {
    width: 100%;
    border-radius: 0.375rem;
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 2rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

    .form-select:focus {
        border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
        --tw-border-opacity: 0.4;
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        --tw-ring-color: rgb(var(--color-primary) / var(--tw-ring-opacity));
        --tw-ring-opacity: 0.2;
    }

:is(.dark .form-select) {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
}

:is(.dark .form-select:focus) {
    --tw-ring-color: rgb(var(--color-slate-700) / var(--tw-ring-opacity));
    --tw-ring-opacity: 0.5;
}

.form-select:disabled,
.form-select[readonly] {
    cursor: not-allowed;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
}

:is(.dark .form-select:disabled),
:is(.dark .form-select[readonly]) {
    background-color: rgb(var(--color-darkmode-800) / 0.5);
}

/* Default Sizes */

.form-select-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.5rem;
    padding-right: 2rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

.form-select-lg {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 1rem;
    padding-right: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.image-fit {
    position: relative;
}

    .image-fit > img {
        position: absolute;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.input-group {
    display: flex;
}

    .input-group .input-group-text {
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        --tw-text-opacity: 1;
        color: rgb(var(--color-slate-600) / var(--tw-text-opacity));
        --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
        --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

:is(.dark .input-group .input-group-text) {
    border-color: rgb(var(--color-darkmode-900) / 0.2);
    background-color: rgb(var(--color-darkmode-900) / 0.2);
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-400) / var(--tw-text-opacity));
}

.input-group > .input-group-text,
.input-group > .form-control {
    border-radius: 0px;
}

    .input-group > .input-group-text:not(:first-child),
    .input-group > .form-control:not(:first-child) {
        border-left-color: transparent;
    }

    .input-group > .input-group-text:first-child,
    .input-group > .form-control:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .input-group > .input-group-text:last-child,
    .input-group > .form-control:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

.input-group > .form-control {
    z-index: 10;
}

.pagination {
    margin-right: auto;
    display: flex;
}

    .pagination .page-item.active .page-link {
        box-shadow: 0px 3px 20px #0000000b;
        position: relative;
        border-radius: 0.375rem;
        border-color: transparent;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

:is(.dark .pagination .page-item.active .page-link) {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
}

.pagination .page-item.active .page-link {
    font-weight: 500;
}

:is(.dark .pagination .page-item.active .page-link) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
}

.pagination .page-item .page-link {
    min-width: 40px;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-weight: 500;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

    .pagination .page-item .page-link:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        --tw-ring-color: rgb(var(--color-primary) / var(--tw-ring-opacity));
        --tw-ring-opacity: 0.2;
    }

:is(.dark .pagination .page-item .page-link) {
    transition-property: none;
}

:is(.dark .pagination .page-item .page-link:focus) {
    --tw-ring-color: rgb(var(--color-slate-700) / var(--tw-ring-opacity));
    --tw-ring-opacity: 0.5;
}

.pagination .page-item .page-link:hover:not(:disabled) {
    --tw-border-opacity: 0.9;
    --tw-bg-opacity: 0.9;
}

.pagination .page-item .page-link:not(button) {
    text-align: center;
}

.pagination .page-item .page-link:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.pagination .page-item .page-link {
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: transparent;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-800) / var(--tw-text-opacity));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:is(.dark .pagination .page-item .page-link) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

.progress {
    height: 0.5rem;
    width: 100%;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-200) / var(--tw-bg-opacity));
}

:is(.dark .progress) {
    background-color: rgb(0 0 0 / 0.2);
}

.progress-bar {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.scrollbar-hidden::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

.nav {
    display: flex;
    width: 100%;
}

    .nav.nav-tabs {
        border-bottom-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
    }

:is(.dark .nav.nav-tabs) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity));
}

.nav.nav-tabs .nav-item {
    margin-bottom: -1px;
}

    .nav.nav-tabs .nav-item .nav-link {
        display: block;
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
        border-color: transparent;
    }

        .nav.nav-tabs .nav-item .nav-link:hover:not(.disabled):not(.active):hover {
            --tw-bg-opacity: 1;
            background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
        }

:is(.dark .nav.nav-tabs .nav-item .nav-link:hover:not(.disabled):not(.active):hover) {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
}

.nav.nav-tabs .nav-item .nav-link.active {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
    border-bottom-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-weight: 500;
}

:is(.dark .nav.nav-tabs .nav-item .nav-link.active) {
    border-left-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity));
    border-right-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity));
    border-top-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity));
    --tw-border-opacity: 1;
    border-bottom-color: rgb(var(--color-darkmode-600) / var(--tw-border-opacity));
    background-color: transparent;
}

.nav.nav-pills .nav-item .nav-link {
    border-radius: 0.375rem;
    border-width: 0px;
}

    .nav.nav-pills .nav-item .nav-link.active {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
        font-weight: 500;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.nav.nav-boxed-tabs .nav-item .nav-link {
    box-shadow: 0px 3px 20px #0000000b;
    border-radius: 0.375rem;
}

    .nav.nav-boxed-tabs .nav-item .nav-link.active {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
        font-weight: 500;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.nav.nav-link-tabs .nav-item .nav-link {
    border-bottom-width: 2px;
    border-color: transparent;
}

    .nav.nav-link-tabs .nav-item .nav-link.active {
        --tw-border-opacity: 1;
        border-bottom-color: rgb(var(--color-primary) / var(--tw-border-opacity));
        font-weight: 500;
    }

.nav-link {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-width: 1px;
    border-color: transparent;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-700) / var(--tw-text-opacity));
}

:is(.dark .nav-link) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-400) / var(--tw-text-opacity));
}

.nav-link.active {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-800) / var(--tw-text-opacity));
}

:is(.dark .nav-link.active) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tab-content {
    position: relative;
}

    .tab-content .tab-pane {
        top: -9999px;
        left: -9999px;
        transition: visibility 0s linear 0.6s, opacity 0.6s 0s;
        visibility: hidden;
        position: absolute;
        opacity: 0;
    }

        .tab-content .tab-pane.active {
            transition: visibility 0s linear 0s, opacity 0.6s 0s;
            visibility: visible;
            position: static;
            opacity: 1;
        }

.typing-dots span {
    opacity: 0;
}

    .typing-dots span:nth-child(1) {
        animation: 1s type-animation infinite 0.33333s;
    }

    .typing-dots span:nth-child(2) {
        animation: 1s type-animation infinite 0.66666s;
    }

    .typing-dots span:nth-child(3) {
        animation: 1s type-animation infinite 0.99999s;
    }

@keyframes type-animation {
    50% {
        opacity: 1;
    }
}

.zoom-in {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    cursor: pointer;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

    .zoom-in:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

.box {
    box-shadow: 0px 3px 20px #0000000b;
    position: relative;
    border-radius: 0.375rem;
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

:is(.dark .box) {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
}

.visible {
    visibility: visible;
}

.collapse {
    visibility: collapse;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.inset-0 {
    inset: 0px;
}

.inset-y-0 {
    top: 0px;
    bottom: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.left-0 {
    left: 0px;
}

.right-0 {
    right: 0px;
}

.top-0 {
    top: 0px;
}

.z-10 {
    z-index: 10;
}

.z-30 {
    z-index: 30;
}

.z-40 {
    z-index: 40;
}

.z-50 {
    z-index: 50;
}

.z-\[51\] {
    z-index: 51;
}

.col-span-11 {
    grid-column: span 11 / span 11;
}

.col-span-12 {
    grid-column: span 12 / span 12;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.col-span-3 {
    grid-column: span 3 / span 3;
}

.col-span-4 {
    grid-column: span 4 / span 4;
}

.col-span-5 {
    grid-column: span 5 / span 5;
}

.col-span-6 {
    grid-column: span 6 / span 6;
}

.row-start-2 {
    grid-row-start: 2;
}

.row-start-4 {
    grid-row-start: 4;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear-both {
    clear: both;
}

.m-5 {
    margin: 1.25rem;
}

.-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}

.-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
}

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.-mb-1 {
    margin-bottom: -0.25rem;
}

.-mb-1\.5 {
    margin-bottom: -0.375rem;
}

.-mb-10 {
    margin-bottom: -2.5rem;
}

.-mb-6 {
    margin-bottom: -1.5rem;
}

.-mb-7 {
    margin-bottom: -1.75rem;
}

.-ml-0 {
    margin-left: -0px;
}

.-ml-0\.5 {
    margin-left: -0.125rem;
}

.-ml-1 {
    margin-left: -0.25rem;
}

.-ml-2 {
    margin-left: -0.5rem;
}

.-ml-2\.5 {
    margin-left: -0.625rem;
}

.-ml-4 {
    margin-left: -1rem;
}

.-ml-5 {
    margin-left: -1.25rem;
}

.-mr-1 {
    margin-right: -0.25rem;
}

.-mr-12 {
    margin-right: -3rem;
}

.-mr-2 {
    margin-right: -0.5rem;
}

.-mr-5 {
    margin-right: -1.25rem;
}

.-mt-0 {
    margin-top: -0px;
}

.-mt-0\.5 {
    margin-top: -0.125rem;
}

.-mt-1 {
    margin-top: -0.25rem;
}

.-mt-1\.5 {
    margin-top: -0.375rem;
}

.-mt-10 {
    margin-top: -2.5rem;
}

.-mt-12 {
    margin-top: -3rem;
}

.-mt-16 {
    margin-top: -4rem;
}

.-mt-2 {
    margin-top: -0.5rem;
}

.-mt-3 {
    margin-top: -0.75rem;
}

.-mt-4 {
    margin-top: -1rem;
}

.-mt-8 {
    margin-top: -2rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.ml-0 {
    margin-left: 0px;
}

.ml-0\.5 {
    margin-left: 0.125rem;
}

.ml-1 {
    margin-left: 0.25rem;
}

.ml-1\.5 {
    margin-left: 0.375rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.ml-3\.5 {
    margin-left: 0.875rem;
}

.ml-4 {
    margin-left: 1rem;
}

.ml-5 {
    margin-left: 1.25rem;
}

.ml-6 {
    margin-left: 1.5rem;
}

.ml-8 {
    margin-left: 2rem;
}

.ml-auto {
    margin-left: auto;
}

.mr-0 {
    margin-right: 0px;
}

.mr-0\.5 {
    margin-right: 0.125rem;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mr-10 {
    margin-right: 2.5rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mr-5 {
    margin-right: 1.25rem;
}

.mr-6 {
    margin-right: 1.5rem;
}

.mr-auto {
    margin-right: auto;
}

.mt-0 {
    margin-top: 0px;
}

.mt-0\.5 {
    margin-top: 0.125rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-1\.5 {
    margin-top: 0.375rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-14 {
    margin-top: 3.5rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-2\.5 {
    margin-top: 0.625rem;
}

.mt-20 {
    margin-top: 5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-3\.5 {
    margin-top: 0.875rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-0\.5 {
    margin-bottom: 0.125rem;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-0 {
    height: 0px;
}

.h-1 {
    height: 0.25rem;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}

.h-16 {
    height: 4rem;
}

.h-2 {
    height: 0.5rem;
}

.h-20 {
    height: 5rem;
}

.h-24 {
    height: 6rem;
}

.h-28 {
    height: 7rem;
}

.h-3 {
    height: 0.75rem;
}

.h-32 {
    height: 8rem;
}

.h-4 {
    height: 1rem;
}

.h-40 {
    height: 10rem;
}

.h-48 {
    height: 12rem;
}

.h-5 {
    height: 1.25rem;
}

.h-56 {
    height: 14rem;
}

.h-6 {
    height: 1.5rem;
}

.h-64 {
    height: 16rem;
}

.h-8 {
    height: 2rem;
}

.h-9 {
    height: 2.25rem;
}

.h-\[110px\] {
    height: 110px;
}

.h-\[196px\] {
    height: 196px;
}

.h-\[208px\] {
    height: 208px;
}

.h-\[212px\] {
    height: 212px;
}

.h-\[213px\] {
    height: 213px;
}

.h-\[215px\] {
    height: 215px;
}

.h-\[275px\] {
    height: 275px;
}

.h-\[290px\] {
    height: 290px;
}

.h-\[30px\] {
    height: 30px;
}

.h-\[320px\] {
    height: 320px;
}

.h-\[400px\] {
    height: 400px;
}

.h-\[420px\] {
    height: 420px;
}

.h-\[45px\] {
    height: 45px;
}

.h-\[51px\] {
    height: 51px;
}

.h-\[55px\] {
    height: 55px;
}

.h-\[58px\] {
    height: 58px;
}

.h-\[70px\] {
    height: 70px;
}

.h-\[79px\] {
    height: 79px;
}

.h-\[90px\] {
    height: 90px;
}

.h-full {
    height: 100%;
}

.h-px {
    height: 1px;
}

.h-screen {
    height: 100vh;
}

.max-h-full {
    max-height: 100%;
}

.min-h-screen {
    min-height: 100vh;
}

.w-0 {
    width: 0px;
}

.w-1\/2 {
    width: 50%;
}

.w-1\/4 {
    width: 25%;
}

.w-10 {
    width: 2.5rem;
}

.w-10\/12 {
    width: 83.333333%;
}

.w-12 {
    width: 3rem;
}

.w-16 {
    width: 4rem;
}

.w-2 {
    width: 0.5rem;
}

.w-2\/3 {
    width: 66.666667%;
}

.w-2\/4 {
    width: 50%;
}

.w-2\/5 {
    width: 40%;
}

.w-20 {
    width: 5rem;
}

.w-24 {
    width: 6rem;
}

.w-3 {
    width: 0.75rem;
}

.w-3\/4 {
    width: 75%;
}

.w-3\/5 {
    width: 60%;
}

.w-32 {
    width: 8rem;
}

.w-4 {
    width: 1rem;
}

.w-4\/5 {
    width: 80%;
}

.w-40 {
    width: 10rem;
}

.w-44 {
    width: 11rem;
}

.w-48 {
    width: 12rem;
}

.w-5 {
    width: 1.25rem;
}

.w-5\/6 {
    width: 83.333333%;
}

.w-52 {
    width: 13rem;
}

.w-56 {
    width: 14rem;
}

.w-6 {
    width: 1.5rem;
}

.w-60 {
    width: 15rem;
}

.w-64 {
    width: 16rem;
}

.w-72 {
    width: 18rem;
}

.w-8 {
    width: 2rem;
}

.w-9 {
    width: 2.25rem;
}

.w-\[90px\] {
    width: 90px;
}

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

.w-px {
    width: 1px;
}

.min-w-\[6rem\] {
    min-width: 6rem;
}

.max-w-\[50\%\] {
    max-width: 50%;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-none {
    flex: none;
}

.-rotate-90 {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
    cursor: pointer;
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.resize-none {
    resize: none;
}

.resize {
    resize: both;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.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-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.flex-col {
    flex-direction: column;
}

.flex-col-reverse {
    flex-direction: column-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
}

.gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
}

.gap-y-3 {
    row-gap: 0.75rem;
}

.gap-y-5 {
    row-gap: 1.25rem;
}

.gap-y-6 {
    row-gap: 1.5rem;
}

.gap-y-8 {
    row-gap: 2rem;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.border {
    border-width: 1px;
}

.border-0 {
    border-width: 0px;
}

.border-2 {
    border-width: 2px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-l {
    border-left-width: 1px;
}

.border-l-2 {
    border-left-width: 2px;
}

.border-r {
    border-right-width: 1px;
}

.border-t {
    border-top-width: 1px;
}

.border-t-2 {
    border-top-width: 2px;
}

.border-dashed {
    border-style: dashed;
}

.border-dotted {
    border-style: dotted;
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-danger {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-danger) / var(--tw-border-opacity));
}

.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
}

.border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
}

.border-slate-200\/60 {
    border-color: rgb(var(--color-slate-200) / 0.6);
}

.border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-300) / var(--tw-border-opacity));
}

.border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-400) / var(--tw-border-opacity));
}

.border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-500) / var(--tw-border-opacity));
}

.border-success {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-success) / var(--tw-border-opacity));
}

.border-transparent {
    border-color: transparent;
}

.border-warning {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-warning) / var(--tw-border-opacity));
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-white\/10 {
    border-color: rgb(255 255 255 / 0.1);
}

.border-white\/\[0\.08\] {
    border-color: rgb(255 255 255 / 0.08);
}

.border-opacity-10 {
    --tw-border-opacity: 0.1;
}

.bg-danger {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-danger) / var(--tw-bg-opacity));
}

.bg-pending {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-pending) / var(--tw-bg-opacity));
}

.bg-pending\/10 {
    background-color: rgb(var(--color-pending) / 0.1);
}

.bg-pending\/20 {
    background-color: rgb(var(--color-pending) / 0.2);
}

.bg-pending\/80 {
    background-color: rgb(var(--color-pending) / 0.8);
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
}

.bg-primary\/10 {
    background-color: rgb(var(--color-primary) / 0.1);
}

.bg-primary\/80 {
    background-color: rgb(var(--color-primary) / 0.8);
}

.bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
}

.bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-200) / var(--tw-bg-opacity));
}

.bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-300) / var(--tw-bg-opacity));
}

.bg-slate-300\/50 {
    background-color: rgb(var(--color-slate-300) / 0.5);
}

.bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-50) / var(--tw-bg-opacity));
}

.bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-500) / var(--tw-bg-opacity));
}

.bg-success {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-success) / var(--tw-bg-opacity));
}

.bg-success\/20 {
    background-color: rgb(var(--color-success) / 0.2);
}

.bg-transparent {
    background-color: transparent;
}

.bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-warning) / var(--tw-bg-opacity));
}

.bg-warning\/20 {
    background-color: rgb(var(--color-warning) / 0.2);
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/20 {
    background-color: rgb(255 255 255 / 0.2);
}

.bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}

.bg-opacity-20 {
    --tw-bg-opacity: 0.2;
}

.fill-current {
    fill: currentColor;
}

.fill-pending\/30 {
    fill: rgb(var(--color-pending) / 0.3);
}

.p-0 {
    padding: 0px;
}

.p-1 {
    padding: 0.25rem;
}

.p-10 {
    padding: 2.5rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-8 {
    padding: 2rem;
}

.\!px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.\!py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.\!py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
}

.\!py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.\!py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.\!pl-2 {
    padding-left: 0.5rem !important;
}

.\!pl-4 {
    padding-left: 1rem !important;
}

.\!pr-2 {
    padding-right: 0.5rem !important;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pb-14 {
    padding-bottom: 3.5rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-20 {
    padding-bottom: 5rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.pl-1 {
    padding-left: 0.25rem;
}

.pl-10 {
    padding-left: 2.5rem;
}

.pl-12 {
    padding-left: 3rem;
}

.pl-16 {
    padding-left: 4rem;
}

.pl-3 {
    padding-left: 0.75rem;
}

.pl-3\.5 {
    padding-left: 0.875rem;
}

.pl-4 {
    padding-left: 1rem;
}

.pl-5 {
    padding-left: 1.25rem;
}

.pr-1 {
    padding-right: 0.25rem;
}

.pr-10 {
    padding-right: 2.5rem;
}

.pr-16 {
    padding-right: 4rem;
}

.pr-5 {
    padding-right: 1.25rem;
}

.pt-0 {
    padding-top: 0px;
}

.pt-0\.5 {
    padding-top: 0.125rem;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-8 {
    padding-top: 2rem;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.align-top {
    vertical-align: top;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.text-8xl {
    font-size: 6rem;
    line-height: 1;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.font-semibold {
    font-weight: 600;
}

.font-light {
    font-weight: 300;
}

.font-extralight {
    font-weight: 200;
}

.font-thin {
    font-weight: 100;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.normal-case {
    text-transform: none;
}

.leading-3 {
    line-height: .75rem;
}

.leading-5 {
    line-height: 1.25rem;
}

.leading-6 {
    line-height: 1.5rem;
}

.leading-8 {
    line-height: 2rem;
}

.leading-\[2\.15rem\] {
    line-height: 2.15rem;
}

.leading-none {
    line-height: 1;
}

.leading-relaxed {
    line-height: 1.625;
}

.leading-tight {
    line-height: 1.25;
}

.text-danger {
    --tw-text-opacity: 1;
    color: rgb(var(--color-danger) / var(--tw-text-opacity));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-pending {
    --tw-text-opacity: 1;
    color: rgb(var(--color-pending) / var(--tw-text-opacity));
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(var(--color-primary) / var(--tw-text-opacity));
}

.text-primary\/80 {
    color: rgb(var(--color-primary) / 0.8);
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-slate-400 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-400) / var(--tw-text-opacity));
}

.text-slate-500 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-500) / var(--tw-text-opacity));
}

.text-slate-600 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-600) / var(--tw-text-opacity));
}

.text-slate-700 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-700) / var(--tw-text-opacity));
}

.text-slate-800 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-800) / var(--tw-text-opacity));
}

.text-success {
    --tw-text-opacity: 1;
    color: rgb(var(--color-success) / var(--tw-text-opacity));
}

.text-warning {
    --tw-text-opacity: 1;
    color: rgb(var(--color-warning) / var(--tw-text-opacity));
}

.text-warning\/80 {
    color: rgb(var(--color-warning) / 0.8);
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-white\/60 {
    color: rgb(255 255 255 / 0.6);
}

.text-white\/70 {
    color: rgb(255 255 255 / 0.7);
}

.text-white\/90 {
    color: rgb(255 255 255 / 0.9);
}

.text-opacity-70 {
    --tw-text-opacity: 0.7;
}

.text-opacity-80 {
    --tw-text-opacity: 0.8;
}

.underline {
    text-decoration-line: underline;
}

.decoration-dotted {
    text-decoration-style: dotted;
}

.underline-offset-4 {
    text-underline-offset: 4px;
}

.opacity-0 {
    opacity: 0;
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/*
   |--------------------------------------------------------------------------
   | Colors
   |--------------------------------------------------------------------------
   |
   | Import all fonts used in the template, the font configuration can be
   | seen in "tailwind.config.js".
   |
   | Please check this link for more details:
   | https://tailwindcss.com/docs/theme
   |
   */

/* Default colors */

:root {
    --color-primary: 22 78 99;
    --color-secondary: 226 232 240;
    --color-success: 13 148 136;
    --color-info: 6 182 212;
    --color-warning: 245 158 11;
    --color-pending: 217 119 6;
    --color-danger: 185 28 28;
    --color-light: 241 245 249;
    --color-dark: 30 41 59;
    --color-slate-50: 248 250 252;
    --color-slate-100: 241 245 249;
    --color-slate-200: 226 232 240;
    --color-slate-300: 203 213 225;
    --color-slate-400: 148 163 184;
    --color-slate-500: 100 116 139;
    --color-slate-600: 71 85 105;
    --color-slate-700: 51 65 85;
    --color-slate-800: 30 41 59;
    --color-slate-900: 15 23 42;
}

/* Default dark-mode colors */

.dark {
    --color-primary: 21 94 117;
    --color-slate-500: 148 163 184;
    --color-darkmode-50: 87 103 132;
    --color-darkmode-100: 74 90 121;
    --color-darkmode-200: 65 81 114;
    --color-darkmode-300: 53 69 103;
    --color-darkmode-400: 48 61 93;
    --color-darkmode-500: 41 53 82;
    --color-darkmode-600: 40 51 78;
    --color-darkmode-700: 35 45 69;
    --color-darkmode-800: 27 37 59;
    --color-darkmode-900: 15 23 42;
}

/* Theme 1 colors */

.theme-1 {
    --color-primary: 30 64 175;
    --color-secondary: 226 232 240;
    --color-success: 132 204 22;
    --color-info: 6 182 212;
    --color-warning: 250 204 21;
    --color-pending: 249 115 22;
    --color-danger: 220 38 38;
    --color-light: 241 245 249;
    --color-dark: 30 41 59;
}

    .theme-1.dark {
        --color-primary: 29 78 216;
    }

/* Theme 2 colors */

.theme-2 {
    --color-primary: 30 58 138;
    --color-secondary: 226 232 240;
    --color-success: 13 148 136;
    --color-info: 6 182 212;
    --color-warning: 245 158 11;
    --color-pending: 249 115 22;
    --color-danger: 185 28 28;
    --color-light: 241 245 249;
    --color-dark: 30 41 59;
}

    .theme-2.dark {
        --color-primary: 30 64 175;
    }

/* Theme 3 colors */

.theme-3 {
    --color-primary: 6 78 59;
    --color-secondary: 226 232 240;
    --color-success: 5 150 105;
    --color-info: 6 182 212;
    --color-warning: 250 204 21;
    --color-pending: 245 158 11;
    --color-danger: 225 29 72;
    --color-light: 241 245 249;
    --color-dark: 30 41 59;
}

    .theme-3.dark {
        --color-primary: 6 95 70;
    }

/* Theme 4 colors */

.theme-4 {
    --color-primary: 49 46 129;
    --color-secondary: 226 232 240;
    --color-success: 5 150 105;
    --color-info: 6 182 212;
    --color-warning: 234 179 8;
    --color-pending: 234 88 12;
    --color-danger: 185 28 28;
    --color-light: 241 245 249;
    --color-dark: 30 41 59;
}

    .theme-4.dark {
        --color-primary: 67 56 202;
    }

/*
   |--------------------------------------------------------------------------
   | Fonts
   |--------------------------------------------------------------------------
   |
   | Import all fonts used in the template, the font configuration can be
   | seen in "tailwind.config.js".
   |
   | Please check this link for more details:
   | https://tailwindcss.com/docs/theme
   |
   */

/* cyrillic-ext */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEz0dL-vwnYh2eg.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzQdL-vwnYh2eg.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzwdL-vwnYh2eg.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzMdL-vwnYh2eg.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEz8dL-vwnYh2eg.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEz4dL-vwnYh2eg.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzAdL-vwnYg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc3CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc-CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc2CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc5CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc1CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc0CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc6CsTYl4BO.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xFIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xMIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xEIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xLIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xHIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xGIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xIIzIXKMny.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc3CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc-CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc2CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc5CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc1CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc0CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc6CsTYl4BO.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic3CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic-CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic2CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic5CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic1CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic0CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic6CsTYl4BO.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc3CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc-CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc2CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc5CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc1CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc0CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc6CsTYl4BO.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin"), local("Roboto-Thin"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxFIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin"), local("Roboto-Thin"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxMIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin"), local("Roboto-Thin"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxEIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin"), local("Roboto-Thin"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxLIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin"), local("Roboto-Thin"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxHIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin"), local("Roboto-Thin"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxGIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin"), local("Roboto-Thin"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxIIzIXKMny.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCRc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCBc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBxc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCxc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fChc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCRc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fABc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCBc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBxc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCxc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCBc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBxc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCxc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCRc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfABc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCBc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBxc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCxc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfChc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBBc4AMP6lQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*
   |--------------------------------------------------------------------------
   | Mixins
   |--------------------------------------------------------------------------
   |
   | Import helper mixins.
   |
   */

/* Breakpoint up */

/* Breakpoint down */

/* Breakpoint only */

/*
   |--------------------------------------------------------------------------
   | 3rd Party Libraries
   |--------------------------------------------------------------------------
   |
   | Import 3rd party library CSS/SASS files.
   |
   */

.breadcrumb {
    display: flex;
    align-items: center;
    --tw-text-opacity: 1;
    color: rgb(var(--color-primary) / var(--tw-text-opacity));
}

:is(.dark .breadcrumb) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

.breadcrumb.breadcrumb-light {
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-text-opacity: 0.9;
}

    .breadcrumb.breadcrumb-light .breadcrumb-item:not(:first-child):before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23e8eeff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right breadcrumb__icon'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    }

    .breadcrumb.breadcrumb-light .breadcrumb-item.active {
        color: rgb(255 255 255 / var(--tw-text-opacity));
        --tw-text-opacity: 0.8;
    }

.breadcrumb .breadcrumb-item:not(:first-child) {
    position: relative;
    margin-left: 1.25rem;
    padding-left: 0.125rem;
}

    .breadcrumb .breadcrumb-item:not(:first-child):before {
        content: "";
        width: 14px;
        height: 14px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right breadcrumb__icon'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
        background-size: 100%;
        margin-left: -1.125rem;
        position: absolute;
        top: 0px;
        bottom: 0px;
        margin-top: auto;
        margin-bottom: auto;
    }

.breadcrumb .breadcrumb-item.active {
    cursor: text;
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-800) / var(--tw-text-opacity));
}

:is(.dark .breadcrumb .breadcrumb-item.active) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-400) / var(--tw-text-opacity));
}

.dark .breadcrumb .breadcrumb-item:not(:first-child):before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23718096' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right breadcrumb__icon'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}

@media (max-width: calc(640px - 1px)) {
    .form-inline {
        display: block;
    }

        .form-inline .form-label {
            margin-bottom: 0.5rem;
            margin-right: 0px;
            text-align: left;
        }
}

* > .intro-x:nth-child(1) {
    z-index: calc(50 - 1);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(1 * 0.1s);
}

* > .-intro-x:nth-child(1) {
    z-index: calc(50 - 1);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(1 * 0.1s);
}

* > .intro-y:nth-child(1) {
    z-index: calc(50 - 1);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(1 * 0.1s);
}

* > .-intro-y:nth-child(1) {
    z-index: calc(50 - 1);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(1 * 0.1s);
}

* > .intro-x:nth-child(2) {
    z-index: calc(50 - 2);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(2 * 0.1s);
}

* > .-intro-x:nth-child(2) {
    z-index: calc(50 - 2);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(2 * 0.1s);
}

* > .intro-y:nth-child(2) {
    z-index: calc(50 - 2);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(2 * 0.1s);
}

* > .-intro-y:nth-child(2) {
    z-index: calc(50 - 2);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(2 * 0.1s);
}

* > .intro-x:nth-child(3) {
    z-index: calc(50 - 3);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(3 * 0.1s);
}

* > .-intro-x:nth-child(3) {
    z-index: calc(50 - 3);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(3 * 0.1s);
}

* > .intro-y:nth-child(3) {
    z-index: calc(50 - 3);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(3 * 0.1s);
}

* > .-intro-y:nth-child(3) {
    z-index: calc(50 - 3);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(3 * 0.1s);
}

* > .intro-x:nth-child(4) {
    z-index: calc(50 - 4);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(4 * 0.1s);
}

* > .-intro-x:nth-child(4) {
    z-index: calc(50 - 4);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(4 * 0.1s);
}

* > .intro-y:nth-child(4) {
    z-index: calc(50 - 4);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(4 * 0.1s);
}

* > .-intro-y:nth-child(4) {
    z-index: calc(50 - 4);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(4 * 0.1s);
}

* > .intro-x:nth-child(5) {
    z-index: calc(50 - 5);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(5 * 0.1s);
}

* > .-intro-x:nth-child(5) {
    z-index: calc(50 - 5);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(5 * 0.1s);
}

* > .intro-y:nth-child(5) {
    z-index: calc(50 - 5);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(5 * 0.1s);
}

* > .-intro-y:nth-child(5) {
    z-index: calc(50 - 5);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(5 * 0.1s);
}

* > .intro-x:nth-child(6) {
    z-index: calc(50 - 6);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(6 * 0.1s);
}

* > .-intro-x:nth-child(6) {
    z-index: calc(50 - 6);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(6 * 0.1s);
}

* > .intro-y:nth-child(6) {
    z-index: calc(50 - 6);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(6 * 0.1s);
}

* > .-intro-y:nth-child(6) {
    z-index: calc(50 - 6);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(6 * 0.1s);
}

* > .intro-x:nth-child(7) {
    z-index: calc(50 - 7);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(7 * 0.1s);
}

* > .-intro-x:nth-child(7) {
    z-index: calc(50 - 7);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(7 * 0.1s);
}

* > .intro-y:nth-child(7) {
    z-index: calc(50 - 7);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(7 * 0.1s);
}

* > .-intro-y:nth-child(7) {
    z-index: calc(50 - 7);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(7 * 0.1s);
}

* > .intro-x:nth-child(8) {
    z-index: calc(50 - 8);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(8 * 0.1s);
}

* > .-intro-x:nth-child(8) {
    z-index: calc(50 - 8);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(8 * 0.1s);
}

* > .intro-y:nth-child(8) {
    z-index: calc(50 - 8);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(8 * 0.1s);
}

* > .-intro-y:nth-child(8) {
    z-index: calc(50 - 8);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(8 * 0.1s);
}

* > .intro-x:nth-child(9) {
    z-index: calc(50 - 9);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(9 * 0.1s);
}

* > .-intro-x:nth-child(9) {
    z-index: calc(50 - 9);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(9 * 0.1s);
}

* > .intro-y:nth-child(9) {
    z-index: calc(50 - 9);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(9 * 0.1s);
}

* > .-intro-y:nth-child(9) {
    z-index: calc(50 - 9);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(9 * 0.1s);
}

* > .intro-x:nth-child(10) {
    z-index: calc(50 - 10);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(10 * 0.1s);
}

* > .-intro-x:nth-child(10) {
    z-index: calc(50 - 10);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(10 * 0.1s);
}

* > .intro-y:nth-child(10) {
    z-index: calc(50 - 10);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(10 * 0.1s);
}

* > .-intro-y:nth-child(10) {
    z-index: calc(50 - 10);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(10 * 0.1s);
}

* > .intro-x:nth-child(11) {
    z-index: calc(50 - 11);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(11 * 0.1s);
}

* > .-intro-x:nth-child(11) {
    z-index: calc(50 - 11);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(11 * 0.1s);
}

* > .intro-y:nth-child(11) {
    z-index: calc(50 - 11);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(11 * 0.1s);
}

* > .-intro-y:nth-child(11) {
    z-index: calc(50 - 11);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(11 * 0.1s);
}

* > .intro-x:nth-child(12) {
    z-index: calc(50 - 12);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(12 * 0.1s);
}

* > .-intro-x:nth-child(12) {
    z-index: calc(50 - 12);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(12 * 0.1s);
}

* > .intro-y:nth-child(12) {
    z-index: calc(50 - 12);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(12 * 0.1s);
}

* > .-intro-y:nth-child(12) {
    z-index: calc(50 - 12);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(12 * 0.1s);
}

* > .intro-x:nth-child(13) {
    z-index: calc(50 - 13);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(13 * 0.1s);
}

* > .-intro-x:nth-child(13) {
    z-index: calc(50 - 13);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(13 * 0.1s);
}

* > .intro-y:nth-child(13) {
    z-index: calc(50 - 13);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(13 * 0.1s);
}

* > .-intro-y:nth-child(13) {
    z-index: calc(50 - 13);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(13 * 0.1s);
}

* > .intro-x:nth-child(14) {
    z-index: calc(50 - 14);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(14 * 0.1s);
}

* > .-intro-x:nth-child(14) {
    z-index: calc(50 - 14);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(14 * 0.1s);
}

* > .intro-y:nth-child(14) {
    z-index: calc(50 - 14);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(14 * 0.1s);
}

* > .-intro-y:nth-child(14) {
    z-index: calc(50 - 14);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(14 * 0.1s);
}

* > .intro-x:nth-child(15) {
    z-index: calc(50 - 15);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(15 * 0.1s);
}

* > .-intro-x:nth-child(15) {
    z-index: calc(50 - 15);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(15 * 0.1s);
}

* > .intro-y:nth-child(15) {
    z-index: calc(50 - 15);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(15 * 0.1s);
}

* > .-intro-y:nth-child(15) {
    z-index: calc(50 - 15);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(15 * 0.1s);
}

* > .intro-x:nth-child(16) {
    z-index: calc(50 - 16);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(16 * 0.1s);
}

* > .-intro-x:nth-child(16) {
    z-index: calc(50 - 16);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(16 * 0.1s);
}

* > .intro-y:nth-child(16) {
    z-index: calc(50 - 16);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(16 * 0.1s);
}

* > .-intro-y:nth-child(16) {
    z-index: calc(50 - 16);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(16 * 0.1s);
}

* > .intro-x:nth-child(17) {
    z-index: calc(50 - 17);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(17 * 0.1s);
}

* > .-intro-x:nth-child(17) {
    z-index: calc(50 - 17);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(17 * 0.1s);
}

* > .intro-y:nth-child(17) {
    z-index: calc(50 - 17);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(17 * 0.1s);
}

* > .-intro-y:nth-child(17) {
    z-index: calc(50 - 17);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(17 * 0.1s);
}

* > .intro-x:nth-child(18) {
    z-index: calc(50 - 18);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(18 * 0.1s);
}

* > .-intro-x:nth-child(18) {
    z-index: calc(50 - 18);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(18 * 0.1s);
}

* > .intro-y:nth-child(18) {
    z-index: calc(50 - 18);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(18 * 0.1s);
}

* > .-intro-y:nth-child(18) {
    z-index: calc(50 - 18);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(18 * 0.1s);
}

* > .intro-x:nth-child(19) {
    z-index: calc(50 - 19);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(19 * 0.1s);
}

* > .-intro-x:nth-child(19) {
    z-index: calc(50 - 19);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(19 * 0.1s);
}

* > .intro-y:nth-child(19) {
    z-index: calc(50 - 19);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(19 * 0.1s);
}

* > .-intro-y:nth-child(19) {
    z-index: calc(50 - 19);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(19 * 0.1s);
}

* > .intro-x:nth-child(20) {
    z-index: calc(50 - 20);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(20 * 0.1s);
}

* > .-intro-x:nth-child(20) {
    z-index: calc(50 - 20);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(20 * 0.1s);
}

* > .intro-y:nth-child(20) {
    z-index: calc(50 - 20);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(20 * 0.1s);
}

* > .-intro-y:nth-child(20) {
    z-index: calc(50 - 20);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(20 * 0.1s);
}

* > .intro-x:nth-child(21) {
    z-index: calc(50 - 21);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(21 * 0.1s);
}

* > .-intro-x:nth-child(21) {
    z-index: calc(50 - 21);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(21 * 0.1s);
}

* > .intro-y:nth-child(21) {
    z-index: calc(50 - 21);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(21 * 0.1s);
}

* > .-intro-y:nth-child(21) {
    z-index: calc(50 - 21);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(21 * 0.1s);
}

* > .intro-x:nth-child(22) {
    z-index: calc(50 - 22);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(22 * 0.1s);
}

* > .-intro-x:nth-child(22) {
    z-index: calc(50 - 22);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(22 * 0.1s);
}

* > .intro-y:nth-child(22) {
    z-index: calc(50 - 22);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(22 * 0.1s);
}

* > .-intro-y:nth-child(22) {
    z-index: calc(50 - 22);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(22 * 0.1s);
}

* > .intro-x:nth-child(23) {
    z-index: calc(50 - 23);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(23 * 0.1s);
}

* > .-intro-x:nth-child(23) {
    z-index: calc(50 - 23);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(23 * 0.1s);
}

* > .intro-y:nth-child(23) {
    z-index: calc(50 - 23);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(23 * 0.1s);
}

* > .-intro-y:nth-child(23) {
    z-index: calc(50 - 23);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(23 * 0.1s);
}

* > .intro-x:nth-child(24) {
    z-index: calc(50 - 24);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(24 * 0.1s);
}

* > .-intro-x:nth-child(24) {
    z-index: calc(50 - 24);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(24 * 0.1s);
}

* > .intro-y:nth-child(24) {
    z-index: calc(50 - 24);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(24 * 0.1s);
}

* > .-intro-y:nth-child(24) {
    z-index: calc(50 - 24);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(24 * 0.1s);
}

* > .intro-x:nth-child(25) {
    z-index: calc(50 - 25);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(25 * 0.1s);
}

* > .-intro-x:nth-child(25) {
    z-index: calc(50 - 25);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(25 * 0.1s);
}

* > .intro-y:nth-child(25) {
    z-index: calc(50 - 25);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(25 * 0.1s);
}

* > .-intro-y:nth-child(25) {
    z-index: calc(50 - 25);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(25 * 0.1s);
}

* > .intro-x:nth-child(26) {
    z-index: calc(50 - 26);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(26 * 0.1s);
}

* > .-intro-x:nth-child(26) {
    z-index: calc(50 - 26);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(26 * 0.1s);
}

* > .intro-y:nth-child(26) {
    z-index: calc(50 - 26);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(26 * 0.1s);
}

* > .-intro-y:nth-child(26) {
    z-index: calc(50 - 26);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(26 * 0.1s);
}

* > .intro-x:nth-child(27) {
    z-index: calc(50 - 27);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(27 * 0.1s);
}

* > .-intro-x:nth-child(27) {
    z-index: calc(50 - 27);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(27 * 0.1s);
}

* > .intro-y:nth-child(27) {
    z-index: calc(50 - 27);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(27 * 0.1s);
}

* > .-intro-y:nth-child(27) {
    z-index: calc(50 - 27);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(27 * 0.1s);
}

* > .intro-x:nth-child(28) {
    z-index: calc(50 - 28);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(28 * 0.1s);
}

* > .-intro-x:nth-child(28) {
    z-index: calc(50 - 28);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(28 * 0.1s);
}

* > .intro-y:nth-child(28) {
    z-index: calc(50 - 28);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(28 * 0.1s);
}

* > .-intro-y:nth-child(28) {
    z-index: calc(50 - 28);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(28 * 0.1s);
}

* > .intro-x:nth-child(29) {
    z-index: calc(50 - 29);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(29 * 0.1s);
}

* > .-intro-x:nth-child(29) {
    z-index: calc(50 - 29);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(29 * 0.1s);
}

* > .intro-y:nth-child(29) {
    z-index: calc(50 - 29);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(29 * 0.1s);
}

* > .-intro-y:nth-child(29) {
    z-index: calc(50 - 29);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(29 * 0.1s);
}

* > .intro-x:nth-child(30) {
    z-index: calc(50 - 30);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(30 * 0.1s);
}

* > .-intro-x:nth-child(30) {
    z-index: calc(50 - 30);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(30 * 0.1s);
}

* > .intro-y:nth-child(30) {
    z-index: calc(50 - 30);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(30 * 0.1s);
}

* > .-intro-y:nth-child(30) {
    z-index: calc(50 - 30);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(30 * 0.1s);
}

* > .intro-x:nth-child(31) {
    z-index: calc(50 - 31);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(31 * 0.1s);
}

* > .-intro-x:nth-child(31) {
    z-index: calc(50 - 31);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(31 * 0.1s);
}

* > .intro-y:nth-child(31) {
    z-index: calc(50 - 31);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(31 * 0.1s);
}

* > .-intro-y:nth-child(31) {
    z-index: calc(50 - 31);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(31 * 0.1s);
}

* > .intro-x:nth-child(32) {
    z-index: calc(50 - 32);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(32 * 0.1s);
}

* > .-intro-x:nth-child(32) {
    z-index: calc(50 - 32);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(32 * 0.1s);
}

* > .intro-y:nth-child(32) {
    z-index: calc(50 - 32);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(32 * 0.1s);
}

* > .-intro-y:nth-child(32) {
    z-index: calc(50 - 32);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(32 * 0.1s);
}

* > .intro-x:nth-child(33) {
    z-index: calc(50 - 33);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(33 * 0.1s);
}

* > .-intro-x:nth-child(33) {
    z-index: calc(50 - 33);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(33 * 0.1s);
}

* > .intro-y:nth-child(33) {
    z-index: calc(50 - 33);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(33 * 0.1s);
}

* > .-intro-y:nth-child(33) {
    z-index: calc(50 - 33);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(33 * 0.1s);
}

* > .intro-x:nth-child(34) {
    z-index: calc(50 - 34);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(34 * 0.1s);
}

* > .-intro-x:nth-child(34) {
    z-index: calc(50 - 34);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(34 * 0.1s);
}

* > .intro-y:nth-child(34) {
    z-index: calc(50 - 34);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(34 * 0.1s);
}

* > .-intro-y:nth-child(34) {
    z-index: calc(50 - 34);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(34 * 0.1s);
}

* > .intro-x:nth-child(35) {
    z-index: calc(50 - 35);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(35 * 0.1s);
}

* > .-intro-x:nth-child(35) {
    z-index: calc(50 - 35);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(35 * 0.1s);
}

* > .intro-y:nth-child(35) {
    z-index: calc(50 - 35);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(35 * 0.1s);
}

* > .-intro-y:nth-child(35) {
    z-index: calc(50 - 35);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(35 * 0.1s);
}

* > .intro-x:nth-child(36) {
    z-index: calc(50 - 36);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(36 * 0.1s);
}

* > .-intro-x:nth-child(36) {
    z-index: calc(50 - 36);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(36 * 0.1s);
}

* > .intro-y:nth-child(36) {
    z-index: calc(50 - 36);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(36 * 0.1s);
}

* > .-intro-y:nth-child(36) {
    z-index: calc(50 - 36);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(36 * 0.1s);
}

* > .intro-x:nth-child(37) {
    z-index: calc(50 - 37);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(37 * 0.1s);
}

* > .-intro-x:nth-child(37) {
    z-index: calc(50 - 37);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(37 * 0.1s);
}

* > .intro-y:nth-child(37) {
    z-index: calc(50 - 37);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(37 * 0.1s);
}

* > .-intro-y:nth-child(37) {
    z-index: calc(50 - 37);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(37 * 0.1s);
}

* > .intro-x:nth-child(38) {
    z-index: calc(50 - 38);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(38 * 0.1s);
}

* > .-intro-x:nth-child(38) {
    z-index: calc(50 - 38);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(38 * 0.1s);
}

* > .intro-y:nth-child(38) {
    z-index: calc(50 - 38);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(38 * 0.1s);
}

* > .-intro-y:nth-child(38) {
    z-index: calc(50 - 38);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(38 * 0.1s);
}

* > .intro-x:nth-child(39) {
    z-index: calc(50 - 39);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(39 * 0.1s);
}

* > .-intro-x:nth-child(39) {
    z-index: calc(50 - 39);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(39 * 0.1s);
}

* > .intro-y:nth-child(39) {
    z-index: calc(50 - 39);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(39 * 0.1s);
}

* > .-intro-y:nth-child(39) {
    z-index: calc(50 - 39);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(39 * 0.1s);
}

* > .intro-x:nth-child(40) {
    z-index: calc(50 - 40);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(40 * 0.1s);
}

* > .-intro-x:nth-child(40) {
    z-index: calc(50 - 40);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(40 * 0.1s);
}

* > .intro-y:nth-child(40) {
    z-index: calc(50 - 40);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(40 * 0.1s);
}

* > .-intro-y:nth-child(40) {
    z-index: calc(50 - 40);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(40 * 0.1s);
}

* > .intro-x:nth-child(41) {
    z-index: calc(50 - 41);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(41 * 0.1s);
}

* > .-intro-x:nth-child(41) {
    z-index: calc(50 - 41);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(41 * 0.1s);
}

* > .intro-y:nth-child(41) {
    z-index: calc(50 - 41);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(41 * 0.1s);
}

* > .-intro-y:nth-child(41) {
    z-index: calc(50 - 41);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(41 * 0.1s);
}

* > .intro-x:nth-child(42) {
    z-index: calc(50 - 42);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(42 * 0.1s);
}

* > .-intro-x:nth-child(42) {
    z-index: calc(50 - 42);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(42 * 0.1s);
}

* > .intro-y:nth-child(42) {
    z-index: calc(50 - 42);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(42 * 0.1s);
}

* > .-intro-y:nth-child(42) {
    z-index: calc(50 - 42);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(42 * 0.1s);
}

* > .intro-x:nth-child(43) {
    z-index: calc(50 - 43);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(43 * 0.1s);
}

* > .-intro-x:nth-child(43) {
    z-index: calc(50 - 43);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(43 * 0.1s);
}

* > .intro-y:nth-child(43) {
    z-index: calc(50 - 43);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(43 * 0.1s);
}

* > .-intro-y:nth-child(43) {
    z-index: calc(50 - 43);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(43 * 0.1s);
}

* > .intro-x:nth-child(44) {
    z-index: calc(50 - 44);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(44 * 0.1s);
}

* > .-intro-x:nth-child(44) {
    z-index: calc(50 - 44);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(44 * 0.1s);
}

* > .intro-y:nth-child(44) {
    z-index: calc(50 - 44);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(44 * 0.1s);
}

* > .-intro-y:nth-child(44) {
    z-index: calc(50 - 44);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(44 * 0.1s);
}

* > .intro-x:nth-child(45) {
    z-index: calc(50 - 45);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(45 * 0.1s);
}

* > .-intro-x:nth-child(45) {
    z-index: calc(50 - 45);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(45 * 0.1s);
}

* > .intro-y:nth-child(45) {
    z-index: calc(50 - 45);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(45 * 0.1s);
}

* > .-intro-y:nth-child(45) {
    z-index: calc(50 - 45);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(45 * 0.1s);
}

* > .intro-x:nth-child(46) {
    z-index: calc(50 - 46);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(46 * 0.1s);
}

* > .-intro-x:nth-child(46) {
    z-index: calc(50 - 46);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(46 * 0.1s);
}

* > .intro-y:nth-child(46) {
    z-index: calc(50 - 46);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(46 * 0.1s);
}

* > .-intro-y:nth-child(46) {
    z-index: calc(50 - 46);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(46 * 0.1s);
}

* > .intro-x:nth-child(47) {
    z-index: calc(50 - 47);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(47 * 0.1s);
}

* > .-intro-x:nth-child(47) {
    z-index: calc(50 - 47);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(47 * 0.1s);
}

* > .intro-y:nth-child(47) {
    z-index: calc(50 - 47);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(47 * 0.1s);
}

* > .-intro-y:nth-child(47) {
    z-index: calc(50 - 47);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(47 * 0.1s);
}

* > .intro-x:nth-child(48) {
    z-index: calc(50 - 48);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(48 * 0.1s);
}

* > .-intro-x:nth-child(48) {
    z-index: calc(50 - 48);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(48 * 0.1s);
}

* > .intro-y:nth-child(48) {
    z-index: calc(50 - 48);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(48 * 0.1s);
}

* > .-intro-y:nth-child(48) {
    z-index: calc(50 - 48);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(48 * 0.1s);
}

* > .intro-x:nth-child(49) {
    z-index: calc(50 - 49);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(49 * 0.1s);
}

* > .-intro-x:nth-child(49) {
    z-index: calc(50 - 49);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(49 * 0.1s);
}

* > .intro-y:nth-child(49) {
    z-index: calc(50 - 49);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(49 * 0.1s);
}

* > .-intro-y:nth-child(49) {
    z-index: calc(50 - 49);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(49 * 0.1s);
}

* > .intro-x:nth-child(50) {
    z-index: calc(50 - 50);
    opacity: 0;
    position: relative;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(50 * 0.1s);
}

* > .-intro-x:nth-child(50) {
    z-index: calc(50 - 50);
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(50 * 0.1s);
}

* > .intro-y:nth-child(50) {
    z-index: calc(50 - 50);
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(50 * 0.1s);
}

* > .-intro-y:nth-child(50) {
    z-index: calc(50 - 50);
    opacity: 0;
    position: relative;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(50 * 0.1s);
}

@keyframes intro-x-animation {
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes intro-y-animation {
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (max-width: calc(640px - 1px)) {
    .modal.modal-slide-over.show > .modal-dialog .modal-content > [data-tw-dismiss="modal"] {
        margin-left: -2.5rem;
    }

    .pagination {
        margin-right: 0px;
        width: 100%;
    }

        .pagination .page-item {
            flex: 1 1 0%;
        }

            .pagination .page-item:nth-child(1) .page-link,
            .pagination .page-item:nth-child(2) .page-link,
            .pagination .page-item:nth-child(3) .page-link,
            .pagination .page-item:nth-child(7) .page-link,
            .pagination .page-item:nth-child(8) .page-link,
            .pagination .page-item:nth-child(9) .page-link {
                padding-left: 0.25rem;
                padding-right: 0.25rem;
            }

            .pagination .page-item .page-link {
                margin-right: 0px;
                min-width: 0px;
            }
}

.table {
    width: 100%;
    text-align: left;
}

    .table thead.table-dark {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-dark) / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

:is(.dark .table thead.table-dark) {
    background-color: rgb(0 0 0 / 0.3);
}

.table thead.table-dark tr th {
    border-bottom-width: 0px;
}

.table thead.table-light {
    background-color: rgb(var(--color-slate-200) / 0.6);
}

:is(.dark .table thead.table-light) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-200) / var(--tw-bg-opacity));
}

.table thead.table-light tr th {
    border-bottom-width: 0px;
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-700) / var(--tw-text-opacity));
}

.table th {
    border-bottom-width: 2px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 500;
}

:is(.dark .table th) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-300) / var(--tw-border-opacity));
}

.table td {
    border-bottom-width: 1px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

:is(.dark .table td) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-300) / var(--tw-border-opacity));
}

.table.table-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-dark) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .table.table-dark) {
    background-color: rgb(0 0 0 / 0.3);
}

.table.table-dark th {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-600) / var(--tw-border-opacity));
}

:is(.dark .table.table-dark th) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-300) / var(--tw-border-opacity));
}

.table.table-dark td {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-600) / var(--tw-border-opacity));
}

:is(.dark .table.table-dark td) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-300) / var(--tw-border-opacity));
}

.table.table-bordered th,
.table.table-bordered td {
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
}

.table.table-hover tr:hover td {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
}

:is(.dark .table.table-hover tr:hover td) {
    background-color: rgb(var(--color-darkmode-300) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.5;
}

.table.table-striped tr:nth-of-type(odd) td {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
}

:is(.dark .table.table-striped tr:nth-of-type(odd) td) {
    background-color: rgb(var(--color-darkmode-300) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.5;
}

.table.table-sm th {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.table.table-sm td {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/

.hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    color: #333;
    background: #f8f8f8;
}

.hljs-comment,
.hljs-quote {
    color: #998;
    font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
    color: #333;
    font-weight: bold;
}

.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
    color: #008080;
}

.hljs-string,
.hljs-doctag {
    color: #d14;
}

.hljs-title,
.hljs-section,
.hljs-selector-id {
    color: #900;
    font-weight: bold;
}

.hljs-subst {
    font-weight: normal;
}

.hljs-type,
.hljs-class .hljs-title {
    color: #458;
    font-weight: bold;
}

.hljs-tag,
.hljs-name,
.hljs-attribute {
    color: #000080;
    font-weight: normal;
}

.hljs-regexp,
.hljs-link {
    color: #009926;
}

.hljs-symbol,
.hljs-bullet {
    color: #990073;
}

.hljs-built_in,
.hljs-builtin-name {
    color: #0086b3;
}

.hljs-meta {
    color: #999;
    font-weight: bold;
}

.hljs-deletion {
    background: #fdd;
}

.hljs-addition {
    background: #dfd;
}

.hljs-emphasis {
    font-style: italic;
}

.hljs-strong {
    font-weight: bold;
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    outline: 0;
    transition-property: transform, visibility, opacity
}

    .tippy-box[data-placement^=top] > .tippy-arrow {
        bottom: 0
    }

        .tippy-box[data-placement^=top] > .tippy-arrow:before {
            bottom: -7px;
            left: 0;
            border-width: 8px 8px 0;
            border-top-color: initial;
            transform-origin: center top
        }

    .tippy-box[data-placement^=bottom] > .tippy-arrow {
        top: 0
    }

        .tippy-box[data-placement^=bottom] > .tippy-arrow:before {
            top: -7px;
            left: 0;
            border-width: 0 8px 8px;
            border-bottom-color: initial;
            transform-origin: center bottom
        }

    .tippy-box[data-placement^=left] > .tippy-arrow {
        right: 0
    }

        .tippy-box[data-placement^=left] > .tippy-arrow:before {
            border-width: 8px 0 8px 8px;
            border-left-color: initial;
            right: -7px;
            transform-origin: center left
        }

    .tippy-box[data-placement^=right] > .tippy-arrow {
        left: 0
    }

        .tippy-box[data-placement^=right] > .tippy-arrow:before {
            left: -7px;
            border-width: 8px 8px 8px 0;
            border-right-color: initial;
            transform-origin: center right
        }

    .tippy-box[data-inertia][data-state=visible] {
        transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
    }

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333
}

    .tippy-arrow:before {
        content: "";
        position: absolute;
        border-color: transparent;
        border-style: solid
    }

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1
}

.tippy-box[data-theme~=light] {
    color: #26323d;
    box-shadow: 0 0 20px 4px rgba(154, 161, 177, .15), 0 4px 80px -8px rgba(36, 40, 47, .25), 0 4px 4px -2px rgba(91, 94, 105, .15);
    background-color: #fff
}

    .tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
        border-top-color: #fff
    }

    .tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
        border-bottom-color: #fff
    }

    .tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
        border-left-color: #fff
    }

    .tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
        border-right-color: #fff
    }

    .tippy-box[data-theme~=light] > .tippy-backdrop {
        background-color: #fff
    }

    .tippy-box[data-theme~=light] > .tippy-svg-arrow {
        fill: #fff
    }

.tippy-box[data-placement^=top] > .tippy-svg-arrow {
    bottom: 0
}

    .tippy-box[data-placement^=top] > .tippy-svg-arrow:after,
    .tippy-box[data-placement^=top] > .tippy-svg-arrow > svg {
        top: 16px;
        transform: rotate(180deg)
    }

.tippy-box[data-placement^=bottom] > .tippy-svg-arrow {
    top: 0
}

    .tippy-box[data-placement^=bottom] > .tippy-svg-arrow > svg {
        bottom: 16px
    }

.tippy-box[data-placement^=left] > .tippy-svg-arrow {
    right: 0
}

    .tippy-box[data-placement^=left] > .tippy-svg-arrow:after,
    .tippy-box[data-placement^=left] > .tippy-svg-arrow > svg {
        transform: rotate(90deg);
        top: calc(50% - 3px);
        left: 11px
    }

.tippy-box[data-placement^=right] > .tippy-svg-arrow {
    left: 0
}

    .tippy-box[data-placement^=right] > .tippy-svg-arrow:after,
    .tippy-box[data-placement^=right] > .tippy-svg-arrow > svg {
        transform: rotate(-90deg);
        top: calc(50% - 3px);
        right: 11px
    }

.tippy-svg-arrow {
    width: 16px;
    height: 16px;
    fill: #333;
    text-align: initial
}

    .tippy-svg-arrow,
    .tippy-svg-arrow > svg {
        position: absolute
    }

.tippy-box[data-animation=shift-away][data-state=hidden] {
    opacity: 0
}

    .tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top] {
        transform: translateY(10px)
    }

    .tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
        transform: translateY(-10px)
    }

    .tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left] {
        transform: translateX(10px)
    }

    .tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right] {
        transform: translateX(-10px)
    }

/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */

.toastify {
    padding: 12px 20px;
    color: #ffffff;
    /*display      : inline-block;*/
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}

    .toastify.on {
        opacity: 1;
    }

.toast-close {
    background: transparent;
    border: 0;
    color: white;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    opacity: 0.4;
    padding: 0 5px;
}

.toastify-right {
    right: 15px;
}

.toastify-left {
    left: 15px;
}

.toastify-top {
    top: -150px;
}

.toastify-bottom {
    bottom: -150px;
}

.toastify-rounded {
    border-radius: 25px;
}

.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
    max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
    .toastify-right,
    .toastify-left {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        transform: translateY(-40px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.1);
    }

    20% {
        transform: scale(1);
    }
}

.dropzone,
.dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}

    .dropzone.dz-clickable {
        cursor: pointer;
    }

        .dropzone.dz-clickable * {
            cursor: default;
        }

        .dropzone.dz-clickable .dz-message,
        .dropzone.dz-clickable .dz-message * {
            cursor: pointer;
        }

    .dropzone.dz-started .dz-message {
        display: none;
    }

    .dropzone.dz-drag-hover {
        border-style: solid;
    }

        .dropzone.dz-drag-hover .dz-message {
            opacity: 0.5;
        }

    .dropzone .dz-message {
        text-align: center;
        margin: 2em 0;
    }

        .dropzone .dz-message .dz-button {
            background: none;
            color: inherit;
            border: none;
            padding: 0;
            font: inherit;
            cursor: pointer;
            outline: inherit;
        }

    .dropzone .dz-preview {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 16px;
        min-height: 100px;
    }

        .dropzone .dz-preview:hover {
            z-index: 1000;
        }

            .dropzone .dz-preview:hover .dz-details {
                opacity: 1;
            }

        .dropzone .dz-preview.dz-file-preview .dz-image {
            border-radius: 20px;
            background: #999;
            background: linear-gradient(to bottom, #eee, #ddd);
        }

        .dropzone .dz-preview.dz-file-preview .dz-details {
            opacity: 1;
        }

        .dropzone .dz-preview.dz-image-preview {
            background: white;
        }

            .dropzone .dz-preview.dz-image-preview .dz-details {
                transition: opacity 0.2s linear;
            }

        .dropzone .dz-preview .dz-remove {
            font-size: 14px;
            text-align: center;
            display: block;
            cursor: pointer;
            border: none;
        }

            .dropzone .dz-preview .dz-remove:hover {
                text-decoration: underline;
            }

        .dropzone .dz-preview:hover .dz-details {
            opacity: 1;
        }

        .dropzone .dz-preview .dz-details {
            z-index: 20;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            font-size: 13px;
            min-width: 100%;
            max-width: 100%;
            padding: 2em 1em;
            text-align: center;
            color: rgba(0, 0, 0, 0.9);
            line-height: 150%;
        }

            .dropzone .dz-preview .dz-details .dz-size {
                margin-bottom: 1em;
                font-size: 16px;
            }

            .dropzone .dz-preview .dz-details .dz-filename {
                white-space: nowrap;
            }

                .dropzone .dz-preview .dz-details .dz-filename:hover span {
                    border: 1px solid rgba(200, 200, 200, 0.8);
                    background-color: rgba(255, 255, 255, 0.8);
                }

                .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
                        border: 1px solid transparent;
                    }

                .dropzone .dz-preview .dz-details .dz-filename span,
                .dropzone .dz-preview .dz-details .dz-size span {
                    background-color: rgba(255, 255, 255, 0.4);
                    padding: 0 0.4em;
                    border-radius: 3px;
                }

        .dropzone .dz-preview:hover .dz-image img {
            transform: scale(1.05, 1.05);
            filter: blur(8px);
        }

        .dropzone .dz-preview .dz-image {
            border-radius: 20px;
            overflow: hidden;
            width: 120px;
            height: 120px;
            position: relative;
            display: block;
            z-index: 10;
        }

            .dropzone .dz-preview .dz-image img {
                display: block;
            }

        .dropzone .dz-preview.dz-success .dz-success-mark {
            animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
        }

        .dropzone .dz-preview.dz-error .dz-error-mark {
            opacity: 1;
            animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
        }

        .dropzone .dz-preview .dz-success-mark,
        .dropzone .dz-preview .dz-error-mark {
            pointer-events: none;
            opacity: 0;
            z-index: 500;
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            margin-left: -27px;
            margin-top: -27px;
        }

            .dropzone .dz-preview .dz-success-mark svg,
            .dropzone .dz-preview .dz-error-mark svg {
                display: block;
                width: 54px;
                height: 54px;
            }

        .dropzone .dz-preview.dz-processing .dz-progress {
            opacity: 1;
            transition: all 0.2s linear;
        }

        .dropzone .dz-preview.dz-complete .dz-progress {
            opacity: 0;
            transition: opacity 0.4s ease-in;
        }

        .dropzone .dz-preview:not(.dz-processing) .dz-progress {
            animation: pulse 6s ease infinite;
        }

        .dropzone .dz-preview .dz-progress {
            opacity: 1;
            z-index: 1000;
            pointer-events: none;
            position: absolute;
            height: 16px;
            left: 50%;
            top: 50%;
            margin-top: -8px;
            width: 80px;
            margin-left: -40px;
            background: rgba(255, 255, 255, 0.9);
            -webkit-transform: scale(1);
            border-radius: 8px;
            overflow: hidden;
        }

            .dropzone .dz-preview .dz-progress .dz-upload {
                background: #333;
                background: linear-gradient(to bottom, #666, #444);
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 0;
                transition: width 300ms ease-in-out;
            }

        .dropzone .dz-preview.dz-error .dz-error-message {
            display: block;
        }

        .dropzone .dz-preview.dz-error:hover .dz-error-message {
            opacity: 1;
            pointer-events: auto;
        }

        .dropzone .dz-preview .dz-error-message {
            pointer-events: none;
            z-index: 1000;
            position: absolute;
            display: block;
            display: none;
            opacity: 0;
            transition: opacity 0.3s ease;
            border-radius: 8px;
            font-size: 13px;
            top: 130px;
            left: -10px;
            width: 140px;
            background: #be2626;
            background: linear-gradient(to bottom, #be2626, #a92222);
            padding: 0.5em 1.2em;
            color: white;
        }

            .dropzone .dz-preview .dz-error-message:after {
                content: "";
                position: absolute;
                top: -6px;
                left: 64px;
                width: 0;
                height: 0;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 6px solid #be2626;
            }

img[data-action="zoom"] {
    cursor: zoom-in;
}

.zoom-img,
.zoom-img-wrap {
    position: relative;
    z-index: 666;
    transition: all 300ms;
}

img.zoom-img {
    cursor: zoom-out;
}

.zoom-overlay {
    cursor: zoom-out;
    z-index: 420;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: "alpha(opacity=0)";
    opacity: 0;
    transition: opacity 300ms;
}

.zoom-overlay-open .zoom-overlay {
    filter: "alpha(opacity=100)";
    opacity: 1;
}

/* Tabulator v4.9.3 (c) Oliver Folkerd */

.tabulator {
    position: relative;
    border: 1px solid #999;
    background-color: #888;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    transform: translatez(0);
}

    .tabulator[tabulator-layout="fitDataFill"] .tabulator-tableHolder .tabulator-table {
        min-width: 100%;
    }

    .tabulator[tabulator-layout="fitDataTable"] {
        display: inline-block;
    }

    .tabulator.tabulator-block-select {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .tabulator .tabulator-header {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        border-bottom: 1px solid #999;
        background-color: #e6e6e6;
        color: #555;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
    }

        .tabulator .tabulator-header.tabulator-header-hidden {
            display: none;
        }

        .tabulator .tabulator-header .tabulator-col {
            display: inline-block;
            position: relative;
            box-sizing: border-box;
            border-right: 1px solid #aaa;
            background: #e6e6e6;
            text-align: left;
            vertical-align: bottom;
            overflow: hidden;
        }

            .tabulator .tabulator-header .tabulator-col.tabulator-moving {
                position: absolute;
                border: 1px solid #999;
                background: #cdcdcd;
                pointer-events: none;
            }

            .tabulator .tabulator-header .tabulator-col .tabulator-col-content {
                box-sizing: border-box;
                position: relative;
                padding: 4px;
            }

                .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-menu-button {
                    padding: 0 8px;
                }

                    .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-menu-button:hover {
                        cursor: pointer;
                        opacity: .6;
                    }

                .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {
                    position: relative;
                }

                .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
                    box-sizing: border-box;
                    width: 100%;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    vertical-align: bottom;
                }

                    .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
                        box-sizing: border-box;
                        width: 100%;
                        border: 1px solid #999;
                        padding: 1px;
                        background: #fff;
                    }

                    .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-menu-button + .tabulator-title-editor {
                        width: calc(100% - 22px);
                    }

                .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
                    display: flex;
                    align-items: center;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    right: 4px;
                }

                    .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
                        width: 0;
                        height: 0;
                        border-left: 6px solid transparent;
                        border-right: 6px solid transparent;
                        border-bottom: 6px solid #bbb;
                    }

            .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
                position: relative;
                display: flex;
                border-top: 1px solid #aaa;
                overflow: hidden;
                margin-right: -1px;
            }

            .tabulator .tabulator-header .tabulator-col:first-child .tabulator-col-resize-handle.prev {
                display: none;
            }

            .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
                position: relative;
                box-sizing: border-box;
                margin-top: 2px;
                width: 100%;
                text-align: center;
            }

                .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
                    height: auto !important;
                }

                .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
                    margin-top: 3px;
                }

                .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {
                    width: 0;
                    height: 0;
                }

            .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
                padding-right: 25px;
            }

            .tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
                cursor: pointer;
                background-color: #cdcdcd;
            }

            .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter {
                color: #bbb;
            }

                .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
                    border-top: none;
                    border-bottom: 6px solid #bbb;
                }

            .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="asc"] .tabulator-col-content .tabulator-col-sorter {
                color: #666;
            }

                .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="asc"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
                    border-top: none;
                    border-bottom: 6px solid #666;
                }

            .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="desc"] .tabulator-col-content .tabulator-col-sorter {
                color: #666;
            }

                .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="desc"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
                    border-bottom: none;
                    border-top: 6px solid #666;
                    color: #666;
                }

            .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {
                writing-mode: vertical-rl;
                text-orientation: mixed;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {
                transform: rotate(180deg);
            }

            .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {
                padding-right: 0;
                padding-top: 20px;
            }

            .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {
                padding-right: 0;
                padding-bottom: 20px;
            }

            .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {
                justify-content: center;
                left: 0;
                right: 0;
                top: 4px;
                bottom: auto;
            }

        .tabulator .tabulator-header .tabulator-frozen {
            display: inline-block;
            position: absolute;
            z-index: 10;
        }

            .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
                border-right: 2px solid #aaa;
            }

            .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
                border-left: 2px solid #aaa;
            }

        .tabulator .tabulator-header .tabulator-calcs-holder {
            box-sizing: border-box;
            min-width: 600%;
            background: #f3f3f3 !important;
            border-top: 1px solid #aaa;
            border-bottom: 1px solid #aaa;
            overflow: hidden;
        }

            .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
                background: #f3f3f3 !important;
            }

                .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
                    display: none;
                }

        .tabulator .tabulator-header .tabulator-frozen-rows-holder {
            min-width: 600%;
        }

            .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
                display: none;
            }

    .tabulator .tabulator-tableHolder {
        position: relative;
        width: 100%;
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

        .tabulator .tabulator-tableHolder:focus {
            outline: none;
        }

        .tabulator .tabulator-tableHolder .tabulator-placeholder {
            box-sizing: border-box;
            display: flex;
            align-items: center;
            width: 100%;
        }

            .tabulator .tabulator-tableHolder .tabulator-placeholder[tabulator-render-mode="virtual"] {
                min-height: 100%;
                min-width: 100%;
            }

            .tabulator .tabulator-tableHolder .tabulator-placeholder span {
                display: inline-block;
                margin: 0 auto;
                padding: 10px;
                color: #ccc;
                font-weight: bold;
                font-size: 20px;
            }

        .tabulator .tabulator-tableHolder .tabulator-table {
            position: relative;
            display: inline-block;
            background-color: #fff;
            white-space: nowrap;
            overflow: visible;
            color: #333;
        }

            .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs {
                font-weight: bold;
                background: #e2e2e2 !important;
            }

                .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {
                    border-bottom: 2px solid #aaa;
                }

                .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
                    border-top: 2px solid #aaa;
                }

    .tabulator .tabulator-footer {
        padding: 5px 10px;
        border-top: 1px solid #999;
        background-color: #e6e6e6;
        text-align: right;
        color: #555;
        font-weight: bold;
        white-space: nowrap;
        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
    }

        .tabulator .tabulator-footer .tabulator-calcs-holder {
            box-sizing: border-box;
            width: calc(100% + 20px);
            margin: -5px -10px 5px -10px;
            text-align: left;
            background: #f3f3f3 !important;
            border-bottom: 1px solid #aaa;
            border-top: 1px solid #aaa;
            overflow: hidden;
        }

            .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
                background: #f3f3f3 !important;
            }

                .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
                    display: none;
                }

            .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
                margin-bottom: -5px;
                border-bottom: none;
            }

        .tabulator .tabulator-footer .tabulator-paginator {
            color: #555;
            font-family: inherit;
            font-weight: inherit;
            font-size: inherit;
        }

        .tabulator .tabulator-footer .tabulator-page-size {
            display: inline-block;
            margin: 0 5px;
            padding: 2px 5px;
            border: 1px solid #aaa;
            border-radius: 3px;
        }

        .tabulator .tabulator-footer .tabulator-pages {
            margin: 0 7px;
        }

        .tabulator .tabulator-footer .tabulator-page {
            display: inline-block;
            margin: 0 2px;
            padding: 2px 5px;
            border: 1px solid #aaa;
            border-radius: 3px;
            background: rgba(255, 255, 255, 0.2);
        }

            .tabulator .tabulator-footer .tabulator-page.active {
                color: #d00;
            }

            .tabulator .tabulator-footer .tabulator-page:disabled {
                opacity: .5;
            }

            .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
                cursor: pointer;
                background: rgba(0, 0, 0, 0.2);
                color: #fff;
            }

    .tabulator .tabulator-col-resize-handle {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 5px;
    }

        .tabulator .tabulator-col-resize-handle.prev {
            left: 0;
            right: auto;
        }

        .tabulator .tabulator-col-resize-handle:hover {
            cursor: ew-resize;
        }

    .tabulator .tabulator-loader {
        position: absolute;
        display: flex;
        align-items: center;
        top: 0;
        left: 0;
        z-index: 100;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.4);
        text-align: center;
    }

        .tabulator .tabulator-loader .tabulator-loader-msg {
            display: inline-block;
            margin: 0 auto;
            padding: 10px 20px;
            border-radius: 10px;
            background: #fff;
            font-weight: bold;
            font-size: 16px;
        }

            .tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading {
                border: 4px solid #333;
                color: #000;
            }

            .tabulator .tabulator-loader .tabulator-loader-msg.tabulator-error {
                border: 4px solid #D00;
                color: #590000;
            }

.tabulator-row {
    position: relative;
    box-sizing: border-box;
    min-height: 22px;
    background-color: #fff;
}

    .tabulator-row.tabulator-row-even {
        background-color: #EFEFEF;
    }

    .tabulator-row.tabulator-selectable:hover {
        background-color: #bbb;
        cursor: pointer;
    }

    .tabulator-row.tabulator-selected {
        background-color: #9ABCEA;
    }

        .tabulator-row.tabulator-selected:hover {
            background-color: #769BCC;
            cursor: pointer;
        }

    .tabulator-row.tabulator-row-moving {
        border: 1px solid #000;
        background: #fff;
    }

    .tabulator-row.tabulator-moving {
        position: absolute;
        border-top: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        pointer-events: none;
        z-index: 15;
    }

    .tabulator-row .tabulator-row-resize-handle {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 5px;
    }

        .tabulator-row .tabulator-row-resize-handle.prev {
            top: 0;
            bottom: auto;
        }

        .tabulator-row .tabulator-row-resize-handle:hover {
            cursor: ns-resize;
        }

    .tabulator-row .tabulator-frozen {
        display: inline-block;
        position: absolute;
        background-color: inherit;
        z-index: 10;
    }

        .tabulator-row .tabulator-frozen.tabulator-frozen-left {
            border-right: 2px solid #aaa;
        }

        .tabulator-row .tabulator-frozen.tabulator-frozen-right {
            border-left: 2px solid #aaa;
        }

    .tabulator-row .tabulator-responsive-collapse {
        box-sizing: border-box;
        padding: 5px;
        border-top: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
    }

        .tabulator-row .tabulator-responsive-collapse:empty {
            display: none;
        }

        .tabulator-row .tabulator-responsive-collapse table {
            font-size: 14px;
        }

            .tabulator-row .tabulator-responsive-collapse table tr td {
                position: relative;
            }

                .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
                    padding-right: 10px;
                }

    .tabulator-row .tabulator-cell {
        display: inline-block;
        position: relative;
        box-sizing: border-box;
        padding: 4px;
        border-right: 1px solid #aaa;
        vertical-align: middle;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .tabulator-row .tabulator-cell.tabulator-editing {
            border: 1px solid #1D68CD;
            outline: none;
            padding: 0;
        }

            .tabulator-row .tabulator-cell.tabulator-editing input,
            .tabulator-row .tabulator-cell.tabulator-editing select {
                border: 1px;
                background: transparent;
            }

        .tabulator-row .tabulator-cell.tabulator-validation-fail {
            border: 1px solid #dd0000;
        }

            .tabulator-row .tabulator-cell.tabulator-validation-fail input,
            .tabulator-row .tabulator-cell.tabulator-validation-fail select {
                border: 1px;
                background: transparent;
                color: #dd0000;
            }

        .tabulator-row .tabulator-cell:first-child .tabulator-col-resize-handle.prev {
            display: none;
        }

        .tabulator-row .tabulator-cell.tabulator-row-handle {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            -moz-user-select: none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            -o-user-select: none;
        }

            .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
                width: 80%;
            }

                .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
                    width: 100%;
                    height: 3px;
                    margin-top: 2px;
                    background: #666;
                }

        .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
            display: inline-block;
            vertical-align: middle;
            height: 9px;
            width: 7px;
            margin-top: -9px;
            margin-right: 5px;
            border-bottom-left-radius: 1px;
            border-left: 2px solid #aaa;
            border-bottom: 2px solid #aaa;
        }

        .tabulator-row .tabulator-cell .tabulator-data-tree-control {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            vertical-align: middle;
            height: 11px;
            width: 11px;
            margin-right: 5px;
            border: 1px solid #333;
            border-radius: 2px;
            background: rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

            .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
                cursor: pointer;
                background: rgba(0, 0, 0, 0.2);
            }

            .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
                display: inline-block;
                position: relative;
                height: 7px;
                width: 1px;
                background: transparent;
            }

                .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
                    position: absolute;
                    content: "";
                    left: -3px;
                    top: 3px;
                    height: 1px;
                    width: 7px;
                    background: #333;
                }

            .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
                display: inline-block;
                position: relative;
                height: 7px;
                width: 1px;
                background: #333;
            }

                .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
                    position: absolute;
                    content: "";
                    left: -3px;
                    top: 3px;
                    height: 1px;
                    width: 7px;
                    background: #333;
                }

        .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            -moz-user-select: none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            -o-user-select: none;
            height: 15px;
            width: 15px;
            border-radius: 20px;
            background: #666;
            color: #fff;
            font-weight: bold;
            font-size: 1.1em;
        }

            .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
                opacity: .7;
            }

            .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {
                display: initial;
            }

            .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {
                display: none;
            }

            .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {
                display: none;
            }

        .tabulator-row .tabulator-cell .tabulator-traffic-light {
            display: inline-block;
            height: 14px;
            width: 14px;
            border-radius: 14px;
        }

    .tabulator-row.tabulator-group {
        box-sizing: border-box;
        border-bottom: 1px solid #999;
        border-right: 1px solid #aaa;
        border-top: 1px solid #999;
        padding: 5px;
        padding-left: 10px;
        background: #ccc;
        font-weight: bold;
        min-width: 100%;
    }

        .tabulator-row.tabulator-group:hover {
            cursor: pointer;
            background-color: rgba(0, 0, 0, 0.1);
        }

        .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
            margin-right: 10px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #666;
            border-bottom: 0;
        }

        .tabulator-row.tabulator-group.tabulator-group-level-1 {
            padding-left: 30px;
        }

        .tabulator-row.tabulator-group.tabulator-group-level-2 {
            padding-left: 50px;
        }

        .tabulator-row.tabulator-group.tabulator-group-level-3 {
            padding-left: 70px;
        }

        .tabulator-row.tabulator-group.tabulator-group-level-4 {
            padding-left: 90px;
        }

        .tabulator-row.tabulator-group.tabulator-group-level-5 {
            padding-left: 110px;
        }

        .tabulator-row.tabulator-group .tabulator-group-toggle {
            display: inline-block;
        }

        .tabulator-row.tabulator-group .tabulator-arrow {
            display: inline-block;
            width: 0;
            height: 0;
            margin-right: 16px;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-right: 0;
            border-left: 6px solid #666;
            vertical-align: middle;
        }

        .tabulator-row.tabulator-group span {
            margin-left: 10px;
            color: #d00;
        }

.tabulator-menu {
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    font-size: 14px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10000;
}

    .tabulator-menu .tabulator-menu-item {
        position: relative;
        box-sizing: border-box;
        padding: 5px 10px;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

        .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {
            opacity: .5;
        }

        .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {
            cursor: pointer;
            background: #EFEFEF;
        }

        .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {
            padding-right: 25px;
        }

            .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {
                display: inline-block;
                position: absolute;
                top: calc(5px + .4em);
                right: 10px;
                height: 7px;
                width: 7px;
                content: '';
                border-width: 1px 1px 0 0;
                border-style: solid;
                border-color: #aaa;
                vertical-align: top;
                transform: rotate(45deg);
            }

    .tabulator-menu .tabulator-menu-separator {
        border-top: 1px solid #aaa;
    }

.tabulator-edit-select-list {
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    max-height: 200px;
    background: #fff;
    border: 1px solid #aaa;
    font-size: 14px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10000;
}

    .tabulator-edit-select-list .tabulator-edit-select-list-item {
        padding: 4px;
        color: #333;
    }

        .tabulator-edit-select-list .tabulator-edit-select-list-item.active {
            color: #fff;
            background: #1D68CD;
        }

            .tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused {
                outline: 1px solid rgba(255, 255, 255, 0.5);
            }

        .tabulator-edit-select-list .tabulator-edit-select-list-item.focused {
            outline: 1px solid #1D68CD;
        }

        .tabulator-edit-select-list .tabulator-edit-select-list-item:hover {
            cursor: pointer;
            color: #fff;
            background: #1D68CD;
        }

    .tabulator-edit-select-list .tabulator-edit-select-list-notice {
        padding: 4px;
        color: #333;
        text-align: center;
    }

    .tabulator-edit-select-list .tabulator-edit-select-list-group {
        border-bottom: 1px solid #aaa;
        padding: 4px;
        padding-top: 6px;
        color: #333;
        font-weight: bold;
    }

.tabulator.tabulator-ltr {
    direction: ltr;
}

.tabulator.tabulator-rtl {
    text-align: initial;
    direction: rtl;
}

    .tabulator.tabulator-rtl .tabulator-header .tabulator-col {
        text-align: initial;
        border-left: 1px solid #aaa;
        border-right: initial;
    }

        .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
            margin-right: initial;
            margin-left: -1px;
        }

        .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
            padding-right: 0;
            padding-left: 25px;
        }

        .tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
            left: 8px;
            right: initial;
        }

    .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {
        border-right: initial;
        border-left: 1px solid #aaa;
    }

        .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
            margin-right: initial;
            margin-left: 5px;
            border-bottom-left-radius: initial;
            border-bottom-right-radius: 1px;
            border-left: initial;
            border-right: 2px solid #aaa;
        }

        .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {
            margin-right: initial;
            margin-left: 5px;
        }

    .tabulator.tabulator-rtl .tabulator-col-resize-handle {
        position: absolute;
        left: 0;
        right: auto;
    }

        .tabulator.tabulator-rtl .tabulator-col-resize-handle.prev {
            right: 0;
            left: auto;
        }

.tabulator-print-fullscreen {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
    display: none !important;
}

.tabulator-print-table {
    border-collapse: collapse;
}

    .tabulator-print-table .tabulator-data-tree-branch {
        display: inline-block;
        vertical-align: middle;
        height: 9px;
        width: 7px;
        margin-top: -9px;
        margin-right: 5px;
        border-bottom-left-radius: 1px;
        border-left: 2px solid #aaa;
        border-bottom: 2px solid #aaa;
    }

    .tabulator-print-table .tabulator-print-table-group {
        box-sizing: border-box;
        border-bottom: 1px solid #999;
        border-right: 1px solid #aaa;
        border-top: 1px solid #999;
        padding: 5px;
        padding-left: 10px;
        background: #ccc;
        font-weight: bold;
        min-width: 100%;
    }

        .tabulator-print-table .tabulator-print-table-group:hover {
            cursor: pointer;
            background-color: rgba(0, 0, 0, 0.1);
        }

        .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {
            margin-right: 10px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #666;
            border-bottom: 0;
        }

        .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {
            padding-left: 30px !important;
        }

        .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {
            padding-left: 50px !important;
        }

        .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {
            padding-left: 70px !important;
        }

        .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {
            padding-left: 90px !important;
        }

        .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {
            padding-left: 110px !important;
        }

        .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {
            display: inline-block;
        }

        .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {
            display: inline-block;
            width: 0;
            height: 0;
            margin-right: 16px;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-right: 0;
            border-left: 6px solid #666;
            vertical-align: middle;
        }

        .tabulator-print-table .tabulator-print-table-group span {
            margin-left: 10px;
            color: #d00;
        }

    .tabulator-print-table .tabulator-data-tree-control {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        vertical-align: middle;
        height: 11px;
        width: 11px;
        margin-right: 5px;
        border: 1px solid #333;
        border-radius: 2px;
        background: rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

        .tabulator-print-table .tabulator-data-tree-control:hover {
            cursor: pointer;
            background: rgba(0, 0, 0, 0.2);
        }

        .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
            display: inline-block;
            position: relative;
            height: 7px;
            width: 1px;
            background: transparent;
        }

            .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
                position: absolute;
                content: "";
                left: -3px;
                top: 3px;
                height: 1px;
                width: 7px;
                background: #333;
            }

        .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {
            display: inline-block;
            position: relative;
            height: 7px;
            width: 1px;
            background: #333;
        }

            .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
                position: absolute;
                content: "";
                left: -3px;
                top: 3px;
                height: 1px;
                width: 7px;
                background: #333;
            }

/**
 * tom-select.css (v1.7.8)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */

.ts-control.plugin-drag_drop.multi > .ts-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    box-shadow: inset 0 0 12px 4px #fff;
}

.ts-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden;
}

.ts-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.plugin-checkbox_options .option input {
    margin-right: 0.5rem;
}

.plugin-clear_button .items {
    padding-right: calc(1em + (3 * 6px)) !important;
}

.plugin-clear_button .clear-button {
    opacity: 0;
    position: absolute;
    top: 8px;
    right: calc(8px - 6px);
    margin-right: 0 !important;
    background: transparent !important;
    transition: opacity 0.5s;
    cursor: pointer;
}

.plugin-clear_button.single .clear-button {
    right: calc(8px - 6px + 2rem);
}

.plugin-clear_button .has-items.focus .clear-button,
.plugin-clear_button:hover .has-items .clear-button {
    opacity: 1;
}

.ts-control .dropdown-header {
    position: relative;
    padding: 10px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0;
}

.ts-control .dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
}

    .ts-control .dropdown-header-close:hover {
        color: black;
    }

.plugin-dropdown_input .ts-input.focus {
    box-shadow: none;
    border: 1px solid #d0d0d0;
}

.plugin-dropdown_input .dropdown-input {
    border: 1px solid #d0d0d0;
    border-width: 0 0 1px 0;
    display: block;
    padding: 8px 8px;
    box-shadow: none;
    width: 100%;
    background: transparent;
}

.ts-control.plugin-input_autogrow .ts-input.has-items > input {
    min-width: 0;
}

.ts-control.plugin-input_autogrow .ts-input.focus.has-items > input {
    flex: none;
    min-width: 4px;
}

    .ts-control.plugin-input_autogrow .ts-input.focus.has-items > input::-moz-placeholder {
        color: transparent;
    }

    .ts-control.plugin-input_autogrow .ts-input.focus.has-items > input::placeholder {
        color: transparent;
    }

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
    display: flex;
}

.ts-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
}

    .ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
        border-right: 0 none;
    }

    .ts-dropdown.plugin-optgroup_columns .optgroup:before {
        display: none;
    }

.ts-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
}

.ts-control.plugin-remove_button .item {
    display: inline-flex;
    align-items: center;
    padding-right: 0 !important;
}

    .ts-control.plugin-remove_button .item .remove {
        color: inherit;
        text-decoration: none;
        vertical-align: middle;
        display: inline-block;
        padding: 2px 6px;
        border-left: 1px solid #d0d0d0;
        border-radius: 0 2px 2px 0;
        box-sizing: border-box;
        margin-left: 6px;
    }

        .ts-control.plugin-remove_button .item .remove:hover {
            background: rgba(0, 0, 0, 0.05);
        }

    .ts-control.plugin-remove_button .item.active .remove {
        border-left-color: #cacaca;
    }

.ts-control.plugin-remove_button .disabled .item .remove:hover {
    background: none;
}

.ts-control.plugin-remove_button .disabled .item .remove {
    border-left-color: white;
}

.ts-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px;
}

.ts-control {
    position: relative;
}

.ts-dropdown,
.ts-input,
.ts-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    font-smoothing: inherit;
}

.ts-input,
.ts-control.single .ts-input.input-active {
    background: #fff;
    cursor: text;
}

.ts-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
}

.ts-control.multi .ts-input.has-items {
    padding: calc(8px - 2px - 0) 8px calc(8px - 2px - 3px - 0);
}

.ts-input.full {
    background-color: #fff;
}

.ts-input.disabled,
.ts-input.disabled * {
    cursor: default !important;
}

.ts-input.focus {
    box-shadow: none;
}

.ts-input > * {
    vertical-align: baseline;
    display: inline-block;
}

.ts-control.multi .ts-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0;
}

    .ts-control.multi .ts-input > div.active {
        background: #e8e8e8;
        color: #303030;
        border: 0 solid #cacaca;
    }

.ts-control.multi .ts-input.disabled > div,
.ts-control.multi .ts-input.disabled > div.active {
    color: #7d7c7c;
    background: white;
    border: 0 solid white;
}

.ts-input > input {
    flex: 1 1 auto;
    min-width: 7rem;
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important;
    box-shadow: none !important;
}

    .ts-input > input::-ms-clear {
        display: none;
    }

    .ts-input > input:focus {
        outline: none !important;
    }

.ts-input.has-items > input {
    margin: 0 4px !important;
}

.ts-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
}

.ts-input.rtl {
    text-align: right;
}

    .ts-input.rtl.single .ts-input:after {
        left: 15px;
        right: auto;
    }

    .ts-input.rtl .ts-input > input {
        margin: 0 4px 0 -2px !important;
    }

.ts-input.disabled {
    opacity: 0.5;
    background-color: #fafafa;
}

.input-hidden .ts-input > input {
    opacity: 0;
    position: absolute;
    left: -10000px;
}

.ts-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: 0.25rem 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}

    .ts-dropdown [data-selectable] {
        cursor: pointer;
        overflow: hidden;
    }

        .ts-dropdown [data-selectable] .highlight {
            background: rgba(125, 168, 208, 0.2);
            border-radius: 1px;
        }

    .ts-dropdown .option,
    .ts-dropdown .optgroup-header,
    .ts-dropdown .no-results,
    .ts-dropdown .create {
        padding: 5px 8px;
    }

    .ts-dropdown .option,
    .ts-dropdown [data-disabled],
    .ts-dropdown [data-disabled] [data-selectable].option {
        cursor: inherit;
        opacity: 0.5;
    }

    .ts-dropdown [data-selectable].option {
        opacity: 1;
        cursor: pointer;
    }

    .ts-dropdown .optgroup:first-child .optgroup-header {
        border-top: 0 none;
    }

    .ts-dropdown .optgroup-header {
        color: #303030;
        background: #fff;
        cursor: default;
    }

    .ts-dropdown .create:hover,
    .ts-dropdown .option:hover,
    .ts-dropdown .active {
        background-color: #f5fafd;
        color: #495c68;
    }

        .ts-dropdown .create:hover.create,
        .ts-dropdown .option:hover.create,
        .ts-dropdown .active.create {
            color: #495c68;
        }

    .ts-dropdown .create {
        color: rgba(48, 48, 48, 0.5);
    }

    .ts-dropdown .spinner {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 5px 8px;
    }

        .ts-dropdown .spinner:after {
            content: " ";
            display: block;
            width: 24px;
            height: 24px;
            margin: 3px;
            border-radius: 50%;
            border: 5px solid #d0d0d0;
            border-color: #d0d0d0 transparent #d0d0d0 transparent;
            animation: lds-dual-ring 1.2s linear infinite;
        }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ts-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.tns-outer {
    padding: 0 !important
}

    .tns-outer [hidden] {
        display: none !important
    }

    .tns-outer [aria-controls],
    .tns-outer [data-action] {
        cursor: pointer
    }

.tns-slider {
    transition: all 0s
}

    .tns-slider > .tns-item {
        box-sizing: border-box
    }

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

    .tns-horizontal.tns-subpixel > .tns-item {
        display: inline-block;
        vertical-align: top;
        white-space: normal
    }

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}

    .tns-gallery > .tns-item {
        position: absolute;
        left: -100%;
        transition: transform 0s, opacity 0s
    }

    .tns-gallery > .tns-slide-active {
        position: relative;
        left: auto !important
    }

    .tns-gallery > .tns-moving {
        transition: all 0.25s
    }

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    transition: opacity 0.6s;
    opacity: 0.6
}

    .tns-lazy-img.tns-complete {
        opacity: 1
    }

.tns-ah {
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-normal,
.tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

    .tns-vpfix > div,
    .tns-vpfix > li {
        display: inline-block
    }

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0
}

    .tns-t-ct:after {
        content: '';
        display: table;
        clear: both
    }

    .tns-t-ct > div {
        width: 1.4285714%;
        width: calc(100% / 70);
        height: 10px;
        float: left
    }

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    max-width: 100%;
    /* Not required for horizontal scroll to trigger */
    max-height: 100%;
    /* Needed for vertical scroll to trigger */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .simplebar-content-wrapper::-webkit-scrollbar,
    .simplebar-hide-scrollbar::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

.simplebar-content:before,
.simplebar-content:after {
    content: ' ';
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}

    .simplebar-scrollbar:before {
        position: absolute;
        content: '';
        background: black;
        border-radius: 7px;
        left: 2px;
        right: 2px;
        opacity: 0;
        transition: opacity 0.2s linear;
    }

    .simplebar-scrollbar.simplebar-visible:before {
        /* When hovered, remove all transitions from drag handle */
        opacity: 0.5;
        transition: opacity 0s linear;
    }

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

    .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
        top: 2px;
        bottom: 2px;
    }

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
        height: 100%;
        left: 2px;
        right: 2px;
    }

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
        right: auto;
        left: 0;
        top: 2px;
        height: 7px;
        min-height: 0;
        min-width: 10px;
        width: auto;
    }

/* Rtl support */

[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}

.leaflet-container {
    overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

    /* Prevents IE11 from highlighting tiles in blue */

    .leaflet-tile::-moz-selection {
        background: transparent;
    }

    .leaflet-tile::selection {
        background: transparent;
    }

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */

.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */

.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */

/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */

.leaflet-container .leaflet-overlay-pane svg {
    max-width: none !important;
    max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
    width: auto;
    padding: 0;
}

.leaflet-container img.leaflet-tile {
    /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
    mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
    touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
    /* Fallback for FF which doesn't support pinch-zoom */
    touch-action: none;
    touch-action: pinch-zoom;
}

    .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
        touch-action: none;
    }

.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}

    .leaflet-container a {
        -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
    }

.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}

.leaflet-tile-loaded {
    visibility: inherit;
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    box-sizing: border-box;
    z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */

.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane {
    z-index: 400;
}

.leaflet-tile-pane {
    z-index: 200;
}

.leaflet-overlay-pane {
    z-index: 400;
}

.leaflet-shadow-pane {
    z-index: 500;
}

.leaflet-marker-pane {
    z-index: 600;
}

.leaflet-tooltip-pane {
    z-index: 650;
}

.leaflet-popup-pane {
    z-index: 700;
}

.leaflet-map-pane canvas {
    z-index: 100;
}

.leaflet-map-pane svg {
    z-index: 200;
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}

/* control positioning */

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

.leaflet-top {
    top: 0;
}

.leaflet-right {
    right: 0;
}

.leaflet-bottom {
    bottom: 0;
}

.leaflet-left {
    left: 0;
}

.leaflet-control {
    float: left;
    clear: both;
}

.leaflet-right .leaflet-control {
    float: right;
}

.leaflet-top .leaflet-control {
    margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
    margin-left: 10px;
}

.leaflet-right .leaflet-control {
    margin-right: 10px;
}

/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-zoom-animated {
    transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
    will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}

/* cursors */

.leaflet-interactive {
    cursor: pointer;
}

.leaflet-grab {
    cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: grabbing;
}

/* marker & overlays interactivity */

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
}

    .leaflet-marker-icon.leaflet-interactive,
    .leaflet-image-layer.leaflet-interactive,
    .leaflet-pane > svg path.leaflet-interactive,
    svg.leaflet-image-layer.leaflet-interactive path {
        pointer-events: visiblePainted;
        /* IE 9-10 doesn't have auto */
        pointer-events: auto;
    }

/* visual tweaks */

.leaflet-container {
    background: #ddd;
    outline-offset: 1px;
}

    .leaflet-container a {
        color: #0078A8;
    }

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
}

/* general typography */

.leaflet-container {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
}

/* general toolbar styles */

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}

    .leaflet-bar a {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        width: 26px;
        height: 26px;
        line-height: 26px;
        display: block;
        text-align: center;
        text-decoration: none;
        color: black;
    }

    .leaflet-bar a,
    .leaflet-control-layers-toggle {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: block;
    }

        .leaflet-bar a:hover,
        .leaflet-bar a:focus {
            background-color: #f4f4f4;
        }

        .leaflet-bar a:first-child {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .leaflet-bar a:last-child {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            border-bottom: none;
        }

        .leaflet-bar a.leaflet-disabled {
            cursor: default;
            background-color: #f4f4f4;
            color: #bbb;
        }

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

    .leaflet-touch .leaflet-bar a:first-child {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .leaflet-touch .leaflet-bar a:last-child {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
}

/* layers control */

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
}

.leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}

.leaflet-control-layers label {
    display: block;
    font-size: 13px;
    font-size: 1.08333em;
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

/* Default icon URLs */

.leaflet-default-icon-path {
    /* used only in path-guessing heuristic, see L.Icon.Default */
    background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
    line-height: 1.4;
}

    .leaflet-control-attribution a {
        text-decoration: none;
    }

        .leaflet-control-attribution a:hover,
        .leaflet-control-attribution a:focus {
            text-decoration: underline;
        }

.leaflet-attribution-flag {
    display: inline !important;
    vertical-align: baseline !important;
    width: 1em;
    height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    white-space: nowrap;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px #fff;
}

    .leaflet-control-scale-line:not(:first-child) {
        border-top: 2px solid #777;
        border-bottom: none;
        margin-top: -2px;
    }

        .leaflet-control-scale-line:not(:first-child):not(:last-child) {
            border-bottom: 2px solid #777;
        }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

/* popup */

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}

.leaflet-popup-content {
    margin: 13px 24px 13px 20px;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.08333em;
    min-height: 1px;
}

    .leaflet-popup-content p {
        margin: 17px 0;
        margin: 1.3em 0;
    }

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-top: -1px;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    pointer-events: auto;
    transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    text-align: center;
    width: 24px;
    height: 24px;
    font: 16px/24px Tahoma, Verdana, sans-serif;
    color: #757575;
    text-decoration: none;
    background: transparent;
}

    .leaflet-container a.leaflet-popup-close-button:hover,
    .leaflet-container a.leaflet-popup-close-button:focus {
        color: #585858;
    }

.leaflet-popup-scrolled {
    overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}

/* div icon */

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}

/* Tooltip */

/* Base styles for the element that has a tooltip */

.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

    .leaflet-tooltip.leaflet-interactive {
        cursor: pointer;
        pointer-events: auto;
    }

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Directions */

.leaflet-tooltip-bottom {
    margin-top: 6px;
}

.leaflet-tooltip-top {
    margin-top: -6px;
}

    .leaflet-tooltip-bottom:before,
    .leaflet-tooltip-top:before {
        left: 50%;
        margin-left: -6px;
    }

    .leaflet-tooltip-top:before {
        bottom: 0;
        margin-bottom: -12px;
        border-top-color: #fff;
    }

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}

.leaflet-tooltip-left {
    margin-left: -6px;
}

.leaflet-tooltip-right {
    margin-left: 6px;
}

    .leaflet-tooltip-left:before,
    .leaflet-tooltip-right:before {
        top: 50%;
        margin-top: -6px;
    }

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}

/* Printing */

@media print {
    /* Prevent printers from removing background-images of controls. */

    .leaflet-control {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
    transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
    /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
    transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

/*
 |--------------------------------------------------------------------------
 | Components
 |--------------------------------------------------------------------------
 |
 | Import CSS/SCSS components.
 |
 */

html {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
    html {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-slate-200) / var(--tw-bg-opacity));
    }
}

html.dark {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
}

    html.dark body {
        --tw-text-opacity: 1;
        color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
    }

        html.dark body *,
        html.dark body ::before,
        html.dark body ::after {
            border-color: rgb(255 255 255 / 0.05);
        }

html body {
    overflow-x: hidden;
    font-family: Roboto;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-800) / var(--tw-text-opacity));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: calc(768px - 1px)) {
    html body {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (max-width: calc(640px - 1px)) {
    html body {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

.login {
    position: relative;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

:is(.dark .login) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
}

@media (max-width: calc(1280px - 1px)) {
    .login {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
    }

    :is(.dark .login) {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
    }
}

.login:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin-top: -28%;
    margin-bottom: -15%;
    margin-left: -13%;
    width: 57%;
    --tw-rotate: -4deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 100%;
    background-color: rgb(var(--color-primary) / 0.2);
}

:is(.dark .login):before {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
}

@media (max-width: calc(1280px - 1px)) {
    .login:before {
        display: none;
    }
}

.login:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin-top: -20%;
    margin-bottom: -12%;
    margin-left: -13%;
    width: 57%;
    --tw-rotate: -4deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
}

:is(.dark .login):after {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-700) / var(--tw-bg-opacity));
}

@media (max-width: calc(1280px - 1px)) {
    .login:after {
        display: none;
    }
}

.login .login__input {
    min-width: 350px;
}

@media (max-width: calc(1280px - 1px)) {
    .login .login__input {
        min-width: 100%;
    }
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) {
    border-spacing: 0 10px;
    border-collapse: separate;
}

    .table-report:not(.table-report--bordered):not(.table-report--tabulator) th {
        border-bottom-width: 0px;
    }

    .table-report:not(.table-report--bordered):not(.table-report--tabulator) td {
        border-bottom-width: 0px;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

:is(.dark .table-report:not(.table-report--bordered):not(.table-report--tabulator) td) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) td {
    box-shadow: 20px 3px 20px #0000000b;
}

    .table-report:not(.table-report--bordered):not(.table-report--tabulator) td:first-child {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .table-report:not(.table-report--bordered):not(.table-report--tabulator) td:last-child {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }

    .table-report:not(.table-report--bordered):not(.table-report--tabulator) td.table-report__action {
        position: relative;
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .table-report:not(.table-report--bordered):not(.table-report--tabulator) td.table-report__action::before {
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 0px;
            margin-top: auto;
            margin-bottom: auto;
            display: block;
            height: 2rem;
            width: 1px;
            content: var(--tw-content);
            --tw-bg-opacity: 1;
            background-color: rgb(var(--color-slate-200) / var(--tw-bg-opacity));
        }

:is(.dark .table-report:not(.table-report--bordered):not(.table-report--tabulator) td.table-report__action)::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
}

.table-report img {
    box-shadow: 0px 0px 0px 2px #fff, 1px 1px 5px rgba(0, 0, 0, 0.32);
}

.table-report.table-report--tabulator .tabulator-header .tabulator-headers .tabulator-col:nth-child(3) .tabulator-col-content .tabulator-col-title,
.table-report.table-report--tabulator .tabulator-header .tabulator-headers .tabulator-col:nth-child(4) .tabulator-col-content .tabulator-col-title,
.table-report.table-report--tabulator .tabulator-header .tabulator-headers .tabulator-col:nth-child(5) .tabulator-col-content .tabulator-col-title,
.table-report.table-report--tabulator .tabulator-header .tabulator-headers .tabulator-col:nth-child(6) .tabulator-col-content .tabulator-col-title {
    text-align: center;
}

.dark .table-report img {
    box-shadow: 0px 0px 0px 2px #3f4865, 1px 1px 5px rgba(0, 0, 0, 0.32);
}

.report-chart {
    position: relative;
}

    .report-chart:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        margin-left: 2.5rem;
        margin-bottom: 1.75rem;
        display: block;
        width: 4rem;
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
        --tw-gradient-from: #fff var(--tw-gradient-from-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
        --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
        --tw-gradient-to: transparent var(--tw-gradient-to-position);
    }

:is(.dark .report-chart):before {
    --tw-gradient-from: rgb(var(--color-darkmode-600)) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(var(--color-darkmode-600) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.report-chart:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin-bottom: 1.75rem;
    display: block;
    width: 4rem;
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

:is(.dark .report-chart):after {
    --tw-gradient-from: rgb(var(--color-darkmode-600)) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(var(--color-darkmode-600) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.search {
    position: relative;
}

    .search .search__input {
        width: 14rem;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-slate-200) / var(--tw-bg-opacity));
        padding-right: 2rem;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        transition-property: width;
        transition-duration: 300ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

        .search .search__input:focus {
            border-color: transparent;
        }

:is(.dark .search .search__input) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
}

.search .search__input:focus {
    width: 18rem;
}

.search .search__icon {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0.75rem;
    height: 1.25rem;
    width: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-600) / var(--tw-text-opacity));
}

.notification {
    position: relative;
    color: rgb(255 255 255 / 0.7);
}

    .notification .notification__icon {
        height: 1.25rem;
        width: 1.25rem;
    }

    .notification.notification--bullet:before {
        content: "";
        width: 8px;
        height: 8px;
        position: absolute;
        top: -2px;
        right: 0px;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-danger) / var(--tw-bg-opacity));
    }

.report-box {
    position: relative;
}

    .report-box:before {
        content: "";
        width: 90%;
        box-shadow: 0px 3px 20px #0000000b;
        position: absolute;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0.75rem;
        height: 100%;
        border-radius: 0.375rem;
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-slate-50) / var(--tw-bg-opacity));
    }

:is(.dark .report-box):before {
    background-color: rgb(var(--color-darkmode-400) / 0.7);
}

.report-box .report-box__icon {
    width: 28px;
    height: 28px;
}

.report-box .report-box__indicator {
    padding-top: 3px;
    padding-bottom: 3px;
    display: flex;
    align-items: center;
    border-radius: 9999px;
    padding-left: 0.5rem;
    padding-right: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.report-box-2 {
    position: relative;
}

    .report-box-2:before {
        content: "";
        width: 90%;
        background: #f9fafc;
        box-shadow: 0px 3px 20px #0000000b;
        position: absolute;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0.75rem;
        height: 100%;
        border-radius: 0.375rem;
    }

:is(.dark .report-box-2):before {
    background-color: rgb(var(--color-darkmode-400) / 0.7);
}

.report-box-2 .report-box-2__indicator {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 0.75rem;
    margin-right: auto;
    display: flex;
    align-items: center;
    border-radius: 9999px;
    padding-left: 0.5rem;
    padding-right: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.report-box-3 {
    margin-left: -22px;
    margin-right: -22px;
    position: relative;
}

@media (max-width: calc(768px - 1px)) {
    .report-box-3 {
        margin-left: -16px;
        margin-right: -16px;
    }
}

.report-box-3:before {
    content: "";
    border-radius: 30px 30px 0px 0px;
    transform: translatey(35px);
    animation: 0.4s intro-report-box-3-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.1s;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background-color: rgb(var(--color-slate-200) / 0.7);
    opacity: 0;
}

:is(.dark .report-box-3):before {
    background-color: rgb(var(--color-darkmode-500) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.5;
}

.report-box-3.report-box-3--content {
    padding: 0px 22px;
    min-height: 400px;
}

    .report-box-3.report-box-3--content:before {
        content: "";
        border-radius: 30px;
        transform: translatey(35px);
        animation: 0.4s intro-report-box-3-animation ease-in-out 0.33333s;
        animation-fill-mode: forwards;
        animation-delay: 0.1s;
        box-shadow: 0px 3px 20px #0000000b;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        height: 100%;
        width: 100%;
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
        opacity: 0;
    }

:is(.dark .report-box-3.report-box-3--content):before {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-700) / var(--tw-bg-opacity));
}

@media (max-width: calc(1280px - 1px)) {
    .report-box-3.report-box-3--content:before {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
}

@keyframes intro-report-box-3-animation {
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.report-box-4 {
    position: relative;
}

    .report-box-4:before {
        content: "";
        border-radius: 30px 30px 0px 0px;
        transform: translatey(35px);
        animation: 0.4s intro-report-box-4-animation ease-in-out 0.33333s;
        animation-fill-mode: forwards;
        animation-delay: 0.1s;
        margin-left: -22px;
        margin-right: -22px;
        box-shadow: 0px 3px 20px #0000000b;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        display: none;
        height: 100%;
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
        opacity: 0;
    }

:is(.dark .report-box-4):before {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-700) / var(--tw-bg-opacity));
}

@media (max-width: calc(1280px - 1px)) {
    .report-box-4:before {
        display: block;
    }
}

@media (max-width: calc(768px - 1px)) {
    .report-box-4:before {
        margin-left: -16px;
        margin-right: -16px;
    }
}

.report-box-4 .report-box-4__content {
    flex: 1 1 0;
}

@keyframes intro-report-box-4-animation {
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.content {
    padding: 0px 22px;
    position: relative;
    /*margin-top    : 0.25rem;*/
    min-height: 100vh;
    min-width: 0px;
    flex: 1 1 0%;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
    padding-top: 5rem;
    padding-bottom: 2.5rem;
}

:is(.dark .content) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-700) / var(--tw-bg-opacity));
}

@media (max-width: calc(768px - 1px)) {
    .content {
        border-radius: 30px;
        margin-top: 2.5rem;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0px;
    }
}

.content:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
}

.content.content--top-nav {
    border-radius: 35px 35px 0 0;
    margin-top: 1.25rem;
    padding-top: 0px;
}

.top-nav {
    transform: translatey(35px);
    animation: 0.4s intro-top-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
    position: relative;
    z-index: 50;
    margin-top: -1rem;
    padding-top: 8rem;
    opacity: 0;
}

@media (max-width: calc(768px - 1px)) {
    .top-nav {
        display: none;
    }
}

.top-nav > ul > li:nth-child(1) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(1 * 0.1s);
}

.top-nav > ul > li:nth-child(1) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(2) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(2 * 0.1s);
}

.top-nav > ul > li:nth-child(2) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(3) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(3 * 0.1s);
}

.top-nav > ul > li:nth-child(3) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(4) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(4 * 0.1s);
}

.top-nav > ul > li:nth-child(4) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(5) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(5 * 0.1s);
}

.top-nav > ul > li:nth-child(5) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(6) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(6 * 0.1s);
}

.top-nav > ul > li:nth-child(6) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(7) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(7 * 0.1s);
}

.top-nav > ul > li:nth-child(7) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(8) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(8 * 0.1s);
}

.top-nav > ul > li:nth-child(8) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(9) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(9 * 0.1s);
}

.top-nav > ul > li:nth-child(9) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(10) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(10 * 0.1s);
}

.top-nav > ul > li:nth-child(10) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(11) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(11 * 0.1s);
}

.top-nav > ul > li:nth-child(11) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(12) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(12 * 0.1s);
}

.top-nav > ul > li:nth-child(12) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(13) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(13 * 0.1s);
}

.top-nav > ul > li:nth-child(13) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(14) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(14 * 0.1s);
}

.top-nav > ul > li:nth-child(14) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(15) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(15 * 0.1s);
}

.top-nav > ul > li:nth-child(15) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(16) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(16 * 0.1s);
}

.top-nav > ul > li:nth-child(16) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(17) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(17 * 0.1s);
}

.top-nav > ul > li:nth-child(17) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(18) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(18 * 0.1s);
}

.top-nav > ul > li:nth-child(18) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(19) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(19 * 0.1s);
}

.top-nav > ul > li:nth-child(19) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(20) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(20 * 0.1s);
}

.top-nav > ul > li:nth-child(20) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(21) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(21 * 0.1s);
}

.top-nav > ul > li:nth-child(21) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(22) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(22 * 0.1s);
}

.top-nav > ul > li:nth-child(22) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(23) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(23 * 0.1s);
}

.top-nav > ul > li:nth-child(23) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(24) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(24 * 0.1s);
}

.top-nav > ul > li:nth-child(24) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(25) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(25 * 0.1s);
}

.top-nav > ul > li:nth-child(25) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(26) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(26 * 0.1s);
}

.top-nav > ul > li:nth-child(26) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(27) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(27 * 0.1s);
}

.top-nav > ul > li:nth-child(27) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(28) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(28 * 0.1s);
}

.top-nav > ul > li:nth-child(28) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(29) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(29 * 0.1s);
}

.top-nav > ul > li:nth-child(29) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(30) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(30 * 0.1s);
}

.top-nav > ul > li:nth-child(30) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(31) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(31 * 0.1s);
}

.top-nav > ul > li:nth-child(31) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(32) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(32 * 0.1s);
}

.top-nav > ul > li:nth-child(32) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(33) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(33 * 0.1s);
}

.top-nav > ul > li:nth-child(33) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(34) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(34 * 0.1s);
}

.top-nav > ul > li:nth-child(34) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(35) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(35 * 0.1s);
}

.top-nav > ul > li:nth-child(35) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(36) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(36 * 0.1s);
}

.top-nav > ul > li:nth-child(36) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(37) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(37 * 0.1s);
}

.top-nav > ul > li:nth-child(37) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(38) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(38 * 0.1s);
}

.top-nav > ul > li:nth-child(38) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(39) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(39 * 0.1s);
}

.top-nav > ul > li:nth-child(39) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(40) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(40 * 0.1s);
}

.top-nav > ul > li:nth-child(40) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(41) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(41 * 0.1s);
}

.top-nav > ul > li:nth-child(41) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(42) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(42 * 0.1s);
}

.top-nav > ul > li:nth-child(42) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(43) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(43 * 0.1s);
}

.top-nav > ul > li:nth-child(43) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(44) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(44 * 0.1s);
}

.top-nav > ul > li:nth-child(44) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(45) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(45 * 0.1s);
}

.top-nav > ul > li:nth-child(45) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(46) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(46 * 0.1s);
}

.top-nav > ul > li:nth-child(46) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(47) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(47 * 0.1s);
}

.top-nav > ul > li:nth-child(47) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(48) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(48 * 0.1s);
}

.top-nav > ul > li:nth-child(48) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(49) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(49 * 0.1s);
}

.top-nav > ul > li:nth-child(49) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(50) > a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(50 * 0.1s);
}

.top-nav > ul > li:nth-child(50) > a.top-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.top-nav > ul {
    padding: 0px 50px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: calc(1280px - 1px)) {
    .top-nav > ul {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.top-nav > ul > li > .top-menu {
    margin-top: 3px;
}

    .top-nav > ul > li > .top-menu > .top-menu__icon {
        margin-top: -3px;
    }

    .top-nav > ul > li > .top-menu > .top-menu__title {
        margin-top: -3px;
    }

.top-nav > ul li {
    position: relative;
}

    .top-nav > ul li:hover > .top-menu > .top-menu__title > .top-menu__sub-icon {
        --tw-rotate: 180deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .top-nav > ul li:hover > ul {
        display: block;
    }

        .top-nav > ul li:hover > ul li:hover .top-menu > .top-menu__title > .top-menu__sub-icon {
            --tw-rotate: -90deg;
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        }

    .top-nav > ul li .top-menu {
        height: 55px;
        position: relative;
        margin-right: 0.25rem;
        display: flex;
        align-items: center;
        border-radius: 0.75rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        --tw-text-opacity: 1;
        color: rgb(var(--color-slate-600) / var(--tw-text-opacity));
    }

@media (max-width: calc(1280px - 1px)) {
    .top-nav > ul li .top-menu {
        border-radius: 9999px;
    }
}

.top-nav > ul li .top-menu.top-menu--active {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-primary) / var(--tw-text-opacity));
}

:is(.dark .top-nav > ul li .top-menu.top-menu--active) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-700) / var(--tw-bg-opacity));
}

.top-nav > ul li .top-menu.top-menu--active:before {
    content: "";
    position: absolute;
    inset: 0px;
    display: block;
    border-radius: 0.75rem;
    border-bottom-width: 3px;
    border-style: solid;
    border-color: rgb(0 0 0 / 0.08);
}

:is(.dark .top-nav > ul li .top-menu.top-menu--active):before {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-700) / var(--tw-bg-opacity));
}

@media (max-width: calc(1280px - 1px)) {
    .top-nav > ul li .top-menu.top-menu--active:before {
        display: none;
    }
}

.top-nav > ul li .top-menu.top-menu--active:after {
    content: "";
    width: 20px;
    height: 80px;
    margin-bottom: -74px;
    animation: 0.3s active-top-menu-chevron-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='80' viewBox='0 0 20 122.1'%3E%3Cpath data-name='Union 1' d='M16.038 122H16v-2.213a95.805 95.805 0 00-2.886-20.735 94.894 94.894 0 00-7.783-20.434A39.039 39.039 0 010 61.051a39.035 39.035 0 015.331-17.567 94.9 94.9 0 007.783-20.435A95.746 95.746 0 0016 2.314V0h4v122h-3.961v.1l-.001-.1z' fill='%23f1f5f8'/%3E%3C/svg%3E");
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
}

@media (max-width: calc(1280px - 1px)) {
    .top-nav > ul li .top-menu.top-menu--active:after {
        display: none;
    }
}

:is(.dark .top-nav > ul li .top-menu.top-menu--active .top-menu__icon) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: calc(1280px - 1px)) {
    .top-nav > ul li .top-menu.top-menu--active .top-menu__icon {
        --tw-text-opacity: 1;
        color: rgb(var(--color-primary) / var(--tw-text-opacity));
    }
}

.top-nav > ul li .top-menu.top-menu--active .top-menu__title {
    font-weight: 500;
}

:is(.dark .top-nav > ul li .top-menu.top-menu--active .top-menu__title) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: calc(1280px - 1px)) {
    .top-nav > ul li .top-menu.top-menu--active .top-menu__title {
        --tw-text-opacity: 1;
        color: rgb(var(--color-slate-800) / var(--tw-text-opacity));
    }
}

.top-nav > ul li .top-menu .top-menu__icon {
    z-index: 10;
}

:is(.dark .top-nav > ul li .top-menu .top-menu__icon) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-400) / var(--tw-text-opacity));
}

.top-nav > ul li .top-menu .top-menu__title {
    z-index: 10;
}

:is(.dark .top-nav > ul li .top-menu .top-menu__title) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-400) / var(--tw-text-opacity));
}

.top-nav > ul li .top-menu .top-menu__title {
    margin-left: 0.75rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

    .top-nav > ul li .top-menu .top-menu__title .top-menu__sub-icon {
        margin-left: 0.5rem;
        height: 1rem;
        width: 1rem;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 100ms;
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }

@media (max-width: calc(1280px - 1px)) {
    .top-nav > ul li .top-menu .top-menu__title .top-menu__sub-icon {
        display: none;
    }
}

.top-nav > ul li ul {
    box-shadow: 0px 3px 20px #00000014;
    position: absolute;
    z-index: 20;
    margin-top: 0.25rem;
    display: none;
    width: 14rem;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
    padding-left: 0px;
    padding-right: 0px;
}

    .top-nav > ul li ul::before {
        position: absolute;
        inset: 0px;
        z-index: -1;
        display: block;
        height: 100%;
        width: 100%;
        border-radius: 0.375rem;
        content: var(--tw-content);
        background-color: rgb(255 255 255 / 0.04);
    }

:is(.dark .top-nav > ul li ul)::before {
    content: var(--tw-content);
    background-color: rgb(0 0 0 / 0.1);
}

.top-nav > ul li ul:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: -0.25rem;
    height: 0.25rem;
    width: 100%;
    cursor: pointer;
}

.top-nav > ul li ul li {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

    .top-nav > ul li ul li .top-menu {
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

        .top-nav > ul li ul li .top-menu .top-menu__icon:before {
            display: none;
        }

        .top-nav > ul li ul li .top-menu .top-menu__title {
            width: 100%;
        }

            .top-nav > ul li ul li .top-menu .top-menu__title .top-menu__sub-icon {
                margin-left: auto;
            }

.top-nav > ul li ul ul {
    left: 100%;
    top: 0px;
    margin-top: 0px;
    margin-left: 0px;
    display: none;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
}

    .top-nav > ul li ul ul::before {
        position: absolute;
        inset: 0px;
        z-index: -1;
        display: block;
        height: 100%;
        width: 100%;
        border-radius: 0.375rem;
        content: var(--tw-content);
        background-color: rgb(255 255 255 / 0.04);
    }

:is(.dark .top-nav > ul li ul ul)::before {
    content: var(--tw-content);
    background-color: rgb(0 0 0 / 0.1);
}

.top-nav > ul > li:hover > .top-menu:not(.top-menu--active) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
}

:is(.dark .top-nav > ul > li:hover > .top-menu:not(.top-menu--active)) {
    background-color: transparent;
}

.top-nav > ul > li:hover > .top-menu:not(.top-menu--active):before {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: -1;
    display: block;
    border-radius: 0.75rem;
    border-bottom-width: 3px;
    border-style: solid;
    border-color: rgb(0 0 0 / 0.08);
}

:is(.dark .top-nav > ul > li:hover > .top-menu:not(.top-menu--active)):before {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-700) / var(--tw-bg-opacity));
}

@media (max-width: calc(1280px - 1px)) {
    .top-nav > ul > li:hover > .top-menu:not(.top-menu--active):before {
        border-radius: 9999px;
    }
}

@keyframes intro-top-menu-animation {
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes intro-active-top-menu-animation {
    100% {
        z-index: 10;
    }
}

@keyframes active-top-menu-chevron-animation {
    100% {
        margin-bottom: -54px;
        opacity: 1;
    }
}

.dark .top-nav > ul li .top-menu.top-menu--active:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='80' viewBox='0 0 20 122.1'%3E%3Cpath data-name='Union 1' d='M16.038 122H16v-2.213a95.805 95.805 0 00-2.886-20.735 94.894 94.894 0 00-7.783-20.434A39.039 39.039 0 010 61.051a39.035 39.035 0 015.331-17.567 94.9 94.9 0 007.783-20.435A95.746 95.746 0 0016 2.314V0h4v122h-3.961v.1l-.001-.1z' fill='%23232e45'/%3E%3C/svg%3E");
}

.dark .top-nav > ul li ul {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
}

.dark .top-nav > ul ul {
    box-shadow: 0px 3px 7px #0000001c;
}

.side-nav {
    width: 260px;
    z-index: 50;
    margin-top: -1rem;
    overflow-x: hidden;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 4rem;
    padding-top: 8rem;
}

@media (max-width: calc(1280px - 1px)) {
    .side-nav {
        width: 105px;
    }
}

@media (max-width: calc(768px - 1px)) {
    .side-nav {
        display: none;
    }
}

.side-nav.side-nav--simple {
    width: 105px;
}

    .side-nav.side-nav--simple .side-menu .side-menu__title {
        display: none;
    }

        .side-nav.side-nav--simple .side-menu .side-menu__title .side-menu__sub-icon {
            display: none;
        }

    .side-nav.side-nav--simple .side-menu:not(.side-menu--active) .side-menu__icon:before {
        display: none;
    }

.side-nav .side-nav__devider {
    position: relative;
    z-index: 10;
    height: 1px;
    width: 100%;
    background-color: rgb(255 255 255 / 0.08);
}

:is(.dark .side-nav .side-nav__devider) {
    background-color: rgb(255 255 255 / 0.07);
}

.side-nav .side-menu {
    position: relative;
    margin-bottom: 0.25rem;
    display: flex;
    height: 50px;
    align-items: center;
    border-radius: 0.75rem;
    padding-left: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-600) / var(--tw-text-opacity));
}

:is(.dark .side-nav .side-menu) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

.side-nav .side-menu .side-menu__title {
    margin-left: 0.75rem;
    display: flex;
    width: 100%;
    align-items: center;
}

    .side-nav .side-menu .side-menu__title .side-menu__sub-icon {
        margin-left: auto;
        margin-right: 1.25rem;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 100ms;
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }

        .side-nav .side-menu .side-menu__title .side-menu__sub-icon svg {
            height: 1rem;
            width: 1rem;
        }

@media (max-width: calc(1280px - 1px)) {
    .side-nav .side-menu .side-menu__title .side-menu__sub-icon {
        display: none;
    }

    .side-nav .side-menu .side-menu__title {
        display: none;
    }
}

.side-nav > ul > li:nth-child(1).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(1 * 0.1s);
}

.side-nav > ul > li:nth-child(1) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(1 * 0.1s);
}

.side-nav > ul > li:nth-child(1) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(2).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(2 * 0.1s);
}

.side-nav > ul > li:nth-child(2) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(2 * 0.1s);
}

.side-nav > ul > li:nth-child(2) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(3).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(3 * 0.1s);
}

.side-nav > ul > li:nth-child(3) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(3 * 0.1s);
}

.side-nav > ul > li:nth-child(3) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(4).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(4 * 0.1s);
}

.side-nav > ul > li:nth-child(4) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(4 * 0.1s);
}

.side-nav > ul > li:nth-child(4) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(5).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(5 * 0.1s);
}

.side-nav > ul > li:nth-child(5) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(5 * 0.1s);
}

.side-nav > ul > li:nth-child(5) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(6).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(6 * 0.1s);
}

.side-nav > ul > li:nth-child(6) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(6 * 0.1s);
}

.side-nav > ul > li:nth-child(6) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(7).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(7 * 0.1s);
}

.side-nav > ul > li:nth-child(7) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(7 * 0.1s);
}

.side-nav > ul > li:nth-child(7) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(8).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(8 * 0.1s);
}

.side-nav > ul > li:nth-child(8) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(8 * 0.1s);
}

.side-nav > ul > li:nth-child(8) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(9).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(9 * 0.1s);
}

.side-nav > ul > li:nth-child(9) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(9 * 0.1s);
}

.side-nav > ul > li:nth-child(9) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(10).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(10 * 0.1s);
}

.side-nav > ul > li:nth-child(10) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(10 * 0.1s);
}

.side-nav > ul > li:nth-child(10) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(11).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(11 * 0.1s);
}

.side-nav > ul > li:nth-child(11) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(11 * 0.1s);
}

.side-nav > ul > li:nth-child(11) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(12).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(12 * 0.1s);
}

.side-nav > ul > li:nth-child(12) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(12 * 0.1s);
}

.side-nav > ul > li:nth-child(12) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(13).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(13 * 0.1s);
}

.side-nav > ul > li:nth-child(13) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(13 * 0.1s);
}

.side-nav > ul > li:nth-child(13) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(14).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(14 * 0.1s);
}

.side-nav > ul > li:nth-child(14) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(14 * 0.1s);
}

.side-nav > ul > li:nth-child(14) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(15).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(15 * 0.1s);
}

.side-nav > ul > li:nth-child(15) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(15 * 0.1s);
}

.side-nav > ul > li:nth-child(15) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(16).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(16 * 0.1s);
}

.side-nav > ul > li:nth-child(16) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(16 * 0.1s);
}

.side-nav > ul > li:nth-child(16) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(17).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(17 * 0.1s);
}

.side-nav > ul > li:nth-child(17) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(17 * 0.1s);
}

.side-nav > ul > li:nth-child(17) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(18).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(18 * 0.1s);
}

.side-nav > ul > li:nth-child(18) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(18 * 0.1s);
}

.side-nav > ul > li:nth-child(18) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(19).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(19 * 0.1s);
}

.side-nav > ul > li:nth-child(19) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(19 * 0.1s);
}

.side-nav > ul > li:nth-child(19) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(20).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(20 * 0.1s);
}

.side-nav > ul > li:nth-child(20) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(20 * 0.1s);
}

.side-nav > ul > li:nth-child(20) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(21).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(21 * 0.1s);
}

.side-nav > ul > li:nth-child(21) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(21 * 0.1s);
}

.side-nav > ul > li:nth-child(21) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(22).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(22 * 0.1s);
}

.side-nav > ul > li:nth-child(22) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(22 * 0.1s);
}

.side-nav > ul > li:nth-child(22) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(23).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(23 * 0.1s);
}

.side-nav > ul > li:nth-child(23) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(23 * 0.1s);
}

.side-nav > ul > li:nth-child(23) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(24).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(24 * 0.1s);
}

.side-nav > ul > li:nth-child(24) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(24 * 0.1s);
}

.side-nav > ul > li:nth-child(24) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(25).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(25 * 0.1s);
}

.side-nav > ul > li:nth-child(25) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(25 * 0.1s);
}

.side-nav > ul > li:nth-child(25) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(26).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(26 * 0.1s);
}

.side-nav > ul > li:nth-child(26) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(26 * 0.1s);
}

.side-nav > ul > li:nth-child(26) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(27).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(27 * 0.1s);
}

.side-nav > ul > li:nth-child(27) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(27 * 0.1s);
}

.side-nav > ul > li:nth-child(27) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(28).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(28 * 0.1s);
}

.side-nav > ul > li:nth-child(28) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(28 * 0.1s);
}

.side-nav > ul > li:nth-child(28) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(29).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(29 * 0.1s);
}

.side-nav > ul > li:nth-child(29) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(29 * 0.1s);
}

.side-nav > ul > li:nth-child(29) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(30).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(30 * 0.1s);
}

.side-nav > ul > li:nth-child(30) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(30 * 0.1s);
}

.side-nav > ul > li:nth-child(30) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(31).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(31 * 0.1s);
}

.side-nav > ul > li:nth-child(31) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(31 * 0.1s);
}

.side-nav > ul > li:nth-child(31) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(32).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(32 * 0.1s);
}

.side-nav > ul > li:nth-child(32) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(32 * 0.1s);
}

.side-nav > ul > li:nth-child(32) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(33).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(33 * 0.1s);
}

.side-nav > ul > li:nth-child(33) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(33 * 0.1s);
}

.side-nav > ul > li:nth-child(33) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(34).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(34 * 0.1s);
}

.side-nav > ul > li:nth-child(34) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(34 * 0.1s);
}

.side-nav > ul > li:nth-child(34) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(35).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(35 * 0.1s);
}

.side-nav > ul > li:nth-child(35) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(35 * 0.1s);
}

.side-nav > ul > li:nth-child(35) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(36).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(36 * 0.1s);
}

.side-nav > ul > li:nth-child(36) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(36 * 0.1s);
}

.side-nav > ul > li:nth-child(36) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(37).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(37 * 0.1s);
}

.side-nav > ul > li:nth-child(37) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(37 * 0.1s);
}

.side-nav > ul > li:nth-child(37) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(38).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(38 * 0.1s);
}

.side-nav > ul > li:nth-child(38) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(38 * 0.1s);
}

.side-nav > ul > li:nth-child(38) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(39).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(39 * 0.1s);
}

.side-nav > ul > li:nth-child(39) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(39 * 0.1s);
}

.side-nav > ul > li:nth-child(39) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(40).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(40 * 0.1s);
}

.side-nav > ul > li:nth-child(40) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(40 * 0.1s);
}

.side-nav > ul > li:nth-child(40) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(41).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(41 * 0.1s);
}

.side-nav > ul > li:nth-child(41) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(41 * 0.1s);
}

.side-nav > ul > li:nth-child(41) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(42).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(42 * 0.1s);
}

.side-nav > ul > li:nth-child(42) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(42 * 0.1s);
}

.side-nav > ul > li:nth-child(42) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(43).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(43 * 0.1s);
}

.side-nav > ul > li:nth-child(43) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(43 * 0.1s);
}

.side-nav > ul > li:nth-child(43) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(44).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(44 * 0.1s);
}

.side-nav > ul > li:nth-child(44) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(44 * 0.1s);
}

.side-nav > ul > li:nth-child(44) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(45).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(45 * 0.1s);
}

.side-nav > ul > li:nth-child(45) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(45 * 0.1s);
}

.side-nav > ul > li:nth-child(45) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(46).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(46 * 0.1s);
}

.side-nav > ul > li:nth-child(46) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(46 * 0.1s);
}

.side-nav > ul > li:nth-child(46) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(47).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(47 * 0.1s);
}

.side-nav > ul > li:nth-child(47) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(47 * 0.1s);
}

.side-nav > ul > li:nth-child(47) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(48).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(48 * 0.1s);
}

.side-nav > ul > li:nth-child(48) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(48 * 0.1s);
}

.side-nav > ul > li:nth-child(48) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(49).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(49 * 0.1s);
}

.side-nav > ul > li:nth-child(49) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(49 * 0.1s);
}

.side-nav > ul > li:nth-child(49) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(50).side-nav__devider {
    opacity: 0;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(50 * 0.1s);
}

.side-nav > ul > li:nth-child(50) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(50 * 0.1s);
}

.side-nav > ul > li:nth-child(50) > a.side-menu--active {
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
}

.side-nav > ul ul li:nth-child(1) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(1 * 0.1s);
}

.side-nav > ul ul li:nth-child(2) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(2 * 0.1s);
}

.side-nav > ul ul li:nth-child(3) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(3 * 0.1s);
}

.side-nav > ul ul li:nth-child(4) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(4 * 0.1s);
}

.side-nav > ul ul li:nth-child(5) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(5 * 0.1s);
}

.side-nav > ul ul li:nth-child(6) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(6 * 0.1s);
}

.side-nav > ul ul li:nth-child(7) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(7 * 0.1s);
}

.side-nav > ul ul li:nth-child(8) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(8 * 0.1s);
}

.side-nav > ul ul li:nth-child(9) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(9 * 0.1s);
}

.side-nav > ul ul li:nth-child(10) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(10 * 0.1s);
}

.side-nav > ul ul li:nth-child(11) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(11 * 0.1s);
}

.side-nav > ul ul li:nth-child(12) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(12 * 0.1s);
}

.side-nav > ul ul li:nth-child(13) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(13 * 0.1s);
}

.side-nav > ul ul li:nth-child(14) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(14 * 0.1s);
}

.side-nav > ul ul li:nth-child(15) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(15 * 0.1s);
}

.side-nav > ul ul li:nth-child(16) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(16 * 0.1s);
}

.side-nav > ul ul li:nth-child(17) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(17 * 0.1s);
}

.side-nav > ul ul li:nth-child(18) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(18 * 0.1s);
}

.side-nav > ul ul li:nth-child(19) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(19 * 0.1s);
}

.side-nav > ul ul li:nth-child(20) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(20 * 0.1s);
}

.side-nav > ul ul li:nth-child(21) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(21 * 0.1s);
}

.side-nav > ul ul li:nth-child(22) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(22 * 0.1s);
}

.side-nav > ul ul li:nth-child(23) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(23 * 0.1s);
}

.side-nav > ul ul li:nth-child(24) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(24 * 0.1s);
}

.side-nav > ul ul li:nth-child(25) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(25 * 0.1s);
}

.side-nav > ul ul li:nth-child(26) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(26 * 0.1s);
}

.side-nav > ul ul li:nth-child(27) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(27 * 0.1s);
}

.side-nav > ul ul li:nth-child(28) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(28 * 0.1s);
}

.side-nav > ul ul li:nth-child(29) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(29 * 0.1s);
}

.side-nav > ul ul li:nth-child(30) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(30 * 0.1s);
}

.side-nav > ul ul li:nth-child(31) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(31 * 0.1s);
}

.side-nav > ul ul li:nth-child(32) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(32 * 0.1s);
}

.side-nav > ul ul li:nth-child(33) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(33 * 0.1s);
}

.side-nav > ul ul li:nth-child(34) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(34 * 0.1s);
}

.side-nav > ul ul li:nth-child(35) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(35 * 0.1s);
}

.side-nav > ul ul li:nth-child(36) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(36 * 0.1s);
}

.side-nav > ul ul li:nth-child(37) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(37 * 0.1s);
}

.side-nav > ul ul li:nth-child(38) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(38 * 0.1s);
}

.side-nav > ul ul li:nth-child(39) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(39 * 0.1s);
}

.side-nav > ul ul li:nth-child(40) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(40 * 0.1s);
}

.side-nav > ul ul li:nth-child(41) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(41 * 0.1s);
}

.side-nav > ul ul li:nth-child(42) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(42 * 0.1s);
}

.side-nav > ul ul li:nth-child(43) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(43 * 0.1s);
}

.side-nav > ul ul li:nth-child(44) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(44 * 0.1s);
}

.side-nav > ul ul li:nth-child(45) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(45 * 0.1s);
}

.side-nav > ul ul li:nth-child(46) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(46 * 0.1s);
}

.side-nav > ul ul li:nth-child(47) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(47 * 0.1s);
}

.side-nav > ul ul li:nth-child(48) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(48 * 0.1s);
}

.side-nav > ul ul li:nth-child(49) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(49 * 0.1s);
}

.side-nav > ul ul li:nth-child(50) > a {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(50 * 0.1s);
}

.side-nav > ul ul {
    position: relative;
    display: none;
    border-radius: 0.75rem;
    background-color: rgb(255 255 255 / 0.04);
}

:is(.dark .side-nav > ul ul) {
    background-color: transparent;
}

.side-nav > ul ul:before {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: -1;
    display: block;
    border-radius: 0.75rem;
    background-color: rgb(255 255 255 / 0.3);
}

:is(.dark .side-nav > ul ul):before {
    background-color: rgb(var(--color-darkmode-900) / 0.3);
}

.side-nav > ul ul.side-menu__sub-open {
    display: block;
}

.side-nav > ul ul .side-menu__icon:before {
    display: none;
}

.side-nav > ul ul li a:not(.side-menu--active) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-600) / var(--tw-text-opacity));
}

:is(.dark .side-nav > ul ul li a:not(.side-menu--active)) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-400) / var(--tw-text-opacity));
}

.side-nav > ul ul li a.side-menu--active .side-menu__icon {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-700) / var(--tw-text-opacity));
}

:is(.dark .side-nav > ul ul li a.side-menu--active .side-menu__icon) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

.side-nav > ul ul li a.side-menu--active .side-menu__title {
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-700) / var(--tw-text-opacity));
}

:is(.dark .side-nav > ul ul li a.side-menu--active .side-menu__title) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

.side-nav > ul ul ul {
    position: relative;
    display: none;
    border-radius: 0.75rem;
    background-color: rgb(255 255 255 / 0.04);
}

:is(.dark .side-nav > ul ul ul) {
    background-color: transparent;
}

.side-nav > ul ul ul:before {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: -1;
    display: block;
    border-radius: 0.75rem;
    background-color: rgb(255 255 255 / 0.3);
}

:is(.dark .side-nav > ul ul ul):before {
    background-color: rgb(var(--color-darkmode-900) / 0.3);
}

.side-nav > ul > li > .side-menu.side-menu--active {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
}

:is(.dark .side-nav > ul > li > .side-menu.side-menu--active) {
    background-color: transparent;
}

.side-nav > ul > li > .side-menu.side-menu--active:before {
    content: "";
    position: absolute;
    inset: 0px;
    display: block;
    border-radius: 0.75rem;
    border-bottom-width: 3px;
    border-style: solid;
    border-color: rgb(0 0 0 / 0.08);
}

:is(.dark .side-nav > ul > li > .side-menu.side-menu--active):before {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-700) / var(--tw-bg-opacity));
}

.side-nav > ul > li > .side-menu.side-menu--active:after {
    content: "";
    width: 20px;
    height: 80px;
    margin-right: -47px;
    animation: 0.3s active-side-menu-chevron-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='80' viewBox='0 0 20 122.1'%3E%3Cpath data-name='Union 1' d='M16.038 122H16v-2.213a95.805 95.805 0 00-2.886-20.735 94.894 94.894 0 00-7.783-20.434A39.039 39.039 0 010 61.051a39.035 39.035 0 015.331-17.567 94.9 94.9 0 007.783-20.435A95.746 95.746 0 0016 2.314V0h4v122h-3.961v.1l-.001-.1z' fill='%23f1f5f8'/%3E%3C/svg%3E");
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin-top: auto;
    margin-bottom: auto;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
}

.side-nav > ul > li > .side-menu.side-menu--active .side-menu__icon {
    z-index: 10;
    --tw-text-opacity: 1;
    color: rgb(var(--color-primary) / var(--tw-text-opacity));
}

:is(.dark .side-nav > ul > li > .side-menu.side-menu--active .side-menu__icon) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

.side-nav > ul > li > .side-menu.side-menu--active .side-menu__title {
    z-index: 10;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(var(--color-primary) / var(--tw-text-opacity));
}

:is(.dark .side-nav > ul > li > .side-menu.side-menu--active .side-menu__title) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

:is(.dark .side-nav > ul > li > .side-menu .side-menu__icon) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-400) / var(--tw-text-opacity));
}

:is(.dark .side-nav > ul > li > .side-menu .side-menu__title) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-400) / var(--tw-text-opacity));
}

.side-nav > ul > li > .side-menu:hover:not(.side-menu--active):not(.side-menu--open) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
}

:is(.dark .side-nav > ul > li > .side-menu:hover:not(.side-menu--active):not(.side-menu--open)) {
    background-color: transparent;
}

.side-nav > ul > li > .side-menu:hover:not(.side-menu--active):not(.side-menu--open):before {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: -1;
    display: block;
    border-radius: 0.75rem;
    border-bottom-width: 3px;
    border-style: solid;
    border-color: rgb(0 0 0 / 0.08);
}

:is(.dark .side-nav > ul > li > .side-menu:hover:not(.side-menu--active):not(.side-menu--open)):before {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-700) / var(--tw-bg-opacity));
}

@keyframes intro-devider-animation {
    100% {
        opacity: 1;
    }
}

@keyframes intro-menu-animation {
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes intro-submenu-animation {
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes intro-active-menu-animation {
    100% {
        z-index: 10;
    }
}

@keyframes active-side-menu-chevron-animation {
    100% {
        margin-right: -27px;
        opacity: 1;
    }
}

.dark .side-nav > ul > li > .side-menu.side-menu--active:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='80' viewBox='0 0 20 122.1'%3E%3Cpath data-name='Union 1' d='M16.038 122H16v-2.213a95.805 95.805 0 00-2.886-20.735 94.894 94.894 0 00-7.783-20.434A39.039 39.039 0 010 61.051a39.035 39.035 0 015.331-17.567 94.9 94.9 0 007.783-20.435A95.746 95.746 0 0016 2.314V0h4v122h-3.961v.1l-.001-.1z' fill='%23232e45'/%3E%3C/svg%3E");
}

.breadcrumb.breadcrumb-light {
    margin-left: 2.5rem;
    height: 100%;
    border-left-width: 1px;
    border-color: rgb(255 255 255 / 0.08);
    padding-left: 1.5rem;
}

    .breadcrumb.breadcrumb-light .active {
        color: rgb(255 255 255 / 0.7) !important;
    }

@media (max-width: calc(768px - 1px)) {
    .breadcrumb.breadcrumb-light {
        margin-left: 0px;
        border-left-width: 0px;
        padding-left: 0px;
    }
}

.toastify {
    background: none;
    padding: 0px;
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-700) / var(--tw-text-opacity));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: calc(768px - 1px)) {
    .toastify {
        max-width: calc(100% - 30px);
    }
}

.toastify .toast-close {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    padding-right: 0.75rem;
    color: transparent;
    opacity: 1;
}

    .toastify .toast-close:before {
        content: "×";
        margin-top: -0.375rem;
        display: block;
        font-size: 1.875rem;
        line-height: 2.25rem;
        font-weight: 300;
        --tw-text-opacity: 1;
        color: rgb(var(--color-slate-500) / var(--tw-text-opacity));
    }

.toastify-content {
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: rgb(var(--color-slate-200) / 0.6);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 3.5rem;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:is(.dark .toastify-content) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-600) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

.lucide {
    stroke-width: 1.5;
}

.top-bar-boxed.top-bar-boxed--simple-menu .logo {
    width: auto;
}

    .top-bar-boxed.top-bar-boxed--simple-menu .logo .logo__text {
        display: none;
    }

@media (min-width: 768px) {
    :is(.dark .top-bar-boxed.top-bar-boxed--top-menu) {
        --tw-gradient-from: rgb(var(--color-darkmode-800)) var(--tw-gradient-from-position);
        --tw-gradient-to: rgb(var(--color-darkmode-800) / 0) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }
}

.top-bar-boxed.top-bar-boxed--top-menu .logo {
    width: auto;
}

@media (min-width: 768px) {
    .top-bar-boxed.top-bar-boxed--top-menu .breadcrumb {
        margin-left: 2.5rem;
        padding-left: 2.5rem;
    }
}

.top-bar-boxed:not(.top-bar-boxed--top-menu) .logo__text {
    display: none;
}

@media (min-width: 1280px) {
    .top-bar-boxed:not(.top-bar-boxed--top-menu) .logo__text {
        display: block;
    }
}

.top-bar-boxed:before {
    content: "";
    position: absolute;
    inset: 0px;
    top: 0px;
    margin-left: 1.75rem;
    margin-right: 1.75rem;
    margin-top: 0.75rem;
    display: none;
    height: 65px;
    border-radius: 0.75rem;
    background-color: rgb(var(--color-primary) / 0.3);
}

:is(.dark .top-bar-boxed):before {
    background-color: rgb(var(--color-darkmode-600) / 0.3);
}

@media (min-width: 768px) {
    .top-bar-boxed:before {
        display: block;
    }
}

.top-bar-boxed:after {
    content: "";
    position: absolute;
    inset: 0px;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-top: 1.25rem;
    display: none;
    height: 65px;
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:is(.dark .top-bar-boxed):after {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
    .top-bar-boxed:after {
        display: block;
    }
}

.mobile-menu {
    position: fixed;
    z-index: 60;
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: -1.25rem;
    margin-bottom: 1.5rem;
    width: 100%;
    border-bottom-width: 1px;
    border-color: rgb(255 255 255 / 0.08);
    background-color: rgb(var(--color-primary) / 0.9);
}

:is(.dark .mobile-menu) {
    background-color: rgb(var(--color-darkmode-800) / 0.9);
}

.mobile-menu:before {
    content: "";
    visibility: hidden;
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 10;
    height: 100vh;
    width: 100%;
    background-color: rgb(0 0 0 / 0.9);
    opacity: 0;
    transition-property: opacity;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu.mobile-menu--active:before {
    content: "";
    visibility: visible;
    opacity: 1;
}

.mobile-menu.mobile-menu--active .scrollable {
    margin-left: 0px;
}

    .mobile-menu.mobile-menu--active .scrollable .mobile-menu-toggler {
        visibility: visible;
        opacity: 1;
    }

@media (max-width: calc(640px - 1px)) {
    .mobile-menu {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
}

.mobile-menu .mobile-menu-bar {
    height: 70px;
    display: flex;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (max-width: calc(640px - 1px)) {
    .mobile-menu .mobile-menu-bar {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

.mobile-menu .scrollable {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 20;
    margin-left: -100%;
    height: 100vh;
    width: 270px;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

:is(.dark .mobile-menu .scrollable) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
}

.mobile-menu .scrollable .mobile-menu-toggler {
    visibility: hidden;
    position: fixed;
    top: 0px;
    right: 0px;
    margin-top: 1rem;
    margin-right: 1rem;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu .scrollable .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    background-color: rgb(0 0 0 / 0.5);
}

.mobile-menu ul.menu__sub-open {
    display: block;
}

.mobile-menu ul li {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

    .mobile-menu ul li ul {
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
        display: none;
        border-radius: 0.5rem;
        background-color: rgb(0 0 0 / 0.1);
    }

:is(.dark .mobile-menu ul li ul) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-700) / var(--tw-bg-opacity));
}

.mobile-menu ul li ul .menu {
    padding-left: 1rem;
    padding-right: 1rem;
}

.mobile-menu ul li ul ul {
    margin-left: 0px;
    margin-right: 0px;
    display: none;
    border-radius: 0.5rem;
    background-color: rgb(0 0 0 / 0.1);
}

:is(.dark .mobile-menu ul li ul ul) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
}

.mobile-menu .menu__devider {
    position: relative;
    height: 1px;
    width: 100%;
    background-color: rgb(255 255 255 / 0.08);
}

.mobile-menu .menu {
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

    .mobile-menu .menu .menu__title {
        margin-left: 0.75rem;
        display: flex;
        width: 100%;
        align-items: center;
    }

        .mobile-menu .menu .menu__title .menu__sub-icon {
            margin-left: auto;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 100ms;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
        }

            .mobile-menu .menu .menu__title .menu__sub-icon svg {
                height: 1.25rem;
                width: 1.25rem;
            }

.inbox-filter .inbox-filter__dropdown-menu {
    width: 250px;
}

.inbox-filter__dropdown-menu .dropdown-content {
    margin-left: -228px;
    width: auto;
}

.inbox .inbox__item {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    cursor: pointer;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

    .inbox .inbox__item:hover {
        transform: scale(1.02, 1.02);
        position: relative;
        z-index: 20;
        border-radius: 0.25rem;
        border-width: 0px;
        --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .inbox .inbox__item.inbox__item--active {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(var(--color-slate-800) / var(--tw-text-opacity));
    }

:is(.dark .inbox .inbox__item.inbox__item--active) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

.inbox .inbox__item.inbox__item--active .inbox__item--sender {
    font-weight: 500;
}

.inbox .inbox__item.inbox__item--active .inbox__item--highlight {
    font-weight: 500;
}

.inbox .inbox__item.inbox__item--active .inbox__item--time {
    font-weight: 500;
}

.inbox .form-check-input {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-400) / var(--tw-border-opacity));
}

    .inbox .form-check-input:checked {
        --tw-border-opacity: 1;
        border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
    }

.chat .chat__chat-list {
    height: 525px;
}

.chat .chat__user-list {
    height: 525px;
}

.chat .chat__box {
    height: 782px;
}

    .chat .chat__box .chat__box__text-box {
        max-width: 49%;
    }

@media (max-width: calc(640px - 1px)) {
    .chat .chat__box .chat__box__text-box {
        max-width: 90%;
    }
}

.chat .chat__box__input {
    height: 46px;
}

.chat-dropdown {
    margin-top: -364px;
    width: 320px;
}

    .chat-dropdown .chat-dropdown__box {
        height: 364px;
    }

        .chat-dropdown .chat-dropdown__box .chat-dropdown__box__tabs .nav-item .nav-link.active {
            border-bottom-width: 0px;
            --tw-bg-opacity: 1;
            background-color: rgb(var(--color-slate-200) / var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgb(var(--color-slate-600) / var(--tw-text-opacity));
        }

:is(.dark .chat-dropdown .chat-dropdown__box .chat-dropdown__box__tabs .nav-item .nav-link.active) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-300) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

.news .news__preview {
    height: 400px;
}

@media (max-width: calc(768px - 1px)) {
    .news .news__preview {
        height: 250px;
    }
}

.news p {
    text-indent: 30px;
}

.news .news__input {
    height: 69px;
}

.pricing-tabs.nav.nav-pills .nav-item .nav-link {
    border-radius: 0px;
}

.error-page img {
    width: 450px;
}

.search-result {
    width: 450px;
    visibility: hidden;
    position: absolute;
    right: 0px;
    z-index: 20;
    margin-top: 0.25rem;
    opacity: 0;
    transition: visibility 0s linear 0.2s, opacity 0.2s 0s;
}

    .search-result.show {
        transition: visibility 0s linear 0s, opacity 0.2s 0s;
        visibility: visible;
        opacity: 1;
    }

        .search-result.show > .search-result__content {
            margin-top: -1px;
        }

            .search-result.show > .search-result__content .tab-content .tab-pane {
                visibility: visible;
            }

    .search-result .search-result__content {
        transition: margin-top 0.2s;
        box-shadow: 0px 3px 20px #0000000b;
        position: relative;
        border-radius: 0.375rem;
        border-color: transparent;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

:is(.dark .search-result .search-result__content) {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
}

.search-result .search-result__content {
    margin-top: 1.25rem;
    padding: 1.25rem;
}

    .search-result .search-result__content .search-result__content__title {
        margin-bottom: 0.5rem;
        font-weight: 500;
    }

.notification-content {
    width: 350px;
}

@media (max-width: calc(640px - 1px)) {
    .notification-content {
        width: 280px;
    }
}

.notification-content .notification-content__title {
    margin-bottom: 1.25rem;
    font-weight: 500;
}

.notification-content .notification-content__box {
    padding: 1.25rem;
}

.report-maps {
    height: 310px;
}

.pos-dropdown .pos-dropdown__dropdown-menu {
    width: 265px;
}

.post .post__tabs {
    border-color: transparent;
}

:is(.dark .post .post__tabs) {
    border-color: transparent;
}

.post .post__tabs .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-500) / var(--tw-text-opacity));
}

    .post .post__tabs .nav-item .nav-link:hover:not(.disabled):not(.active):hover {
        border-color: transparent;
        background-color: transparent;
        --tw-text-opacity: 1;
        color: rgb(var(--color-slate-600) / var(--tw-text-opacity));
    }

:is(.dark .post .post__tabs .nav-item .nav-link:hover:not(.disabled):not(.active):hover) {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

.post .post__tabs .nav-item .nav-link.active {
    border-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(var(--color-primary) / var(--tw-text-opacity));
}

:is(.dark .post .post__tabs .nav-item .nav-link.active) {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.litepicker {
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-size: 0.875rem;
    line-height: 1.25rem;
    z-index: 999999 !important;
    margin-top: 7px;
    box-shadow: 0px 3px 20px #00000014;
}

@media (max-width: calc(1024px - 1px)) {
    .litepicker {
        width: 310px;
    }
}

@media (max-width: calc(640px - 1px)) {
    .litepicker {
        left: 0px !important;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

.litepicker:before {
    content: "";
    left: 9px;
    top: -7px;
    border-bottom-color: #f7f7f7;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #e8e8e8;
    position: absolute;
    display: inline-block;
}

.litepicker:after {
    content: "";
    left: 10px;
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    position: absolute;
    display: inline-block;
}

.litepicker .container__months,
.litepicker .container__footer {
    background-color: transparent;
    padding-top: 0px;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.litepicker .container__footer {
    margin: 0px;
    border-top-width: 1px;
    border-color: rgb(var(--color-slate-200) / 0.6);
    padding: 0.75rem;
}

@media (max-width: calc(1024px - 1px)) {
    .litepicker .container__footer {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }

        .litepicker .container__footer .preview-date-range {
            order: 1;
            margin-bottom: 0.375rem;
            display: block;
            width: 100%;
        }

        .litepicker .container__footer .button-cancel {
            width: 100% !important;
            margin-left: 0px !important;
            padding-top: 0.375rem !important;
            padding-bottom: 0.375rem !important;
        }

        .litepicker .container__footer .button-apply {
            width: 100% !important;
            margin-left: 0px !important;
            padding-top: 0.375rem !important;
            padding-bottom: 0.375rem !important;
            margin-bottom: 0.375rem;
        }
}

.litepicker .container__footer .button-apply,
.litepicker .container__footer .button-cancel {
    margin-left: 0.25rem;
    margin-right: 0px;
    width: 5rem;
    border-radius: 0.375rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-weight: 500;
}

.litepicker .container__footer .button-apply {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.litepicker .container__footer .button-cancel {
    background-color: rgb(var(--color-slate-200) / 0.7);
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-500) / var(--tw-text-opacity));
}

.litepicker .container__months {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

    .litepicker .container__months .month-item-weekdays-row {
        margin-top: 0.75rem;
        --tw-text-opacity: 1;
        color: rgb(var(--color-slate-400) / var(--tw-text-opacity));
    }

    .litepicker .container__months .month-item-header {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-top: 0.5rem;
    }

        .litepicker .container__months .month-item-header .button-previous-month {
            display: flex;
            height: 2rem;
            width: 2rem;
            align-items: center;
            justify-content: center;
        }

            .litepicker .container__months .month-item-header .button-previous-month:hover {
                --tw-bg-opacity: 1;
                background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
            }

            .litepicker .container__months .month-item-header .button-previous-month svg {
                transform: rotate(135deg);
                margin-right: -0.25rem;
            }

        .litepicker .container__months .month-item-header .button-next-month {
            display: flex;
            height: 2rem;
            width: 2rem;
            align-items: center;
            justify-content: center;
        }

            .litepicker .container__months .month-item-header .button-next-month:hover {
                --tw-bg-opacity: 1;
                background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
            }

            .litepicker .container__months .month-item-header .button-next-month svg {
                transform: rotate(-45deg);
                margin-left: -0.25rem;
            }

            .litepicker .container__months .month-item-header .button-previous-month:hover svg,
            .litepicker .container__months .month-item-header .button-previous-month svg,
            .litepicker .container__months .month-item-header .button-next-month:hover svg,
            .litepicker .container__months .month-item-header .button-next-month svg {
                fill: transparent;
                border: solid black;
                border-width: 0 2px 2px 0;
                border-radius: 0;
                display: inline-block;
                border-color: #4a5568;
                display: block;
                height: 0.5rem;
                width: 0.5rem;
            }

        .litepicker .container__months .month-item-header div > .month-item-name,
        .litepicker .container__months .month-item-header div > .month-item-year {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(74, 85, 104)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
            background-size: 15px;
            background-position: center right 0.6rem;
            border-radius: 0.375rem;
            border-width: 1px;
            background-color: transparent;
            background-repeat: no-repeat;
            padding-top: 0.25rem;
            padding-bottom: 0.25rem;
            padding-left: 0.5rem;
            padding-right: 2rem;
            font-size: 0.875rem;
            line-height: 1.25rem;
        }

            .litepicker .container__months .month-item-header div > .month-item-name:focus,
            .litepicker .container__months .month-item-header div > .month-item-year:focus {
                --tw-border-opacity: 1;
                border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
                outline: 2px solid transparent;
                outline-offset: 2px;
                --tw-ring-color: transparent;
            }

.litepicker .container__days .day-item {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-800) / var(--tw-text-opacity));
}

    .litepicker .container__days .day-item:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(var(--color-slate-800) / var(--tw-text-opacity));
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .litepicker .container__days .day-item.is-today,
    .litepicker .container__days .day-item.is-today:hover {
        font-weight: 500;
        --tw-text-opacity: 1;
        color: rgb(var(--color-primary) / var(--tw-text-opacity));
    }

    .litepicker .container__days .day-item.is-start-date,
    .litepicker .container__days .day-item.is-start-date:hover,
    .litepicker .container__days .day-item.is-end-date,
    .litepicker .container__days .day-item.is-end-date:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .litepicker .container__days .day-item.is-in-range,
    .litepicker .container__days .day-item.is-in-range:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
    }

.litepicker .container__days .week-number {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-400) / var(--tw-text-opacity));
}

@media (max-width: calc(1024px - 1px)) {
    & :root {
        --litepicker-day-width: 35px;
    }
}

.dark .litepicker {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
}

    .dark .litepicker:before,
    .dark .litepicker:after {
        border-right-color: transparent;
        border-left-color: transparent;
        border-bottom-color: rgb(var(--color-darkmode-600));
    }

    .dark .litepicker .container__months .button-previous-month:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
    }

    .dark .litepicker .container__months .button-next-month:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
    }

    .dark .litepicker .container__months .month-item-header .button-previous-month:hover svg,
    .dark .litepicker .container__months .month-item-header .button-previous-month svg,
    .dark .litepicker .container__months .month-item-header .button-next-month:hover svg,
    .dark .litepicker .container__months .month-item-header .button-next-month svg {
        --tw-border-opacity: 1;
        border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
    }

    .dark .litepicker .container__months .month-item-header div > .month-item-name,
    .dark .litepicker .container__months .month-item-header div > .month-item-year {
        --tw-text-opacity: 1;
        color: rgb(var(--color-slate-200) / var(--tw-text-opacity));
        --tw-border-opacity: 1;
        border-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity));
    }

    .dark .litepicker .container__days .day-item {
        --tw-text-opacity: 1;
        color: rgb(var(--color-slate-200) / var(--tw-text-opacity));
    }

        .dark .litepicker .container__days .day-item:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
        }

        .dark .litepicker .container__days .day-item.is-start-date,
        .dark .litepicker .container__days .day-item.is-start-date:hover,
        .dark .litepicker .container__days .day-item.is-end-date,
        .dark .litepicker .container__days .day-item.is-end-date:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgb(var(--color-slate-200) / var(--tw-text-opacity));
        }

        .dark .litepicker .container__days .day-item.is-in-range,
        .dark .litepicker .container__days .day-item.is-in-range:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
        }

        .dark .litepicker .container__days .day-item.is-today,
        .dark .litepicker .container__days .day-item.is-today:hover {
            --tw-text-opacity: 1;
            color: rgb(var(--color-slate-200) / var(--tw-text-opacity));
        }

    .dark .litepicker .container__footer {
        --tw-border-opacity: 1;
        border-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity));
    }

        .dark .litepicker .container__footer .button-cancel {
            --tw-bg-opacity: 1;
            background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
        }

    .dark .litepicker .container__tooltip {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
    }

        .dark .litepicker .container__tooltip:before,
        .dark .litepicker .container__tooltip:after {
            border-top-color: rgb(var(--color-darkmode-600));
        }

.tns-outer {
    position: relative;
}

    .tns-outer .tns-controls button {
        position: absolute;
        top: 0px;
        bottom: 0px;
        z-index: 10;
        margin-top: auto;
        margin-bottom: auto;
        height: 1.25rem;
        width: 1.25rem;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-slate-200) / var(--tw-bg-opacity));
        color: transparent;
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

:is(.dark .tns-outer .tns-controls button) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-300) / var(--tw-bg-opacity));
}

.tns-outer .tns-controls button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-300) / var(--tw-bg-opacity));
}

:is(.dark .tns-outer .tns-controls button:hover) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-200) / var(--tw-bg-opacity));
}

.tns-outer .tns-controls button[data-controls="prev"] {
    left: 0px;
    margin-left: -1.5rem;
}

    .tns-outer .tns-controls button[data-controls="prev"]:before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(102 113 132)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
        background-size: 80%;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        --tw-rotate: 90deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        background-position: center;
    }

.tns-outer .tns-controls button[data-controls="next"] {
    right: 0px;
    margin-right: -1.5rem;
}

    .tns-outer .tns-controls button[data-controls="next"]:before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(102 113 132)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
        background-size: 80%;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        --tw-rotate: -90deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        background-position: center;
    }

.tns-outer .tns-nav {
    margin-bottom: -1.8rem;
    position: absolute;
    bottom: 0px;
    z-index: 10;
    display: flex;
    width: 100%;
    justify-content: center;
}

    .tns-outer .tns-nav button {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
        height: 0.75rem;
        width: 0.75rem;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-slate-300) / var(--tw-bg-opacity));
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

:is(.dark .tns-outer .tns-nav button) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-300) / var(--tw-bg-opacity));
}

.tns-outer .tns-nav button.tns-nav-active {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-500) / var(--tw-bg-opacity));
}

:is(.dark .tns-outer .tns-nav button.tns-nav-active) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-200) / var(--tw-bg-opacity));
}

.tns-outer button[data-action] {
    display: none;
}

.tns-outer .tns-visually-hidden {
    display: none;
}

.tooltip-content {
    left: 10000px;
    position: fixed;
}

.tippy-box {
    border-radius: 0.375rem;
}

:is(.dark .tippy-box) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-300) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

:is(.dark .tippy-box > .tippy-svg-arrow) {
    fill: rgb(var(--color-darkmode-300));
}

.tippy-box .tippy-content {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.tippy-popper[x-placement="left"] .tippy-roundarrow,
.tippy-popper[x-placement="left"] .tippy-arrow,
.tippy-popper[x-placement="right"] .tippy-roundarrow,
.tippy-popper[x-placement="right"] .tippy-arrow,
.tippy-popper[x-placement="left-start"] .tippy-roundarrow,
.tippy-popper[x-placement="left-start"] .tippy-arrow,
.tippy-popper[x-placement="left-end"] .tippy-roundarrow,
.tippy-popper[x-placement="left-end"] .tippy-arrow,
.tippy-popper[x-placement="right-start"] .tippy-roundarrow,
.tippy-popper[x-placement="right-start"] .tippy-arrow,
.tippy-popper[x-placement="right-end"] .tippy-roundarrow,
.tippy-popper[x-placement="right-end"] .tippy-arrow {
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
}

.tippy-popper[x-placement="top"] .tippy-roundarrow,
.tippy-popper[x-placement="top"] .tippy-arrow,
.tippy-popper[x-placement="bottom"] .tippy-roundarrow,
.tippy-popper[x-placement="bottom"] .tippy-arrow,
.tippy-popper[x-placement="top-start"] .tippy-roundarrow,
.tippy-popper[x-placement="top-start"] .tippy-arrow,
.tippy-popper[x-placement="top-end"] .tippy-roundarrow,
.tippy-popper[x-placement="top-end"] .tippy-arrow,
.tippy-popper[x-placement="bottom-start"] .tippy-roundarrow,
.tippy-popper[x-placement="bottom-start"] .tippy-arrow,
.tippy-popper[x-placement="bottom-end"] .tippy-roundarrow,
.tippy-popper[x-placement="bottom-end"] .tippy-arrow {
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.dark .tippy-box {
    box-shadow: 0 0 20px 4px #00000026, 0 4px 80px -8px #24282f40, 0 4px 4px -2px #5b5e6926;
}

.tabulator-print-fullscreen-hide:before {
    content: "";
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.tabulator {
    overflow: hidden;
    border-width: 0px;
    background-color: transparent;
}

    .tabulator .tabulator-header {
        border-top-width: 1px;
        border-bottom-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
        background-color: transparent;
        font-weight: 500;
        color: currentColor;
    }

        .tabulator .tabulator-header .tabulator-headers .tabulator-col {
            border-right-width: 0px;
            background-color: transparent;
        }

            .tabulator .tabulator-header .tabulator-headers .tabulator-col:hover {
                --tw-bg-opacity: 1;
                background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
            }

            .tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content {
                padding-left: 1.25rem;
                padding-right: 1.25rem;
                padding-top: 0.75rem;
                padding-bottom: 0.75rem;
            }

                .tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content .tabulator-col-title {
                    padding-right: 0px;
                }

                .tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content .tabulator-arrow {
                    top: -3px;
                    border-left-width: 5px;
                    border-right-width: 5px;
                    bottom: 0px;
                    margin-top: auto;
                    margin-bottom: auto;
                }

            .tabulator .tabulator-header .tabulator-headers .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-arrow {
                border-bottom-color: #cbd5e0;
            }

    .tabulator .tabulator-row {
        border-bottom-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
    }

        .tabulator .tabulator-row:hover,
        .tabulator .tabulator-row.tabulator-row-even:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(var(--color-slate-200) / var(--tw-bg-opacity));
        }

        .tabulator .tabulator-row.tabulator-row-even {
            --tw-bg-opacity: 1;
            background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
        }

        .tabulator .tabulator-row .tabulator-cell {
            border-right-width: 0px;
            padding-left: 1.25rem;
            padding-right: 1.25rem;
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
        }

            .tabulator .tabulator-row .tabulator-cell.tabulator-row-handle {
                padding-left: 0px;
                padding-right: 0px;
            }

            .tabulator .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
                margin-right: -1.25rem;
                height: 1rem;
                width: 1rem;
                border-radius: 9999px;
                --tw-bg-opacity: 1;
                background-color: rgb(var(--color-slate-400) / var(--tw-bg-opacity));
            }

        .tabulator .tabulator-row .tabulator-responsive-collapse {
            border-bottom-width: 0px;
            --tw-border-opacity: 1;
            border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
            padding: 0.75rem;
        }

            .tabulator .tabulator-row .tabulator-responsive-collapse td {
                padding: 0.5rem;
            }

                .tabulator .tabulator-row .tabulator-responsive-collapse td strong {
                    font-weight: 500;
                }

    .tabulator .tabulator-footer {
        margin-top: 0.5rem;
        border-top-width: 0px;
        background-color: transparent;
        padding: 0px;
    }

@media (max-width: calc(768px - 1px)) {
    .tabulator .tabulator-footer {
        white-space: normal;
    }
}

.tabulator .tabulator-footer .tabulator-paginator {
    display: flex;
    align-items: center;
}

@media (max-width: calc(768px - 1px)) {
    .tabulator .tabulator-footer .tabulator-paginator {
        display: block;
        text-align: left;
    }
}

.tabulator .tabulator-footer .tabulator-paginator > label {
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-700) / var(--tw-text-opacity));
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page-size {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(74, 85, 104)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-size: 15px;
    background-position: center right 0.6rem;
    margin-left: 0.5rem;
    margin-right: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    background-repeat: no-repeat;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 2rem;
}

@media (max-width: calc(768px - 1px)) {
    .tabulator .tabulator-footer .tabulator-paginator .tabulator-page-size {
        margin-right: 0.75rem;
    }
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page {
    min-width: 40px;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-weight: 500;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

    .tabulator .tabulator-footer .tabulator-paginator .tabulator-page:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        --tw-ring-color: rgb(var(--color-primary) / var(--tw-ring-opacity));
        --tw-ring-opacity: 0.2;
    }

:is(.dark .tabulator .tabulator-footer .tabulator-paginator .tabulator-page) {
    transition-property: none;
}

:is(.dark .tabulator .tabulator-footer .tabulator-paginator .tabulator-page:focus) {
    --tw-ring-color: rgb(var(--color-slate-700) / var(--tw-ring-opacity));
    --tw-ring-opacity: 0.5;
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page:hover:not(:disabled) {
    --tw-border-opacity: 0.9;
    --tw-bg-opacity: 0.9;
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page:not(button) {
    text-align: center;
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-color: transparent;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-700) / var(--tw-text-opacity));
}

@media (max-width: calc(640px - 1px)) {
    .tabulator .tabulator-footer .tabulator-paginator .tabulator-page {
        margin-right: 0px;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-200) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-700) / var(--tw-text-opacity));
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page.active {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
    font-weight: 500;
}

    .tabulator .tabulator-footer .tabulator-paginator .tabulator-page.active:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
    }

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page="first"],
.tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page="prev"],
.tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page="next"],
.tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page="last"] {
    width: 1.25rem;
    color: transparent;
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page="first"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='%232d3748' stroke-width='1.1' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='11 17 6 12 11 7'%3E%3C/polyline%3E%3Cpolyline points='18 17 13 12 18 7'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page="prev"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='%232d3748' stroke-width='1.1' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 45%;
    background-position: center;
    background-repeat: no-repeat;
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page="next"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='%232d3748' stroke-width='1.1' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 45%;
    background-position: center;
    background-repeat: no-repeat;
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page="last"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='%232d3748' stroke-width='1.1' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='13 17 18 12 13 7'%3E%3C/polyline%3E%3Cpolyline points='6 17 11 12 6 7'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.tabulator .tabulator-tableHolder .tabulator-placeholder span {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-500) / var(--tw-text-opacity));
}

.tabulator .tabulator-loader {
    background: #ffffffbd;
}

    .tabulator .tabulator-loader .tabulator-loader-msg {
        background-color: transparent;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
    }

        .tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading {
            border-width: 0px;
            --tw-text-opacity: 1;
            color: rgb(var(--color-slate-700) / var(--tw-text-opacity));
        }

        .tabulator .tabulator-loader .tabulator-loader-msg.tabulator-error {
            border-width: 0px;
            --tw-text-opacity: 1;
            color: rgb(var(--color-danger) / var(--tw-text-opacity));
        }

.dark .tabulator .tabulator-header {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

    .dark .tabulator .tabulator-header .tabulator-headers .tabulator-col:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-darkmode-300) / var(--tw-bg-opacity));
    }

.dark .tabulator .tabulator-table {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-200) / var(--tw-text-opacity));
}

    .dark .tabulator .tabulator-table .tabulator-row {
        border-color: transparent;
        background-color: transparent;
    }

        .dark .tabulator .tabulator-table .tabulator-row:hover,
        .dark .tabulator .tabulator-table .tabulator-row.tabulator-row-even:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(var(--color-darkmode-700) / var(--tw-bg-opacity));
        }

        .dark .tabulator .tabulator-table .tabulator-row.tabulator-row-even {
            --tw-bg-opacity: 1;
            background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
        }

.dark .tabulator .tabulator-footer .tabulator-paginator > label {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-200) / var(--tw-text-opacity));
}

.dark .tabulator .tabulator-footer .tabulator-paginator .tabulator-page-size {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-600) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-300) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-200) / var(--tw-text-opacity));
}

.dark .tabulator .tabulator-footer .tabulator-paginator .tabulator-page {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-200) / var(--tw-text-opacity));
}

    .dark .tabulator .tabulator-footer .tabulator-paginator .tabulator-page:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-darkmode-700) / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
    }

    .dark .tabulator .tabulator-footer .tabulator-paginator .tabulator-page.active,
    .dark .tabulator .tabulator-footer .tabulator-paginator .tabulator-page.active:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-darkmode-300) / var(--tw-bg-opacity));
    }

.dark .tabulator .tabulator-loader {
    background-color: rgb(0 0 0 / 0.3);
}

    .dark .tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading {
        --tw-text-opacity: 1;
        color: rgb(var(--color-slate-200) / var(--tw-text-opacity));
    }

.tom-select .ts-input {
    min-height: 40px;
    padding: 7.5px 32px 7.5px 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(74 85 104)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-size: 18px;
    background-position: center right 0.6rem;
    border-radius: 0.25rem;
    border-color: inherit;
    background-repeat: no-repeat;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

    .tom-select .ts-input .item {
        line-height: 22px;
    }

    .tom-select .ts-input.dropdown-active {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.828' height='8.414' viewBox='0 0 14.828 8.414'%3E%3Cpath id='chevron' d='M6,9l6,6,6-6' transform='translate(19.414 16) rotate(180)' fill='none' stroke='%234a5568' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A") !important;
        background-size: 11px !important;
        background-position: center right 0.8rem !important;
        background-repeat: no-repeat !important;
    }

    .tom-select .ts-input input {
        height: 23px;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

.tom-select.multi .ts-input {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

    .tom-select.multi .ts-input > div {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem;
        margin-right: 0.25rem;
        border-radius: 0.25rem;
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-slate-200) / var(--tw-bg-opacity));
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .tom-select.multi .ts-input > div.active {
            --tw-bg-opacity: 1;
            background-color: rgb(var(--color-slate-300) / var(--tw-bg-opacity));
        }

            .tom-select.multi .ts-input > div.active .remove {
                --tw-border-opacity: 1;
                border-color: rgb(var(--color-slate-400) / var(--tw-border-opacity));
            }

.tom-select.plugin-remove_button .item .remove {
    margin-left: 0.5rem;
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-300) / var(--tw-border-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.tom-select.plugin-dropdown_input .ts-input.focus {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
}

.tom-select .ts-dropdown {
    margin-top: -1px;
    border-top: 1px solid rgba(226, 232, 240, var(--tw-border-opacity));
    z-index: 50;
    border-radius: 0.25rem;
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

    .tom-select .ts-dropdown .optgroup-header {
        padding: 9px 10px;
        font-weight: 500;
    }

    .tom-select .ts-dropdown .option {
        padding: 9px 13px;
    }

        .tom-select .ts-dropdown .option .highlight {
            --tw-bg-opacity: 1;
            background-color: rgb(var(--color-danger) / var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
        }

        .tom-select .ts-dropdown .option.active {
            --tw-bg-opacity: 1;
            background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
        }

        .tom-select .ts-dropdown .option:hover:not(.active) {
            --tw-bg-opacity: 1;
            background-color: rgb(var(--color-slate-200) / var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgb(var(--color-slate-800) / var(--tw-text-opacity));
        }

    .tom-select .ts-dropdown.plugin-dropdown_input .dropdown-input-wrap {
        padding: 0.5rem;
    }

        .tom-select .ts-dropdown.plugin-dropdown_input .dropdown-input-wrap input {
            border-radius: 0.25rem;
            border-width: 1px;
            --tw-border-opacity: 1;
            border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            padding-left: 0.75rem;
            padding-right: 0.75rem;
            outline: 2px solid transparent;
            outline-offset: 2px;
        }

    .tom-select .ts-dropdown .dropdown-header {
        --tw-border-opacity: 1;
        border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

        .tom-select .ts-dropdown .dropdown-header .dropdown-header-close {
            margin-right: 0.125rem;
            cursor: pointer;
            --tw-text-opacity: 1;
            color: rgb(var(--color-slate-400) / var(--tw-text-opacity));
            opacity: 1;
        }

.dark .tom-select .ts-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(255 255 255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

    .dark .tom-select .ts-input.dropdown-active {
        border-color: transparent;
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.828' height='8.414' viewBox='0 0 14.828 8.414'%3E%3Cpath id='chevron' d='M6,9l6,6,6-6' transform='translate(19.414 16) rotate(180)' fill='none' stroke='rgb(255 255 255)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A") !important;
    }

        .dark .tom-select .ts-input.dropdown-active:before {
            --tw-bg-opacity: 1;
            background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
        }

.dark .tom-select.multi .ts-input > div {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

    .dark .tom-select.multi .ts-input > div.active {
        background-color: rgb(var(--color-darkmode-400) / 0.8);
    }

    .dark .tom-select.multi .ts-input > div .remove {
        --tw-border-opacity: 1;
        border-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity));
    }

.dark .tom-select.plugin-dropdown_input .ts-input.focus {
    border-color: transparent;
}

.dark .tom-select .ts-dropdown {
    border-color: rgb(var(--color-darkmode-800) / 0.8);
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-700) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

    .dark .tom-select .ts-dropdown.plugin-dropdown_input .dropdown-input-wrap input {
        border-color: rgb(var(--color-darkmode-800) / 0.8);
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
    }

    .dark .tom-select .ts-dropdown .optgroup-header {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(var(--color-slate-400) / var(--tw-text-opacity));
    }

    .dark .tom-select .ts-dropdown .create {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
    }

        .dark .tom-select .ts-dropdown .create:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
        }

    .dark .tom-select .ts-dropdown .option:hover:not(.active) {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
    }

    .dark .tom-select .ts-dropdown .dropdown-header {
        --tw-border-opacity: 1;
        border-color: rgb(var(--color-darkmode-700) / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
    }

        .dark .tom-select .ts-dropdown .dropdown-header .dropdown-header-close {
            --tw-text-opacity: 1;
            color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
        }

.dropzone {
    border-style: dashed;
    border-color: rgb(var(--color-slate-200) / 0.6);
}

:is(.dark .dropzone) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
}

.ck-editor,
.document-editor,
.ck-editor__editable {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.document-editor {
    display: flex;
    max-height: 700px;
    flex-flow: column nowrap;
    border-radius: var(--ck-border-radius);
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
}

    .document-editor .document-editor__toolbar {
        z-index: 1;
        border-bottom-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
    }

        .document-editor .document-editor__toolbar .ck-toolbar {
            border: 0;
            border-radius: 0;
            --tw-bg-opacity: 1;
            background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
        }

            .document-editor .document-editor__toolbar .ck-toolbar .ck-icon {
                width: 16px;
            }

    .document-editor .document-editor__editable-container {
        overflow-y: scroll;
        padding: calc(2 * var(--ck-spacing-large));
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
    }

        .document-editor .document-editor__editable-container .ck-editor__editable {
            width: 15.8cm;
            margin: 0 auto;
            min-height: 21cm;
            background: white;
            padding: 1cm 2cm 2cm;
            border-radius: var(--ck-border-radius);
            border-width: 1px;
            --tw-border-opacity: 1;
            border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
            --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
            --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        }

    .document-editor .ck-heading-dropdown .ck-list .ck-button__label {
        line-height: calc(1.7 * var(--ck-line-height-base) * var(--ck-font-size-base));
        min-width: 6em;
    }

    .document-editor .ck-heading-dropdown .ck-list .ck-button:not(.ck-heading_paragraph) .ck-button__label {
        transform: scale(0.8);
        transform-origin: left;
    }

    .document-editor .ck-content h2,
    .document-editor .ck-heading-dropdown .ck-heading_heading1 .ck-button__label {
        font-size: 2.18em;
        font-weight: normal;
    }

    .document-editor .ck-content h2 {
        line-height: 1.37em;
        padding-top: 0.342em;
        margin-bottom: 0.142em;
    }

    .document-editor .ck-content h3,
    .document-editor .ck-heading-dropdown .ck-heading_heading2 .ck-button__label {
        font-size: 1.75em;
        font-weight: normal;
        color: hsl(203, 100%, 50%);
    }

    .document-editor .ck-heading-dropdown .ck-heading_heading2.ck-on .ck-button__label {
        color: var(--ck-color-list-button-on-text);
    }

    .document-editor .ck-content h3 {
        line-height: 1.86em;
        padding-top: 0.171em;
        margin-bottom: 0.357em;
    }

    .document-editor .ck-content h4,
    .document-editor .ck-heading-dropdown .ck-heading_heading3 .ck-button__label {
        font-size: 1.31em;
        font-weight: bold;
    }

    .document-editor .ck-content h4 {
        line-height: 1.24em;
        padding-top: 0.286em;
        margin-bottom: 0.952em;
    }

    .document-editor .ck-content p {
        font-size: 1em;
        line-height: 1.63em;
        padding-top: 0.5em;
        margin-bottom: 1.13em;
    }

    .document-editor .ck-content blockquote {
        font-family: Georgia, serif;
        margin-left: calc(2 * var(--ck-spacing-large));
        margin-right: calc(2 * var(--ck-spacing-large));
    }

.ck.ck-content {
    min-height: 250px;
}

    .ck.ck-content.ck-editor__editable_inline {
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
    }

.ck .ck .ck-content {
    min-height: 250px;
}

    .ck .ck .ck-content.ck-editor__editable_inline {
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
    }

    .ck .ck .ck-content blockquote,
    .ck .ck .ck-content dl,
    .ck .ck .ck-content dd,
    .ck .ck .ck-content h1,
    .ck .ck .ck-content h2,
    .ck .ck .ck-content h3,
    .ck .ck .ck-content h4,
    .ck .ck .ck-content h5,
    .ck .ck .ck-content h6,
    .ck .ck .ck-content hr,
    .ck .ck .ck-content figure,
    .ck .ck .ck-content p,
    .ck .ck .ck-content pre {
        margin: revert;
    }

    .ck .ck .ck-content ol,
    .ck .ck .ck-content ul {
        list-style: revert;
        margin: revert;
        padding: revert;
    }

    .ck .ck .ck-content h1,
    .ck .ck .ck-content h2,
    .ck .ck .ck-content h3,
    .ck .ck .ck-content h4,
    .ck .ck .ck-content h5,
    .ck .ck .ck-content h6 {
        font-size: revert;
        font-weight: revert;
    }

    .ck .ck .ck-content img,
    .ck .ck .ck-content svg,
    .ck .ck .ck-content video,
    .ck .ck .ck-content canvas,
    .ck .ck .ck-content audio,
    .ck .ck .ck-content iframe,
    .ck .ck .ck-content embed,
    .ck .ck .ck-content object {
        display: revert;
        vertical-align: revert;
    }

.ck .ck.ck-reset_all,
.ck .ck.ck-reset_all * {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-800) / var(--tw-text-opacity));
}

.ck .ck.ck-toolbar,
.ck .ck.ck-balloon-panel {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
}

    .ck .ck.ck-toolbar .ck-icon,
    .ck .ck.ck-balloon-panel .ck-icon {
        width: 16px;
    }

.ck .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
}

.ck .ck.ck-button:not(.ck-disabled):hover,
.ck .cka.ck-button:not(.ck-disabled):hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-200) / var(--tw-bg-opacity));
}

.dark .document-editor {
    border-color: rgb(var(--color-darkmode-900) / 0.3);
}

    .dark .document-editor .document-editor__toolbar {
        border-color: rgb(var(--color-darkmode-900) / 0.2);
    }

        .dark .document-editor .document-editor__toolbar .ck-toolbar {
            background-color: rgb(var(--color-darkmode-900) / 0.2);
        }

            .dark .document-editor .document-editor__toolbar .ck-toolbar .ck-toolbar__separator {
                --tw-bg-opacity: 1;
                background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
            }

            .dark .document-editor .document-editor__toolbar .ck-toolbar .ck-tooltip .ck-tooltip__text {
                --tw-bg-opacity: 1;
                background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
                --tw-text-opacity: 1;
                color: rgb(var(--color-slate-200) / var(--tw-text-opacity));
            }

                .dark .document-editor .document-editor__toolbar .ck-toolbar .ck-tooltip .ck-tooltip__text:after {
                    --tw-border-opacity: 1;
                    border-bottom-color: rgb(var(--color-darkmode-800) / var(--tw-border-opacity));
                }

            .dark .document-editor .document-editor__toolbar .ck-toolbar .ck.ck-icon :not([fill]) {
                fill: rgb(var(--color-slate-300));
            }

            .dark .document-editor .document-editor__toolbar .ck-toolbar .ck.ck-dropdown__panel {
                --tw-border-opacity: 1;
                border-color: rgb(var(--color-darkmode-800) / var(--tw-border-opacity));
            }

            .dark .document-editor .document-editor__toolbar .ck-toolbar .ck.ck-button.ck-on,
            .dark .document-editor .document-editor__toolbar .ck-toolbar a.ck.ck-button.ck-on {
                --tw-bg-opacity: 1;
                background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
            }

    .dark .document-editor .document-editor__editable-container {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
    }

        .dark .document-editor .document-editor__editable-container .ck-editor__editable {
            border-color: rgb(var(--color-darkmode-900) / 0.2);
            --tw-bg-opacity: 1;
            background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
        }

.dark .ck.ck-content.ck-editor__editable_inline {
    border-color: rgb(var(--color-darkmode-900) / 0.2);
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
}

.dark .ck.ck-list {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
}

.dark .ck.ck-dropdown__panel {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-800) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
}

.dark .ck.ck.ck-input-text {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
}

    .dark .ck.ck.ck-input-text:focus {
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

.dark .ck .ck-insert-table-dropdown-grid-box {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity));
}

.dark .ck.ck-reset_all,
.dark .ck.ck-reset_all * {
    --tw-text-opacity: 1 !important;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity)) !important;
}

.dark .ck .ck .ck-content.ck-editor__editable_inline {
    border-color: rgb(var(--color-darkmode-900) / 0.2);
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
}

.dark .ck .ck.ck-toolbar,
.dark .ck .ck.ck-balloon-panel {
    border-color: rgb(var(--color-darkmode-900) / 0.2);
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-700) / var(--tw-bg-opacity));
}

    .dark .ck .ck.ck-toolbar:before,
    .dark .ck .ck.ck-balloon-panel:before {
        border-bottom-color: rgb(var(--color-darkmode-900) / 0.2) !important;
    }

    .dark .ck .ck.ck-toolbar:after,
    .dark .ck .ck.ck-balloon-panel:after {
        border-bottom-color: rgb(var(--color-darkmode-900) / 0.2) !important;
    }

    .dark .ck .ck.ck-toolbar .ck-toolbar__separator,
    .dark .ck .ck.ck-balloon-panel .ck-toolbar__separator {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
    }

    .dark .ck .ck.ck-toolbar .ck-tooltip .ck-tooltip__text,
    .dark .ck .ck.ck-balloon-panel .ck-tooltip .ck-tooltip__text {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(var(--color-slate-200) / var(--tw-text-opacity));
    }

        .dark .ck .ck.ck-toolbar .ck-tooltip .ck-tooltip__text:after,
        .dark .ck .ck.ck-balloon-panel .ck-tooltip .ck-tooltip__text:after {
            border-bottom-color: rgb(var(--color-darkmode-900) / 0.2);
        }

    .dark .ck .ck.ck-toolbar .ck.ck-icon :not([fill]),
    .dark .ck .ck.ck-balloon-panel .ck.ck-icon :not([fill]) {
        fill: rgb(var(--color-slate-300));
    }

    .dark .ck .ck.ck-toolbar .ck.ck-dropdown__panel,
    .dark .ck .ck.ck-balloon-panel .ck.ck-dropdown__panel {
        --tw-border-opacity: 1;
        border-color: rgb(var(--color-darkmode-800) / var(--tw-border-opacity));
    }

    .dark .ck .ck.ck-toolbar .ck.ck-button.ck-on,
    .dark .ck .ck.ck-toolbar a.ck.ck-button.ck-on,
    .dark .ck .ck.ck-balloon-panel .ck.ck-button.ck-on,
    .dark .ck .ck.ck-balloon-panel a.ck.ck-button.ck-on {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
    }

.dark .ck .ck.ck-editor__main > .ck-editor__editable {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
}

    .dark .ck .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
        border-color: rgb(var(--color-darkmode-900) / 0.2);
    }

.dark .ck .ck.ck-button:not(.ck-disabled):hover,
.dark .ck .cka.ck-button:not(.ck-disabled):hover {
    background-color: rgb(var(--color-darkmode-900) / 0.2);
}

.zoom-overlay {
    background-color: rgb(0 0 0 / 0.75);
}

:is(.dark .zoom-overlay) {
    background-color: rgb(0 0 0 / 0.4);
}

.dark-mode-switcher .dark-mode-switcher__toggle {
    width: 38px;
    height: 24px;
    padding: 1px;
    position: relative;
    cursor: pointer;
    border-radius: 9999px;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

    .dark-mode-switcher .dark-mode-switcher__toggle:before {
        content: "";
        width: 22px;
        height: 22px;
        transition: all 0.2s ease-in-out;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
        position: absolute;
        top: 0px;
        bottom: 0px;
        margin-top: auto;
        margin-bottom: auto;
        border-radius: 9999px;
    }

    .dark-mode-switcher .dark-mode-switcher__toggle.dark-mode-switcher__toggle--active {
        --tw-border-opacity: 1;
        border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
    }

        .dark-mode-switcher .dark-mode-switcher__toggle.dark-mode-switcher__toggle--active::before {
            margin-left: 13px;
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        }

.source-preview {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

    .source-preview .hljs {
        margin-top: -20px;
        margin-bottom: -40px;
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
        font-size: 0.75rem;
        line-height: 1rem;
        line-height: 1.625;
    }

:is(.dark .source-preview .hljs) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-200) / var(--tw-bg-opacity));
}

.source-preview {
    position: relative;
}

    .source-preview code:before {
        content: "HTML";
        position: absolute;
        top: 0px;
        right: 0px;
        display: block;
        border-bottom-left-radius: 0.25rem;
        background-color: rgb(var(--color-slate-200) / var(--tw-bg-opacity));
        --tw-bg-opacity: 0.7;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-family: Roboto;
        font-weight: 500;
    }

:is(.dark .source-preview code):before {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-300) / var(--tw-bg-opacity));
}

.source-preview code.javascript:before {
    content: "JS";
}

@media (max-width: calc(1024px - 1px)) {
    .full-calendar .fc-toolbar {
        flex-direction: column;
    }
}

.full-calendar .fc-toolbar .fc-toolbar-chunk:nth-child(1) {
    order: 3;
}

.full-calendar .fc-toolbar .fc-toolbar-chunk:nth-child(2) {
    order: 1;
}

.full-calendar .fc-toolbar .fc-toolbar-chunk:nth-child(3) {
    order: 2;
}

@media (max-width: calc(1024px - 1px)) {
    .full-calendar .fc-toolbar .fc-toolbar-chunk:nth-child(3) {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
}

@media (max-width: calc(640px - 1px)) {
    .full-calendar .fc-toolbar .fc-toolbar-chunk:nth-child(3) .fc-button-group {
        display: block;
    }
}

.full-calendar .fc-toolbar .fc-toolbar-chunk:nth-child(3) .fc-button-group button {
    width: 5rem;
}

@media (max-width: calc(640px - 1px)) {
    .full-calendar .fc-toolbar .fc-toolbar-chunk:nth-child(3) .fc-button-group button {
        margin-bottom: 0.5rem;
        width: 100%;
        border-radius: 0.375rem;
    }
}

.full-calendar .fc-toolbar .fc-toolbar-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
}

.full-calendar .fc-toolbar-chunk .fc-button-primary:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.full-calendar .fc-toolbar-chunk .fc-button-primary:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.full-calendar.fc-theme-standard .fc-scrollgrid,
.full-calendar.fc-theme-standard th,
.full-calendar.fc-theme-standard td,
.full-calendar.fc-theme-standard .fc-list {
    border-color: rgb(var(--color-slate-200) / 0.6);
}

:is(.dark .full-calendar.fc-theme-standard .fc-scrollgrid),
:is(.dark .full-calendar.fc-theme-standard th),
:is(.dark .full-calendar.fc-theme-standard td),
:is(.dark .full-calendar.fc-theme-standard .fc-list) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity));
}

.full-calendar table {
    border-radius: 0.375rem;
}

    .full-calendar table tr th .fc-scrollgrid-sync-inner {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

.full-calendar .fc-daygrid-event-harness {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.full-calendar .fc-h-event {
    border-radius: 0.375rem;
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
}

.full-calendar .fc-event-title-container {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

.full-calendar .fc-daygrid-event {
    font-size: 0.75rem;
    line-height: 1rem;
}

.full-calendar .fc-daygrid-event-dot {
    margin-right: 0.5rem;
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
}

.full-calendar .fc-daygrid-dot-event .fc-event-title {
    font-weight: 500;
}

.full-calendar .fc-col-header-cell-cushion {
    font-weight: 500;
}

@media (max-width: calc(640px - 1px)) {
    .full-calendar.fc .fc-view-harness {
        min-height: 400px !important;
    }

    .full-calendar.fc .fc-daygrid-day-frame {
        min-height: 60px !important;
    }
}

.full-calendar .fc-daygrid-more-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (max-width: calc(768px - 1px)) {
    .full-calendar .fc-daygrid-more-link {
        font-size: 10px;
        --tw-text-opacity: 1;
        color: rgb(var(--color-slate-500) / var(--tw-text-opacity));
    }
}

@media (max-width: calc(640px - 1px)) {
    .full-calendar .fc-daygrid-more-link {
        margin-top: -0.75rem;
        display: block;
        padding-left: 0px;
        line-height: 10px;
    }
}

.full-calendar .fc-daygrid-day-bottom {
    padding-top: 0.25rem;
}

.full-calendar .fc-day-other {
    background-color: rgb(var(--color-slate-100) / 0.5);
}

:is(.dark .full-calendar .fc-day-other) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-700) / var(--tw-bg-opacity));
}

.full-calendar .fc-button-primary {
    display: inline-block !important;
    border-color: rgb(var(--color-slate-200) / 0.6) !important;
    background-color: transparent !important;
    padding-left: 0.65em !important;
    padding-right: 0.65em !important;
    padding-top: 0.4em !important;
    padding-bottom: 0.4em !important;
    text-transform: capitalize !important;
    --tw-text-opacity: 1 !important;
    color: rgb(var(--color-slate-500) / var(--tw-text-opacity)) !important;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-weight: 500;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

    .full-calendar .fc-button-primary:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        --tw-ring-color: rgb(var(--color-primary) / var(--tw-ring-opacity));
        --tw-ring-opacity: 0.2;
    }

:is(.dark .full-calendar .fc-button-primary) {
    transition-property: none;
}

:is(.dark .full-calendar .fc-button-primary:focus) {
    --tw-ring-color: rgb(var(--color-slate-700) / var(--tw-ring-opacity));
    --tw-ring-opacity: 0.5;
}

.full-calendar .fc-button-primary:hover:not(:disabled) {
    --tw-border-opacity: 0.9;
    --tw-bg-opacity: 0.9;
}

.full-calendar .fc-button-primary:not(button) {
    text-align: center;
}

.full-calendar .fc-button-primary:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.full-calendar .fc-button-primary .fc-icon {
    font-size: 1.2em !important;
}

.full-calendar .fc-button-primary:focus {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.full-calendar .fc-button-primary:not(:disabled):active,
.full-calendar .fc-button-primary:not(:disabled).fc-button-active {
    --tw-border-opacity: 1 !important;
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.full-calendar .fc-list-day-cushion {
    background-color: rgb(var(--color-slate-100) / 0.5) !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.full-calendar .fc-list-event td {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.full-calendar .fc-list-event-dot {
    --tw-border-opacity: 1 !important;
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity)) !important;
}

.full-calendar .fc-event-time {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
    font-size: 0.75rem !important;
}

.full-calendar .fc-daygrid-more-link {
    padding-left: 0.5rem;
}

.dark .full-calendar .fc-button-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity)) !important;
}

.dark .full-calendar .fc-list-day-cushion {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity)) !important;
}

.dark .full-calendar .fc-event:hover td {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
}

.has-error .form-control {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-danger) / var(--tw-border-opacity));
}

:is(.dark .has-error .form-control) {
    border-color: rgb(var(--color-danger) / 0.7);
}

.before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
}

.before\:inset-0::before {
    content: var(--tw-content);
    inset: 0px;
}

.before\:bottom-0::before {
    content: var(--tw-content);
    bottom: 0px;
}

.before\:left-0::before {
    content: var(--tw-content);
    left: 0px;
}

.before\:top-0::before {
    content: var(--tw-content);
    top: 0px;
}

.before\:z-10::before {
    content: var(--tw-content);
    z-index: 10;
}

.before\:z-\[-1\]::before {
    content: var(--tw-content);
    z-index: -1;
}

.before\:ml-5::before {
    content: var(--tw-content);
    margin-left: 1.25rem;
}

.before\:mt-4::before {
    content: var(--tw-content);
    margin-top: 1rem;
}

.before\:mt-5::before {
    content: var(--tw-content);
    margin-top: 1.25rem;
}

.before\:block::before {
    content: var(--tw-content);
    display: block;
}

.before\:hidden::before {
    content: var(--tw-content);
    display: none;
}

.before\:h-4::before {
    content: var(--tw-content);
    height: 1rem;
}

.before\:h-\[3px\]::before {
    content: var(--tw-content);
    height: 3px;
}

.before\:h-\[85\%\]::before {
    content: var(--tw-content);
    height: 85%;
}

.before\:h-full::before {
    content: var(--tw-content);
    height: 100%;
}

.before\:h-px::before {
    content: var(--tw-content);
    height: 1px;
}

.before\:w-20::before {
    content: var(--tw-content);
    width: 5rem;
}

.before\:w-4::before {
    content: var(--tw-content);
    width: 1rem;
}

.before\:w-\[2px\]::before {
    content: var(--tw-content);
    width: 2px;
}

.before\:w-\[69\%\]::before {
    content: var(--tw-content);
    width: 69%;
}

.before\:w-full::before {
    content: var(--tw-content);
    width: 100%;
}

.before\:w-px::before {
    content: var(--tw-content);
    width: 1px;
}

.before\:rounded-full::before {
    content: var(--tw-content);
    border-radius: 9999px;
}

.before\:rounded-md::before {
    content: var(--tw-content);
    border-radius: 0.375rem;
}

.before\:bg-black::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.before\:bg-primary\/20::before {
    content: var(--tw-content);
    background-color: rgb(var(--color-primary) / 0.2);
}

.before\:bg-slate-100::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
}

.before\:bg-slate-200::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-200) / var(--tw-bg-opacity));
}

.before\:bg-gradient-to-t::before {
    content: var(--tw-content);
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.before\:from-black::before {
    content: var(--tw-content);
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-black\/90::before {
    content: var(--tw-content);
    --tw-gradient-from: rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:to-black\/10::before {
    content: var(--tw-content);
    --tw-gradient-to: rgb(0 0 0 / 0.1) var(--tw-gradient-to-position);
}

.before\:pt-\[100\%\]::before {
    content: var(--tw-content);
    padding-top: 100%;
}

.before\:content-\[\'\'\]::before {
    --tw-content: '';
    content: var(--tw-content);
}

.after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
}

.after\:h-4::after {
    content: var(--tw-content);
    height: 1rem;
}

.after\:w-4::after {
    content: var(--tw-content);
    width: 1rem;
}

.after\:rounded-full::after {
    content: var(--tw-content);
    border-radius: 9999px;
}

.after\:border-4::after {
    content: var(--tw-content);
    border-width: 4px;
}

.after\:border-white\/60::after {
    content: var(--tw-content);
    border-color: rgb(255 255 255 / 0.6);
}

.after\:bg-primary::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
}

.after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content);
}

.first\:mt-0:first-child {
    margin-top: 0px;
}

.first\:pt-0:first-child {
    padding-top: 0px;
}

.hover\:bg-slate-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
}

.hover\:bg-white\/5:hover {
    background-color: rgb(255 255 255 / 0.05);
}

.hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
}

.focus\:border-transparent:focus {
    border-color: transparent;
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:is(.dark .dark\:border) {
    border-width: 1px;
}

:is(.dark .dark\:border-0) {
    border-width: 0px;
}

:is(.dark .dark\:border-danger) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-danger) / var(--tw-border-opacity));
}

:is(.dark .dark\:border-darkmode-100\/40) {
    border-color: rgb(var(--color-darkmode-100) / 0.4);
}

:is(.dark .dark\:border-darkmode-300) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-300) / var(--tw-border-opacity));
}

:is(.dark .dark\:border-darkmode-400) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity));
}

:is(.dark .dark\:border-darkmode-500) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-500) / var(--tw-border-opacity));
}

:is(.dark .dark\:border-darkmode-600) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-600) / var(--tw-border-opacity));
}

:is(.dark .dark\:border-darkmode-800) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-800) / var(--tw-border-opacity));
}

:is(.dark .dark\:border-primary) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
}

:is(.dark .dark\:border-success) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-success) / var(--tw-border-opacity));
}

:is(.dark .dark\:border-transparent) {
    border-color: transparent;
}

:is(.dark .dark\:border-warning) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-warning) / var(--tw-border-opacity));
}

:is(.dark .dark\:bg-black\/10) {
    background-color: rgb(0 0 0 / 0.1);
}

:is(.dark .dark\:bg-black\/20) {
    background-color: rgb(0 0 0 / 0.2);
}

:is(.dark .dark\:bg-darkmode-300) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-300) / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-darkmode-400) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-darkmode-400\/70) {
    background-color: rgb(var(--color-darkmode-400) / 0.7);
}

:is(.dark .dark\:bg-darkmode-500) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-500) / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-darkmode-600) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-darkmode-700) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-700) / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-darkmode-800) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-800) / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-pending\/30) {
    background-color: rgb(var(--color-pending) / 0.3);
}

:is(.dark .dark\:bg-primary) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-primary\/20) {
    background-color: rgb(var(--color-primary) / 0.2);
}

:is(.dark .dark\:bg-primary\/50) {
    background-color: rgb(var(--color-primary) / 0.5);
}

:is(.dark .dark\:bg-success\/10) {
    background-color: rgb(var(--color-success) / 0.1);
}

:is(.dark .dark\:bg-success\/30) {
    background-color: rgb(var(--color-success) / 0.3);
}

:is(.dark .dark\:bg-transparent) {
    background-color: transparent;
}

:is(.dark .dark\:text-gray-300) {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-slate-200) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-200) / var(--tw-text-opacity));
}

:is(.dark .dark\:text-slate-300) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

:is(.dark .dark\:text-slate-400) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-400) / var(--tw-text-opacity));
}

:is(.dark .dark\:text-slate-500) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-500) / var(--tw-text-opacity));
}

:is(.dark .dark\:text-white) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .before\:dark\:bg-darkmode-400)::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
}

:is(.dark .before\:dark\:bg-darkmode-600)::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
}

:is(.dark .after\:dark\:border-darkmode-300)::after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-300) / var(--tw-border-opacity));
}

:is(.dark .dark\:hover\:bg-darkmode-400:hover) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-400) / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
    .sm\:static {
        position: static;
    }

    .sm\:absolute {
        position: absolute;
    }

    .sm\:relative {
        position: relative;
    }

    .sm\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .sm\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .sm\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .sm\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .sm\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .sm\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .sm\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .sm\:\!mr-10 {
        margin-right: 2.5rem !important;
    }

    .sm\:mb-0 {
        margin-bottom: 0px;
    }

    .sm\:ml-0 {
        margin-left: 0px;
    }

    .sm\:ml-1 {
        margin-left: 0.25rem;
    }

    .sm\:ml-2 {
        margin-left: 0.5rem;
    }

    .sm\:ml-20 {
        margin-left: 5rem;
    }

    .sm\:ml-3 {
        margin-left: 0.75rem;
    }

    .sm\:ml-40 {
        margin-left: 10rem;
    }

    .sm\:ml-auto {
        margin-left: auto;
    }

    .sm\:mr-0 {
        margin-right: 0px;
    }

    .sm\:mr-2 {
        margin-right: 0.5rem;
    }

    .sm\:mr-20 {
        margin-right: 5rem;
    }

    .sm\:mr-28 {
        margin-right: 7rem;
    }

    .sm\:mr-3 {
        margin-right: 0.75rem;
    }

    .sm\:mr-4 {
        margin-right: 1rem;
    }

    .sm\:mr-40 {
        margin-right: 10rem;
    }

    .sm\:mr-5 {
        margin-right: 1.25rem;
    }

    .sm\:mr-6 {
        margin-right: 1.5rem;
    }

    .sm\:mr-auto {
        margin-right: auto;
    }

    .sm\:mt-0 {
        margin-top: 0px;
    }

    .sm\:mt-10 {
        margin-top: 2.5rem;
    }

    .sm\:mt-2 {
        margin-top: 0.5rem;
    }

    .sm\:mt-5 {
        margin-top: 1.25rem;
    }

    .sm\:block {
        display: block;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:grid {
        display: grid;
    }

    .sm\:hidden {
        display: none;
    }

    .sm\:h-10 {
        height: 2.5rem;
    }

    .sm\:h-12 {
        height: 3rem;
    }

    .sm\:h-24 {
        height: 6rem;
    }

    .sm\:h-5 {
        height: 1.25rem;
    }

    .sm\:w-10 {
        width: 2.5rem;
    }

    .sm\:w-12 {
        width: 3rem;
    }

    .sm\:w-16 {
        width: 4rem;
    }

    .sm\:w-20 {
        width: 5rem;
    }

    .sm\:w-24 {
        width: 6rem;
    }

    .sm\:w-3\/4 {
        width: 75%;
    }

    .sm\:w-32 {
        width: 8rem;
    }

    .sm\:w-40 {
        width: 10rem;
    }

    .sm\:w-5 {
        width: 1.25rem;
    }

    .sm\:w-52 {
        width: 13rem;
    }

    .sm\:w-56 {
        width: 14rem;
    }

    .sm\:w-60 {
        width: 15rem;
    }

    .sm\:w-64 {
        width: 16rem;
    }

    .sm\:w-72 {
        width: 18rem;
    }

    .sm\:w-auto {
        width: auto;
    }

    .sm\:w-full {
        width: 100%;
    }

    .sm\:flex-row {
        flex-direction: row;
    }

    .sm\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .sm\:items-end {
        align-items: flex-end;
    }

    .sm\:justify-start {
        justify-content: flex-start;
    }

    .sm\:justify-end {
        justify-content: flex-end;
    }

    .sm\:gap-10 {
        gap: 2.5rem;
    }

    .sm\:gap-6 {
        gap: 1.5rem;
    }

    .sm\:overflow-x-visible {
        overflow-x: visible;
    }

    .sm\:whitespace-normal {
        white-space: normal;
    }

    .sm\:border-0 {
        border-width: 0px;
    }

    .sm\:border-b-0 {
        border-bottom-width: 0px;
    }

    .sm\:border-l {
        border-left-width: 1px;
    }

    .sm\:border-t-0 {
        border-top-width: 0px;
    }

    .sm\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .sm\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .sm\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .sm\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }

    .sm\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .sm\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .sm\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .sm\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .sm\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .sm\:pb-0 {
        padding-bottom: 0px;
    }

    .sm\:pb-20 {
        padding-bottom: 5rem;
    }

    .sm\:pl-5 {
        padding-left: 1.25rem;
    }

    .sm\:pt-0 {
        padding-top: 0px;
    }

    .sm\:pt-20 {
        padding-top: 5rem;
    }

    .sm\:pt-6 {
        padding-top: 1.5rem;
    }

    .sm\:text-left {
        text-align: left;
    }

    .sm\:text-right {
        text-align: right;
    }

    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .sm\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 768px) {
    .md\:fixed {
        position: fixed;
    }

    .md\:inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .md\:top-0 {
        top: 0px;
    }

    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .md\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .md\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .md\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .md\:row-start-auto {
        grid-row-start: auto;
    }

    .md\:-mx-0 {
        margin-left: -0px;
        margin-right: -0px;
    }

    .md\:ml-0 {
        margin-left: 0px;
    }

    .md\:ml-auto {
        margin-left: auto;
    }

    .md\:mt-0 {
        margin-top: 0px;
    }

    .md\:block {
        display: block;
    }

    .md\:flex {
        display: flex;
    }

    .md\:hidden {
        display: none;
    }

    .md\:h-\[65px\] {
        height: 65px;
    }

    .md\:w-52 {
        width: 13rem;
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:items-center {
        align-items: center;
    }

    .md\:border-b-0 {
        border-bottom-width: 0px;
    }

    .md\:border-l {
        border-left-width: 1px;
    }

    .md\:border-l-0 {
        border-left-width: 0px;
    }

    .md\:border-r {
        border-right-width: 1px;
    }

    .md\:border-t-0 {
        border-top-width: 0px;
    }

    .md\:bg-gradient-to-b {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }

    .md\:from-slate-100 {
        --tw-gradient-from: rgb(var(--color-slate-100)) var(--tw-gradient-from-position);
        --tw-gradient-to: rgb(var(--color-slate-100) / 0) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }

    .md\:to-transparent {
        --tw-gradient-to: transparent var(--tw-gradient-to-position);
    }

    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .md\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .md\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .md\:pl-0 {
        padding-left: 0px;
    }

    .md\:pt-10 {
        padding-top: 2.5rem;
    }

    :is(.dark .dark\:md\:from-darkmode-700) {
        --tw-gradient-from: rgb(var(--color-darkmode-700)) var(--tw-gradient-from-position);
        --tw-gradient-to: rgb(var(--color-darkmode-700) / 0) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }
}

@media (min-width: 1024px) {
    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .lg\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .lg\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .lg\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .lg\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .lg\:row-start-3 {
        grid-row-start: 3;
    }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .lg\:mb-0 {
        margin-bottom: 0px;
    }

    .lg\:ml-0 {
        margin-left: 0px;
    }

    .lg\:ml-2 {
        margin-left: 0.5rem;
    }

    .lg\:ml-4 {
        margin-left: 1rem;
    }

    .lg\:ml-5 {
        margin-left: 1.25rem;
    }

    .lg\:ml-8 {
        margin-left: 2rem;
    }

    .lg\:ml-auto {
        margin-left: auto;
    }

    .lg\:mr-1 {
        margin-right: 0.25rem;
    }

    .lg\:mr-20 {
        margin-right: 5rem;
    }

    .lg\:mr-auto {
        margin-right: auto;
    }

    .lg\:mt-0 {
        margin-top: 0px;
    }

    .lg\:mt-3 {
        margin-top: 0.75rem;
    }

    .lg\:mt-5 {
        margin-top: 1.25rem;
    }

    .lg\:mt-6 {
        margin-top: 1.5rem;
    }

    .lg\:block {
        display: block;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:h-12 {
        height: 3rem;
    }

    .lg\:h-32 {
        height: 8rem;
    }

    .lg\:h-auto {
        height: auto;
    }

    .lg\:w-1\/2 {
        width: 50%;
    }

    .lg\:w-12 {
        width: 3rem;
    }

    .lg\:w-2\/4 {
        width: 50%;
    }

    .lg\:w-32 {
        width: 8rem;
    }

    .lg\:w-40 {
        width: 10rem;
    }

    .lg\:w-56 {
        width: 14rem;
    }

    .lg\:w-64 {
        width: 16rem;
    }

    .lg\:w-auto {
        width: auto;
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .lg\:items-start {
        align-items: flex-start;
    }

    .lg\:justify-start {
        justify-content: flex-start;
    }

    .lg\:justify-end {
        justify-content: flex-end;
    }

    .lg\:justify-center {
        justify-content: center;
    }

    .lg\:overflow-visible {
        overflow: visible;
    }

    .lg\:border-0 {
        border-width: 0px;
    }

    .lg\:border-b-0 {
        border-bottom-width: 0px;
    }

    .lg\:border-l {
        border-left-width: 1px;
    }

    .lg\:border-r {
        border-right-width: 1px;
    }

    .lg\:border-t-0 {
        border-top-width: 0px;
    }

    .lg\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .lg\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .lg\:pb-0 {
        padding-bottom: 0px;
    }

    .lg\:pb-20 {
        padding-bottom: 5rem;
    }

    .lg\:pl-5 {
        padding-left: 1.25rem;
    }

    .lg\:pt-0 {
        padding-top: 0px;
    }

    .lg\:text-left {
        text-align: left;
    }

    .lg\:text-center {
        text-align: center;
    }

    .lg\:text-right {
        text-align: right;
    }

    .lg\:text-justify {
        text-align: justify;
    }

    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .before\:lg\:block::before {
        content: var(--tw-content);
        display: block;
    }

    @keyframes ping {
        75%, 100% {
            content: var(--tw-content);
            transform: scale(2);
            opacity: 0;
        }
    }

    .lg\:before\:animate-ping::before {
        content: var(--tw-content);
        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }
}

@media (min-width: 1280px) {
    .xl\:absolute {
        position: absolute;
    }

    .xl\:sticky {
        position: sticky;
    }

    .xl\:z-auto {
        z-index: auto;
    }

    .xl\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .xl\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .xl\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .xl\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .xl\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .xl\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .xl\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .xl\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .xl\:col-start-1 {
        grid-column-start: 1;
    }

    .xl\:col-start-10 {
        grid-column-start: 10;
    }

    .xl\:row-start-1 {
        grid-row-start: 1;
    }

    .xl\:row-start-2 {
        grid-row-start: 2;
    }

    .xl\:row-start-auto {
        grid-row-start: auto;
    }

    .xl\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .xl\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .xl\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .xl\:\!mr-10 {
        margin-right: 2.5rem !important;
    }

    .xl\:-mt-5 {
        margin-top: -1.25rem;
    }

    .xl\:ml-20 {
        margin-left: 5rem;
    }

    .xl\:ml-5 {
        margin-left: 1.25rem;
    }

    .xl\:ml-6 {
        margin-left: 1.5rem;
    }

    .xl\:ml-64 {
        margin-left: 16rem;
    }

    .xl\:ml-auto {
        margin-left: auto;
    }

    .xl\:mr-0 {
        margin-right: 0px;
    }

    .xl\:mr-3 {
        margin-right: 0.75rem;
    }

    .xl\:mt-0 {
        margin-top: 0px;
    }

    .xl\:mt-2 {
        margin-top: 0.5rem;
    }

    .xl\:mt-24 {
        margin-top: 6rem;
    }

    .xl\:mt-8 {
        margin-top: 2rem;
    }

    .xl\:block {
        display: block;
    }

    .xl\:flex {
        display: flex;
    }

    .xl\:grid {
        display: grid;
    }

    .xl\:hidden {
        display: none;
    }

    .xl\:h-auto {
        height: auto;
    }

    .xl\:min-h-0 {
        min-height: 0px;
    }

    .xl\:w-3\/5 {
        width: 60%;
    }

    .xl\:w-32 {
        width: 8rem;
    }

    .xl\:w-64 {
        width: 16rem;
    }

    .xl\:w-\[180px\] {
        width: 180px;
    }

    .xl\:w-auto {
        width: auto;
    }

    .xl\:flex-initial {
        flex: 0 1 auto;
    }

    .xl\:flex-row {
        flex-direction: row;
    }

    .xl\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .xl\:items-start {
        align-items: flex-start;
    }

    .xl\:overflow-y-auto {
        overflow-y: auto;
    }

    .xl\:bg-transparent {
        background-color: transparent;
    }

    .xl\:p-0 {
        padding: 0px;
    }

    .xl\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .xl\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .xl\:pb-0 {
        padding-bottom: 0px;
    }

    .xl\:pb-16 {
        padding-bottom: 4rem;
    }

    .xl\:pl-10 {
        padding-left: 2.5rem;
    }

    .xl\:pl-5 {
        padding-left: 1.25rem;
    }

    .xl\:pr-10 {
        padding-right: 2.5rem;
    }

    .xl\:pr-20 {
        padding-right: 5rem;
    }

    .xl\:text-left {
        text-align: left;
    }

    .xl\:text-right {
        text-align: right;
    }

    .xl\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .xl\:shadow-none {
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:before\:block::before {
        content: var(--tw-content);
        display: block;
    }
}

@media (min-width: 1536px) {
    .\32xl\:z-10 {
        z-index: 10;
    }

    .\32xl\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .\32xl\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .\32xl\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .\32xl\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .\32xl\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .\32xl\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .\32xl\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .\32xl\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .\32xl\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .\32xl\:col-start-auto {
        grid-column-start: auto;
    }

    .\32xl\:row-start-auto {
        grid-row-start: auto;
    }

    .\32xl\:-ml-20 {
        margin-left: -5rem;
    }

    .\32xl\:-mt-1 {
        margin-top: -0.25rem;
    }

    .\32xl\:-mt-1\.5 {
        margin-top: -0.375rem;
    }

    .\32xl\:-mt-8 {
        margin-top: -2rem;
    }

    .\32xl\:mb-0 {
        margin-bottom: 0px;
    }

    .\32xl\:ml-16 {
        margin-left: 4rem;
    }

    .\32xl\:mr-auto {
        margin-right: auto;
    }

    .\32xl\:mt-0 {
        margin-top: 0px;
    }

    .\32xl\:mt-24 {
        margin-top: 6rem;
    }

    .\32xl\:mt-6 {
        margin-top: 1.5rem;
    }

    .\32xl\:mt-8 {
        margin-top: 2rem;
    }

    .\32xl\:block {
        display: block;
    }

    .\32xl\:flex {
        display: flex;
    }

    .\32xl\:h-56 {
        height: 14rem;
    }

    .\32xl\:w-14 {
        width: 3.5rem;
    }

    .\32xl\:w-2\/3 {
        width: 66.666667%;
    }

    .\32xl\:w-4\/6 {
        width: 66.666667%;
    }

    .\32xl\:w-52 {
        width: 13rem;
    }

    .\32xl\:w-full {
        width: 100%;
    }

    .\32xl\:flex-none {
        flex: none;
    }

    .\32xl\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .\32xl\:justify-center {
        justify-content: center;
    }

    .\32xl\:gap-x-0 {
        -moz-column-gap: 0px;
        column-gap: 0px;
    }

    .\32xl\:overflow-visible {
        overflow: visible;
    }

    .\32xl\:border-l {
        border-left-width: 1px;
    }

    .\32xl\:bg-transparent {
        background-color: transparent;
    }

    .\32xl\:p-0 {
        padding: 0px;
    }

    .\32xl\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .\32xl\:pl-2 {
        padding-left: 0.5rem;
    }

    .\32xl\:pl-2\.5 {
        padding-left: 0.625rem;
    }

    .\32xl\:pl-4 {
        padding-left: 1rem;
    }

    .\32xl\:pl-6 {
        padding-left: 1.5rem;
    }

    .\32xl\:pt-0 {
        padding-top: 0px;
    }

    .\32xl\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .\32xl\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .\32xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .\32xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .\32xl\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .\32xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .\32xl\:leading-5 {
        line-height: 1.25rem;
    }

    .\32xl\:text-success {
        --tw-text-opacity: 1;
        color: rgb(var(--color-success) / var(--tw-text-opacity));
    }
}

.\[\&_\.leaflet-tile-pane\]\:brightness-90 .leaflet-tile-pane {
    --tw-brightness: brightness(.9);
    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);
}

.\[\&_\.leaflet-tile-pane\]\:grayscale .leaflet-tile-pane {
    --tw-grayscale: grayscale(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);
}

.\[\&_\.leaflet-tile-pane\]\:hue-rotate-15 .leaflet-tile-pane {
    --tw-hue-rotate: hue-rotate(15deg);
    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);
}

.\[\&_\.leaflet-tile-pane\]\:invert .leaflet-tile-pane {
    --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);
}

.\[\&_\.leaflet-tile-pane\]\:saturate-\[\.3\] .leaflet-tile-pane {
    --tw-saturate: saturate(.3);
    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);
}

input[type=range] {
    pointer-events: none;
}

    input[type=range]::-webkit-slider-thumb {
        pointer-events: auto;
    }

.before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
}

.before\:inset-0::before {
    content: var(--tw-content);
    inset: 0px;
}

.before\:z-\[-1\]::before {
    content: var(--tw-content);
    z-index: -1;
}

.before\:block::before {
    content: var(--tw-content);
    display: block;
}

.before\:rounded-md::before {
    content: var(--tw-content);
    border-radius: 0.375rem;
}

.before\:bg-black::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.first\:mt-0:first-child {
    margin-top: 0px;
}

.first\:pt-0:first-child {
    padding-top: 0px;
}

.last\:mb-0:last-child {
    margin-bottom: 0px;
}

.hover\:bg-white\/5:hover {
    background-color: rgb(255 255 255 / 0.05);
}

.peer:checked ~ .peer-checked\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.peer:checked ~ .peer-checked\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.peer:checked ~ .peer-checked\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.peer:checked ~ .peer-checked\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
}

.peer:checked ~ .peer-checked\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity));
}

.peer:checked ~ .peer-checked\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity));
}

.peer:checked ~ .peer-checked\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity));
}

.peer:checked ~ .peer-checked\:ring-slate-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--color-slate-300) / var(--tw-ring-opacity));
}

.peer:checked ~ .peer-checked\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity));
}

.peer:checked ~ .peer-checked\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
}

@media (min-width: 640px) {
    .sm\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .sm\:ml-auto {
        margin-left: auto;
    }

    .sm\:mr-6 {
        margin-right: 1.5rem;
    }

    .sm\:mr-auto {
        margin-right: auto;
    }

    .sm\:mt-0 {
        margin-top: 0px;
    }

    .sm\:mt-2 {
        margin-top: 0.5rem;
    }

    .sm\:block {
        display: block;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:grid {
        display: grid;
    }

    .sm\:hidden {
        display: none;
    }

    .sm\:w-auto {
        width: auto;
    }

    .sm\:flex-row {
        flex-direction: row;
    }

    .sm\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 768px) {
    .md\:fixed {
        position: fixed;
    }

    .md\:inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .md\:top-0 {
        top: 0px;
    }

    .md\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .md\:-mx-0 {
        margin-left: -0px;
        margin-right: -0px;
    }

    .md\:\!mr-10 {
        margin-right: 2.5rem !important;
    }

    .md\:mt-0 {
        margin-top: 0px;
    }

    .md\:block {
        display: block;
    }

    .md\:flex {
        display: flex;
    }

    .md\:h-\[65px\] {
        height: 65px;
    }

    .md\:w-52 {
        width: 13rem;
    }

    .md\:w-64 {
        width: 16rem;
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:border-b-0 {
        border-bottom-width: 0px;
    }

    .md\:bg-gradient-to-b {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }

    .md\:from-slate-100 {
        --tw-gradient-from: rgb(var(--color-slate-100)) var(--tw-gradient-from-position);
        --tw-gradient-to: rgb(var(--color-slate-100) / 0) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }

    .md\:to-transparent {
        --tw-gradient-to: transparent var(--tw-gradient-to-position);
    }

    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .md\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .md\:pt-10 {
        padding-top: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .lg\:\!mr-10 {
        margin-right: 2.5rem !important;
    }

    .lg\:mt-0 {
        margin-top: 0px;
    }

    .lg\:w-64 {
        width: 16rem;
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:overflow-visible {
        overflow: visible;
    }
}

@media (min-width: 1280px) {
    .xl\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .xl\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .xl\:col-start-1 {
        grid-column-start: 1;
    }

    .xl\:row-start-2 {
        grid-row-start: 2;
    }

    .xl\:\!mr-10 {
        margin-right: 2.5rem !important;
    }

    .xl\:ml-20 {
        margin-left: 5rem;
    }

    .xl\:ml-24 {
        margin-left: 6rem;
    }

    .xl\:ml-5 {
        margin-left: 1.25rem;
    }

    .xl\:ml-64 {
        margin-left: 16rem;
    }

    .xl\:ml-auto {
        margin-left: auto;
    }

    .xl\:mt-0 {
        margin-top: 0px;
    }

    .xl\:w-24 {
        width: 6rem;
    }

    .xl\:w-64 {
        width: 16rem;
    }

    .xl\:w-\[180px\] {
        width: 180px;
    }

    .xl\:flex-row {
        flex-direction: row;
    }

    .xl\:border-l {
        border-left-width: 1px;
    }

    .xl\:pl-10 {
        padding-left: 2.5rem;
    }

    .xl\:pl-5 {
        padding-left: 1.25rem;
    }

    .xl\:pr-10 {
        padding-right: 2.5rem;
    }

    .xl\:pr-20 {
        padding-right: 5rem;
    }
}

@media (min-width: 1536px) {
    .\32xl\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .\32xl\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .\32xl\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .\32xl\:col-start-auto {
        grid-column-start: auto;
    }

    .\32xl\:row-start-auto {
        grid-row-start: auto;
    }
}

:is(:where(.dark) .dark\:border) {
    border-width: 1px;
}

:is(:where(.dark) .dark\:border-darkmode-400) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-darkmode-400) / var(--tw-border-opacity));
}

:is(:where(.dark) .dark\:bg-darkmode-300) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-300) / var(--tw-bg-opacity));
}

:is(:where(.dark) .dark\:bg-pending\/30) {
    background-color: rgb(var(--color-pending) / 0.3);
}

:is(:where(.dark) .dark\:bg-primary\/20) {
    background-color: rgb(var(--color-primary) / 0.2);
}

:is(:where(.dark) .dark\:bg-primary\/50) {
    background-color: rgb(var(--color-primary) / 0.5);
}

:is(:where(.dark) .dark\:bg-success\/10) {
    background-color: rgb(var(--color-success) / 0.1);
}

:is(:where(.dark) .dark\:bg-success\/30) {
    background-color: rgb(var(--color-success) / 0.3);
}

:is(:where(.dark) .dark\:bg-transparent) {
    background-color: transparent;
}

:is(:where(.dark) .dark\:text-slate-300) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}

:is(:where(.dark) .dark\:text-slate-400) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-400) / var(--tw-text-opacity));
}

:is(:where(.dark) .dark\:text-slate-500) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-500) / var(--tw-text-opacity));
}

:is(:where(.dark) .dark\:ring-black) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

:is(:where(.dark) .dark\:ring-blue-500) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

:is(:where(.dark) .dark\:ring-green-500) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity));
}

:is(:where(.dark) .dark\:ring-purple-500) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity));
}

:is(:where(.dark) .dark\:ring-red-500) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

:is(:where(.dark) .dark\:ring-yellow-500) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity));
}

@media (min-width: 768px) {
    :is(:where(.dark) .dark\:md\:from-darkmode-700) {
        --tw-gradient-from: rgb(var(--color-darkmode-700)) var(--tw-gradient-from-position);
        --tw-gradient-to: rgb(var(--color-darkmode-700) / 0) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }
}
