button[role=combobox][data-placeholder][data-v-cf233fe1] {
    color: hsl(var(--muted-foreground))
}

.vben-spine-text {
    background: radial-gradient(circle at center, #fffc, #f000) -200% 50% /200% 100% no-repeat, #000
}

.dark .vben-spine-text {
    background: radial-gradient(circle at center, rgba(24, 24, 26, .8), transparent) -200% 50% /200% 100% no-repeat, #f4f4f4
}

@keyframes shine {
    0% {
        background-position: 200% 0
    }

    to {
        background-position: -200% 0
    }
}

._success_fwxn1_2 {
    -webkit-text-fill-color: #fafafa
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    background-color: #333;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    outline: 0;
    position: relative;
    transition-property: transform, visibility, opacity;
    white-space: normal
}

.tippy-box[data-placement^=top]>.tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
    border-top-color: initial;
    border-width: 8px 8px 0;
    bottom: -7px;
    left: 0;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
    border-bottom-color: initial;
    border-width: 0 8px 8px;
    left: 0;
    top: -7px;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
    border-left-color: initial;
    border-width: 8px 0 8px 8px;
    right: -7px;
    transform-origin: center left
}

.tippy-box[data-placement^=right]>.tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
    border-right-color: initial;
    border-width: 8px 8px 8px 0;
    left: -7px;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-arrow {
    color: #333;
    height: 16px;
    width: 16px
}

.tippy-arrow:before {
    border-color: #0000;
    border-style: solid;
    content: "";
    position: absolute
}

.tippy-content {
    padding: 5px 9px;
    position: relative;
    z-index: 1
}

.tippy-box[data-placement^=top]>.tippy-backdrop {
    border-radius: 40% 40% 0 0;
    transform-origin: 0 25%
}

.tippy-box[data-placement^=top]>.tippy-backdrop[data-state=visible] {
    transform: scale(1) translate(-50%, -55%)
}

.tippy-box[data-placement^=top]>.tippy-backdrop[data-state=hidden] {
    transform: scale(.2) translate(-50%, -45%)
}

.tippy-box[data-placement^=bottom]>.tippy-backdrop {
    border-radius: 0 0 30% 30%;
    transform-origin: 0 -50%
}

.tippy-box[data-placement^=bottom]>.tippy-backdrop[data-state=visible] {
    transform: scale(1) translate(-50%, -45%)
}

.tippy-box[data-placement^=bottom]>.tippy-backdrop[data-state=hidden] {
    transform: scale(.2) translate(-50%)
}

.tippy-box[data-placement^=left]>.tippy-backdrop {
    border-radius: 50% 0 0 50%;
    transform-origin: 50% 0
}

.tippy-box[data-placement^=left]>.tippy-backdrop[data-state=visible] {
    transform: scale(1) translate(-50%, -50%)
}

.tippy-box[data-placement^=left]>.tippy-backdrop[data-state=hidden] {
    transform: scale(.2) translate(-75%, -50%)
}

.tippy-box[data-placement^=right]>.tippy-backdrop {
    border-radius: 0 50% 50% 0;
    transform-origin: -50% 0
}

.tippy-box[data-placement^=right]>.tippy-backdrop[data-state=visible] {
    transform: scale(1) translate(-50%, -50%)
}

.tippy-box[data-placement^=right]>.tippy-backdrop[data-state=hidden] {
    transform: scale(.2) translate(-25%, -50%)
}

.tippy-box[data-animatefill] {
    background-color: initial !important
}

.tippy-backdrop {
    backface-visibility: hidden;
    background-color: #333;
    border-radius: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: all cubic-bezier(.46, .1, .52, .98);
    width: calc(110% + 32px);
    z-index: -1
}

.tippy-backdrop[data-state=hidden] {
    opacity: 0
}

.tippy-backdrop:after {
    content: "";
    float: left;
    padding-top: 100%
}

.tippy-backdrop+.tippy-content {
    transition-property: opacity;
    will-change: opacity
}

.tippy-backdrop+.tippy-content[data-state=hidden] {
    opacity: 0
}

.tippy-box[data-theme~=light] {
    background-color: #fff;
    box-shadow: 0 0 20px 4px #9aa1b126, 0 4px 80px -8px #24282f40, 0 4px 4px -2px #5b5e6926;
    color: #26323d
}

.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-animation=scale][data-placement^=top] {
    transform-origin: bottom
}

.tippy-box[data-animation=scale][data-placement^=bottom] {
    transform-origin: top
}

.tippy-box[data-animation=scale][data-placement^=left] {
    transform-origin: right
}

.tippy-box[data-animation=scale][data-placement^=right] {
    transform-origin: left
}

.tippy-box[data-animation=scale][data-state=hidden] {
    opacity: 0;
    transform: scale(.5)
}

.tippy-box[data-animation=shift-toward][data-state=hidden] {
    opacity: 0
}

.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=top] {
    transform: translateY(-10px)
}

.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=bottom] {
    transform: translateY(10px)
}

.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=left] {
    transform: translate(-10px)
}

.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=right] {
    transform: translate(10px)
}

.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: translate(10px)
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right] {
    transform: translate(-10px)
}

.tippy-box[data-animation=perspective][data-placement^=top] {
    transform-origin: bottom
}

.tippy-box[data-animation=perspective][data-placement^=top][data-state=visible] {
    transform: perspective(700px)
}

.tippy-box[data-animation=perspective][data-placement^=top][data-state=hidden] {
    transform: perspective(700px) translateY(8px) rotateX(60deg)
}

.tippy-box[data-animation=perspective][data-placement^=bottom] {
    transform-origin: top
}

.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=visible] {
    transform: perspective(700px)
}

.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=hidden] {
    transform: perspective(700px) translateY(-8px) rotateX(-60deg)
}

.tippy-box[data-animation=perspective][data-placement^=left] {
    transform-origin: right
}

.tippy-box[data-animation=perspective][data-placement^=left][data-state=visible] {
    transform: perspective(700px)
}

.tippy-box[data-animation=perspective][data-placement^=left][data-state=hidden] {
    transform: perspective(700px) translate(8px) rotateY(-60deg)
}

.tippy-box[data-animation=perspective][data-placement^=right] {
    transform-origin: left
}

.tippy-box[data-animation=perspective][data-placement^=right][data-state=visible] {
    transform: perspective(700px)
}

.tippy-box[data-animation=perspective][data-placement^=right][data-state=hidden] {
    transform: perspective(700px) translate(-8px) rotateY(60deg)
}

.tippy-box[data-animation=perspective][data-state=hidden] {
    opacity: 0
}

:root {
    --popup-z-index: 2000;
    --font-family: -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";
    --background: 0 0% 100%;
    --background-deep: 216 20.11% 95.47%;
    --foreground: 210 6% 21%;
    --card: 0 0% 100%;
    --card-foreground: 222.2 84% 4.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 222.2 84% 4.9%;
    --muted: 240 4.8% 95.9%;
    --muted-foreground: 240 3.8% 46.1%;
    --primary: 212 100% 45%;
    --primary-foreground: 0 0% 98%;
    --destructive: 359.33 100% 65.1%;
    --destructive-foreground: 0 0% 98%;
    --info: 240, 5%, 96%;
    --info-foreground: 220, 4%, 58%;
    --success: 144 57% 58%;
    --success-foreground: 0 0% 98%;
    --warning: 42 84% 61%;
    --warning-foreground: 0 0% 98%;
    --secondary: 240 5% 96%;
    --secondary-foreground: 240 6% 10%;
    --accent: 240 5% 96%;
    --accent-dark: 216 14% 93%;
    --accent-darker: 216 11% 91%;
    --accent-lighter: 240 0% 98%;
    --accent-hover: 200deg 10% 90%;
    --accent-foreground: 240 6% 10%;
    --heavy: 192deg 9.43% 89.61%;
    --heavy-foreground: var(--accent-foreground);
    --border: 240 5.9% 90%;
    --input: 240deg 5.88% 90%;
    --input-placeholder: 217 10.6% 65%;
    --input-background: 0 0% 100%;
    --ring: 222.2 84% 4.9%;
    --radius: .5rem;
    --overlay: 0 0% 0%/45%;
    --overlay-content: 0 0% 95%/45%;
    --font-size-base: 16px;
    --sidebar: 0 0% 100%;
    --sidebar-deep: 0 0% 100%;
    --menu: var(--sidebar);
    --header: 0 0% 100%;
    accent-color: 212 100% 45%;
    accent-color: var(--primary);
    --csstools-color-scheme--light: initial;
    color-scheme: light
}

[data-theme=violet] {
    --foreground: 224 71.4% 4.1%;
    --card: 0 0% 100%;
    --card-foreground: 224 71.4% 4.1%;
    --popover: 0 0% 100%;
    --popover-foreground: 224 71.4% 4.1%;
    --primary-foreground: 210 20% 98%;
    --secondary: 220 14.3% 95.9%;
    --secondary-foreground: 220.9 39.3% 11%;
    --muted: 220 14.3% 95.9%;
    --muted-foreground: 220 8.9% 46.1%;
    --accent: 220 14.3% 95.9%;
    --accent-foreground: 220.9 39.3% 11%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 210 20% 98%;
    --border: 220 13% 91%;
    --input: 220 13% 91%;
    --ring: 262.1 83.3% 57.8%
}

[data-theme=pink],
[data-theme=rose] {
    --foreground: 240 10% 3.9%;
    --card: 0 0% 100%;
    --card-foreground: 240 10% 3.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 240 10% 3.9%;
    --primary-foreground: 355.7 100% 97.3%;
    --secondary: 240 4.8% 95.9%;
    --secondary-foreground: 240 5.9% 10%;
    --muted: 240 4.8% 95.9%;
    --muted-foreground: 240 3.8% 46.1%;
    --accent: 240 4.8% 95.9%;
    --accent-foreground: 240 5.9% 10%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 0 0% 98%;
    --border: 240 5.9% 90%;
    --input: 240 5.9% 90%;
    --ring: 346.8 77.2% 49.8%
}

[data-theme=deep-blue],
[data-theme=sky-blue] {
    --foreground: 222.2 84% 4.9%;
    --card: 0 0% 100%;
    --card-foreground: 222.2 84% 4.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 222.2 84% 4.9%;
    --primary-foreground: 210 40% 98%;
    --secondary: 210 40% 96.1%;
    --secondary-foreground: 222.2 47.4% 11.2%;
    --muted: 210 40% 96.1%;
    --muted-foreground: 215.4 16.3% 46.9%;
    --accent: 210 40% 96.1%;
    --accent-foreground: 222.2 47.4% 11.2%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 210 40% 98%;
    --border: 214.3 31.8% 91.4%;
    --input: 214.3 31.8% 91.4%;
    --ring: 221.2 83.2% 53.3%
}

[data-theme=deep-green],
[data-theme=green] {
    --foreground: 240 10% 3.9%;
    --card: 0 0% 100%;
    --card-foreground: 240 10% 3.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 240 10% 3.9%;
    --primary-foreground: 355.7 100% 97.3%;
    --secondary: 240 4.8% 95.9%;
    --secondary-foreground: 240 5.9% 10%;
    --muted: 240 4.8% 95.9%;
    --muted-foreground: 240 3.8% 46.1%;
    --accent: 240 4.8% 95.9%;
    --accent-foreground: 240 5.9% 10%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 0 0% 98%;
    --border: 240 5.9% 90%;
    --input: 240 5.9% 90%;
    --ring: 142.1 76.2% 36.3%
}

[data-theme=orange] {
    --foreground: 20 14.3% 4.1%;
    --card: 0 0% 100%;
    --card-foreground: 20 14.3% 4.1%;
    --popover: 0 0% 100%;
    --popover-foreground: 20 14.3% 4.1%;
    --primary-foreground: 60 9.1% 97.8%;
    --secondary: 60 4.8% 95.9%;
    --secondary-foreground: 24 9.8% 10%;
    --muted: 60 4.8% 95.9%;
    --muted-foreground: 25 5.3% 44.7%;
    --accent: 60 4.8% 95.9%;
    --accent-foreground: 24 9.8% 10%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 60 9.1% 97.8%;
    --border: 20 5.9% 90%;
    --input: 20 5.9% 90%;
    --ring: 24.6 95% 53.1%
}

[data-theme=yellow] {
    --foreground: 20 14.3% 4.1%;
    --card: 0 0% 100%;
    --card-foreground: 20 14.3% 4.1%;
    --popover: 0 0% 100%;
    --popover-foreground: 20 14.3% 4.1%;
    --primary-foreground: 26 83.3% 14.1%;
    --secondary: 60 4.8% 95.9%;
    --secondary-foreground: 24 9.8% 10%;
    --muted: 60 4.8% 95.9%;
    --muted-foreground: 25 5.3% 44.7%;
    --accent: 60 4.8% 95.9%;
    --accent-foreground: 24 9.8% 10%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 60 9.1% 97.8%;
    --border: 20 5.9% 90%;
    --input: 20 5.9% 90%;
    --ring: 20 14.3% 4.1%
}

[data-theme=zinc] {
    --foreground: 240 10% 3.9%;
    --card: 0 0% 100%;
    --card-foreground: 240 10% 3.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 240 10% 3.9%;
    --primary-foreground: 0 0% 98%;
    --secondary: 240 4.8% 95.9%;
    --secondary-foreground: 240 5.9% 10%;
    --muted: 240 4.8% 95.9%;
    --muted-foreground: 240 3.8% 46.1%;
    --accent: 240 4.8% 95.9%;
    --accent-foreground: 240 5.9% 10%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 0 0% 98%;
    --border: 240 5.9% 90%;
    --input: 240 5.9% 90%;
    --ring: 240 5.9% 10%
}

[data-theme=neutral] {
    --foreground: 0 0% 3.9%;
    --card: 0 0% 100%;
    --card-foreground: 0 0% 3.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 0 0% 3.9%;
    --primary-foreground: 0 0% 98%;
    --secondary: 0 0% 96.1%;
    --secondary-foreground: 0 0% 9%;
    --muted: 0 0% 96.1%;
    --muted-foreground: 0 0% 45.1%;
    --accent: 0 0% 96.1%;
    --accent-foreground: 0 0% 9%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 0 0% 98%;
    --border: 0 0% 89.8%;
    --input: 0 0% 89.8%;
    --ring: 0 0% 3.9%
}

[data-theme=slate] {
    --foreground: 222.2 84% 4.9%;
    --card: 0 0% 100%;
    --card-foreground: 222.2 84% 4.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 222.2 84% 4.9%;
    --primary-foreground: 210 40% 98%;
    --secondary: 210 40% 96.1%;
    --secondary-foreground: 222.2 47.4% 11.2%;
    --muted: 210 40% 96.1%;
    --muted-foreground: 215.4 16.3% 46.9%;
    --accent: 210 40% 96.1%;
    --accent-foreground: 222.2 47.4% 11.2%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 210 40% 98%;
    --border: 214.3 31.8% 91.4%;
    --input: 214.3 31.8% 91.4%;
    --ring: 222.2 84% 4.9%
}

[data-theme=gray] {
    --foreground: 224 71.4% 4.1%;
    --card: 0 0% 100%;
    --card-foreground: 224 71.4% 4.1%;
    --popover: 0 0% 100%;
    --popover-foreground: 224 71.4% 4.1%;
    --primary-foreground: 210 20% 98%;
    --secondary: 220 14.3% 95.9%;
    --secondary-foreground: 220.9 39.3% 11%;
    --muted: 220 14.3% 95.9%;
    --muted-foreground: 220 8.9% 46.1%;
    --accent: 220 14.3% 95.9%;
    --accent-foreground: 220.9 39.3% 11%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 210 20% 98%;
    --border: 220 13% 91%;
    --input: 220 13% 91%;
    --ring: 224 71.4% 4.1%
}

.dark,
.dark[data-theme=custom],
.dark[data-theme=default] {
    --background: 222.34deg 10.43% 12.27%;
    --background-deep: 220deg 13.06% 9%;
    --foreground: 0 0% 95%;
    --card: 222.34deg 10.43% 12.27%;
    --card-foreground: 210 40% 98%;
    --popover: 0 0 14.2%;
    --popover-foreground: 210 40% 98%;
    --muted: 240 3.7% 15.9%;
    --muted-foreground: 240 5% 64.9%;
    --primary-foreground: 0 0% 98%;
    --destructive: 359.21 68.47% 56.47%;
    --destructive-foreground: 0 0% 98%;
    --info: 180, 1.54%, 12.75%;
    --info-foreground: 220, 4%, 58%;
    --success: 144 57% 58%;
    --success-foreground: 0 0% 98%;
    --warning: 42 84% 61%;
    --warning-foreground: 0 0% 98%;
    --secondary: 240 5% 17%;
    --secondary-foreground: 0 0% 98%;
    --accent: 216 5% 19%;
    --accent-dark: 240 0% 22%;
    --accent-darker: 240 0% 26%;
    --accent-lighter: 216 5% 12%;
    --accent-hover: 216 5% 24%;
    --accent-foreground: 0 0% 98%;
    --heavy: 216 5% 24%;
    --heavy-foreground: var(--accent-foreground);
    --border: 240 3.7% 22%;
    --input: 0deg 0% 100%/10%;
    --input-placeholder: 218deg 11% 65%;
    --input-background: 0deg 0% 100%/5%;
    --ring: 222.2 84% 4.9%;
    --radius: .5rem;
    --overlay: 0deg 0% 0%/40%;
    --overlay-content: 0deg 0% 0%/40%;
    --font-size-base: 16px;
    --sidebar: 222.34deg 10.43% 12.27%;
    --sidebar-deep: 220deg 13.06% 9%;
    --menu: var(--sidebar);
    --header: 222.34deg 10.43% 12.27%;
    --csstools-color-scheme--light: ;
    color-scheme: dark
}

.dark[data-theme=violet],
[data-theme=violet] .dark {
    --background: 224 71.4% 4.1%;
    --background-deep: var(--background);
    --foreground: 210 20% 98%;
    --card: 224 71.4% 4.1%;
    --card-foreground: 210 20% 98%;
    --popover: 224 71.4% 4.1%;
    --popover-foreground: 210 20% 98%;
    --primary-foreground: 210 20% 98%;
    --secondary: 215 27.9% 16.9%;
    --secondary-foreground: 210 20% 98%;
    --muted: 215 27.9% 16.9%;
    --muted-foreground: 217.9 10.6% 64.9%;
    --accent: 215 27.9% 16.9%;
    --accent-foreground: 210 20% 98%;
    --destructive: 359.21 68.47% 56.47%;
    --destructive-foreground: 210 20% 98%;
    --border: 215 27.9% 16.9%;
    --input: 215 27.9% 16.9%;
    --ring: 263.4 70% 50.4%;
    --sidebar: 224 71.4% 4.1%;
    --sidebar-deep: 224 71.4% 4.1%;
    --header: 224 71.4% 4.1%
}

.dark[data-theme=pink],
[data-theme=pink] .dark {
    --background: 20 14.3% 4.1%;
    --background-deep: var(--background);
    --foreground: 0 0% 95%;
    --card: 0 0% 9%;
    --card-foreground: 0 0% 95%;
    --popover: 0 0% 9%;
    --popover-foreground: 0 0% 95%;
    --primary-foreground: 355.7 100% 97.3%;
    --secondary: 240 3.7% 15.9%;
    --secondary-foreground: 0 0% 98%;
    --muted: 0 0% 15%;
    --muted-foreground: 240 5% 64.9%;
    --accent: 12 6.5% 15.1%;
    --accent-foreground: 0 0% 98%;
    --destructive: 359.21 68.47% 56.47%;
    --destructive-foreground: 0 85.7% 97.3%;
    --border: 240 3.7% 15.9%;
    --input: 240 3.7% 15.9%;
    --ring: 346.8 77.2% 49.8%;
    --sidebar: 20 14.3% 4.1%;
    --sidebar-deep: 20 14.3% 4.1%;
    --header: 20 14.3% 4.1%
}

.dark[data-theme=rose],
[data-theme=rose] .dark {
    --background: 0 0% 3.9%;
    --background-deep: var(--background);
    --foreground: 0 0% 98%;
    --card: 0 0% 3.9%;
    --card-foreground: 0 0% 98%;
    --popover: 0 0% 3.9%;
    --popover-foreground: 0 0% 98%;
    --primary-foreground: 0 85.7% 97.3%;
    --secondary: 0 0% 14.9%;
    --secondary-foreground: 0 0% 98%;
    --muted: 0 0% 14.9%;
    --muted-foreground: 0 0% 63.9%;
    --accent: 0 0% 14.9%;
    --accent-foreground: 0 0% 98%;
    --destructive: 359.21 68.47% 56.47%;
    --destructive-foreground: 0 0% 98%;
    --border: 0 0% 14.9%;
    --input: 0 0% 14.9%;
    --ring: 0 72.2% 50.6%;
    --sidebar: 0 0% 3.9%;
    --sidebar-deep: 0 0% 3.9%;
    --header: 0 0% 3.9%
}

.dark[data-theme=deep-blue],
.dark[data-theme=sky-blue],
[data-theme=deep-blue] .dark,
[data-theme=sky-blue] .dark {
    --background: 222.2 84% 4.9%;
    --background-deep: var(--background);
    --foreground: 210 40% 98%;
    --card: 222.2 84% 4.9%;
    --card-foreground: 210 40% 98%;
    --popover: 222.2 84% 4.9%;
    --popover-foreground: 210 40% 98%;
    --primary-foreground: 210 20% 98%;
    --secondary: 217.2 32.6% 17.5%;
    --secondary-foreground: 210 40% 98%;
    --muted: 217.2 32.6% 17.5%;
    --muted-foreground: 215 20.2% 65.1%;
    --accent: 217.2 32.6% 17.5%;
    --accent-foreground: 210 40% 98%;
    --destructive: 359.21 68.47% 56.47%;
    --destructive-foreground: 210 40% 98%;
    --border: 217.2 32.6% 17.5%;
    --input: 217.2 32.6% 17.5%;
    --ring: 224.3 76.3% 48%;
    --sidebar: 222.2 84% 4.9%;
    --sidebar-deep: 222.2 84% 4.9%;
    --header: 222.2 84% 4.9%
}

.dark[data-theme=deep-green],
.dark[data-theme=green],
[data-theme=deep-green] .dark,
[data-theme=green] .dark {
    --background: 20 14.3% 4.1%;
    --background-deep: var(--background);
    --foreground: 0 0% 95%;
    --card: 24 9.8% 6%;
    --card-foreground: 0 0% 95%;
    --popover: 0 0% 9%;
    --popover-foreground: 0 0% 95%;
    --primary-foreground: 210 20% 98%;
    --secondary: 240 3.7% 15.9%;
    --secondary-foreground: 0 0% 98%;
    --muted: 0 0% 15%;
    --muted-foreground: 240 5% 64.9%;
    --accent: 12 6.5% 15.1%;
    --accent-foreground: 0 0% 98%;
    --destructive: 359.21 68.47% 56.47%;
    --destructive-foreground: 0 85.7% 97.3%;
    --border: 240 3.7% 15.9%;
    --input: 240 3.7% 15.9%;
    --ring: 142.4 71.8% 29.2%;
    --sidebar: 20 14.3% 4.1%;
    --sidebar-deep: 20 14.3% 4.1%;
    --header: 20 14.3% 4.1%
}

.dark[data-theme=orange],
[data-theme=orange] .dark {
    --background: 20 14.3% 4.1%;
    --background-deep: var(--background);
    --foreground: 60 9.1% 97.8%;
    --card: 20 14.3% 4.1%;
    --card-foreground: 60 9.1% 97.8%;
    --popover: 20 14.3% 4.1%;
    --popover-foreground: 60 9.1% 97.8%;
    --primary-foreground: 60 9.1% 97.8%;
    --secondary: 12 6.5% 15.1%;
    --secondary-foreground: 60 9.1% 97.8%;
    --muted: 12 6.5% 15.1%;
    --muted-foreground: 24 5.4% 63.9%;
    --accent: 12 6.5% 15.1%;
    --accent-foreground: 60 9.1% 97.8%;
    --destructive: 0 72.2% 50.6%;
    --destructive-foreground: 60 9.1% 97.8%;
    --border: 12 6.5% 15.1%;
    --input: 12 6.5% 15.1%;
    --ring: 20.5 90.2% 48.2%;
    --sidebar: 20 14.3% 4.1%;
    --sidebar-deep: 20 14.3% 4.1%;
    --header: 20 14.3% 4.1%
}

.dark[data-theme=yellow],
[data-theme=yellow] .dark {
    --background: 20 14.3% 4.1%;
    --background-deep: var(--background);
    --foreground: 60 9.1% 97.8%;
    --card: 20 14.3% 4.1%;
    --card-foreground: 60 9.1% 97.8%;
    --popover: 20 14.3% 4.1%;
    --popover-foreground: 60 9.1% 97.8%;
    --primary-foreground: 26 83.3% 14.1%;
    --secondary: 12 6.5% 15.1%;
    --secondary-foreground: 60 9.1% 97.8%;
    --muted: 12 6.5% 15.1%;
    --muted-foreground: 24 5.4% 63.9%;
    --accent: 12 6.5% 15.1%;
    --accent-foreground: 60 9.1% 97.8%;
    --destructive: 359.21 68.47% 56.47%;
    --destructive-foreground: 60 9.1% 97.8%;
    --border: 12 6.5% 15.1%;
    --input: 12 6.5% 15.1%;
    --ring: 35.5 91.7% 32.9%;
    --sidebar: 20 14.3% 4.1%;
    --sidebar-deep: 20 14.3% 4.1%;
    --header: 20 14.3% 4.1%
}

.dark[data-theme=zinc],
[data-theme=zinc] .dark {
    --background: 240 10% 3.9%;
    --background-deep: var(--background);
    --foreground: 0 0% 98%;
    --card: 240 10% 3.9%;
    --card-foreground: 0 0% 98%;
    --popover: 240 10% 3.9%;
    --popover-foreground: 0 0% 98%;
    --primary-foreground: 240 5.9% 10%;
    --secondary: 240 3.7% 15.9%;
    --secondary-foreground: 0 0% 98%;
    --muted: 240 3.7% 15.9%;
    --muted-foreground: 240 5% 64.9%;
    --accent: 240 3.7% 15.9%;
    --accent-foreground: 0 0% 98%;
    --destructive: 359.21 68.47% 56.47%;
    --destructive-foreground: 0 0% 98%;
    --border: 240 3.7% 15.9%;
    --input: 240 3.7% 15.9%;
    --ring: 240 4.9% 83.9%;
    --sidebar: 240 10% 3.9%;
    --sidebar-deep: 240 10% 3.9%;
    --header: 240 10% 3.9%
}

.dark[data-theme=neutral],
[data-theme=neutral] .dark {
    --background: 0 0% 3.9%;
    --background-deep: var(--background);
    --foreground: 0 0% 98%;
    --card: 0 0% 3.9%;
    --card-foreground: 0 0% 98%;
    --popover: 0 0% 3.9%;
    --popover-foreground: 0 0% 98%;
    --primary-foreground: 0 0% 9%;
    --secondary: 0 0% 14.9%;
    --secondary-foreground: 0 0% 98%;
    --muted: 0 0% 14.9%;
    --muted-foreground: 0 0% 63.9%;
    --accent: 0 0% 14.9%;
    --accent-foreground: 0 0% 98%;
    --destructive: 359.21 68.47% 56.47%;
    --destructive-foreground: 0 0% 98%;
    --border: 0 0% 14.9%;
    --input: 0 0% 14.9%;
    --ring: 0 0% 83.1%;
    --sidebar: 0 0% 3.9%;
    --sidebar-deep: 0 0% 3.9%;
    --header: 0 0% 3.9%
}

.dark[data-theme=slate],
[data-theme=slate] .dark {
    --background: 222.2 84% 4.9%;
    --background-deep: var(--background);
    --foreground: 210 40% 98%;
    --card: 222.2 84% 4.9%;
    --card-foreground: 210 40% 98%;
    --popover: 222.2 84% 4.9%;
    --popover-foreground: 210 40% 98%;
    --primary-foreground: 222.2 47.4% 11.2%;
    --secondary: 217.2 32.6% 17.5%;
    --secondary-foreground: 210 40% 98%;
    --muted: 217.2 32.6% 17.5%;
    --muted-foreground: 215 20.2% 65.1%;
    --accent: 217.2 32.6% 17.5%;
    --accent-foreground: 210 40% 98%;
    --destructive: 359.21 68.47% 56.47%;
    --destructive-foreground: 210 40% 98%;
    --border: 217.2 32.6% 17.5%;
    --input: 217.2 32.6% 17.5%;
    --ring: 212.7 26.8% 83.9;
    --sidebar: 222.2 84% 4.9%;
    --sidebar-deep: 222.2 84% 4.9%;
    --header: 222.2 84% 4.9%
}

.dark[data-theme=gray],
[data-theme=gray] .dark {
    --background: 224 71.4% 4.1%;
    --background-deep: var(--background);
    --foreground: 210 20% 98%;
    --card: 224 71.4% 4.1%;
    --card-foreground: 210 20% 98%;
    --popover: 224 71.4% 4.1%;
    --popover-foreground: 210 20% 98%;
    --primary-foreground: 220.9 39.3% 11%;
    --secondary: 215 27.9% 16.9%;
    --secondary-foreground: 210 20% 98%;
    --muted: 215 27.9% 16.9%;
    --muted-foreground: 217.9 10.6% 64.9%;
    --accent: 215 27.9% 16.9%;
    --accent-foreground: 210 20% 98%;
    --destructive: 359.21 68.47% 56.47%;
    --destructive-foreground: 210 20% 98%;
    --border: 215 27.9% 16.9%;
    --input: 215 27.9% 16.9%;
    --ring: 216 12.2% 83.9%;
    --sidebar: 224 71.4% 4.1%;
    --sidebar-deep: 224 71.4% 4.1%;
    --header: 224 71.4% 4.1%
}

*,
:after,
:before {
    --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: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
    --tw-shadow: 0 0 transparent;
    --tw-shadow-colored: 0 0 transparent;
    --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: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

::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: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
    --tw-shadow: 0 0 transparent;
    --tw-shadow-colored: 0 0 transparent;
    --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: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

*,
:after,
:before {
    border: 0 solid #e5e7eb
}

:after,
:before {
    --tw-content: ""
}

:host,
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: -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;
    font-family: var(--font-family);
    font-feature-settings: normal;
    font-variation-settings: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent
}

body {
    line-height: inherit;
    margin: 0
}

hr {
    border-top-width: 1px;
    color: inherit;
    height: 0
}

abbr:where([title]) {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-feature-settings: normal;
    font-size: 1em;
    font-variation-settings: normal
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-feature-settings: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #9ca3af;
    opacity: 1
}

input::placeholder,
textarea::placeholder {
    color: #9ca3af;
    opacity: 1
}

[role=button],
button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    height: auto;
    max-width: 100%
}

[hidden]:where(:not([hidden=until-found])) {
    display: none
}

*,
:after,
:before {
    border-color: #e4e4e7;
    border-color: hsl(var(--border));
    border-style: solid;
    border-width: 0;
    box-sizing: border-box
}

html {
    background-color: #fff;
    background-color: hsl(var(--background));
    color: #323639;
    color: hsl(var(--foreground));
    font-family: -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;
    font-family: var(--font-family);
    font-size: 100%;
    font-variation-settings: normal;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-synthesis-weight: none;
    scroll-behavior: smooth;
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: transparent
}

#app,
body,
html {
    height: 100%;
    width: 100%
}

body {
    min-height: 100vh
}

a,
a:active,
a:hover,
a:link,
a:visited {
    text-decoration-line: none
}

::view-transition-new(root),
::view-transition-old(root) {
    animation: none;
    mix-blend-mode: normal
}

::view-transition-old(root) {
    z-index: 1
}

::view-transition-new(root) {
    z-index: 2147483646
}

html.dark::view-transition-old(root) {
    z-index: 2147483646
}

html.dark::view-transition-new(root) {
    z-index: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1
}

input::placeholder,
textarea::placeholder {
    opacity: 1
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

html:not([data-platform=macOs]) ::-webkit-scrollbar {
    height: 10px;
    width: 10px
}

html:not([data-platform=macOs]) ::-webkit-scrollbar-thumb {
    background-color: #e4e4e7;
    background-color: hsl(var(--border));
    border-radius: calc(.5rem - 4px);
    border-radius: calc(var(--radius) - 4px);
    border-style: none
}

html:not([data-platform=macOs]) ::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: calc(.5rem - 4px);
    border-radius: calc(var(--radius) - 4px);
    border-style: none;
    --tw-shadow: 0 0 transparent;
    --tw-shadow-colored: 0 0 transparent;
    box-shadow: 0 0 transparent, 0 0 transparent, 0 0 transparent;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

html:not([data-platform=macOs]) ::-webkit-scrollbar-button {
    display: none
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%
}

@media (min-width:1400px) {
    .container {
        max-width: 1400px
    }
}

.icon-\[ant-design--account-book-filled\] {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3E%3Cpath d='M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32M648.3 426.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V752c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6q2.25-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3 73.2-144.3a10 10 0 0 1 8.9-5.5h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8'/%3E%3C/svg%3E");
    -webkit-mask-image: var(--svg);
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3E%3Cpath d='M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32M648.3 426.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V752c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6q2.25-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3 73.2-144.3a10 10 0 0 1 8.9-5.5h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8'/%3E%3C/svg%3E");
    mask-image: var(--svg);
    --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3E%3Cpath d='M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32M648.3 426.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V752c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6q2.25-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3 73.2-144.3a10 10 0 0 1 8.9-5.5h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8'/%3E%3C/svg%3E")
}

.icon-\[ant-design--account-book-filled\],
.icon-\[ant-design--alipay-circle-outlined\] {
    background-color: currentColor;
    display: inline-block;
    height: 1em;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    width: 1em
}

.icon-\[ant-design--alipay-circle-outlined\] {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3E%3Cpath fill-rule='evenodd' d='M512 64c247.424 0 448 200.576 448 448S759.424 960 512 960 64 759.424 64 512 264.576 64 512 64m32.493 168c-69.66 0-86.056 16.843-86.709 39.079l-.02 1.426v46.623H291.45c-9.92 0-14.28 23.053-14.27 39.31 0 2.696 2.08 4.923 4.77 4.923h175.814v58.301h-116.5c-9.96 0-14.3 23.76-14.271 39.473a4.77 4.77 0 0 0 4.77 4.76l233.448.003c-4.527 41.056-15.432 77.58-30.716 109.315l-1.224 2.494-.32-.275c-60.244-28.47-120.431-52.577-194.407-52.577l-2.61.017c-84.982 1.112-144.718 56.503-145.916 127.04l-.018 1.222.019 2.123c1.238 70.399 63.566 126.452 148.525 126.452 61.245-.008 116.372-16.85 163.457-45.017a139 139 0 0 0 14.068-7.962c18.09-12.116 34.892-25.955 50.304-41.156l9.452 6.344 12.456 8.322c57.527 38.257 113.763 72.617 169.856 79.27a143 143 0 0 0 18.314 1.157c43.017 0 54.991-52.68 57.387-95.508l.145-2.84c.392-8.463-6.197-15.595-14.648-15.863-75.468-2.365-136.452-22.043-192.008-46.11l-6.267-2.742c35.146-56.8 56.657-121.816 57.155-186.661l.082-1.083c.401-5.515-3.997-10.198-9.52-10.198H549.33v-58.301h165.732c9.92 0 14.28-22.117 14.27-39.311-.01-2.686-2.089-4.922-4.779-4.922H549.32v-82.35c0-2.656-2.175-4.778-4.827-4.778m-216.5 351.847c54.627 0 107.073 22.417 158.09 52.19l5.77 3.402c-103.575 119.837-247.172 95.903-261.724 26.37a67 67 0 0 1-1.138-9.83l-.057-2.336.013-.907c.969-40.113 45.337-68.89 99.045-68.89'/%3E%3C/svg%3E");
    -webkit-mask-image: var(--svg);
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3E%3Cpath fill-rule='evenodd' d='M512 64c247.424 0 448 200.576 448 448S759.424 960 512 960 64 759.424 64 512 264.576 64 512 64m32.493 168c-69.66 0-86.056 16.843-86.709 39.079l-.02 1.426v46.623H291.45c-9.92 0-14.28 23.053-14.27 39.31 0 2.696 2.08 4.923 4.77 4.923h175.814v58.301h-116.5c-9.96 0-14.3 23.76-14.271 39.473a4.77 4.77 0 0 0 4.77 4.76l233.448.003c-4.527 41.056-15.432 77.58-30.716 109.315l-1.224 2.494-.32-.275c-60.244-28.47-120.431-52.577-194.407-52.577l-2.61.017c-84.982 1.112-144.718 56.503-145.916 127.04l-.018 1.222.019 2.123c1.238 70.399 63.566 126.452 148.525 126.452 61.245-.008 116.372-16.85 163.457-45.017a139 139 0 0 0 14.068-7.962c18.09-12.116 34.892-25.955 50.304-41.156l9.452 6.344 12.456 8.322c57.527 38.257 113.763 72.617 169.856 79.27a143 143 0 0 0 18.314 1.157c43.017 0 54.991-52.68 57.387-95.508l.145-2.84c.392-8.463-6.197-15.595-14.648-15.863-75.468-2.365-136.452-22.043-192.008-46.11l-6.267-2.742c35.146-56.8 56.657-121.816 57.155-186.661l.082-1.083c.401-5.515-3.997-10.198-9.52-10.198H549.33v-58.301h165.732c9.92 0 14.28-22.117 14.27-39.311-.01-2.686-2.089-4.922-4.779-4.922H549.32v-82.35c0-2.656-2.175-4.778-4.827-4.778m-216.5 351.847c54.627 0 107.073 22.417 158.09 52.19l5.77 3.402c-103.575 119.837-247.172 95.903-261.724 26.37a67 67 0 0 1-1.138-9.83l-.057-2.336.013-.907c.969-40.113 45.337-68.89 99.045-68.89'/%3E%3C/svg%3E");
    mask-image: var(--svg);
    --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3E%3Cpath fill-rule='evenodd' d='M512 64c247.424 0 448 200.576 448 448S759.424 960 512 960 64 759.424 64 512 264.576 64 512 64m32.493 168c-69.66 0-86.056 16.843-86.709 39.079l-.02 1.426v46.623H291.45c-9.92 0-14.28 23.053-14.27 39.31 0 2.696 2.08 4.923 4.77 4.923h175.814v58.301h-116.5c-9.96 0-14.3 23.76-14.271 39.473a4.77 4.77 0 0 0 4.77 4.76l233.448.003c-4.527 41.056-15.432 77.58-30.716 109.315l-1.224 2.494-.32-.275c-60.244-28.47-120.431-52.577-194.407-52.577l-2.61.017c-84.982 1.112-144.718 56.503-145.916 127.04l-.018 1.222.019 2.123c1.238 70.399 63.566 126.452 148.525 126.452 61.245-.008 116.372-16.85 163.457-45.017a139 139 0 0 0 14.068-7.962c18.09-12.116 34.892-25.955 50.304-41.156l9.452 6.344 12.456 8.322c57.527 38.257 113.763 72.617 169.856 79.27a143 143 0 0 0 18.314 1.157c43.017 0 54.991-52.68 57.387-95.508l.145-2.84c.392-8.463-6.197-15.595-14.648-15.863-75.468-2.365-136.452-22.043-192.008-46.11l-6.267-2.742c35.146-56.8 56.657-121.816 57.155-186.661l.082-1.083c.401-5.515-3.997-10.198-9.52-10.198H549.33v-58.301h165.732c9.92 0 14.28-22.117 14.27-39.311-.01-2.686-2.089-4.922-4.779-4.922H549.32v-82.35c0-2.656-2.175-4.778-4.827-4.778m-216.5 351.847c54.627 0 107.073 22.417 158.09 52.19l5.77 3.402c-103.575 119.837-247.172 95.903-261.724 26.37a67 67 0 0 1-1.138-9.83l-.057-2.336.013-.907c.969-40.113 45.337-68.89 99.045-68.89'/%3E%3C/svg%3E")
}

.icon-\[ant-design--container-outlined\] {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3E%3Cpath d='M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32m-40 824H232V687h97.9c11.6 32.8 32 62.3 59.1 84.7 34.5 28.5 78.2 44.3 123 44.3s88.5-15.7 123-44.3c27.1-22.4 47.5-51.9 59.1-84.7H792v-63H643.6l-5.2 24.7C626.4 708.5 573.2 752 512 752s-114.4-43.5-126.5-103.3l-5.2-24.7H232V136h560zM320 341h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8m0 160h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8'/%3E%3C/svg%3E");
    -webkit-mask-image: var(--svg);
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3E%3Cpath d='M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32m-40 824H232V687h97.9c11.6 32.8 32 62.3 59.1 84.7 34.5 28.5 78.2 44.3 123 44.3s88.5-15.7 123-44.3c27.1-22.4 47.5-51.9 59.1-84.7H792v-63H643.6l-5.2 24.7C626.4 708.5 573.2 752 512 752s-114.4-43.5-126.5-103.3l-5.2-24.7H232V136h560zM320 341h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8m0 160h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8'/%3E%3C/svg%3E");
    mask-image: var(--svg);
    --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3E%3Cpath d='M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32m-40 824H232V687h97.9c11.6 32.8 32 62.3 59.1 84.7 34.5 28.5 78.2 44.3 123 44.3s88.5-15.7 123-44.3c27.1-22.4 47.5-51.9 59.1-84.7H792v-63H643.6l-5.2 24.7C626.4 708.5 573.2 752 512 752s-114.4-43.5-126.5-103.3l-5.2-24.7H232V136h560zM320 341h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8m0 160h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8'/%3E%3C/svg%3E")
}

.icon-\[ant-design--container-outlined\],
.icon-\[line-md--compass-filled-loop\] {
    background-color: currentColor;
    display: inline-block;
    height: 1em;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    width: 1em
}

.icon-\[line-md--compass-filled-loop\] {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cmask id='a'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath fill='%23fff' fill-opacity='0' stroke-dasharray='64' stroke-dashoffset='64' d='M12 3a9 9 0 1 1-.001 18.001A9 9 0 0 1 12 3'%3E%3Canimate fill='freeze' attributeName='fill-opacity' begin='0.6s' dur='0.5s' values='0;1'/%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.6s' values='64;0'/%3E%3C/path%3E%3Cpath fill='%23000' stroke='none' d='m13 13-1-1-1-1 1 1z'%3E%3Canimate fill='freeze' attributeName='d' begin='1.1s' dur='0.3s' values='M11 11L12 12L13 13L12 12z;M10.2 10.2L17 7L13.8 13.8L7 17z'/%3E%3CanimateTransform attributeName='transform' dur='9s' repeatCount='indefinite' type='rotate' values='-180 12 12;0 12 12;0 12 12;0 12 12;0 12 12;270 12 12;-90 12 12;0 12 12;-180 12 12;-35 12 12;-40 12 12;-45 12 12;-45 12 12;-110 12 12;-135 12 12;-180 12 12'/%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='1' fill='%23fff' fill-opacity='0' stroke='none'%3E%3Canimate fill='freeze' attributeName='fill-opacity' begin='1.4s' dur='0.5s' values='0;1'/%3E%3C/circle%3E%3C/g%3E%3C/mask%3E%3Cpath d='M0 0h24v24H0z' mask='url(%23a)'/%3E%3C/svg%3E");
    -webkit-mask-image: var(--svg);
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cmask id='a'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath fill='%23fff' fill-opacity='0' stroke-dasharray='64' stroke-dashoffset='64' d='M12 3a9 9 0 1 1-.001 18.001A9 9 0 0 1 12 3'%3E%3Canimate fill='freeze' attributeName='fill-opacity' begin='0.6s' dur='0.5s' values='0;1'/%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.6s' values='64;0'/%3E%3C/path%3E%3Cpath fill='%23000' stroke='none' d='m13 13-1-1-1-1 1 1z'%3E%3Canimate fill='freeze' attributeName='d' begin='1.1s' dur='0.3s' values='M11 11L12 12L13 13L12 12z;M10.2 10.2L17 7L13.8 13.8L7 17z'/%3E%3CanimateTransform attributeName='transform' dur='9s' repeatCount='indefinite' type='rotate' values='-180 12 12;0 12 12;0 12 12;0 12 12;0 12 12;270 12 12;-90 12 12;0 12 12;-180 12 12;-35 12 12;-40 12 12;-45 12 12;-45 12 12;-110 12 12;-135 12 12;-180 12 12'/%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='1' fill='%23fff' fill-opacity='0' stroke='none'%3E%3Canimate fill='freeze' attributeName='fill-opacity' begin='1.4s' dur='0.5s' values='0;1'/%3E%3C/circle%3E%3C/g%3E%3C/mask%3E%3Cpath d='M0 0h24v24H0z' mask='url(%23a)'/%3E%3C/svg%3E");
    mask-image: var(--svg);
    --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cmask id='a'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath fill='%23fff' fill-opacity='0' stroke-dasharray='64' stroke-dashoffset='64' d='M12 3a9 9 0 1 1-.001 18.001A9 9 0 0 1 12 3'%3E%3Canimate fill='freeze' attributeName='fill-opacity' begin='0.6s' dur='0.5s' values='0;1'/%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.6s' values='64;0'/%3E%3C/path%3E%3Cpath fill='%23000' stroke='none' d='m13 13-1-1-1-1 1 1z'%3E%3Canimate fill='freeze' attributeName='d' begin='1.1s' dur='0.3s' values='M11 11L12 12L13 13L12 12z;M10.2 10.2L17 7L13.8 13.8L7 17z'/%3E%3CanimateTransform attributeName='transform' dur='9s' repeatCount='indefinite' type='rotate' values='-180 12 12;0 12 12;0 12 12;0 12 12;0 12 12;270 12 12;-90 12 12;0 12 12;-180 12 12;-35 12 12;-40 12 12;-45 12 12;-45 12 12;-110 12 12;-135 12 12;-180 12 12'/%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='1' fill='%23fff' fill-opacity='0' stroke='none'%3E%3Canimate fill='freeze' attributeName='fill-opacity' begin='1.4s' dur='0.5s' values='0;1'/%3E%3C/circle%3E%3C/g%3E%3C/mask%3E%3Cpath d='M0 0h24v24H0z' mask='url(%23a)'/%3E%3C/svg%3E")
}

.icon-\[svg-spinners--blocks-wave\] {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M1 1h7.33v7.33H1z'%3E%3Canimate id='b' attributeName='x' begin='0;a.end+0.2s' dur='0.6s' values='1;4;1'/%3E%3Canimate attributeName='y' begin='0;a.end+0.2s' dur='0.6s' values='1;4;1'/%3E%3Canimate attributeName='width' begin='0;a.end+0.2s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='0;a.end+0.2s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3Cpath d='M8.33 1h7.33v7.33H8.33z'%3E%3Canimate attributeName='x' begin='b.begin+0.1s' dur='0.6s' values='8.33;11.33;8.33'/%3E%3Canimate attributeName='y' begin='b.begin+0.1s' dur='0.6s' values='1;4;1'/%3E%3Canimate attributeName='width' begin='b.begin+0.1s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='b.begin+0.1s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3Cpath d='M1 8.33h7.33v7.33H1z'%3E%3Canimate attributeName='x' begin='b.begin+0.1s' dur='0.6s' values='1;4;1'/%3E%3Canimate attributeName='y' begin='b.begin+0.1s' dur='0.6s' values='8.33;11.33;8.33'/%3E%3Canimate attributeName='width' begin='b.begin+0.1s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='b.begin+0.1s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3Cpath d='M15.66 1h7.33v7.33h-7.33z'%3E%3Canimate attributeName='x' begin='b.begin+0.2s' dur='0.6s' values='15.66;18.66;15.66'/%3E%3Canimate attributeName='y' begin='b.begin+0.2s' dur='0.6s' values='1;4;1'/%3E%3Canimate attributeName='width' begin='b.begin+0.2s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='b.begin+0.2s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3Cpath d='M8.33 8.33h7.33v7.33H8.33z'%3E%3Canimate attributeName='x' begin='b.begin+0.2s' dur='0.6s' values='8.33;11.33;8.33'/%3E%3Canimate attributeName='y' begin='b.begin+0.2s' dur='0.6s' values='8.33;11.33;8.33'/%3E%3Canimate attributeName='width' begin='b.begin+0.2s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='b.begin+0.2s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3Cpath d='M1 15.66h7.33v7.33H1z'%3E%3Canimate attributeName='x' begin='b.begin+0.2s' dur='0.6s' values='1;4;1'/%3E%3Canimate attributeName='y' begin='b.begin+0.2s' dur='0.6s' values='15.66;18.66;15.66'/%3E%3Canimate attributeName='width' begin='b.begin+0.2s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='b.begin+0.2s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3Cpath d='M15.66 8.33h7.33v7.33h-7.33z'%3E%3Canimate attributeName='x' begin='b.begin+0.3s' dur='0.6s' values='15.66;18.66;15.66'/%3E%3Canimate attributeName='y' begin='b.begin+0.3s' dur='0.6s' values='8.33;11.33;8.33'/%3E%3Canimate attributeName='width' begin='b.begin+0.3s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='b.begin+0.3s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3Cpath d='M8.33 15.66h7.33v7.33H8.33z'%3E%3Canimate attributeName='x' begin='b.begin+0.3s' dur='0.6s' values='8.33;11.33;8.33'/%3E%3Canimate attributeName='y' begin='b.begin+0.3s' dur='0.6s' values='15.66;18.66;15.66'/%3E%3Canimate attributeName='width' begin='b.begin+0.3s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='b.begin+0.3s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3Cpath d='M15.66 15.66h7.33v7.33h-7.33z'%3E%3Canimate id='a' attributeName='x' begin='b.begin+0.4s' dur='0.6s' values='15.66;18.66;15.66'/%3E%3Canimate attributeName='y' begin='b.begin+0.4s' dur='0.6s' values='15.66;18.66;15.66'/%3E%3Canimate attributeName='width' begin='b.begin+0.4s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='b.begin+0.4s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3C/svg%3E");
    -webkit-mask-image: var(--svg);
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M1 1h7.33v7.33H1z'%3E%3Canimate id='b' attributeName='x' begin='0;a.end+0.2s' dur='0.6s' values='1;4;1'/%3E%3Canimate attributeName='y' begin='0;a.end+0.2s' dur='0.6s' values='1;4;1'/%3E%3Canimate attributeName='width' begin='0;a.end+0.2s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='0;a.end+0.2s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3Cpath d='M8.33 1h7.33v7.33H8.33z'%3E%3Canimate attributeName='x' begin='b.begin+0.1s' dur='0.6s' values='8.33;11.33;8.33'/%3E%3Canimate attributeName='y' begin='b.begin+0.1s' dur='0.6s' values='1;4;1'/%3E%3Canimate attributeName='width' begin='b.begin+0.1s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='b.begin+0.1s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3Cpath d='M1 8.33h7.33v7.33H1z'%3E%3Canimate attributeName='x' begin='b.begin+0.1s' dur='0.6s' values='1;4;1'/%3E%3Canimate attributeName='y' begin='b.begin+0.1s' dur='0.6s' values='8.33;11.33;8.33'/%3E%3Canimate attributeName='width' begin='b.begin+0.1s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='b.begin+0.1s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3Cpath d='M15.66 1h7.33v7.33h-7.33z'%3E%3Canimate attributeName='x' begin='b.begin+0.2s' dur='0.6s' values='15.66;18.66;15.66'/%3E%3Canimate attributeName='y' begin='b.begin+0.2s' dur='0.6s' values='1;4;1'/%3E%3Canimate attributeName='width' begin='b.begin+0.2s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='b.begin+0.2s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3Cpath d='M8.33 8.33h7.33v7.33H8.33z'%3E%3Canimate attributeName='x' begin='b.begin+0.2s' dur='0.6s' values='8.33;11.33;8.33'/%3E%3Canimate attributeName='y' begin='b.begin+0.2s' dur='0.6s' values='8.33;11.33;8.33'/%3E%3Canimate attributeName='width' begin='b.begin+0.2s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='b.begin+0.2s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3Cpath d='M1 15.66h7.33v7.33H1z'%3E%3Canimate attributeName='x' begin='b.begin+0.2s' dur='0.6s' values='1;4;1'/%3E%3Canimate attributeName='y' begin='b.begin+0.2s' dur='0.6s' values='15.66;18.66;15.66'/%3E%3Canimate attributeName='width' begin='b.begin+0.2s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='b.begin+0.2s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3Cpath d='M15.66 8.33h7.33v7.33h-7.33z'%3E%3Canimate attributeName='x' begin='b.begin+0.3s' dur='0.6s' values='15.66;18.66;15.66'/%3E%3Canimate attributeName='y' begin='b.begin+0.3s' dur='0.6s' values='8.33;11.33;8.33'/%3E%3Canimate attributeName='width' begin='b.begin+0.3s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='b.begin+0.3s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3Cpath d='M8.33 15.66h7.33v7.33H8.33z'%3E%3Canimate attributeName='x' begin='b.begin+0.3s' dur='0.6s' values='8.33;11.33;8.33'/%3E%3Canimate attributeName='y' begin='b.begin+0.3s' dur='0.6s' values='15.66;18.66;15.66'/%3E%3Canimate attributeName='width' begin='b.begin+0.3s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='b.begin+0.3s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3Cpath d='M15.66 15.66h7.33v7.33h-7.33z'%3E%3Canimate id='a' attributeName='x' begin='b.begin+0.4s' dur='0.6s' values='15.66;18.66;15.66'/%3E%3Canimate attributeName='y' begin='b.begin+0.4s' dur='0.6s' values='15.66;18.66;15.66'/%3E%3Canimate attributeName='width' begin='b.begin+0.4s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='b.begin+0.4s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3C/svg%3E");
    mask-image: var(--svg);
    --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M1 1h7.33v7.33H1z'%3E%3Canimate id='b' attributeName='x' begin='0;a.end+0.2s' dur='0.6s' values='1;4;1'/%3E%3Canimate attributeName='y' begin='0;a.end+0.2s' dur='0.6s' values='1;4;1'/%3E%3Canimate attributeName='width' begin='0;a.end+0.2s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='0;a.end+0.2s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3Cpath d='M8.33 1h7.33v7.33H8.33z'%3E%3Canimate attributeName='x' begin='b.begin+0.1s' dur='0.6s' values='8.33;11.33;8.33'/%3E%3Canimate attributeName='y' begin='b.begin+0.1s' dur='0.6s' values='1;4;1'/%3E%3Canimate attributeName='width' begin='b.begin+0.1s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='b.begin+0.1s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3Cpath d='M1 8.33h7.33v7.33H1z'%3E%3Canimate attributeName='x' begin='b.begin+0.1s' dur='0.6s' values='1;4;1'/%3E%3Canimate attributeName='y' begin='b.begin+0.1s' dur='0.6s' values='8.33;11.33;8.33'/%3E%3Canimate attributeName='width' begin='b.begin+0.1s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='b.begin+0.1s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3Cpath d='M15.66 1h7.33v7.33h-7.33z'%3E%3Canimate attributeName='x' begin='b.begin+0.2s' dur='0.6s' values='15.66;18.66;15.66'/%3E%3Canimate attributeName='y' begin='b.begin+0.2s' dur='0.6s' values='1;4;1'/%3E%3Canimate attributeName='width' begin='b.begin+0.2s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='b.begin+0.2s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3Cpath d='M8.33 8.33h7.33v7.33H8.33z'%3E%3Canimate attributeName='x' begin='b.begin+0.2s' dur='0.6s' values='8.33;11.33;8.33'/%3E%3Canimate attributeName='y' begin='b.begin+0.2s' dur='0.6s' values='8.33;11.33;8.33'/%3E%3Canimate attributeName='width' begin='b.begin+0.2s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='b.begin+0.2s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3Cpath d='M1 15.66h7.33v7.33H1z'%3E%3Canimate attributeName='x' begin='b.begin+0.2s' dur='0.6s' values='1;4;1'/%3E%3Canimate attributeName='y' begin='b.begin+0.2s' dur='0.6s' values='15.66;18.66;15.66'/%3E%3Canimate attributeName='width' begin='b.begin+0.2s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='b.begin+0.2s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3Cpath d='M15.66 8.33h7.33v7.33h-7.33z'%3E%3Canimate attributeName='x' begin='b.begin+0.3s' dur='0.6s' values='15.66;18.66;15.66'/%3E%3Canimate attributeName='y' begin='b.begin+0.3s' dur='0.6s' values='8.33;11.33;8.33'/%3E%3Canimate attributeName='width' begin='b.begin+0.3s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='b.begin+0.3s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3Cpath d='M8.33 15.66h7.33v7.33H8.33z'%3E%3Canimate attributeName='x' begin='b.begin+0.3s' dur='0.6s' values='8.33;11.33;8.33'/%3E%3Canimate attributeName='y' begin='b.begin+0.3s' dur='0.6s' values='15.66;18.66;15.66'/%3E%3Canimate attributeName='width' begin='b.begin+0.3s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='b.begin+0.3s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3Cpath d='M15.66 15.66h7.33v7.33h-7.33z'%3E%3Canimate id='a' attributeName='x' begin='b.begin+0.4s' dur='0.6s' values='15.66;18.66;15.66'/%3E%3Canimate attributeName='y' begin='b.begin+0.4s' dur='0.6s' values='15.66;18.66;15.66'/%3E%3Canimate attributeName='width' begin='b.begin+0.4s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3Canimate attributeName='height' begin='b.begin+0.4s' dur='0.6s' values='7.33;1.33;7.33'/%3E%3C/path%3E%3C/svg%3E")
}

.icon-\[svg-spinners--blocks-wave\],
.icon-\[svg-spinners--wind-toy\] {
    background-color: currentColor;
    display: inline-block;
    height: 1em;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    width: 1em
}

.icon-\[svg-spinners--wind-toy\] {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M20.27 4.74a4.93 4.93 0 0 1 1.52 4.61 5.32 5.32 0 0 1-4.1 4.51 5.12 5.12 0 0 1-5.2-1.5 5.53 5.53 0 0 0 6.13-1.48 5.66 5.66 0 0 0 1.65-6.14m-7.95 6.79a5.49 5.49 0 0 0-1.47-6.2 5.57 5.57 0 0 0-6.14-1.61A5.17 5.17 0 0 1 9.53 2.2a5.52 5.52 0 0 1 4.37 4.25 5.28 5.28 0 0 1-1.58 5.08m6.88 8.76a4.92 4.92 0 0 1-4.72 1.49 5.32 5.32 0 0 1-4.34-4.05 5.2 5.2 0 0 1 1.46-5.23 5.6 5.6 0 0 0 1.51 6.13 5.63 5.63 0 0 0 6.09 1.66m-15.41-.91A5.18 5.18 0 0 1 2.32 14a5.3 5.3 0 0 1 4.59-4 5 5 0 0 1 4.58 1.61 5.55 5.55 0 0 0-6.32 1.69 5.46 5.46 0 0 0-1.38 6.08M12.23 12a5.11 5.11 0 0 0 3.66-5 5.75 5.75 0 0 0-3.18-6 5 5 0 0 1 4.42 2.3 5.21 5.21 0 0 1 .24 5.92A5.4 5.4 0 0 1 12.23 12m-.47 0a5.18 5.18 0 0 0-3.68 5.09 5.58 5.58 0 0 0 3.19 5.79c-1 .35-2.9-.46-4-1.68a5.51 5.51 0 0 1 4.49-9.2m11.24.63a5.07 5.07 0 0 1-2.35 4.52 5.23 5.23 0 0 1-5.91.2 5.24 5.24 0 0 1-2.67-4.77 5.51 5.51 0 0 0 5.45 3.33A5.52 5.52 0 0 0 23 12.63m-22-1.4a5 5 0 0 1 2.49-4.5 5.23 5.23 0 0 1 5.81-.06 5.3 5.3 0 0 1 2.61 4.74 5.56 5.56 0 0 0-5.35-3.35A5.71 5.71 0 0 0 1 11.23'%3E%3CanimateTransform attributeName='transform' dur='1.5s' repeatCount='indefinite' type='rotate' values='0 12 12;360 12 12'/%3E%3C/path%3E%3C/svg%3E");
    -webkit-mask-image: var(--svg);
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M20.27 4.74a4.93 4.93 0 0 1 1.52 4.61 5.32 5.32 0 0 1-4.1 4.51 5.12 5.12 0 0 1-5.2-1.5 5.53 5.53 0 0 0 6.13-1.48 5.66 5.66 0 0 0 1.65-6.14m-7.95 6.79a5.49 5.49 0 0 0-1.47-6.2 5.57 5.57 0 0 0-6.14-1.61A5.17 5.17 0 0 1 9.53 2.2a5.52 5.52 0 0 1 4.37 4.25 5.28 5.28 0 0 1-1.58 5.08m6.88 8.76a4.92 4.92 0 0 1-4.72 1.49 5.32 5.32 0 0 1-4.34-4.05 5.2 5.2 0 0 1 1.46-5.23 5.6 5.6 0 0 0 1.51 6.13 5.63 5.63 0 0 0 6.09 1.66m-15.41-.91A5.18 5.18 0 0 1 2.32 14a5.3 5.3 0 0 1 4.59-4 5 5 0 0 1 4.58 1.61 5.55 5.55 0 0 0-6.32 1.69 5.46 5.46 0 0 0-1.38 6.08M12.23 12a5.11 5.11 0 0 0 3.66-5 5.75 5.75 0 0 0-3.18-6 5 5 0 0 1 4.42 2.3 5.21 5.21 0 0 1 .24 5.92A5.4 5.4 0 0 1 12.23 12m-.47 0a5.18 5.18 0 0 0-3.68 5.09 5.58 5.58 0 0 0 3.19 5.79c-1 .35-2.9-.46-4-1.68a5.51 5.51 0 0 1 4.49-9.2m11.24.63a5.07 5.07 0 0 1-2.35 4.52 5.23 5.23 0 0 1-5.91.2 5.24 5.24 0 0 1-2.67-4.77 5.51 5.51 0 0 0 5.45 3.33A5.52 5.52 0 0 0 23 12.63m-22-1.4a5 5 0 0 1 2.49-4.5 5.23 5.23 0 0 1 5.81-.06 5.3 5.3 0 0 1 2.61 4.74 5.56 5.56 0 0 0-5.35-3.35A5.71 5.71 0 0 0 1 11.23'%3E%3CanimateTransform attributeName='transform' dur='1.5s' repeatCount='indefinite' type='rotate' values='0 12 12;360 12 12'/%3E%3C/path%3E%3C/svg%3E");
    mask-image: var(--svg);
    --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M20.27 4.74a4.93 4.93 0 0 1 1.52 4.61 5.32 5.32 0 0 1-4.1 4.51 5.12 5.12 0 0 1-5.2-1.5 5.53 5.53 0 0 0 6.13-1.48 5.66 5.66 0 0 0 1.65-6.14m-7.95 6.79a5.49 5.49 0 0 0-1.47-6.2 5.57 5.57 0 0 0-6.14-1.61A5.17 5.17 0 0 1 9.53 2.2a5.52 5.52 0 0 1 4.37 4.25 5.28 5.28 0 0 1-1.58 5.08m6.88 8.76a4.92 4.92 0 0 1-4.72 1.49 5.32 5.32 0 0 1-4.34-4.05 5.2 5.2 0 0 1 1.46-5.23 5.6 5.6 0 0 0 1.51 6.13 5.63 5.63 0 0 0 6.09 1.66m-15.41-.91A5.18 5.18 0 0 1 2.32 14a5.3 5.3 0 0 1 4.59-4 5 5 0 0 1 4.58 1.61 5.55 5.55 0 0 0-6.32 1.69 5.46 5.46 0 0 0-1.38 6.08M12.23 12a5.11 5.11 0 0 0 3.66-5 5.75 5.75 0 0 0-3.18-6 5 5 0 0 1 4.42 2.3 5.21 5.21 0 0 1 .24 5.92A5.4 5.4 0 0 1 12.23 12m-.47 0a5.18 5.18 0 0 0-3.68 5.09 5.58 5.58 0 0 0 3.19 5.79c-1 .35-2.9-.46-4-1.68a5.51 5.51 0 0 1 4.49-9.2m11.24.63a5.07 5.07 0 0 1-2.35 4.52 5.23 5.23 0 0 1-5.91.2 5.24 5.24 0 0 1-2.67-4.77 5.51 5.51 0 0 0 5.45 3.33A5.52 5.52 0 0 0 23 12.63m-22-1.4a5 5 0 0 1 2.49-4.5 5.23 5.23 0 0 1 5.81-.06 5.3 5.3 0 0 1 2.61 4.74 5.56 5.56 0 0 0-5.35-3.35A5.71 5.71 0 0 0 1 11.23'%3E%3CanimateTransform attributeName='transform' dur='1.5s' repeatCount='indefinite' type='rotate' values='0 12 12;360 12 12'/%3E%3C/path%3E%3C/svg%3E")
}

.flex-center,
.flex-col-center {
    align-items: center;
    display: flex;
    justify-content: center
}

.flex-col-center {
    flex-direction: column
}

.outline-box {
    border-radius: calc(.5rem - 2px);
    border-radius: calc(var(--radius) - 2px);
    cursor: pointer;
    outline-color: #e4e4e7;
    outline-color: hsl(var(--border));
    outline-style: solid;
    outline-width: 1px;
    padding: .25rem;
    position: relative
}

.outline-box:after {
    border-radius: calc(.5rem - 4px);
    border-radius: calc(var(--radius) - 4px);
    height: 0;
    left: 50%;
    opacity: 0;
    outline-color: transparent;
    outline-style: solid;
    outline-width: 2px;
    position: absolute;
    top: 50%;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    width: 1px;
    z-index: 20;
    --tw-content: "";
    animation-duration: .3s;
    content: "";
    content: var(--tw-content)
}

.outline-box.outline-box-active {
    outline-color: #006be6;
    outline-color: hsl(var(--primary));
    outline-style: solid;
    outline-width: 2px
}

.outline-box.outline-box-active:after {
    display: none
}

.outline-box:not(.outline-box-active):hover:after {
    height: 100%;
    left: 0;
    opacity: 1;
    outline-color: #006be6;
    outline-color: hsl(var(--primary));
    padding: .25rem;
    top: 0;
    width: 100%
}

.vben-link {
    color: #006be6;
    color: hsl(var(--primary));
    cursor: pointer
}

.vben-link:hover {
    color: hsl(var(--primary-600))
}

.vben-link:active {
    color: hsl(var(--primary-700))
}

.card-box {
    background-color: #fff;
    background-color: hsl(var(--card));
    border-color: #e4e4e7;
    border-color: hsl(var(--border));
    border-radius: calc(.5rem + 4px);
    border-radius: calc(var(--radius) + 4px);
    border-width: 1px;
    color: #020817;
    color: hsl(var(--card-foreground))
}

.sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    white-space: nowrap
}

.pointer-events-none {
    pointer-events: none
}

.\!visible {
    visibility: visible !important
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.\!collapse {
    visibility: collapse !important
}

.collapse {
    visibility: collapse
}

.static {
    position: static
}

.\!fixed {
    position: fixed !important
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-0 {
    inset: 0
}

.inset-x-0 {
    left: 0;
    right: 0
}

.inset-y-0 {
    bottom: 0;
    top: 0
}

.\!left-0 {
    left: 0 !important
}

.-bottom-\[22px\] {
    bottom: -22px
}

.-left-2 {
    left: -.5rem
}

.-left-7 {
    left: -1.75rem
}

.bottom-0 {
    bottom: 0
}

.bottom-1 {
    bottom: .25rem
}

.bottom-10 {
    bottom: 2.5rem
}

.bottom-2 {
    bottom: .5rem
}

.bottom-20 {
    bottom: 5rem
}

.bottom-3 {
    bottom: .75rem
}

.bottom-5 {
    bottom: 1.25rem
}

.left-0 {
    left: 0
}

.left-1\/2 {
    left: 50%
}

.left-2 {
    left: .5rem
}

.left-3 {
    left: .75rem
}

.left-4 {
    left: 1rem
}

.left-\[-1px\] {
    left: -1px
}

.left-\[var\(--gap\)\] {
    left: var(--gap)
}

.left-full {
    left: 100%
}

.right-0 {
    right: 0
}

.right-0\.5 {
    right: .125rem
}

.right-1 {
    right: .25rem
}

.right-1\.5 {
    right: .375rem
}

.right-10 {
    right: 2.5rem
}

.right-2 {
    right: .5rem
}

.right-3 {
    right: .75rem
}

.right-4 {
    right: 1rem
}

.right-6 {
    right: 1.5rem
}

.right-\[-1px\] {
    right: -1px
}

.right-\[var\(--gap\)\] {
    right: var(--gap)
}

.top-0 {
    top: 0
}

.top-0\.5 {
    top: .125rem
}

.top-1 {
    top: .25rem
}

.top-1\/2 {
    top: 50%
}

.top-2 {
    top: .5rem
}

.top-3 {
    top: .75rem
}

.top-4 {
    top: 1rem
}

.top-\[10vh\] {
    top: 10vh
}

.isolate {
    isolation: isolate
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-100 {
    z-index: 100
}

.z-20 {
    z-index: 20
}

.z-50 {
    z-index: 50
}

.z-\[-1\] {
    z-index: -1
}

.z-\[2000\] {
    z-index: 2000
}

.z-\[2\] {
    z-index: 2
}

.z-\[3\] {
    z-index: 3
}

.col-span-1 {
    grid-column: span 1/span 1
}

.col-span-2 {
    grid-column: span 2/span 2
}

.col-span-3 {
    grid-column: span 3/span 3
}

.col-span-full {
    grid-column: 1/-1
}

.col-start-1 {
    grid-column-start: 1
}

.col-start-2 {
    grid-column-start: 2
}

.col-start-3 {
    grid-column-start: 3
}

.float-left {
    float: left
}

.m-3 {
    margin: .75rem
}

.m-4 {
    margin: 1rem
}

.-mx-1 {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
}

.mx-12 {
    margin-left: 3rem;
    margin-right: 3rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-3 {
    margin-left: .75rem;
    margin-right: .75rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem
}

.mx-\[2px\] {
    margin-left: 2px;
    margin-right: 2px
}

.mx-\[calc\(var\(--gap\)\*2\)\] {
    margin-left: calc(var(--gap)*2);
    margin-right: calc(var(--gap)*2)
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-0 {
    margin-bottom: 0;
    margin-top: 0
}

.my-1 {
    margin-bottom: .25rem;
    margin-top: .25rem
}

.my-10 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem
}

.my-2 {
    margin-bottom: .5rem;
    margin-top: .5rem
}

.my-3 {
    margin-bottom: .75rem;
    margin-top: .75rem
}

.my-4 {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.my-5 {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem
}

.my-6 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.my-8 {
    margin-bottom: 2rem;
    margin-top: 2rem
}

.-mr-3 {
    margin-right: -.75rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-14 {
    margin-bottom: 3.5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-7 {
    margin-bottom: 1.75rem
}

.ml-1 {
    margin-left: .25rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-3 {
    margin-left: .75rem
}

.ml-4 {
    margin-left: 1rem
}

.ml-8 {
    margin-left: 2rem
}

.ml-\[2px\] {
    margin-left: 2px
}

.ml-auto {
    margin-left: auto
}

.mr-1 {
    margin-right: .25rem
}

.mr-2 {
    margin-right: .5rem
}

.mr-20 {
    margin-right: 5rem
}

.mr-3 {
    margin-right: .75rem
}

.mr-4 {
    margin-right: 1rem
}

.mr-9 {
    margin-right: 2.25rem
}

.mr-\[2px\] {
    margin-right: 2px
}

.mt-1 {
    margin-top: .25rem
}

.mt-1\.5 {
    margin-top: .375rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-\[1px\] {
    margin-top: 1px
}

.mt-\[2px\] {
    margin-top: 2px
}

.line-clamp-2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.\!flex {
    display: flex !important
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.aspect-square {
    aspect-ratio: 1/1
}

.size-1\.5 {
    height: .375rem;
    width: .375rem
}

.size-10 {
    height: 2.5rem;
    width: 2.5rem
}

.size-12 {
    height: 3rem;
    width: 3rem
}

.size-20 {
    height: 5rem;
    width: 5rem
}

.size-3 {
    height: .75rem;
    width: .75rem
}

.size-3\.5 {
    height: .875rem;
    width: .875rem
}

.size-4 {
    height: 1rem;
    width: 1rem
}

.size-5 {
    height: 1.25rem;
    width: 1.25rem
}

.size-6 {
    height: 1.5rem;
    width: 1.5rem
}

.size-7 {
    height: 1.75rem;
    width: 1.75rem
}

.size-72 {
    height: 18rem;
    width: 18rem
}

.size-8 {
    height: 2rem;
    width: 2rem
}

.size-9 {
    height: 2.25rem;
    width: 2.25rem
}

.size-full {
    height: 100%;
    width: 100%
}

.h-0 {
    height: 0
}

.h-1\.5 {
    height: .375rem
}

.h-1\/3 {
    height: 33.333333%
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-16 {
    height: 4rem
}

.h-2 {
    height: .5rem
}

.h-2\.5 {
    height: .625rem
}

.h-3\.5 {
    height: .875rem
}

.h-32 {
    height: 8rem
}

.h-4 {
    height: 1rem
}

.h-4\/5 {
    height: 80%
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-64 {
    height: 16rem
}

.h-7 {
    height: 1.75rem
}

.h-8 {
    height: 2rem
}

.h-9 {
    height: 2.25rem
}

.h-\[--radix-select-trigger-height\] {
    height: var(--radix-select-trigger-height)
}

.h-\[14px\] {
    height: 14px
}

.h-\[1px\] {
    height: 1px
}

.h-\[220px\] {
    height: 220px
}

.h-\[300px\] {
    height: 300px
}

.h-\[500px\] {
    height: 500px
}

.h-\[calc\(100\%-6px\)\] {
    height: calc(100% - 6px)
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.h-px {
    height: 1px
}

.max-h-96 {
    max-height: 24rem
}

.max-h-\[100vh\] {
    max-height: 100vh
}

.max-h-\[360px\] {
    max-height: 360px
}

.max-h-\[80\%\] {
    max-height: 80%
}

.max-h-full {
    max-height: 100%
}

.min-h-10 {
    min-height: 2.5rem
}

.min-h-32 {
    min-height: 8rem
}

.min-h-40 {
    min-height: 10rem
}

.min-h-\[150px\] {
    min-height: 150px
}

.min-h-\[60px\] {
    min-height: 60px
}

.min-h-full {
    min-height: 100%
}

.\!w-0 {
    width: 0 !important
}

.\!w-full {
    width: 100% !important
}

.w-0 {
    width: 0
}

.w-1\/2 {
    width: 50%
}

.w-1\/3 {
    width: 33.333333%
}

.w-1\/5 {
    width: 20%
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-16 {
    width: 4rem
}

.w-2 {
    width: .5rem
}

.w-2\.5 {
    width: .625rem
}

.w-2\/5 {
    width: 40%
}

.w-2\/6 {
    width: 33.333333%
}

.w-28 {
    width: 7rem
}

.w-3 {
    width: .75rem
}

.w-3\.5 {
    width: .875rem
}

.w-3\/4 {
    width: 75%
}

.w-32 {
    width: 8rem
}

.w-4 {
    width: 1rem
}

.w-40 {
    width: 10rem
}

.w-5 {
    width: 1.25rem
}

.w-52 {
    width: 13rem
}

.w-6 {
    width: 1.5rem
}

.w-64 {
    width: 16rem
}

.w-72 {
    width: 18rem
}

.w-8 {
    width: 2rem
}

.w-80 {
    width: 20rem
}

.w-9 {
    width: 2.25rem
}

.w-96 {
    width: 24rem
}

.w-\[100px\] {
    width: 100px
}

.w-\[165px\] {
    width: 165px
}

.w-\[1px\] {
    width: 1px
}

.w-\[200px\] {
    width: 200px
}

.w-\[300px\] {
    width: 300px
}

.w-\[34\%\] {
    width: 34%
}

.w-\[35\%\] {
    width: 35%
}

.w-\[360px\] {
    width: 360px
}

.w-\[50px\] {
    width: 50px
}

.w-\[520px\] {
    width: 520px
}

.w-\[600px\] {
    width: 600px
}

.w-\[80\%\] {
    width: 80%
}

.w-\[80px\] {
    width: 80px
}

.w-\[calc\(100\%\+1rem\)\] {
    width: calc(100% + 1rem)
}

.w-auto {
    width: auto
}

.w-full {
    width: 100%
}

.w-max {
    width: -moz-max-content;
    width: max-content
}

.w-px {
    width: 1px
}

.min-w-0 {
    min-width: 0
}

.min-w-32 {
    min-width: 8rem
}

.min-w-\[--radix-select-trigger-width\] {
    min-width: var(--radix-select-trigger-width)
}

.min-w-\[240px\] {
    min-width: 240px
}

.max-w-lg {
    max-width: 32rem
}

.flex-1 {
    flex: 1 1 0%
}

.flex-\[0_0_auto\] {
    flex: 0 0 auto
}

.flex-auto {
    flex: 1 1 auto
}

.flex-none {
    flex: none
}

.flex-shrink {
    flex-shrink: 1
}

.flex-shrink-0,
.shrink-0 {
    flex-shrink: 0
}

.flex-grow {
    flex-grow: 1
}

.origin-\[50\%_50\%\] {
    transform-origin: 50% 50%
}

.\!-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
    transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.\!translate-x-0 {
    --tw-translate-x: 0px !important;
    transform: translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.\!translate-y-0 {
    --tw-translate-y: 0px !important;
    transform: translate(var(--tw-translate-x)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2,
.translate-x-\[--radix-tabs-indicator-position\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-\[--radix-tabs-indicator-position\] {
    --tw-translate-x: var(--radix-tabs-indicator-position)
}

.translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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(180deg) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.75) scaleY(.75)
}

.scale-75,
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes float {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }

    to {
        transform: translateY(0)
    }
}

.animate-float {
    animation: float 5s linear 0s infinite
}

@keyframes ping {

    75%,
    to {
        opacity: 0;
        transform: scale(2)
    }
}

.animate-ping {
    animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.animate-spin {
    animation: spin 1s linear infinite
}

.\!cursor-pointer {
    cursor: pointer !important
}

.cursor-default {
    cursor: default
}

.cursor-help {
    cursor: help
}

.cursor-move {
    cursor: move
}

.cursor-pointer {
    cursor: pointer
}

.cursor-text {
    cursor: text
}

.cursor-wait {
    cursor: wait
}

.touch-none {
    touch-action: none
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.resize {
    resize: both
}

.grid-cols-1 {
    grid-template-columns: repeat(1, 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-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.place-items-center {
    align-items: center;
    justify-items: center;
    place-items: center
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-items-center {
    justify-items: center
}

.gap-1 {
    gap: .25rem
}

.gap-1\.5 {
    gap: .375rem
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-x-2 {
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.gap-y-1\.5 {
    row-gap: .375rem
}

.divide-y>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-bottom-width: 0;
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
    border-top-width: 1px;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)))
}

.divide-border>:not([hidden])~:not([hidden]) {
    border-color: #e4e4e7;
    border-color: hsl(var(--border))
}

.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
}

.overflow-y-hidden {
    overflow-y: hidden
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.whitespace-nowrap {
    white-space: nowrap
}

.text-nowrap {
    text-wrap: nowrap
}

.break-words {
    word-wrap: break-word
}

.rounded {
    border-radius: .25rem
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-3xl {
    border-radius: 1.5rem
}

.rounded-\[0_4px_4px_0\] {
    border-radius: 0 4px 4px 0
}

.rounded-\[4px_0_0_4px\] {
    border-radius: 4px 0 0 4px
}

.rounded-\[inherit\] {
    border-radius: inherit
}

.rounded-\[var\(--radius\)\] {
    border-radius: .5rem;
    border-radius: var(--radius)
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: .5rem;
    border-radius: var(--radius)
}

.rounded-md {
    border-radius: calc(.5rem - 2px);
    border-radius: calc(var(--radius) - 2px)
}

.rounded-none {
    border-radius: 0
}

.rounded-sm {
    border-radius: calc(.5rem - 4px);
    border-radius: calc(var(--radius) - 4px)
}

.rounded-xl {
    border-radius: calc(.5rem + 4px);
    border-radius: calc(var(--radius) + 4px)
}

.rounded-l-lg {
    border-bottom-left-radius: .5rem;
    border-bottom-left-radius: var(--radius);
    border-top-left-radius: .5rem;
    border-top-left-radius: var(--radius)
}

.rounded-r-none {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.rounded-r-xl {
    border-bottom-right-radius: calc(.5rem + 4px);
    border-bottom-right-radius: calc(var(--radius) + 4px);
    border-top-right-radius: calc(.5rem + 4px);
    border-top-right-radius: calc(var(--radius) + 4px)
}

.rounded-tl-\[5px\] {
    border-top-left-radius: 5px
}

.rounded-tl-\[var\(--gap\)\] {
    border-top-left-radius: var(--gap)
}

.rounded-tr-\[5px\] {
    border-top-right-radius: 5px
}

.rounded-tr-\[var\(--gap\)\] {
    border-top-right-radius: var(--gap)
}

.border {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-\[\.875rem\] {
    border-width: .875rem
}

.border-y {
    border-top-width: 1px
}

.border-b,
.border-y {
    border-bottom-width: 1px
}

.border-b-0 {
    border-bottom-width: 0
}

.border-l {
    border-left-width: 1px
}

.border-r {
    border-right-width: 1px
}

.border-r-0 {
    border-right-width: 0
}

.border-t {
    border-top-width: 1px
}

.border-solid {
    border-style: solid
}

.border-none {
    border-style: none
}

.border-accent {
    border-color: #f4f4f5;
    border-color: hsl(var(--accent))
}

.border-accent-hover {
    border-color: #e3e6e8;
    border-color: hsl(var(--accent-hover))
}

.border-background {
    border-color: #fff;
    border-color: hsl(var(--background))
}

.border-border {
    border-color: #e4e4e7;
    border-color: hsl(var(--border))
}

.border-destructive {
    border-color: #ff4d4f;
    border-color: hsl(var(--destructive))
}

.border-foreground\/60 {
    border-color: #32363999;
    border-color: hsl(var(--foreground)/.6)
}

.border-input {
    border-color: #e4e4e7;
    border-color: hsl(var(--input))
}

.border-primary {
    border-color: #006be6;
    border-color: hsl(var(--primary))
}

.border-primary-50 {
    border-color: hsl(var(--primary-50))
}

.border-transparent {
    border-color: transparent
}

.border-l-accent {
    border-left-color: #f4f4f5;
    border-left-color: hsl(var(--accent))
}

.border-l-transparent {
    border-left-color: transparent
}

.border-t-transparent {
    border-top-color: transparent
}

.bg-accent {
    background-color: #f4f4f5;
    background-color: hsl(var(--accent))
}

.bg-background {
    background-color: #fff;
    background-color: hsl(var(--background))
}

.bg-background-deep {
    background-color: #f0f2f5;
    background-color: hsl(var(--background-deep))
}

.bg-black\/30 {
    background-color: #0000004d
}

.bg-black\/80 {
    background-color: #000c
}

.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: #3b82f6;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity, 1))
}

.bg-border {
    background-color: #e4e4e7;
    background-color: hsl(var(--border))
}

.bg-card {
    background-color: #fff;
    background-color: hsl(var(--card))
}

.bg-destructive {
    background-color: #ff4d4f;
    background-color: hsl(var(--destructive))
}

.bg-destructive\/80 {
    background-color: #ff4d4fcc;
    background-color: hsl(var(--destructive)/.8)
}

.bg-foreground {
    background-color: #323639;
    background-color: hsl(var(--foreground))
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: #e5e7eb;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1))
}

.bg-green-500 {
    background-color: hsl(var(--green-500))
}

.bg-header {
    background-color: #fff;
    background-color: hsl(var(--header))
}

.bg-heavy {
    background-color: #e3e7e8;
    background-color: hsl(var(--heavy))
}

.bg-muted {
    background-color: #f4f4f5;
    background-color: hsl(var(--muted))
}

.bg-overlay {
    background-color: #00000073;
    background-color: hsl(var(--overlay))
}

.bg-overlay-content {
    background-color: #f2f2f273;
    background-color: hsl(var(--overlay-content))
}

.bg-popover {
    background-color: #fff;
    background-color: hsl(var(--popover))
}

.bg-primary {
    background-color: #006be6;
    background-color: hsl(var(--primary))
}

.bg-primary\/15 {
    background-color: #006be626;
    background-color: hsl(var(--primary)/.15)
}

.bg-secondary {
    background-color: #f4f4f5;
    background-color: hsl(var(--secondary))
}

.bg-sidebar {
    background-color: #fff;
    background-color: hsl(var(--sidebar))
}

.bg-sidebar-deep {
    background-color: #fff;
    background-color: hsl(var(--sidebar-deep))
}

.bg-success {
    background-color: #57d188;
    background-color: hsl(var(--success))
}

.bg-success\/80 {
    background-color: #57d188cc;
    background-color: hsl(var(--success)/.8)
}

.bg-transparent {
    background-color: transparent
}

.bg-yellow-400 {
    background-color: hsl(var(--yellow-400))
}

.bg-yellow-500 {
    background-color: hsl(var(--yellow-500))
}

.bg-none {
    background-image: none
}

.\!bg-clip-text {
    -webkit-background-clip: text !important;
    background-clip: text !important
}

.fill-current {
    fill: currentColor
}

.fill-foreground\/90 {
    fill: #323639e6;
    fill: hsl(var(--foreground)/.9)
}

.fill-transparent {
    fill: transparent
}

.stroke-accent-foreground\/80 {
    stroke: #18181bcc;
    stroke: hsl(var(--accent-foreground)/.8)
}

.stroke-foreground\/90 {
    stroke: #323639e6;
    stroke: hsl(var(--foreground)/.9)
}

.stroke-\[2px\] {
    stroke-width: 2px
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.p-0 {
    padding: 0
}

.p-0\.5 {
    padding: .125rem
}

.p-1 {
    padding: .25rem
}

.p-1\.5 {
    padding: .375rem
}

.p-2 {
    padding: .5rem
}

.p-20 {
    padding: 5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-48 {
    padding: 12rem
}

.p-5 {
    padding: 1.25rem
}

.p-6 {
    padding: 1.5rem
}

.p-\[5px\] {
    padding: 5px
}

.p-px {
    padding: 1px
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-1\.5 {
    padding-left: .375rem;
    padding-right: .375rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-2\.5 {
    padding-left: .625rem;
    padding-right: .625rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-3\.5 {
    padding-left: .875rem;
    padding-right: .875rem
}

.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
}

.px-\[10\%\] {
    padding-left: 10%;
    padding-right: 10%
}

.px-\[30\%\] {
    padding-left: 30%;
    padding-right: 30%
}

.px-\[calc\(var\(--gap\)-1px\)\] {
    padding-left: calc(var(--gap) - 1px);
    padding-right: calc(var(--gap) - 1px)
}

.py-0 {
    padding-bottom: 0;
    padding-top: 0
}

.py-0\.5 {
    padding-bottom: .125rem;
    padding-top: .125rem
}

.py-1 {
    padding-bottom: .25rem;
    padding-top: .25rem
}

.py-1\.5 {
    padding-bottom: .375rem;
    padding-top: .375rem
}

.py-10 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem
}

.py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.py-2\.5 {
    padding-bottom: .625rem;
    padding-top: .625rem
}

.py-3 {
    padding-bottom: .75rem;
    padding-top: .75rem
}

.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.py-5 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

.py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

.py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.pb-0 {
    padding-bottom: 0
}

.pb-1 {
    padding-bottom: .25rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-20 {
    padding-bottom: 5rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pb-\[2px\] {
    padding-bottom: 2px
}

.pl-0 {
    padding-left: 0
}

.pl-1 {
    padding-left: .25rem
}

.pl-2 {
    padding-left: .5rem
}

.pl-8 {
    padding-left: 2rem
}

.pl-\[15px\] {
    padding-left: 15px
}

.pl-\[5px\] {
    padding-left: 5px
}

.pr-1 {
    padding-right: .25rem
}

.pr-2 {
    padding-right: .5rem
}

.pr-3 {
    padding-right: .75rem
}

.pr-4 {
    padding-right: 1rem
}

.pr-6 {
    padding-right: 1.5rem
}

.pr-8 {
    padding-right: 2rem
}

.pr-\[15px\] {
    padding-right: 15px
}

.pt-0 {
    padding-top: 0
}

.pt-3 {
    padding-top: .75rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-\[3px\] {
    padding-top: 3px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.font-sans {
    font-family: -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;
    font-family: var(--font-family)
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-5xl {
    font-size: 3rem;
    line-height: 1
}

.text-\[0\.8rem\] {
    font-size: .8rem
}

.text-\[10px\] {
    font-size: 10px
}

.text-\[13px\] {
    font-size: 13px
}

.text-\[1rem\] {
    font-size: 1rem
}

.text-\[260px\] {
    font-size: 260px
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.italic {
    font-style: italic
}

.leading-5 {
    line-height: 1.25rem
}

.leading-6 {
    line-height: 1.5rem
}

.leading-8 {
    line-height: 2rem
}

.leading-9 {
    line-height: 2.25rem
}

.leading-\[30px\] {
    line-height: 30px
}

.leading-none {
    line-height: 1
}

.leading-normal {
    line-height: 1.5
}

.tracking-tight {
    letter-spacing: -.025em
}

.tracking-widest {
    letter-spacing: .1em
}

.text-accent-foreground {
    color: #18181b;
    color: hsl(var(--accent-foreground))
}

.text-accent-foreground\/80 {
    color: #18181bcc;
    color: hsl(var(--accent-foreground)/.8)
}

.text-black {
    --tw-text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--tw-text-opacity, 1))
}

.text-card-foreground {
    color: #020817;
    color: hsl(var(--card-foreground))
}

.text-current {
    color: currentColor
}

.text-destructive {
    color: #ff4d4f;
    color: hsl(var(--destructive))
}

.text-destructive-foreground {
    color: #fafafa;
    color: hsl(var(--destructive-foreground))
}

.text-foreground {
    color: #323639;
    color: hsl(var(--foreground))
}

.text-foreground\/60 {
    color: #32363999;
    color: hsl(var(--foreground)/.6)
}

.text-foreground\/80 {
    color: #323639cc;
    color: hsl(var(--foreground)/.8)
}

.text-green-400 {
    color: hsl(var(--green-400))
}

.text-green-500 {
    color: hsl(var(--green-500))
}

.text-muted-foreground {
    color: #71717a;
    color: hsl(var(--muted-foreground))
}

.text-popover-foreground {
    color: #020817;
    color: hsl(var(--popover-foreground))
}

.text-primary {
    color: #006be6;
    color: hsl(var(--primary))
}

.text-primary-50 {
    color: hsl(var(--primary-50))
}

.text-primary-foreground {
    color: #fafafa;
    color: hsl(var(--primary-foreground))
}

.text-red-500 {
    color: hsl(var(--red-500))
}

.text-red-600 {
    color: hsl(var(--red-600))
}

.text-secondary-foreground {
    color: #18181b;
    color: hsl(var(--secondary-foreground))
}

.text-transparent {
    color: transparent
}

.text-white {
    --tw-text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1))
}

.line-through {
    text-decoration-line: line-through
}

.underline-offset-4 {
    text-underline-offset: 4px
}

.opacity-0 {
    opacity: 0
}

.opacity-100 {
    opacity: 1
}

.opacity-30 {
    opacity: .3
}

.opacity-50 {
    opacity: .5
}

.opacity-60 {
    opacity: .6
}

.opacity-70 {
    opacity: .7
}

.opacity-75 {
    opacity: .75
}

.opacity-80 {
    opacity: .8
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(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: 0 0 transparent, 0 0 transparent, 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-\[0_16px_24px_hsl\(var\(--background\)\)\] {
    --tw-shadow: 0 16px 24px hsl(var(--background));
    --tw-shadow-colored: 0 16px 24px var(--tw-shadow-color);
    box-shadow: 0 0 transparent, 0 0 transparent, 0 16px 24px #fff;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-float {
    --tw-shadow: 0 6px 16px 0 rgba(0, 0, 0, .08), 0 3px 6px -4px rgba(0, 0, 0, .12), 0 9px 28px 8px rgba(0, 0, 0, .05);
    --tw-shadow-colored: 0 6px 16px 0 var(--tw-shadow-color), 0 3px 6px -4px var(--tw-shadow-color), 0 9px 28px 8px var(--tw-shadow-color);
    box-shadow: 0 0 transparent, 0 0 transparent, 0 6px 16px #00000014, 0 3px 6px -4px #0000001f, 0 9px 28px 8px #0000000d;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(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: 0 0 transparent, 0 0 transparent, 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(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: 0 0 transparent, 0 0 transparent, 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 2px #0000000d;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(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: 0 0 transparent, 0 0 transparent, 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-border {
    --tw-shadow-color: hsl(var(--border));
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-primary\/5 {
    --tw-shadow-color: hsl(var(--primary)/.05);
    --tw-shadow: var(--tw-shadow-colored)
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.outline {
    outline-style: solid
}

.ring {
    --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}

.ring,
.ring-0 {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
}

.ring-0 {
    --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(var(--tw-ring-offset-width)) var(--tw-ring-color)
}

.ring-offset-background {
    --tw-ring-offset-color: hsl(var(--background))
}

.ring-offset-transparent {
    --tw-ring-offset-color: transparent
}

.blur {
    --tw-blur: blur(8px);
    filter: blur(8px) 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)
}

.blur,
.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)
}

.backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: blur(4px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: blur(4px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.\!transition {
    transition-duration: .15s !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.transition {
    transition-duration: .15s;
    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(.4, 0, .2, 1)
}

.transition-\[background-color\] {
    transition-duration: .15s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-\[margin-top\] {
    transition-duration: .15s;
    transition-property: margin-top;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-\[width\,transform\] {
    transition-duration: .15s;
    transition-property: width, transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-all {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-colors {
    transition-duration: .15s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-opacity {
    transition-duration: .15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-transform {
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-150 {
    transition-duration: .15s
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

.ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.will-change-\[opacity\] {
    will-change: opacity
}

.content-\[\'\'\] {
    --tw-content: "";
    content: "";
    content: var(--tw-content)
}

@keyframes enter {
    0% {
        opacity: 1;
        opacity: var(--tw-enter-opacity, 1);
        transform: translateZ(0) scaleX(1) rotate(0);
        transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))
    }
}

@keyframes exit {
    to {
        opacity: 1;
        opacity: var(--tw-exit-opacity, 1);
        transform: translateZ(0) scaleX(1) rotate(0);
        transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))
    }
}

.animate-in {
    animation-duration: .15s;
    animation-name: enter;
    --tw-enter-opacity: initial;
    --tw-enter-scale: initial;
    --tw-enter-rotate: initial;
    --tw-enter-translate-x: initial;
    --tw-enter-translate-y: initial
}

.fade-in-0 {
    --tw-enter-opacity: 0
}

.zoom-in-95 {
    --tw-enter-scale: .95
}

.duration-150 {
    animation-duration: .15s
}

.duration-200 {
    animation-duration: .2s
}

.duration-300 {
    animation-duration: .3s
}

.duration-500 {
    animation-duration: .5s
}

.ease-in {
    animation-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.ease-in-out {
    animation-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.ease-out {
    animation-timing-function: cubic-bezier(0, 0, .2, 1)
}

.paused {
    animation-play-state: paused
}

.enter-x:first-child {
    animation: enter-x-animation .3s ease-in-out .1s forwards;
    opacity: 0;
    transform: translate(50px)
}

.enter-y:first-child {
    animation: enter-y-animation .3s ease-in-out .1s forwards;
    opacity: 0;
    transform: translateY(50px)
}

.-enter-x:first-child {
    animation: enter-x-animation .3s ease-in-out .1s forwards;
    opacity: 0;
    transform: translate(-50px)
}

.enter-x:nth-child(2) {
    animation: enter-x-animation .3s ease-in-out .2s forwards;
    opacity: 0;
    transform: translate(50px)
}

.enter-y:nth-child(2) {
    animation: enter-y-animation .3s ease-in-out .2s forwards;
    opacity: 0;
    transform: translateY(50px)
}

.-enter-x:nth-child(2) {
    animation: enter-x-animation .3s ease-in-out .2s forwards;
    opacity: 0;
    transform: translate(-50px)
}

.enter-x:nth-child(3) {
    animation: enter-x-animation .3s ease-in-out .30000000000000004s forwards;
    opacity: 0;
    transform: translate(50px)
}

.enter-y:nth-child(3) {
    animation: enter-y-animation .3s ease-in-out .30000000000000004s forwards;
    opacity: 0;
    transform: translateY(50px)
}

.-enter-x:nth-child(3) {
    animation: enter-x-animation .3s ease-in-out .30000000000000004s forwards;
    opacity: 0;
    transform: translate(-50px)
}

.enter-x:nth-child(4) {
    animation: enter-x-animation .3s ease-in-out .4s forwards;
    opacity: 0;
    transform: translate(50px)
}

.enter-y:nth-child(4) {
    animation: enter-y-animation .3s ease-in-out .4s forwards;
    opacity: 0;
    transform: translateY(50px)
}

.-enter-x:nth-child(4) {
    animation: enter-x-animation .3s ease-in-out .4s forwards;
    opacity: 0;
    transform: translate(-50px)
}

.enter-x:nth-child(5) {
    animation: enter-x-animation .3s ease-in-out .5s forwards;
    opacity: 0;
    transform: translate(50px)
}

.enter-y:nth-child(5) {
    animation: enter-y-animation .3s ease-in-out .5s forwards;
    opacity: 0;
    transform: translateY(50px)
}

.-enter-x:nth-child(5) {
    animation: enter-x-animation .3s ease-in-out .5s forwards;
    opacity: 0;
    transform: translate(-50px)
}

@keyframes enter-x-animation {
    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes enter-y-animation {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

html.invert-mode {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) invert(100%) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    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)
}

html.grayscale-mode {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) grayscale(100%) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    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)
}

.slide-up-enter-active,
.slide-up-leave-active {
    transition: .25s cubic-bezier(.25, .8, .5, 1)
}

.slide-up-move {
    transition: transform .3s
}

.slide-up-enter-from,
.slide-up-leave-to {
    opacity: 0;
    transform: translateY(-15px)
}

.slide-down-enter-active,
.slide-down-leave-active {
    transition: .25s cubic-bezier(.25, .8, .5, 1)
}

.slide-down-move {
    transition: transform .3s
}

.slide-down-enter-from,
.slide-down-leave-to {
    opacity: 0;
    transform: translateY(15px)
}

.slide-left-enter-active,
.slide-left-leave-active {
    transition: .25s cubic-bezier(.25, .8, .5, 1)
}

.slide-left-move {
    transition: transform .3s
}

.slide-left-enter-from,
.slide-left-leave-to {
    opacity: 0;
    transform: translate(-15px)
}

.slide-right-enter-active,
.slide-right-leave-active {
    transition: .25s cubic-bezier(.25, .8, .5, 1)
}

.slide-right-move {
    transition: transform .3s
}

.slide-right-enter-from,
.slide-right-leave-to {
    opacity: 0;
    transform: translate(15px)
}

.fade-transition-enter-active,
.fade-transition-leave-active {
    transition: opacity .2s ease-in-out
}

.fade-transition-enter-from,
.fade-transition-leave-to {
    opacity: 0
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .2s ease-in-out
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0
}

.fade-slide-enter-active,
.fade-slide-leave-active {
    transition: all .3s
}

.fade-slide-enter-from {
    opacity: 0;
    transform: translate(-30px)
}

.fade-slide-leave-to {
    opacity: 0;
    transform: translate(30px)
}

.fade-down-enter-active,
.fade-down-leave-active {
    transition: opacity .25s, transform .3s
}

.fade-down-enter-from {
    opacity: 0;
    transform: translateY(-10%)
}

.fade-down-leave-to {
    opacity: 0;
    transform: translateY(10%)
}

.fade-scale-enter-active,
.fade-scale-leave-active {
    transition: all .28s
}

.fade-scale-enter-from {
    opacity: 0;
    transform: scale(1.2)
}

.fade-scale-leave-to {
    opacity: 0;
    transform: scale(.8)
}

.fade-up-enter-active,
.fade-up-leave-active {
    transition: opacity .2s, transform .25s
}

.fade-up-enter-from {
    opacity: 0;
    transform: translateY(10%)
}

.fade-up-leave-to {
    opacity: 0;
    transform: translateY(-10%)
}

@keyframes fade-slide {
    0% {
        opacity: 0;
        transform: translate(-30px)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate(30px)
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(10%)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translateY(-10%)
    }
}

@keyframes fade-down {
    0% {
        opacity: 0;
        transform: translateY(-10%)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translateY(10%)
    }
}

.fade-slow {
    animation: fade 3s infinite
}

.fade-slide-slow {
    animation: fade-slide 3s infinite
}

.fade-up-slow {
    animation: fade-up 3s infinite
}

.fade-down-slow {
    animation: fade-down 3s infinite
}

.collapse-transition {
    transition: height .2s ease-in-out, padding-top .2s ease-in-out, padding-bottom .2s ease-in-out
}

.collapse-transition-enter-active,
.collapse-transition-leave-active {
    transition: max-height .2s ease-in-out, padding-top .2s ease-in-out, margin-top .2s ease-in-out
}

#nprogress {
    pointer-events: none
}

#nprogress .bar {
    background-color: #006be6;
    background-color: hsl(var(--primary));
    height: 2px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1031
}

#nprogress .peg {
    box-shadow: 0 0 10px #006be6, 0 0 5px #006be6;
    box-shadow: 0 0 10px hsl(var(--primary)), 0 0 5px hsl(var(--primary));
    display: block;
    height: 100%;
    opacity: 1;
    position: absolute;
    right: 0;
    transform: rotate(3deg) translateY(-4px);
    width: 100px
}

#nprogress .spinner {
    display: block;
    position: fixed;
    right: 1rem;
    top: 1rem;
    z-index: 1031
}

#nprogress .spinner-icon {
    animation: nprogress-spinner .4s linear infinite;
    border-bottom: 2px solid transparent;
    border-left: 2px solid #006be6;
    border-left-color: hsl(var(--primary));
    border-radius: 9999px;
    border-right: 2px solid transparent;
    border-top: 2px solid #006be6;
    border-top-color: hsl(var(--primary));
    height: 1rem;
    width: 1rem
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
    position: absolute
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.side-content {
    animation-duration: .2s;
    animation-timing-function: cubic-bezier(.16, 1, .3, 1)
}

.side-content[data-side=top] {
    animation-name: slide-up
}

.side-content[data-side=bottom] {
    animation-name: slide-down
}

.side-content[data-side=left] {
    animation-name: slide-left
}

.side-content[data-side=right] {
    animation-name: slide-right
}

.breadcrumb-transition-enter-active {
    transition: transform .4s cubic-bezier(.76, 0, .24, 1), opacity .4s cubic-bezier(.76, 0, .24, 1)
}

.breadcrumb-transition-leave-active {
    display: none
}

.breadcrumb-transition-enter-from {
    opacity: 0;
    transform: translate(30px) skew(-30deg)
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-left {
    0% {
        opacity: 0;
        transform: translate(-10px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes slide-right {
    0% {
        opacity: 0;
        transform: translate(-10px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.z-popup {
    z-index: 2000;
    z-index: var(--popup-z-index)
}

.\*\:text-primary>* {
    color: #006be6;
    color: hsl(var(--primary))
}

.file\:border-0::file-selector-button {
    border-width: 0
}

.file\:bg-transparent::file-selector-button {
    background-color: transparent
}

.file\:text-sm::file-selector-button {
    font-size: .875rem;
    line-height: 1.25rem
}

.file\:font-medium::file-selector-button {
    font-weight: 500
}

.placeholder\:text-muted-foreground::-moz-placeholder {
    color: #71717a;
    color: hsl(var(--muted-foreground))
}

.placeholder\:text-muted-foreground::placeholder {
    color: #71717a;
    color: hsl(var(--muted-foreground))
}

.before\:absolute:before {
    content: var(--tw-content);
    position: absolute
}

.before\:left-0:before {
    content: var(--tw-content);
    left: 0
}

.before\:top-\[60px\]:before {
    content: var(--tw-content);
    top: 60px
}

.before\:h-\[5px\]:before {
    content: var(--tw-content);
    height: 5px
}

.before\:w-12:before {
    content: var(--tw-content);
    width: 3rem
}

.before\:rounded-\[50\%\]:before {
    border-radius: 50%;
    content: var(--tw-content)
}

.before\:bg-primary\/50:before {
    background-color: #006be680;
    background-color: hsl(var(--primary)/.5);
    content: var(--tw-content)
}

.before\:content-\[\'\'\]:before {
    --tw-content: "";
    content: "";
    content: var(--tw-content)
}

.after\:absolute:after {
    content: var(--tw-content);
    position: absolute
}

.after\:inset-y-0:after {
    top: 0
}

.after\:bottom-0:after,
.after\:inset-y-0:after {
    bottom: 0;
    content: var(--tw-content)
}

.after\:left-0:after {
    content: var(--tw-content);
    left: 0
}

.after\:left-1\/2:after {
    content: var(--tw-content);
    left: 50%
}

.after\:top-0:after {
    content: var(--tw-content);
    top: 0
}

.after\:h-\[1\.5px\]:after {
    content: var(--tw-content);
    height: 1.5px
}

.after\:h-full:after {
    content: var(--tw-content);
    height: 100%
}

.after\:w-1:after {
    content: var(--tw-content);
    width: .25rem
}

.after\:w-full:after {
    content: var(--tw-content);
    width: 100%
}

.after\:origin-left:after {
    content: var(--tw-content);
    transform-origin: left
}

.after\:-translate-x-1\/2:after {
    content: var(--tw-content);
    --tw-translate-x: -50%;
    transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.after\:scale-x-0:after {
    content: var(--tw-content);
    --tw-scale-x: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(0) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.after\:rounded:after {
    border-radius: .25rem;
    content: var(--tw-content)
}

.after\:bg-primary:after {
    background-color: #006be6;
    background-color: hsl(var(--primary));
    content: var(--tw-content)
}

.after\:transition-\[transform\]:after {
    content: var(--tw-content);
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.after\:duration-300:after {
    transition-duration: .3s
}

.after\:ease-out:after {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.after\:content-\[\'\'\]:after {
    --tw-content: "";
    content: "";
    content: var(--tw-content)
}

.after\:duration-300:after {
    animation-duration: .3s;
    content: var(--tw-content)
}

.after\:ease-out:after {
    animation-timing-function: cubic-bezier(0, 0, .2, 1);
    content: var(--tw-content)
}

.first\:rounded-l-md:first-child {
    border-bottom-left-radius: calc(.5rem - 2px);
    border-bottom-left-radius: calc(var(--radius) - 2px);
    border-top-left-radius: calc(.5rem - 2px);
    border-top-left-radius: calc(var(--radius) - 2px)
}

.first\:border-l:first-child {
    border-left-width: 1px
}

.last\:mr-0:last-child {
    margin-right: 0
}

.last\:rounded-r-md:last-child {
    border-bottom-right-radius: calc(.5rem - 2px);
    border-bottom-right-radius: calc(var(--radius) - 2px);
    border-top-right-radius: calc(.5rem - 2px);
    border-top-right-radius: calc(var(--radius) - 2px)
}

.last\:border-r:last-child {
    border-right-width: 1px
}

.even\:bg-heavy:nth-child(2n) {
    background-color: #e3e7e8;
    background-color: hsl(var(--heavy))
}

.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:border-destructive\/80:hover {
    border-color: #ff4d4fcc;
    border-color: hsl(var(--destructive)/.8)
}

.hover\:bg-accent:hover {
    background-color: #f4f4f5;
    background-color: hsl(var(--accent))
}

.hover\:bg-accent-hover:hover {
    background-color: #e3e6e8;
    background-color: hsl(var(--accent-hover))
}

.hover\:bg-destructive-hover:hover {
    background-color: hsl(var(--destructive-600))
}

.hover\:bg-heavy:hover {
    background-color: #e3e7e8;
    background-color: hsl(var(--heavy))
}

.hover\:bg-muted:hover {
    background-color: #f4f4f5;
    background-color: hsl(var(--muted))
}

.hover\:bg-primary\/90:hover {
    background-color: #006be6e6;
    background-color: hsl(var(--primary)/.9)
}

.hover\:bg-secondary:hover {
    background-color: #f4f4f5;
    background-color: hsl(var(--secondary))
}

.hover\:bg-secondary\/80:hover {
    background-color: #f4f4f5cc;
    background-color: hsl(var(--secondary)/.8)
}

.hover\:stroke-accent-foreground:hover {
    stroke: #18181b;
    stroke: hsl(var(--accent-foreground))
}

.hover\:text-accent-foreground:hover {
    color: #18181b;
    color: hsl(var(--accent-foreground))
}

.hover\:text-foreground:hover {
    color: #323639;
    color: hsl(var(--foreground))
}

.hover\:text-heavy-foreground:hover {
    color: #18181b;
    color: hsl(var(--heavy-foreground))
}

.hover\:text-muted-foreground:hover {
    color: #71717a;
    color: hsl(var(--muted-foreground))
}

.hover\:text-primary-foreground:hover {
    color: #fafafa;
    color: hsl(var(--primary-foreground))
}

.hover\:text-primary-hover:hover {
    color: hsl(var(--primary-600))
}

.hover\:text-secondary-foreground:hover {
    color: #18181b;
    color: hsl(var(--secondary-foreground))
}

.hover\:underline:hover {
    text-decoration-line: underline
}

.hover\:opacity-100:hover {
    opacity: 1
}

.hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(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: 0 0 transparent, 0 0 transparent, 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.hover\:after\:scale-x-100:hover:after {
    content: var(--tw-content);
    --tw-scale-x: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.focus\:relative:focus {
    position: relative
}

.focus\:z-10:focus {
    z-index: 10
}

.focus\:border-destructive:focus {
    border-color: #ff4d4f;
    border-color: hsl(var(--destructive))
}

.focus\:bg-accent:focus {
    background-color: #f4f4f5;
    background-color: hsl(var(--accent))
}

.focus\:text-accent-foreground:focus {
    color: #18181b;
    color: hsl(var(--accent-foreground))
}

.focus\:shadow-\[0_0_0_2px_rgba\(255\,38\,5\,0\.06\)\]:focus {
    --tw-shadow: 0 0 0 2px rgba(255, 38, 5, .06);
    --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color);
    box-shadow: 0 0 transparent, 0 0 transparent, 0 0 0 2px #ff26050f;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.focus\:ring-1: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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}

.focus\:ring-1:focus,
.focus\:ring-2:focus {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
}

.focus\:ring-2: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}

.focus\:ring-ring:focus {
    --tw-ring-color: hsl(var(--ring))
}

.focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px
}

.focus-visible\:outline-none:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.focus-visible\:ring-1:focus-visible {
    --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), 0 0 transparent;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
}

.focus-visible\:ring-2:focus-visible {
    --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), 0 0 transparent;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
}

.focus-visible\:ring-ring:focus-visible {
    --tw-ring-color: hsl(var(--ring))
}

.focus-visible\:ring-transparent:focus-visible {
    --tw-ring-color: transparent
}

.focus-visible\:ring-offset-1:focus-visible {
    --tw-ring-offset-width: 1px
}

.focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 2px
}

.focus-visible\:ring-offset-background:focus-visible {
    --tw-ring-offset-color: hsl(var(--background))
}

.disabled\:pointer-events-none:disabled {
    pointer-events: none
}

.disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed
}

.disabled\:opacity-20:disabled {
    opacity: .2
}

.disabled\:opacity-50:disabled {
    opacity: .5
}

.group:hover .group-hover\:w-60 {
    width: 15rem
}

.group:hover .group-hover\: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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.25) scaleY(1.25);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:text-foreground {
    color: #323639;
    color: hsl(var(--foreground))
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1
}

.group.is-active .group-\[\.is-active\]\:bg-primary\/15 {
    background-color: #006be626;
    background-color: hsl(var(--primary)/.15)
}

.group.is-active .group-\[\.is-active\]\:fill-primary\/15 {
    fill: #006be626;
    fill: hsl(var(--primary)/.15)
}

.group.is-active .group-\[\.is-active\]\:text-accent-foreground {
    color: #18181b;
    color: hsl(var(--accent-foreground))
}

.group.is-active .group-\[\.is-active\]\:text-primary {
    color: #006be6;
    color: hsl(var(--primary))
}

.peer:disabled~.peer-disabled\:cursor-not-allowed {
    cursor: not-allowed
}

.peer:disabled~.peer-disabled\:opacity-70 {
    opacity: .7
}

.data-\[disabled\]\:pointer-events-none[data-disabled] {
    pointer-events: none
}

.data-\[side\=bottom\]\:translate-y-1[data-side=bottom] {
    --tw-translate-y: .25rem;
    transform: translate(var(--tw-translate-x), .25rem) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.data-\[side\=left\]\:-translate-x-1[data-side=left] {
    --tw-translate-x: -.25rem;
    transform: translate(-.25rem, var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.data-\[side\=right\]\:translate-x-1[data-side=right] {
    --tw-translate-x: .25rem;
    transform: translate(.25rem, var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.data-\[side\=top\]\:-translate-y-1[data-side=top] {
    --tw-translate-y: -.25rem;
    transform: translate(var(--tw-translate-x), -.25rem) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.data-\[state\=checked\]\:translate-x-4[data-state=checked] {
    --tw-translate-x: 1rem;
    transform: translate(1rem, var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked] {
    --tw-translate-x: 0px;
    transform: translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes accordion-up {
    0% {
        height: var(--radix-accordion-content-height)
    }

    to {
        height: 0
    }
}

.data-\[state\=closed\]\:animate-accordion-up[data-state=closed] {
    animation: accordion-up .2s ease-out
}

@keyframes accordion-down {
    0% {
        height: 0
    }

    to {
        height: var(--radix-accordion-content-height)
    }
}

.data-\[state\=open\]\:animate-accordion-down[data-state=open] {
    animation: accordion-down .2s ease-out
}

.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction=vertical] {
    flex-direction: column
}

.data-\[state\=active\]\:bg-background[data-state=active] {
    background-color: #fff;
    background-color: hsl(var(--background))
}

.data-\[state\=checked\]\:bg-accent[data-state=checked] {
    background-color: #f4f4f5;
    background-color: hsl(var(--accent))
}

.data-\[state\=checked\]\:bg-primary[data-state=checked] {
    background-color: #006be6;
    background-color: hsl(var(--primary))
}

.data-\[state\=on\]\:bg-accent[data-state=on] {
    background-color: #f4f4f5;
    background-color: hsl(var(--accent))
}

.data-\[state\=on\]\:bg-primary[data-state=on] {
    background-color: #006be6;
    background-color: hsl(var(--primary))
}

.data-\[state\=open\]\:bg-accent[data-state=open] {
    background-color: #f4f4f5;
    background-color: hsl(var(--accent))
}

.data-\[state\=open\]\:bg-secondary[data-state=open] {
    background-color: #f4f4f5;
    background-color: hsl(var(--secondary))
}

.data-\[state\=unchecked\]\:bg-input[data-state=unchecked] {
    background-color: #e4e4e7;
    background-color: hsl(var(--input))
}

.data-\[state\=active\]\:text-foreground[data-state=active] {
    color: #323639;
    color: hsl(var(--foreground))
}

.data-\[state\=checked\]\:text-accent-foreground[data-state=checked] {
    color: #18181b;
    color: hsl(var(--accent-foreground))
}

.data-\[state\=checked\]\:text-primary-foreground[data-state=checked] {
    color: #fafafa;
    color: hsl(var(--primary-foreground))
}

.data-\[state\=on\]\:text-accent-foreground[data-state=on] {
    color: #18181b;
    color: hsl(var(--accent-foreground))
}

.data-\[state\=on\]\:text-primary-foreground[data-state=on] {
    color: #fafafa;
    color: hsl(var(--primary-foreground))
}

.data-\[state\=open\]\:text-accent-foreground[data-state=open] {
    color: #18181b;
    color: hsl(var(--accent-foreground))
}

.data-\[state\=open\]\:text-muted-foreground[data-state=open] {
    color: #71717a;
    color: hsl(var(--muted-foreground))
}

.data-\[disabled\]\:opacity-50[data-disabled] {
    opacity: .5
}

.data-\[state\=active\]\:shadow[data-state=active] {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(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: 0 0 transparent, 0 0 transparent, 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.data-\[state\=closed\]\:duration-300[data-state=closed] {
    transition-duration: .3s
}

.data-\[state\=open\]\:duration-500[data-state=open] {
    transition-duration: .5s
}

.data-\[state\=open\]\:animate-in[data-state=open] {
    animation-duration: .15s;
    animation-name: enter;
    --tw-enter-opacity: initial;
    --tw-enter-scale: initial;
    --tw-enter-rotate: initial;
    --tw-enter-translate-x: initial;
    --tw-enter-translate-y: initial
}

.data-\[state\=closed\]\:animate-out[data-state=closed] {
    animation-duration: .15s;
    animation-name: exit;
    --tw-exit-opacity: initial;
    --tw-exit-scale: initial;
    --tw-exit-rotate: initial;
    --tw-exit-translate-x: initial;
    --tw-exit-translate-y: initial
}

.data-\[state\=closed\]\:fade-out-0[data-state=closed] {
    --tw-exit-opacity: 0
}

.data-\[state\=open\]\:fade-in-0[data-state=open] {
    --tw-enter-opacity: 0
}

.data-\[state\=closed\]\:zoom-out-95[data-state=closed] {
    --tw-exit-scale: .95
}

.data-\[state\=open\]\:zoom-in-95[data-state=open] {
    --tw-enter-scale: .95
}

.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom] {
    --tw-enter-translate-y: -.5rem
}

.data-\[side\=left\]\:slide-in-from-right-2[data-side=left] {
    --tw-enter-translate-x: .5rem
}

.data-\[side\=right\]\:slide-in-from-left-2[data-side=right] {
    --tw-enter-translate-x: -.5rem
}

.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top] {
    --tw-enter-translate-y: .5rem
}

.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed] {
    --tw-exit-translate-y: 100%
}

.data-\[state\=closed\]\:slide-out-to-left[data-state=closed] {
    --tw-exit-translate-x: -100%
}

.data-\[state\=closed\]\:slide-out-to-right[data-state=closed] {
    --tw-exit-translate-x: 100%
}

.data-\[state\=closed\]\:slide-out-to-top[data-state=closed] {
    --tw-exit-translate-y: -100%
}

.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed] {
    --tw-exit-translate-y: -48%
}

.data-\[state\=open\]\:slide-in-from-bottom[data-state=open] {
    --tw-enter-translate-y: 100%
}

.data-\[state\=open\]\:slide-in-from-left[data-state=open] {
    --tw-enter-translate-x: -100%
}

.data-\[state\=open\]\:slide-in-from-right[data-state=open] {
    --tw-enter-translate-x: 100%
}

.data-\[state\=open\]\:slide-in-from-top[data-state=open] {
    --tw-enter-translate-y: -100%
}

.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open] {
    --tw-enter-translate-y: -48%
}

.data-\[state\=closed\]\:duration-300[data-state=closed] {
    animation-duration: .3s
}

.data-\[state\=open\]\:duration-500[data-state=open] {
    animation-duration: .5s
}

@media (min-width:640px) {
    .sm\:left-6 {
        left: 1.5rem
    }

    .sm\:top-6 {
        top: 1.5rem
    }

    .sm\:col-span-1 {
        grid-column: span 1/span 1
    }

    .sm\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .sm\:mr-4 {
        margin-right: 1rem
    }

    .sm\:mt-2 {
        margin-top: .5rem
    }

    .sm\:block {
        display: block
    }

    .sm\:flex {
        display: flex
    }

    .sm\:max-h-\[450px\] {
        max-height: 450px
    }

    .sm\:w-\[600px\] {
        width: 600px
    }

    .sm\:w-full {
        width: 100%
    }

    .sm\:max-w-md {
        max-width: 28rem
    }

    .sm\:max-w-sm {
        max-width: 24rem
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .sm\:flex-col {
        flex-direction: column
    }

    .sm\:items-end {
        align-items: flex-end
    }

    .sm\:gap-2\.5 {
        gap: .625rem
    }

    .sm\:rounded-2xl {
        border-radius: 1rem
    }

    .sm\:rounded-\[var\(--radius\)\],
    .sm\:rounded-lg {
        border-radius: .5rem;
        border-radius: var(--radius)
    }

    .sm\:rounded-xl {
        border-radius: calc(.5rem + 4px);
        border-radius: calc(var(--radius) + 4px)
    }

    .sm\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .sm\:text-left {
        text-align: left
    }
}

@media (min-width:768px) {
    .md\:bottom-2 {
        bottom: .5rem
    }

    .md\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem
    }

    .md\:ml-6 {
        margin-left: 1.5rem
    }

    .md\:mr-10 {
        margin-right: 2.5rem
    }

    .md\:mr-4 {
        margin-right: 1rem
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

    .md\:h-3 {
        height: .75rem
    }

    .md\:h-\[unset\] {
        height: auto
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-1\/3 {
        width: 33.333333%
    }

    .md\:w-10 {
        width: 2.5rem
    }

    .md\:w-2\/3 {
        width: 66.666667%
    }

    .md\:w-full {
        width: 100%
    }

    .md\:max-w-md {
        max-width: 28rem
    }

    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .md\:bg-accent {
        background-color: #f4f4f5;
        background-color: hsl(var(--accent))
    }

    .md\:bg-background {
        background-color: #fff;
        background-color: hsl(var(--background))
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width:1024px) {
    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-1\/3 {
        width: 33.333333%
    }

    .lg\:w-1\/4 {
        width: 25%
    }

    .lg\:w-2\/5 {
        width: 40%
    }

    .lg\:w-3\/5 {
        width: 60%
    }

    .lg\:flex-initial {
        flex: 0 1 auto
    }

    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .lg\:text-foreground {
        color: #323639;
        color: hsl(var(--foreground))
    }
}

@media (min-width:1280px) {
    .xl\:w-\[36\%\] {
        width: 36%
    }

    .xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width:1536px) {
    .\32xl\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

.dark\:border-gray-600:where(.dark, .dark *) {
    --tw-border-opacity: 1;
    border-color: #4b5563;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity, 1))
}

.dark\:bg-\[\#070709\]:where(.dark, .dark *) {
    --tw-bg-opacity: 1;
    background-color: #070709;
    background-color: rgba(7, 7, 9, var(--tw-bg-opacity, 1))
}

.dark\:bg-accent:where(.dark, .dark *) {
    background-color: #f4f4f5;
    background-color: hsl(var(--accent))
}

.dark\:bg-background-deep:where(.dark, .dark *) {
    background-color: #f0f2f5;
    background-color: hsl(var(--background-deep))
}

.dark\:bg-input-background:where(.dark, .dark *) {
    background-color: #fff;
    background-color: hsl(var(--input-background))
}

.dark\:bg-overlay:where(.dark, .dark *) {
    background-color: #00000073;
    background-color: hsl(var(--overlay))
}

.dark\:text-muted-foreground:where(.dark, .dark *) {
    color: #71717a;
    color: hsl(var(--muted-foreground))
}

.dark\:hover\:bg-accent:hover:where(.dark, .dark *) {
    background-color: #f4f4f5;
    background-color: hsl(var(--accent))
}

.dark\:hover\:bg-heavy:hover:where(.dark, .dark *) {
    background-color: #e3e7e8;
    background-color: hsl(var(--heavy))
}

.group.is-active .dark\:group-\[\.is-active\]\:bg-accent:where(.dark, .dark *) {
    background-color: #f4f4f5;
    background-color: hsl(var(--accent))
}

.group.is-active .dark\:group-\[\.is-active\]\:fill-accent:where(.dark, .dark *) {
    fill: #f4f4f5;
    fill: hsl(var(--accent))
}

.group.is-active .dark\:group-\[\.is-active\]\:text-accent-foreground:where(.dark, .dark *) {
    color: #18181b;
    color: hsl(var(--accent-foreground))
}

.\[\&\.is-active\]\:after\:scale-x-100.is-active:after {
    content: var(--tw-content);
    --tw-scale-x: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.\[\&\:not\(\.is-active\)\]\:hover\:bg-accent:hover:not(.is-active) {
    background-color: #f4f4f5;
    background-color: hsl(var(--accent))
}

.\[\&\:not\(\:first-child\)\]\:border-l:not(:first-child) {
    border-left-width: 1px
}

.\[\&\>\[data-slot\=input\]\]\:has-\[\[data-slot\=decrement\]\]\:pl-5:has([data-slot=decrement])>[data-slot=input] {
    padding-left: 1.25rem
}

.\[\&\>\[data-slot\=input\]\]\:has-\[\[data-slot\=increment\]\]\:pr-5:has([data-slot=increment])>[data-slot=input] {
    padding-right: 1.25rem
}

.\[\&\>span\]\:line-clamp-1>span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.\[\&\>svg\]\:size-3\.5>svg {
    height: .875rem;
    width: .875rem
}

.\[\&\[data-orientation\=vertical\]\>div\]\:rotate-90[data-orientation=vertical]>div {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(90deg) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.\[\&\[data-orientation\=vertical\]\]\:h-px[data-orientation=vertical] {
    height: 1px
}

.\[\&\[data-orientation\=vertical\]\]\:w-full[data-orientation=vertical] {
    width: 100%
}

.\[\&\[data-orientation\=vertical\]\]\:after\:left-0[data-orientation=vertical]:after {
    content: var(--tw-content);
    left: 0
}

.\[\&\[data-orientation\=vertical\]\]\:after\:h-1[data-orientation=vertical]:after {
    content: var(--tw-content);
    height: .25rem
}

.\[\&\[data-orientation\=vertical\]\]\:after\:w-full[data-orientation=vertical]:after {
    content: var(--tw-content);
    width: 100%
}

.\[\&\[data-orientation\=vertical\]\]\:after\:-translate-y-1\/2[data-orientation=vertical]:after {
    content: var(--tw-content);
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.\[\&\[data-orientation\=vertical\]\]\:after\:translate-x-0[data-orientation=vertical]:after {
    content: var(--tw-content);
    --tw-translate-x: 0px;
    transform: translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.ant-app {
    color: inherit;
    height: 100%;
    overscroll-behavior: none;
    width: 100%
}

.ant-btn .anticon {
    display: inline-flex
}

.ant-btn>svg {
    display: inline-block
}

.ant-btn>svg+span {
    margin-left: 6px
}

.ant-tag>svg {
    display: inline-block
}

.ant-tag>svg+span {
    margin-left: 4px
}

.ant-message-notice-content:where(.dark, .dark *),
.ant-notification-notice:where(.dark, .dark *) {
    border-color: hsl(var(--border)/.6);
    border-width: 1px
}

.form-valid-error .ant-select:not(.valid-success) .ant-select-selector:not(.valid-success) {
    border-color: hsl(var(--destructive)) !important
}

.form-valid-error .ant-select-focused .ant-select-selector {
    box-shadow: 0 0 0 2px #ff26050f !important
}

.form-valid-error .ant-input-number-focused {
    box-shadow: 0 0 0 2px #ff26050f
}

.form-valid-error .ant-input-affix-wrapper:hover {
    border-color: hsl(var(--destructive));
    box-shadow: 0 0 0 2px #ff26050f
}

.form-valid-error .ant-input:not(.valid-success) {
    border-color: hsl(var(--destructive)) !important
}

.ant-app .form-valid-error .ant-picker-active-bar {
    background-color: hsl(var(--destructive))
}

.ant-app .form-valid-error .ant-picker-focused {
    box-shadow: 0 0 0 2px #ff26050f
}