3003 lines
59 KiB
CSS
3003 lines
59 KiB
CSS
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800&display=swap");
|
|
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
|
|
@layer properties {
|
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
*, :before, :after, ::backdrop {
|
|
--tw-translate-x: 0;
|
|
--tw-translate-y: 0;
|
|
--tw-translate-z: 0;
|
|
--tw-space-y-reverse: 0;
|
|
--tw-border-style: solid;
|
|
--tw-leading: initial;
|
|
--tw-font-weight: initial;
|
|
--tw-tracking: initial;
|
|
--tw-shadow: 0 0 #0000;
|
|
--tw-shadow-color: initial;
|
|
--tw-shadow-alpha: 100%;
|
|
--tw-inset-shadow: 0 0 #0000;
|
|
--tw-inset-shadow-color: initial;
|
|
--tw-inset-shadow-alpha: 100%;
|
|
--tw-ring-color: initial;
|
|
--tw-ring-shadow: 0 0 #0000;
|
|
--tw-inset-ring-color: initial;
|
|
--tw-inset-ring-shadow: 0 0 #0000;
|
|
--tw-ring-inset: initial;
|
|
--tw-ring-offset-width: 0px;
|
|
--tw-ring-offset-color: #fff;
|
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
--tw-outline-style: solid;
|
|
--tw-blur: initial;
|
|
--tw-brightness: initial;
|
|
--tw-contrast: initial;
|
|
--tw-grayscale: initial;
|
|
--tw-hue-rotate: initial;
|
|
--tw-invert: initial;
|
|
--tw-opacity: initial;
|
|
--tw-saturate: initial;
|
|
--tw-sepia: initial;
|
|
--tw-drop-shadow: initial;
|
|
--tw-drop-shadow-color: initial;
|
|
--tw-drop-shadow-alpha: 100%;
|
|
--tw-drop-shadow-size: initial;
|
|
--tw-duration: initial;
|
|
}
|
|
}
|
|
}
|
|
|
|
@layer theme {
|
|
:root, :host {
|
|
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
--color-red-50: oklch(.971 .013 17.38);
|
|
--color-red-200: oklch(.885 .062 18.334);
|
|
--color-red-300: oklch(.808 .114 19.571);
|
|
--color-green-50: oklch(.982 .018 155.826);
|
|
--color-green-200: oklch(.925 .084 155.995);
|
|
--color-green-600: oklch(.627 .194 149.214);
|
|
--color-blue-50: oklch(.97 .014 254.604);
|
|
--color-blue-200: oklch(.882 .059 254.128);
|
|
--color-blue-300: oklch(.809 .105 251.813);
|
|
--color-black: #000;
|
|
--color-white: #fff;
|
|
--spacing: .25rem;
|
|
--container-lg: 32rem;
|
|
--container-6xl: 72rem;
|
|
--text-xs: .75rem;
|
|
--text-xs--line-height: calc(1 / .75);
|
|
--text-sm: .875rem;
|
|
--text-sm--line-height: calc(1.25 / .875);
|
|
--text-base: 1rem;
|
|
--text-base--line-height: calc(1.5 / 1);
|
|
--text-lg: 1.125rem;
|
|
--text-lg--line-height: calc(1.75 / 1.125);
|
|
--font-weight-medium: 500;
|
|
--font-weight-semibold: 600;
|
|
--font-weight-bold: 700;
|
|
--tracking-tight: -.025em;
|
|
--leading-relaxed: 1.625;
|
|
--radius-sm: .225rem;
|
|
--radius-md: .425rem;
|
|
--radius-lg: .625rem;
|
|
--radius-xl: 1.025rem;
|
|
--radius-2xl: 1rem;
|
|
--radius-3xl: 1.5rem;
|
|
--default-transition-duration: .15s;
|
|
--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
--default-font-family: var(--font-sans);
|
|
--default-font-feature-settings: var(--font-sans--font-feature-settings);
|
|
--default-font-variation-settings: var(--font-sans--font-variation-settings);
|
|
--default-mono-font-family: var(--font-mono);
|
|
--default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
|
|
--default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
|
|
}
|
|
}
|
|
|
|
@layer base {
|
|
*, :after, :before, ::backdrop {
|
|
box-sizing: border-box;
|
|
border: 0 solid;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
::file-selector-button {
|
|
box-sizing: border-box;
|
|
border: 0 solid;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
html, :host {
|
|
-webkit-text-size-adjust: 100%;
|
|
tab-size: 4;
|
|
line-height: 1.5;
|
|
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
-webkit-tap-highlight-color: transparent;
|
|
}
|
|
|
|
body {
|
|
line-height: inherit;
|
|
}
|
|
|
|
hr {
|
|
height: 0;
|
|
color: inherit;
|
|
border-top-width: 1px;
|
|
}
|
|
|
|
abbr:where([title]) {
|
|
-webkit-text-decoration: underline dotted;
|
|
text-decoration: underline dotted;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-size: inherit;
|
|
font-weight: inherit;
|
|
}
|
|
|
|
a {
|
|
color: inherit;
|
|
-webkit-text-decoration: inherit;
|
|
-webkit-text-decoration: inherit;
|
|
text-decoration: inherit;
|
|
}
|
|
|
|
b, strong {
|
|
font-weight: bolder;
|
|
}
|
|
|
|
code, kbd, samp, pre {
|
|
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
font-size: 1em;
|
|
}
|
|
|
|
small {
|
|
font-size: 80%;
|
|
}
|
|
|
|
sub, sup {
|
|
vertical-align: baseline;
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
}
|
|
|
|
sub {
|
|
bottom: -.25em;
|
|
}
|
|
|
|
sup {
|
|
top: -.5em;
|
|
}
|
|
|
|
table {
|
|
text-indent: 0;
|
|
border-color: inherit;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
:-moz-focusring {
|
|
outline: auto;
|
|
}
|
|
|
|
progress {
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
summary {
|
|
display: list-item;
|
|
}
|
|
|
|
ol, ul, menu {
|
|
list-style: none;
|
|
}
|
|
|
|
img, svg, video, canvas, audio, iframe, embed, object {
|
|
vertical-align: middle;
|
|
display: block;
|
|
}
|
|
|
|
img, video {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
button, input, select, optgroup, textarea {
|
|
font: inherit;
|
|
font-feature-settings: inherit;
|
|
font-variation-settings: inherit;
|
|
letter-spacing: inherit;
|
|
color: inherit;
|
|
opacity: 1;
|
|
background-color: #0000;
|
|
border-radius: 0;
|
|
}
|
|
|
|
::file-selector-button {
|
|
font: inherit;
|
|
font-feature-settings: inherit;
|
|
font-variation-settings: inherit;
|
|
letter-spacing: inherit;
|
|
color: inherit;
|
|
opacity: 1;
|
|
background-color: #0000;
|
|
border-radius: 0;
|
|
}
|
|
|
|
:where(select:is([multiple], [size])) optgroup {
|
|
font-weight: bolder;
|
|
}
|
|
|
|
:where(select:is([multiple], [size])) optgroup option {
|
|
padding-inline-start: 20px;
|
|
}
|
|
|
|
::file-selector-button {
|
|
margin-inline-end: 4px;
|
|
}
|
|
|
|
::placeholder {
|
|
opacity: 1;
|
|
color: currentColor;
|
|
}
|
|
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
::placeholder {
|
|
color: color-mix(in oklab, currentColor 50%, transparent);
|
|
}
|
|
}
|
|
|
|
textarea {
|
|
resize: vertical;
|
|
}
|
|
|
|
::-webkit-search-decoration {
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
::-webkit-date-and-time-value {
|
|
min-height: 1lh;
|
|
text-align: inherit;
|
|
}
|
|
|
|
::-webkit-datetime-edit {
|
|
display: inline-flex;
|
|
}
|
|
|
|
::-webkit-datetime-edit-fields-wrapper {
|
|
padding: 0;
|
|
}
|
|
|
|
::-webkit-datetime-edit {
|
|
padding-block: 0;
|
|
}
|
|
|
|
::-webkit-datetime-edit-year-field {
|
|
padding-block: 0;
|
|
}
|
|
|
|
::-webkit-datetime-edit-month-field {
|
|
padding-block: 0;
|
|
}
|
|
|
|
::-webkit-datetime-edit-day-field {
|
|
padding-block: 0;
|
|
}
|
|
|
|
::-webkit-datetime-edit-hour-field {
|
|
padding-block: 0;
|
|
}
|
|
|
|
::-webkit-datetime-edit-minute-field {
|
|
padding-block: 0;
|
|
}
|
|
|
|
::-webkit-datetime-edit-second-field {
|
|
padding-block: 0;
|
|
}
|
|
|
|
::-webkit-datetime-edit-millisecond-field {
|
|
padding-block: 0;
|
|
}
|
|
|
|
::-webkit-datetime-edit-meridiem-field {
|
|
padding-block: 0;
|
|
}
|
|
|
|
:-moz-ui-invalid {
|
|
box-shadow: none;
|
|
}
|
|
|
|
button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
appearance: button;
|
|
}
|
|
|
|
::file-selector-button {
|
|
appearance: button;
|
|
}
|
|
|
|
::-webkit-inner-spin-button {
|
|
height: auto;
|
|
}
|
|
|
|
::-webkit-outer-spin-button {
|
|
height: auto;
|
|
}
|
|
|
|
[hidden]:where(:not([hidden="until-found"])) {
|
|
display: none !important;
|
|
}
|
|
|
|
body {
|
|
background-color: oklch(1 0 0);
|
|
color: oklch(.145 0 0);
|
|
}
|
|
|
|
* {
|
|
border-color: oklch(.922 0 0);
|
|
outline-color: color-mix(in oklab, oklch(.708 0 0) 50%, transparent);
|
|
}
|
|
|
|
body {
|
|
background-color: oklch(1 0 0);
|
|
color: oklch(.145 0 0);
|
|
font-family: Noto Sans TC, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
|
|
font-size: var(--font-body);
|
|
line-height: var(--line-body);
|
|
}
|
|
|
|
input, textarea, select, [role="combobox"] {
|
|
background-color: var(--input-background);
|
|
}
|
|
|
|
h1:not([class*="text-"]):not([class*=" text-"]) {
|
|
font-size: var(--font-h1);
|
|
font-weight: var(--weight-bold);
|
|
line-height: var(--line-h1);
|
|
}
|
|
|
|
h2:not([class*="text-"]):not([class*=" text-"]) {
|
|
font-size: var(--font-h2);
|
|
font-weight: var(--weight-semibold);
|
|
line-height: var(--line-h2);
|
|
}
|
|
|
|
h3:not([class*="text-"]):not([class*=" text-"]) {
|
|
font-size: var(--font-h3);
|
|
font-weight: var(--weight-semibold);
|
|
line-height: var(--line-h3);
|
|
}
|
|
|
|
h4:not([class*="text-"]):not([class*=" text-"]) {
|
|
font-size: var(--font-h4);
|
|
font-weight: var(--weight-semibold);
|
|
line-height: var(--line-h4);
|
|
}
|
|
|
|
h5:not([class*="text-"]):not([class*=" text-"]) {
|
|
font-size: var(--font-h5);
|
|
font-weight: var(--weight-semibold);
|
|
line-height: var(--line-h5);
|
|
}
|
|
|
|
p:not([class*="text-"]):not([class*=" text-"]) {
|
|
font-size: var(--font-body);
|
|
font-weight: var(--weight-regular);
|
|
line-height: var(--line-body);
|
|
}
|
|
|
|
label:not([class*="text-"]):not([class*=" text-"]) {
|
|
font-size: var(--font-body-sm);
|
|
font-weight: var(--weight-semibold);
|
|
line-height: var(--line-body-sm);
|
|
}
|
|
|
|
button:not([class*="text-"]):not([class*=" text-"]) {
|
|
font-size: var(--font-body);
|
|
font-weight: var(--weight-semibold);
|
|
line-height: var(--line-body);
|
|
}
|
|
|
|
input:not([class*="text-"]):not([class*=" text-"]), textarea:not([class*="text-"]):not([class*=" text-"]), select:not([class*="text-"]):not([class*=" text-"]) {
|
|
font-size: var(--font-body);
|
|
font-weight: var(--weight-regular);
|
|
line-height: var(--line-body);
|
|
}
|
|
}
|
|
|
|
@layer utilities {
|
|
.pointer-events-none {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.absolute {
|
|
position: absolute;
|
|
}
|
|
|
|
.fixed {
|
|
position: fixed;
|
|
}
|
|
|
|
.relative {
|
|
position: relative;
|
|
}
|
|
|
|
.sticky {
|
|
position: sticky;
|
|
}
|
|
|
|
.inset-0 {
|
|
inset: calc(var(--spacing) * 0);
|
|
}
|
|
|
|
.top-0 {
|
|
top: calc(var(--spacing) * 0);
|
|
}
|
|
|
|
.top-1\/2 {
|
|
top: 50%;
|
|
}
|
|
|
|
.top-5 {
|
|
top: calc(var(--spacing) * 5);
|
|
}
|
|
|
|
.top-\[50\%\] {
|
|
top: 50%;
|
|
}
|
|
|
|
.right-0 {
|
|
right: calc(var(--spacing) * 0);
|
|
}
|
|
|
|
.right-2 {
|
|
right: calc(var(--spacing) * 2);
|
|
}
|
|
|
|
.right-3 {
|
|
right: calc(var(--spacing) * 3);
|
|
}
|
|
|
|
.bottom-0 {
|
|
bottom: calc(var(--spacing) * 0);
|
|
}
|
|
|
|
.left-0 {
|
|
left: calc(var(--spacing) * 0);
|
|
}
|
|
|
|
.left-3 {
|
|
left: calc(var(--spacing) * 3);
|
|
}
|
|
|
|
.left-\[50\%\] {
|
|
left: 50%;
|
|
}
|
|
|
|
.z-10 {
|
|
z-index: 10;
|
|
}
|
|
|
|
.z-20 {
|
|
z-index: 20;
|
|
}
|
|
|
|
.z-50 {
|
|
z-index: 50;
|
|
}
|
|
|
|
.col-start-2 {
|
|
grid-column-start: 2;
|
|
}
|
|
|
|
.-mx-1 {
|
|
margin-inline: calc(var(--spacing) * -1);
|
|
}
|
|
|
|
.mx-2 {
|
|
margin-inline: calc(var(--spacing) * 2);
|
|
}
|
|
|
|
.mx-auto {
|
|
margin-inline: auto;
|
|
}
|
|
|
|
.my-1 {
|
|
margin-block: calc(var(--spacing) * 1);
|
|
}
|
|
|
|
.mt-1 {
|
|
margin-top: calc(var(--spacing) * 1);
|
|
}
|
|
|
|
.mt-2 {
|
|
margin-top: calc(var(--spacing) * 2);
|
|
}
|
|
|
|
.mt-4 {
|
|
margin-top: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.mt-6 {
|
|
margin-top: calc(var(--spacing) * 6);
|
|
}
|
|
|
|
.mb-1 {
|
|
margin-bottom: calc(var(--spacing) * 1);
|
|
}
|
|
|
|
.mb-2 {
|
|
margin-bottom: calc(var(--spacing) * 2);
|
|
}
|
|
|
|
.mb-4 {
|
|
margin-bottom: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.mb-6 {
|
|
margin-bottom: calc(var(--spacing) * 6);
|
|
}
|
|
|
|
.ml-auto {
|
|
margin-left: auto;
|
|
}
|
|
|
|
.line-clamp-1 {
|
|
-webkit-line-clamp: 1;
|
|
-webkit-box-orient: vertical;
|
|
display: -webkit-box;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.block {
|
|
display: block;
|
|
}
|
|
|
|
.flex {
|
|
display: flex;
|
|
}
|
|
|
|
.grid {
|
|
display: grid;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.inline-flex {
|
|
display: inline-flex;
|
|
}
|
|
|
|
.table {
|
|
display: table;
|
|
}
|
|
|
|
.table-caption {
|
|
display: table-caption;
|
|
}
|
|
|
|
.table-cell {
|
|
display: table-cell;
|
|
}
|
|
|
|
.table-row {
|
|
display: table-row;
|
|
}
|
|
|
|
.field-sizing-content {
|
|
field-sizing: content;
|
|
}
|
|
|
|
.size-3\.5 {
|
|
width: calc(var(--spacing) * 3.5);
|
|
height: calc(var(--spacing) * 3.5);
|
|
}
|
|
|
|
.size-4 {
|
|
width: calc(var(--spacing) * 4);
|
|
height: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.size-11 {
|
|
width: calc(var(--spacing) * 11);
|
|
height: calc(var(--spacing) * 11);
|
|
}
|
|
|
|
.h-0\.5 {
|
|
height: calc(var(--spacing) * .5);
|
|
}
|
|
|
|
.h-3 {
|
|
height: calc(var(--spacing) * 3);
|
|
}
|
|
|
|
.h-4 {
|
|
height: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.h-5 {
|
|
height: calc(var(--spacing) * 5);
|
|
}
|
|
|
|
.h-6 {
|
|
height: calc(var(--spacing) * 6);
|
|
}
|
|
|
|
.h-8 {
|
|
height: calc(var(--spacing) * 8);
|
|
}
|
|
|
|
.h-9 {
|
|
height: calc(var(--spacing) * 9);
|
|
}
|
|
|
|
.h-10 {
|
|
height: calc(var(--spacing) * 10);
|
|
}
|
|
|
|
.h-11 {
|
|
height: calc(var(--spacing) * 11);
|
|
}
|
|
|
|
.h-12 {
|
|
height: calc(var(--spacing) * 12);
|
|
}
|
|
|
|
.h-\[var\(--radix-select-trigger-height\)\] {
|
|
height: var(--radix-select-trigger-height);
|
|
}
|
|
|
|
.h-px {
|
|
height: 1px;
|
|
}
|
|
|
|
.h-screen {
|
|
height: 100vh;
|
|
}
|
|
|
|
.max-h-\(--radix-select-content-available-height\) {
|
|
max-height: var(--radix-select-content-available-height);
|
|
}
|
|
|
|
.min-h-4 {
|
|
min-height: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.min-h-16 {
|
|
min-height: calc(var(--spacing) * 16);
|
|
}
|
|
|
|
.min-h-screen {
|
|
min-height: 100vh;
|
|
}
|
|
|
|
.w-3 {
|
|
width: calc(var(--spacing) * 3);
|
|
}
|
|
|
|
.w-4 {
|
|
width: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.w-5 {
|
|
width: calc(var(--spacing) * 5);
|
|
}
|
|
|
|
.w-6 {
|
|
width: calc(var(--spacing) * 6);
|
|
}
|
|
|
|
.w-8 {
|
|
width: calc(var(--spacing) * 8);
|
|
}
|
|
|
|
.w-10 {
|
|
width: calc(var(--spacing) * 10);
|
|
}
|
|
|
|
.w-64 {
|
|
width: calc(var(--spacing) * 64);
|
|
}
|
|
|
|
.w-\[60px\] {
|
|
width: 60px;
|
|
}
|
|
|
|
.w-\[70px\] {
|
|
width: 70px;
|
|
}
|
|
|
|
.w-\[80px\] {
|
|
width: 80px;
|
|
}
|
|
|
|
.w-\[90px\] {
|
|
width: 90px;
|
|
}
|
|
|
|
.w-\[100px\] {
|
|
width: 100px;
|
|
}
|
|
|
|
.w-\[110px\] {
|
|
width: 110px;
|
|
}
|
|
|
|
.w-\[120px\] {
|
|
width: 120px;
|
|
}
|
|
|
|
.w-\[140px\] {
|
|
width: 140px;
|
|
}
|
|
|
|
.w-\[160px\] {
|
|
width: 160px;
|
|
}
|
|
|
|
.w-\[180px\] {
|
|
width: 180px;
|
|
}
|
|
|
|
.w-\[200px\] {
|
|
width: 200px;
|
|
}
|
|
|
|
.w-fit {
|
|
width: fit-content;
|
|
}
|
|
|
|
.w-full {
|
|
width: 100%;
|
|
}
|
|
|
|
.max-w-6xl {
|
|
max-width: var(--container-6xl);
|
|
}
|
|
|
|
.max-w-\[calc\(100\%-2rem\)\] {
|
|
max-width: calc(100% - 2rem);
|
|
}
|
|
|
|
.min-w-0 {
|
|
min-width: calc(var(--spacing) * 0);
|
|
}
|
|
|
|
.min-w-\[8rem\] {
|
|
min-width: 8rem;
|
|
}
|
|
|
|
.min-w-\[200px\] {
|
|
min-width: 200px;
|
|
}
|
|
|
|
.min-w-\[var\(--radix-select-trigger-width\)\] {
|
|
min-width: var(--radix-select-trigger-width);
|
|
}
|
|
|
|
.flex-1 {
|
|
flex: 1;
|
|
}
|
|
|
|
.flex-shrink-0, .shrink-0 {
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.caption-bottom {
|
|
caption-side: bottom;
|
|
}
|
|
|
|
.origin-\(--radix-select-content-transform-origin\) {
|
|
transform-origin: var(--radix-select-content-transform-origin);
|
|
}
|
|
|
|
.translate-x-\[-50\%\] {
|
|
--tw-translate-x: -50%;
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
|
|
.-translate-y-1\/2 {
|
|
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
|
|
.translate-y-\[-50\%\] {
|
|
--tw-translate-y: -50%;
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
|
|
.cursor-default {
|
|
cursor: default;
|
|
}
|
|
|
|
.resize-none {
|
|
resize: none;
|
|
}
|
|
|
|
.scroll-my-1 {
|
|
scroll-margin-block: calc(var(--spacing) * 1);
|
|
}
|
|
|
|
.grid-cols-1 {
|
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
}
|
|
|
|
.grid-cols-2 {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
}
|
|
|
|
.grid-cols-\[0_1fr\] {
|
|
grid-template-columns: 0 1fr;
|
|
}
|
|
|
|
.flex-col {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.flex-col-reverse {
|
|
flex-direction: column-reverse;
|
|
}
|
|
|
|
.flex-wrap {
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.items-center {
|
|
align-items: center;
|
|
}
|
|
|
|
.items-end {
|
|
align-items: flex-end;
|
|
}
|
|
|
|
.items-start {
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.justify-between {
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.justify-center {
|
|
justify-content: center;
|
|
}
|
|
|
|
.justify-end {
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.justify-items-start {
|
|
justify-items: start;
|
|
}
|
|
|
|
.gap-1 {
|
|
gap: calc(var(--spacing) * 1);
|
|
}
|
|
|
|
.gap-2 {
|
|
gap: calc(var(--spacing) * 2);
|
|
}
|
|
|
|
.gap-4 {
|
|
gap: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.gap-6 {
|
|
gap: calc(var(--spacing) * 6);
|
|
}
|
|
|
|
:where(.space-y-0\.5 > :not(:last-child)) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-block-start: calc(calc(var(--spacing) * .5) * var(--tw-space-y-reverse));
|
|
margin-block-end: calc(calc(var(--spacing) * .5) * calc(1 - var(--tw-space-y-reverse)));
|
|
}
|
|
|
|
:where(.space-y-1 > :not(:last-child)) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
|
|
margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
|
|
}
|
|
|
|
:where(.space-y-2 > :not(:last-child)) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
|
|
margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
|
|
}
|
|
|
|
:where(.space-y-4 > :not(:last-child)) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
|
|
margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
|
|
}
|
|
|
|
:where(.space-y-6 > :not(:last-child)) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
|
|
margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
|
|
}
|
|
|
|
.gap-y-0\.5 {
|
|
row-gap: calc(var(--spacing) * .5);
|
|
}
|
|
|
|
.overflow-auto {
|
|
overflow: auto;
|
|
}
|
|
|
|
.overflow-hidden {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.overflow-x-auto {
|
|
overflow-x: auto;
|
|
}
|
|
|
|
.overflow-x-hidden {
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.overflow-y-auto {
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.rounded-full {
|
|
border-radius: 3.40282e38px;
|
|
}
|
|
|
|
.rounded-lg {
|
|
border-radius: .625rem;
|
|
}
|
|
|
|
.rounded-md {
|
|
border-radius: .425rem;
|
|
}
|
|
|
|
.rounded-sm {
|
|
border-radius: .225rem;
|
|
}
|
|
|
|
.border {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 1px;
|
|
}
|
|
|
|
.border-2 {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 2px;
|
|
}
|
|
|
|
.border-t {
|
|
border-top-style: var(--tw-border-style);
|
|
border-top-width: 1px;
|
|
}
|
|
|
|
.border-t-2 {
|
|
border-top-style: var(--tw-border-style);
|
|
border-top-width: 2px;
|
|
}
|
|
|
|
.border-r {
|
|
border-right-style: var(--tw-border-style);
|
|
border-right-width: 1px;
|
|
}
|
|
|
|
.border-b {
|
|
border-bottom-style: var(--tw-border-style);
|
|
border-bottom-width: 1px;
|
|
}
|
|
|
|
.border-b-2 {
|
|
border-bottom-style: var(--tw-border-style);
|
|
border-bottom-width: 2px;
|
|
}
|
|
|
|
.border-blue-200 {
|
|
border-color: var(--color-blue-200);
|
|
}
|
|
|
|
.border-blue-300 {
|
|
border-color: var(--color-blue-300);
|
|
}
|
|
|
|
.border-border {
|
|
border-color: oklch(.922 0 0);
|
|
}
|
|
|
|
.border-green-200 {
|
|
border-color: var(--color-green-200);
|
|
}
|
|
|
|
.border-input {
|
|
border-color: oklch(.922 0 0);
|
|
}
|
|
|
|
.border-muted {
|
|
border-color: oklch(.97 0 0);
|
|
}
|
|
|
|
.border-red-200 {
|
|
border-color: var(--color-red-200);
|
|
}
|
|
|
|
.border-red-300 {
|
|
border-color: var(--color-red-300);
|
|
}
|
|
|
|
.border-transparent {
|
|
border-color: #0000;
|
|
}
|
|
|
|
.bg-background {
|
|
background-color: oklch(1 0 0);
|
|
}
|
|
|
|
.bg-black\/50 {
|
|
background-color: #00000080;
|
|
}
|
|
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.bg-black\/50 {
|
|
background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
|
|
}
|
|
}
|
|
|
|
.bg-blue-50 {
|
|
background-color: var(--color-blue-50);
|
|
}
|
|
|
|
.bg-border {
|
|
background-color: oklch(.922 0 0);
|
|
}
|
|
|
|
.bg-card {
|
|
background-color: oklch(1 0 0);
|
|
}
|
|
|
|
.bg-destructive {
|
|
background-color: oklch(.577 .245 27.325);
|
|
}
|
|
|
|
.bg-green-50 {
|
|
background-color: var(--color-green-50);
|
|
}
|
|
|
|
.bg-muted {
|
|
background-color: oklch(.97 0 0);
|
|
}
|
|
|
|
.bg-muted\/30 {
|
|
background-color: color-mix(in oklab, oklch(.97 0 0) 30%, transparent);
|
|
}
|
|
|
|
.bg-muted\/50 {
|
|
background-color: color-mix(in oklab, oklch(.97 0 0) 50%, transparent);
|
|
}
|
|
|
|
.bg-muted\/70 {
|
|
background-color: color-mix(in oklab, oklch(.97 0 0) 70%, transparent);
|
|
}
|
|
|
|
.bg-popover {
|
|
background-color: oklch(1 0 0);
|
|
}
|
|
|
|
.bg-primary {
|
|
background-color: oklch(.205 0 0);
|
|
}
|
|
|
|
.bg-red-50 {
|
|
background-color: var(--color-red-50);
|
|
}
|
|
|
|
.bg-secondary {
|
|
background-color: oklch(.97 0 0);
|
|
}
|
|
|
|
.bg-white {
|
|
background-color: var(--color-white);
|
|
}
|
|
|
|
.p-0 {
|
|
padding: calc(var(--spacing) * 0);
|
|
}
|
|
|
|
.p-1 {
|
|
padding: calc(var(--spacing) * 1);
|
|
}
|
|
|
|
.p-2 {
|
|
padding: calc(var(--spacing) * 2);
|
|
}
|
|
|
|
.p-3 {
|
|
padding: calc(var(--spacing) * 3);
|
|
}
|
|
|
|
.p-4 {
|
|
padding: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.p-6 {
|
|
padding: calc(var(--spacing) * 6);
|
|
}
|
|
|
|
.px-2 {
|
|
padding-inline: calc(var(--spacing) * 2);
|
|
}
|
|
|
|
.px-3 {
|
|
padding-inline: calc(var(--spacing) * 3);
|
|
}
|
|
|
|
.px-4 {
|
|
padding-inline: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.px-6 {
|
|
padding-inline: calc(var(--spacing) * 6);
|
|
}
|
|
|
|
.py-1 {
|
|
padding-block: calc(var(--spacing) * 1);
|
|
}
|
|
|
|
.py-1\.5 {
|
|
padding-block: calc(var(--spacing) * 1.5);
|
|
}
|
|
|
|
.py-2 {
|
|
padding-block: calc(var(--spacing) * 2);
|
|
}
|
|
|
|
.py-3 {
|
|
padding-block: calc(var(--spacing) * 3);
|
|
}
|
|
|
|
.py-4 {
|
|
padding-block: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.py-6 {
|
|
padding-block: calc(var(--spacing) * 6);
|
|
}
|
|
|
|
.py-8 {
|
|
padding-block: calc(var(--spacing) * 8);
|
|
}
|
|
|
|
.py-12 {
|
|
padding-block: calc(var(--spacing) * 12);
|
|
}
|
|
|
|
.pt-2 {
|
|
padding-top: calc(var(--spacing) * 2);
|
|
}
|
|
|
|
.pt-4 {
|
|
padding-top: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.pt-6 {
|
|
padding-top: calc(var(--spacing) * 6);
|
|
}
|
|
|
|
.pr-8 {
|
|
padding-right: calc(var(--spacing) * 8);
|
|
}
|
|
|
|
.pr-10 {
|
|
padding-right: calc(var(--spacing) * 10);
|
|
}
|
|
|
|
.pb-4 {
|
|
padding-bottom: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.pb-6 {
|
|
padding-bottom: calc(var(--spacing) * 6);
|
|
}
|
|
|
|
.pb-24 {
|
|
padding-bottom: calc(var(--spacing) * 24);
|
|
}
|
|
|
|
.pb-32 {
|
|
padding-bottom: calc(var(--spacing) * 32);
|
|
}
|
|
|
|
.pl-2 {
|
|
padding-left: calc(var(--spacing) * 2);
|
|
}
|
|
|
|
.pl-10 {
|
|
padding-left: calc(var(--spacing) * 10);
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
|
|
.text-left {
|
|
text-align: left;
|
|
}
|
|
|
|
.text-right {
|
|
text-align: right;
|
|
}
|
|
|
|
.align-middle {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.font-mono {
|
|
font-family: var(--font-mono);
|
|
}
|
|
|
|
.text-base {
|
|
font-size: var(--text-base);
|
|
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
}
|
|
|
|
.text-lg {
|
|
font-size: var(--text-lg);
|
|
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
}
|
|
|
|
.text-sm {
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
}
|
|
|
|
.text-xs {
|
|
font-size: var(--text-xs);
|
|
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
}
|
|
|
|
.leading-none {
|
|
--tw-leading: 1;
|
|
line-height: 1;
|
|
}
|
|
|
|
.font-bold {
|
|
--tw-font-weight: var(--font-weight-bold);
|
|
font-weight: var(--font-weight-bold);
|
|
}
|
|
|
|
.font-medium {
|
|
--tw-font-weight: var(--font-weight-medium);
|
|
font-weight: var(--font-weight-medium);
|
|
}
|
|
|
|
.font-semibold {
|
|
--tw-font-weight: var(--font-weight-semibold);
|
|
font-weight: var(--font-weight-semibold);
|
|
}
|
|
|
|
.tracking-tight {
|
|
--tw-tracking: var(--tracking-tight);
|
|
letter-spacing: var(--tracking-tight);
|
|
}
|
|
|
|
.break-words {
|
|
overflow-wrap: break-word;
|
|
}
|
|
|
|
.whitespace-nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.text-card-foreground {
|
|
color: oklch(.145 0 0);
|
|
}
|
|
|
|
.text-destructive {
|
|
color: oklch(.577 .245 27.325);
|
|
}
|
|
|
|
.text-foreground {
|
|
color: oklch(.145 0 0);
|
|
}
|
|
|
|
.text-green-600 {
|
|
color: var(--color-green-600);
|
|
}
|
|
|
|
.text-muted-foreground {
|
|
color: oklch(.556 0 0);
|
|
}
|
|
|
|
.text-popover-foreground {
|
|
color: oklch(.145 0 0);
|
|
}
|
|
|
|
.text-primary {
|
|
color: oklch(.205 0 0);
|
|
}
|
|
|
|
.text-primary-foreground {
|
|
color: oklch(.985 0 0);
|
|
}
|
|
|
|
.text-secondary-foreground {
|
|
color: oklch(.205 0 0);
|
|
}
|
|
|
|
.text-white {
|
|
color: var(--color-white);
|
|
}
|
|
|
|
.line-through {
|
|
text-decoration-line: line-through;
|
|
}
|
|
|
|
.underline-offset-4 {
|
|
text-underline-offset: 4px;
|
|
}
|
|
|
|
.opacity-50 {
|
|
opacity: .5;
|
|
}
|
|
|
|
.opacity-60 {
|
|
opacity: .6;
|
|
}
|
|
|
|
.shadow-lg {
|
|
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
|
|
.shadow-md {
|
|
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
|
|
.ring-4 {
|
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
|
|
.outline-hidden {
|
|
--tw-outline-style: none;
|
|
outline-style: none;
|
|
}
|
|
|
|
@media (forced-colors: active) {
|
|
.outline-hidden {
|
|
outline-offset: 2px;
|
|
outline: 2px solid #0000;
|
|
}
|
|
}
|
|
|
|
.outline {
|
|
outline-style: var(--tw-outline-style);
|
|
outline-width: 1px;
|
|
}
|
|
|
|
.filter {
|
|
filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
|
|
}
|
|
|
|
.transition-\[color\,box-shadow\] {
|
|
transition-property: color, box-shadow;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
|
|
.transition-all {
|
|
transition-property: all;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
|
|
.transition-colors {
|
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
|
|
.transition-opacity {
|
|
transition-property: opacity;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
|
|
.duration-200 {
|
|
--tw-duration: .2s;
|
|
transition-duration: .2s;
|
|
}
|
|
|
|
.duration-300 {
|
|
--tw-duration: .3s;
|
|
transition-duration: .3s;
|
|
}
|
|
|
|
.duration-500 {
|
|
--tw-duration: .5s;
|
|
transition-duration: .5s;
|
|
}
|
|
|
|
.outline-none {
|
|
--tw-outline-style: none;
|
|
outline-style: none;
|
|
}
|
|
|
|
.select-none {
|
|
-webkit-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
.group-data-\[disabled\=true\]\:pointer-events-none:is(:where(.group)[data-disabled="true"] *) {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.group-data-\[disabled\=true\]\:opacity-50:is(:where(.group)[data-disabled="true"] *) {
|
|
opacity: .5;
|
|
}
|
|
|
|
.peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled ~ *) {
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.peer-disabled\:opacity-50:is(:where(.peer):disabled ~ *) {
|
|
opacity: .5;
|
|
}
|
|
|
|
.selection\:bg-primary ::selection, .selection\:bg-primary::selection {
|
|
background-color: oklch(.205 0 0);
|
|
}
|
|
|
|
.selection\:text-primary-foreground ::selection, .selection\:text-primary-foreground::selection {
|
|
color: oklch(.985 0 0);
|
|
}
|
|
|
|
.file\:inline-flex::file-selector-button {
|
|
display: inline-flex;
|
|
}
|
|
|
|
.file\:h-7::file-selector-button {
|
|
height: calc(var(--spacing) * 7);
|
|
}
|
|
|
|
.file\:border-0::file-selector-button {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 0;
|
|
}
|
|
|
|
.file\:bg-transparent::file-selector-button {
|
|
background-color: #0000;
|
|
}
|
|
|
|
.file\:font-medium::file-selector-button {
|
|
--tw-font-weight: var(--font-weight-medium);
|
|
font-weight: var(--font-weight-medium);
|
|
}
|
|
|
|
.file\:text-foreground::file-selector-button {
|
|
color: oklch(.145 0 0);
|
|
}
|
|
|
|
.placeholder\:text-muted-foreground::placeholder {
|
|
color: oklch(.556 0 0);
|
|
}
|
|
|
|
@media (hover: hover) {
|
|
.hover\:bg-accent:hover {
|
|
background-color: oklch(.97 0 0);
|
|
}
|
|
}
|
|
|
|
@media (hover: hover) {
|
|
.hover\:bg-destructive\/90:hover {
|
|
background-color: color-mix(in oklab, oklch(.577 .245 27.325) 90%, transparent);
|
|
}
|
|
}
|
|
|
|
@media (hover: hover) {
|
|
.hover\:bg-muted\/50:hover {
|
|
background-color: color-mix(in oklab, oklch(.97 0 0) 50%, transparent);
|
|
}
|
|
}
|
|
|
|
@media (hover: hover) {
|
|
.hover\:bg-primary\/90:hover {
|
|
background-color: color-mix(in oklab, oklch(.205 0 0) 90%, transparent);
|
|
}
|
|
}
|
|
|
|
@media (hover: hover) {
|
|
.hover\:bg-secondary\/80:hover {
|
|
background-color: color-mix(in oklab, oklch(.97 0 0) 80%, transparent);
|
|
}
|
|
}
|
|
|
|
@media (hover: hover) {
|
|
.hover\:text-accent-foreground:hover {
|
|
color: oklch(.205 0 0);
|
|
}
|
|
}
|
|
|
|
@media (hover: hover) {
|
|
.hover\:text-foreground:hover {
|
|
color: oklch(.145 0 0);
|
|
}
|
|
}
|
|
|
|
@media (hover: hover) {
|
|
.hover\:underline:hover {
|
|
text-decoration-line: underline;
|
|
}
|
|
}
|
|
|
|
.focus\:bg-accent:focus {
|
|
background-color: oklch(.97 0 0);
|
|
}
|
|
|
|
.focus\:text-accent-foreground:focus {
|
|
color: oklch(.205 0 0);
|
|
}
|
|
|
|
.focus-visible\:border-ring:focus-visible {
|
|
border-color: oklch(.708 0 0);
|
|
}
|
|
|
|
.focus-visible\:ring-\[3px\]:focus-visible {
|
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
|
|
.focus-visible\:ring-destructive\/20:focus-visible {
|
|
--tw-ring-color: color-mix(in oklab, oklch(.577 .245 27.325) 20%, transparent);
|
|
}
|
|
|
|
.focus-visible\:ring-ring\/50:focus-visible {
|
|
--tw-ring-color: color-mix(in oklab, oklch(.708 0 0) 50%, transparent);
|
|
}
|
|
|
|
.disabled\:pointer-events-none:disabled {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.disabled\:cursor-not-allowed:disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.disabled\:opacity-50:disabled {
|
|
opacity: .5;
|
|
}
|
|
|
|
.has-\[\>svg\]\:grid-cols-\[calc\(var\(--spacing\)\*4\)_1fr\]:has( > svg) {
|
|
grid-template-columns: calc(var(--spacing) * 4) 1fr;
|
|
}
|
|
|
|
.has-\[\>svg\]\:gap-x-3:has( > svg) {
|
|
column-gap: calc(var(--spacing) * 3);
|
|
}
|
|
|
|
.has-\[\>svg\]\:px-2\.5:has( > svg) {
|
|
padding-inline: calc(var(--spacing) * 2.5);
|
|
}
|
|
|
|
.has-\[\>svg\]\:px-3:has( > svg) {
|
|
padding-inline: calc(var(--spacing) * 3);
|
|
}
|
|
|
|
.has-\[\>svg\]\:px-4:has( > svg) {
|
|
padding-inline: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.aria-invalid\:border-destructive[aria-invalid="true"] {
|
|
border-color: oklch(.577 .245 27.325);
|
|
}
|
|
|
|
.aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
|
|
--tw-ring-color: color-mix(in oklab, oklch(.577 .245 27.325) 20%, transparent);
|
|
}
|
|
|
|
.data-\[disabled\]\:pointer-events-none[data-disabled] {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.data-\[disabled\]\:opacity-50[data-disabled] {
|
|
opacity: .5;
|
|
}
|
|
|
|
.data-\[placeholder\]\:text-muted-foreground[data-placeholder] {
|
|
color: oklch(.556 0 0);
|
|
}
|
|
|
|
.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
|
|
--tw-translate-y: calc(var(--spacing) * 1);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
|
|
.data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
|
|
--tw-enter-translate-y: calc(2 * var(--spacing) * -1);
|
|
}
|
|
|
|
.data-\[side\=left\]\:-translate-x-1[data-side="left"] {
|
|
--tw-translate-x: calc(var(--spacing) * -1);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
|
|
.data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
|
|
--tw-enter-translate-x: calc(2 * var(--spacing));
|
|
}
|
|
|
|
.data-\[side\=right\]\:translate-x-1[data-side="right"] {
|
|
--tw-translate-x: calc(var(--spacing) * 1);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
|
|
.data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
|
|
--tw-enter-translate-x: calc(2 * var(--spacing) * -1);
|
|
}
|
|
|
|
.data-\[side\=top\]\:-translate-y-1[data-side="top"] {
|
|
--tw-translate-y: calc(var(--spacing) * -1);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
|
|
.data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
|
|
--tw-enter-translate-y: calc(2 * var(--spacing));
|
|
}
|
|
|
|
.data-\[size\=default\]\:h-11[data-size="default"] {
|
|
height: calc(var(--spacing) * 11);
|
|
}
|
|
|
|
.data-\[size\=sm\]\:h-9[data-size="sm"] {
|
|
height: calc(var(--spacing) * 9);
|
|
}
|
|
|
|
:is(.\*\:data-\[slot\=alert-description\]\:text-destructive\/90 > *)[data-slot="alert-description"] {
|
|
color: color-mix(in oklab, oklch(.577 .245 27.325) 90%, transparent);
|
|
}
|
|
|
|
:is(.\*\:data-\[slot\=select-value\]\:line-clamp-1 > *)[data-slot="select-value"] {
|
|
-webkit-line-clamp: 1;
|
|
-webkit-box-orient: vertical;
|
|
display: -webkit-box;
|
|
overflow: hidden;
|
|
}
|
|
|
|
:is(.\*\:data-\[slot\=select-value\]\:flex > *)[data-slot="select-value"] {
|
|
display: flex;
|
|
}
|
|
|
|
:is(.\*\:data-\[slot\=select-value\]\:items-center > *)[data-slot="select-value"] {
|
|
align-items: center;
|
|
}
|
|
|
|
:is(.\*\:data-\[slot\=select-value\]\:gap-2 > *)[data-slot="select-value"] {
|
|
gap: calc(var(--spacing) * 2);
|
|
}
|
|
|
|
.data-\[state\=closed\]\:animate-out[data-state="closed"] {
|
|
animation: exit var(--tw-duration, .15s) var(--tw-ease, ease);
|
|
}
|
|
|
|
.data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
|
|
--tw-exit-opacity: 0;
|
|
}
|
|
|
|
.data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
|
|
--tw-exit-scale: .95;
|
|
}
|
|
|
|
.data-\[state\=open\]\:animate-in[data-state="open"] {
|
|
animation: enter var(--tw-duration, .15s) var(--tw-ease, ease);
|
|
}
|
|
|
|
.data-\[state\=open\]\:fade-in-0[data-state="open"] {
|
|
--tw-enter-opacity: 0;
|
|
}
|
|
|
|
.data-\[state\=open\]\:zoom-in-95[data-state="open"] {
|
|
--tw-enter-scale: .95;
|
|
}
|
|
|
|
.data-\[state\=selected\]\:bg-muted[data-state="selected"] {
|
|
background-color: oklch(.97 0 0);
|
|
}
|
|
|
|
@media (width >= 40rem) {
|
|
.sm\:block {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
@media (width >= 40rem) {
|
|
.sm\:inline {
|
|
display: inline;
|
|
}
|
|
}
|
|
|
|
@media (width >= 40rem) {
|
|
.sm\:max-w-lg {
|
|
max-width: var(--container-lg);
|
|
}
|
|
}
|
|
|
|
@media (width >= 40rem) {
|
|
.sm\:grid-cols-2 {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
}
|
|
}
|
|
|
|
@media (width >= 40rem) {
|
|
.sm\:flex-row {
|
|
flex-direction: row;
|
|
}
|
|
}
|
|
|
|
@media (width >= 40rem) {
|
|
.sm\:justify-end {
|
|
justify-content: flex-end;
|
|
}
|
|
}
|
|
|
|
@media (width >= 40rem) {
|
|
.sm\:text-left {
|
|
text-align: left;
|
|
}
|
|
}
|
|
|
|
@media (width >= 48rem) {
|
|
.md\:col-span-2 {
|
|
grid-column: span 2 / span 2;
|
|
}
|
|
}
|
|
|
|
@media (width >= 48rem) {
|
|
.md\:block {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
@media (width >= 48rem) {
|
|
.md\:flex {
|
|
display: flex;
|
|
}
|
|
}
|
|
|
|
@media (width >= 48rem) {
|
|
.md\:hidden {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media (width >= 48rem) {
|
|
.md\:grid-cols-2 {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
}
|
|
}
|
|
|
|
@media (width >= 48rem) {
|
|
.md\:flex-row {
|
|
flex-direction: row;
|
|
}
|
|
}
|
|
|
|
@media (width >= 48rem) {
|
|
.md\:p-6 {
|
|
padding: calc(var(--spacing) * 6);
|
|
}
|
|
}
|
|
|
|
@media (width >= 48rem) {
|
|
.md\:px-6 {
|
|
padding-inline: calc(var(--spacing) * 6);
|
|
}
|
|
}
|
|
|
|
@media (width >= 48rem) {
|
|
.md\:pb-0 {
|
|
padding-bottom: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
|
|
@media (width >= 48rem) {
|
|
.md\:text-sm {
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
}
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
.dark\:border-input {
|
|
border-color: oklch(.922 0 0);
|
|
}
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
.dark\:bg-destructive\/60 {
|
|
background-color: color-mix(in oklab, oklch(.577 .245 27.325) 60%, transparent);
|
|
}
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
.dark\:bg-input\/30 {
|
|
background-color: color-mix(in oklab, oklch(.922 0 0) 30%, transparent);
|
|
}
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
@media (hover: hover) {
|
|
.dark\:hover\:bg-accent\/50:hover {
|
|
background-color: color-mix(in oklab, oklch(.97 0 0) 50%, transparent);
|
|
}
|
|
}
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
@media (hover: hover) {
|
|
.dark\:hover\:bg-input\/50:hover {
|
|
background-color: color-mix(in oklab, oklch(.922 0 0) 50%, transparent);
|
|
}
|
|
}
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
.dark\:focus-visible\:ring-destructive\/40:focus-visible {
|
|
--tw-ring-color: color-mix(in oklab, oklch(.577 .245 27.325) 40%, transparent);
|
|
}
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
.dark\:aria-invalid\:ring-destructive\/40[aria-invalid="true"] {
|
|
--tw-ring-color: color-mix(in oklab, oklch(.577 .245 27.325) 40%, transparent);
|
|
}
|
|
}
|
|
|
|
.\[\&_p\]\:leading-relaxed p {
|
|
--tw-leading: var(--leading-relaxed);
|
|
line-height: var(--leading-relaxed);
|
|
}
|
|
|
|
.\[\&_svg\]\:pointer-events-none svg {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.\[\&_svg\]\:shrink-0 svg {
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*="size-"]) {
|
|
width: calc(var(--spacing) * 4);
|
|
height: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground svg:not([class*="text-"]) {
|
|
color: oklch(.556 0 0);
|
|
}
|
|
|
|
.\[\&_tr\]\:border-b tr {
|
|
border-bottom-style: var(--tw-border-style);
|
|
border-bottom-width: 1px;
|
|
}
|
|
|
|
.\[\&_tr\:last-child\]\:border-0 tr:last-child {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 0;
|
|
}
|
|
|
|
.\[\&\:\:-webkit-calendar-picker-indicator\]\:absolute::-webkit-calendar-picker-indicator {
|
|
position: absolute;
|
|
}
|
|
|
|
.\[\&\:\:-webkit-calendar-picker-indicator\]\:right-0::-webkit-calendar-picker-indicator {
|
|
right: calc(var(--spacing) * 0);
|
|
}
|
|
|
|
.\[\&\:\:-webkit-calendar-picker-indicator\]\:h-12::-webkit-calendar-picker-indicator {
|
|
height: calc(var(--spacing) * 12);
|
|
}
|
|
|
|
.\[\&\:\:-webkit-calendar-picker-indicator\]\:w-10::-webkit-calendar-picker-indicator {
|
|
width: calc(var(--spacing) * 10);
|
|
}
|
|
|
|
.\[\&\:\:-webkit-calendar-picker-indicator\]\:cursor-pointer::-webkit-calendar-picker-indicator {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.\[\&\:\:-webkit-calendar-picker-indicator\]\:opacity-0::-webkit-calendar-picker-indicator {
|
|
opacity: 0;
|
|
}
|
|
|
|
.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role="checkbox"]) {
|
|
padding-right: calc(var(--spacing) * 0);
|
|
}
|
|
|
|
:is(.\*\:\[span\]\:last\:flex > *):is(span):last-child {
|
|
display: flex;
|
|
}
|
|
|
|
:is(.\*\:\[span\]\:last\:items-center > *):is(span):last-child {
|
|
align-items: center;
|
|
}
|
|
|
|
:is(.\*\:\[span\]\:last\:gap-2 > *):is(span):last-child {
|
|
gap: calc(var(--spacing) * 2);
|
|
}
|
|
|
|
.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\] > [role="checkbox"] {
|
|
--tw-translate-y: 2px;
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
|
|
.\[\&\>svg\]\:pointer-events-none > svg {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.\[\&\>svg\]\:size-3 > svg {
|
|
width: calc(var(--spacing) * 3);
|
|
height: calc(var(--spacing) * 3);
|
|
}
|
|
|
|
.\[\&\>svg\]\:size-4 > svg {
|
|
width: calc(var(--spacing) * 4);
|
|
height: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.\[\&\>svg\]\:translate-y-0\.5 > svg {
|
|
--tw-translate-y: calc(var(--spacing) * .5);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
|
|
.\[\&\>svg\]\:text-current > svg {
|
|
color: currentColor;
|
|
}
|
|
|
|
.\[\&\>tr\]\:last\:border-b-0 > tr:last-child {
|
|
border-bottom-style: var(--tw-border-style);
|
|
border-bottom-width: 0;
|
|
}
|
|
|
|
@media (hover: hover) {
|
|
a.\[a\&\]\:hover\:bg-accent:hover {
|
|
background-color: oklch(.97 0 0);
|
|
}
|
|
}
|
|
|
|
@media (hover: hover) {
|
|
a.\[a\&\]\:hover\:bg-destructive\/90:hover {
|
|
background-color: color-mix(in oklab, oklch(.577 .245 27.325) 90%, transparent);
|
|
}
|
|
}
|
|
|
|
@media (hover: hover) {
|
|
a.\[a\&\]\:hover\:bg-primary\/90:hover {
|
|
background-color: color-mix(in oklab, oklch(.205 0 0) 90%, transparent);
|
|
}
|
|
}
|
|
|
|
@media (hover: hover) {
|
|
a.\[a\&\]\:hover\:bg-secondary\/90:hover {
|
|
background-color: color-mix(in oklab, oklch(.97 0 0) 90%, transparent);
|
|
}
|
|
}
|
|
|
|
@media (hover: hover) {
|
|
a.\[a\&\]\:hover\:text-accent-foreground:hover {
|
|
color: oklch(.205 0 0);
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
:root {
|
|
--grey-0: #1a1a1a;
|
|
--grey-1: #4a4a4a;
|
|
--grey-2: #6b6b6b;
|
|
--grey-3: #9e9e9e;
|
|
--grey-4: #e0e0e0;
|
|
--grey-5: #fff;
|
|
--primary-dark: #018a6a;
|
|
--primary-main: #01ab83;
|
|
--primary-light: #33bc9a;
|
|
--primary-lighter: #66cdb1;
|
|
--primary-lightest: #e6f7f3;
|
|
--color-success: #01ab83;
|
|
--color-error: #dc2626;
|
|
--color-warning: #f59e0b;
|
|
--color-info: #3b82f6;
|
|
--bg-page: #f8fdfb;
|
|
--bg-card: #fff;
|
|
--bg-card-hover: #fafafa;
|
|
--bg-light: #f8fdfb;
|
|
--bg-light-grey: #f5f5f5;
|
|
--bg-white: #fff;
|
|
--font-display-lg: 4rem;
|
|
--font-display: 3rem;
|
|
--font-h1: 2.5rem;
|
|
--font-h2: 2rem;
|
|
--font-h3: 1.75rem;
|
|
--font-h4: 1.5rem;
|
|
--font-h5: 1.25rem;
|
|
--font-body-lg: 1.125rem;
|
|
--font-body: 1rem;
|
|
--font-body-sm: .875rem;
|
|
--font-caption: .75rem;
|
|
--font-overline: .6875rem;
|
|
--line-display-lg: 4.5rem;
|
|
--line-display: 3.5rem;
|
|
--line-h1: 3rem;
|
|
--line-h2: 2.5rem;
|
|
--line-h3: 2.25rem;
|
|
--line-h4: 2rem;
|
|
--line-h5: 1.75rem;
|
|
--line-body-lg: 1.75rem;
|
|
--line-body: 1.5rem;
|
|
--line-body-sm: 1.25rem;
|
|
--line-caption: 1rem;
|
|
--line-overline: 1rem;
|
|
--weight-regular: 400;
|
|
--weight-medium: 500;
|
|
--weight-semibold: 600;
|
|
--weight-bold: 700;
|
|
--weight-extrabold: 800;
|
|
--spacing-xs: 8px;
|
|
--spacing-sm: 16px;
|
|
--spacing-md: 24px;
|
|
--spacing-lg: 40px;
|
|
--radius-none: 0px;
|
|
--radius-sm: 4px;
|
|
--radius: 8px;
|
|
--radius-md: 8px;
|
|
--radius-lg: 12px;
|
|
--radius-xl: 16px;
|
|
--radius-2xl: 20px;
|
|
--radius-3xl: 24px;
|
|
--radius-full: 9999px;
|
|
--radius-button: 8px;
|
|
--radius-card: 12px;
|
|
--radius-input: 8px;
|
|
--radius-dialog: 12px;
|
|
--radius-popover: 8px;
|
|
--elevation-sm: 0px 4px 12px 0px #01ab8314;
|
|
--elevation-md: 0px 8px 24px 0px #01ab831f;
|
|
--background: var(--bg-page);
|
|
--foreground: var(--grey-0);
|
|
--card: var(--bg-card);
|
|
--card-foreground: var(--grey-0);
|
|
--popover: var(--bg-card);
|
|
--popover-foreground: var(--grey-0);
|
|
--primary: var(--primary-main);
|
|
--primary-hover: var(--primary-dark);
|
|
--primary-active: #016b54;
|
|
--primary-foreground: var(--grey-5);
|
|
--secondary: var(--bg-light-grey);
|
|
--secondary-foreground: var(--grey-0);
|
|
--muted: var(--grey-4);
|
|
--muted-foreground: var(--grey-2);
|
|
--accent: var(--primary-light);
|
|
--accent-foreground: var(--grey-5);
|
|
--destructive: var(--color-error);
|
|
--destructive-hover: #ef4444;
|
|
--destructive-foreground: var(--grey-5);
|
|
--success: var(--color-success);
|
|
--warning: var(--color-warning);
|
|
--info: var(--color-info);
|
|
--border: var(--grey-4);
|
|
--input: var(--grey-3);
|
|
--input-background: var(--grey-5);
|
|
--ring: var(--primary-main);
|
|
--chart-1: var(--primary-main);
|
|
--chart-2: var(--primary-light);
|
|
--chart-3: var(--color-warning);
|
|
--chart-4: var(--color-info);
|
|
--chart-5: var(--primary-lighter);
|
|
}
|
|
|
|
.body-lg {
|
|
font-size: var(--font-body-lg);
|
|
font-weight: var(--weight-regular);
|
|
line-height: var(--line-body-lg);
|
|
}
|
|
|
|
.body-sm {
|
|
font-size: var(--font-body-sm);
|
|
font-weight: var(--weight-regular);
|
|
line-height: var(--line-body-sm);
|
|
}
|
|
|
|
.caption {
|
|
font-size: var(--font-caption);
|
|
font-weight: var(--weight-medium);
|
|
line-height: var(--line-caption);
|
|
}
|
|
|
|
.overline {
|
|
font-size: var(--font-overline);
|
|
font-weight: var(--weight-semibold);
|
|
line-height: var(--line-overline);
|
|
text-transform: uppercase;
|
|
letter-spacing: .05em;
|
|
}
|
|
|
|
.text-primary {
|
|
color: var(--grey-0);
|
|
}
|
|
|
|
.text-secondary {
|
|
color: var(--grey-1);
|
|
}
|
|
|
|
.text-tertiary {
|
|
color: var(--grey-2);
|
|
}
|
|
|
|
.text-disabled {
|
|
color: var(--grey-3);
|
|
}
|
|
|
|
.text-error {
|
|
color: var(--color-error);
|
|
}
|
|
|
|
.text-success {
|
|
color: var(--color-success);
|
|
}
|
|
|
|
.text-warning {
|
|
color: var(--color-warning);
|
|
}
|
|
|
|
.text-info {
|
|
color: var(--color-info);
|
|
}
|
|
|
|
.text-link {
|
|
color: var(--primary-main);
|
|
cursor: pointer;
|
|
}
|
|
|
|
.text-link:hover {
|
|
color: var(--primary-dark);
|
|
}
|
|
|
|
.button-filled-primary {
|
|
background-color: var(--primary-main);
|
|
color: var(--grey-5);
|
|
}
|
|
|
|
.button-filled-primary:hover {
|
|
background-color: var(--primary-dark);
|
|
}
|
|
|
|
.button-filled-primary:active {
|
|
background-color: var(--primary-active);
|
|
}
|
|
|
|
.button-filled-primary:disabled {
|
|
color: var(--grey-5);
|
|
cursor: not-allowed;
|
|
pointer-events: none;
|
|
background-color: #b3e5d9;
|
|
}
|
|
|
|
.button-outlined-primary {
|
|
border: 2px solid var(--primary-main);
|
|
color: var(--grey-0);
|
|
background-color: #0000;
|
|
}
|
|
|
|
.button-outlined-primary:hover {
|
|
background-color: var(--bg-light);
|
|
}
|
|
|
|
.button-text-primary {
|
|
color: var(--primary-main);
|
|
background-color: #0000;
|
|
border: none;
|
|
}
|
|
|
|
.button-text-primary:hover {
|
|
background-color: var(--bg-light);
|
|
}
|
|
|
|
.button-filled-success {
|
|
background-color: var(--color-success);
|
|
color: var(--grey-5);
|
|
}
|
|
|
|
.button-filled-success:hover {
|
|
background-color: #33bc9a;
|
|
}
|
|
|
|
.button-filled-success:active {
|
|
background-color: #018a6a;
|
|
}
|
|
|
|
.button-outlined-success {
|
|
border: 2px solid var(--color-success);
|
|
color: var(--grey-0);
|
|
background-color: #0000;
|
|
}
|
|
|
|
.button-filled-info {
|
|
background-color: var(--color-info);
|
|
color: var(--grey-5);
|
|
}
|
|
|
|
.button-filled-info:hover {
|
|
background-color: #60a5fa;
|
|
}
|
|
|
|
.button-filled-info:active {
|
|
background-color: #2563eb;
|
|
}
|
|
|
|
.button-outlined-info {
|
|
border: 2px solid var(--color-info);
|
|
color: var(--grey-0);
|
|
background-color: #0000;
|
|
}
|
|
|
|
.button-filled-warning {
|
|
background-color: var(--color-warning);
|
|
color: var(--grey-5);
|
|
}
|
|
|
|
.button-filled-warning:hover {
|
|
background-color: #fbbf24;
|
|
}
|
|
|
|
.button-filled-warning:active {
|
|
background-color: #d97706;
|
|
}
|
|
|
|
.button-outlined-warning {
|
|
border: 2px solid var(--color-warning);
|
|
color: var(--grey-0);
|
|
background-color: #0000;
|
|
}
|
|
|
|
.button-filled-error {
|
|
background-color: var(--color-error);
|
|
color: var(--grey-5);
|
|
}
|
|
|
|
.button-filled-error:hover {
|
|
background-color: #ef4444;
|
|
}
|
|
|
|
.button-filled-error:active {
|
|
background-color: #b91c1c;
|
|
}
|
|
|
|
.button-outlined-error {
|
|
border: 2px solid var(--color-error);
|
|
color: var(--grey-0);
|
|
background-color: #0000;
|
|
}
|
|
|
|
.button-icon {
|
|
color: var(--grey-0);
|
|
border: 2px solid var(--grey-0);
|
|
background-color: var(--bg-light);
|
|
aspect-ratio: 1;
|
|
justify-content: center;
|
|
align-items: center;
|
|
display: inline-flex;
|
|
}
|
|
|
|
.button-icon:hover {
|
|
color: var(--primary-main);
|
|
border-color: var(--primary-main);
|
|
background-color: var(--bg-white);
|
|
}
|
|
|
|
.button-icon:active {
|
|
color: var(--primary-dark);
|
|
border-color: var(--primary-dark);
|
|
}
|
|
|
|
.button-icon:focus {
|
|
border-color: var(--primary-main);
|
|
box-shadow: 0 0 0 3px #01ab834d;
|
|
}
|
|
|
|
.button-icon:disabled {
|
|
color: var(--grey-3);
|
|
border-color: var(--grey-4);
|
|
background-color: var(--bg-light-grey);
|
|
cursor: not-allowed;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.button-icon-selected {
|
|
color: var(--grey-5);
|
|
border-color: var(--primary-main);
|
|
background-color: var(--primary-main);
|
|
}
|
|
|
|
.button-icon-selected:hover {
|
|
border-color: var(--primary-dark);
|
|
background-color: var(--primary-dark);
|
|
}
|
|
|
|
.input-default, .textarea-default {
|
|
border: 2px solid var(--grey-3);
|
|
background-color: var(--grey-5);
|
|
color: var(--grey-0);
|
|
}
|
|
|
|
.input-focus, .textarea-focus {
|
|
border: 2px solid var(--primary-main);
|
|
background-color: var(--grey-5);
|
|
color: var(--grey-0);
|
|
}
|
|
|
|
.input-error, .textarea-error {
|
|
border: 2px solid var(--color-error);
|
|
background-color: var(--grey-5);
|
|
color: var(--grey-0);
|
|
}
|
|
|
|
.input-disabled, .textarea-disabled {
|
|
border: 2px solid var(--grey-4);
|
|
background-color: var(--bg-light-grey);
|
|
color: var(--grey-2);
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.input-placeholder::placeholder, .textarea-placeholder::placeholder {
|
|
color: var(--grey-3);
|
|
}
|
|
|
|
.card-default {
|
|
background-color: var(--bg-white);
|
|
border: 1px solid var(--grey-4);
|
|
}
|
|
|
|
.card-hover:hover {
|
|
background-color: var(--bg-white);
|
|
border-color: var(--grey-3);
|
|
}
|
|
|
|
.card-light {
|
|
background-color: var(--bg-light);
|
|
border-color: #0000;
|
|
}
|
|
|
|
.card-grey {
|
|
background-color: var(--bg-light-grey);
|
|
border-color: #0000;
|
|
}
|
|
|
|
.badge-success {
|
|
background-color: var(--color-success);
|
|
color: var(--grey-5);
|
|
}
|
|
|
|
.badge-error {
|
|
background-color: var(--color-error);
|
|
color: var(--grey-5);
|
|
}
|
|
|
|
.badge-warning {
|
|
background-color: var(--color-warning);
|
|
color: var(--grey-5);
|
|
}
|
|
|
|
.badge-info {
|
|
background-color: var(--color-info);
|
|
color: var(--grey-5);
|
|
}
|
|
|
|
.badge-neutral {
|
|
background-color: var(--grey-3);
|
|
color: var(--grey-5);
|
|
}
|
|
|
|
.divider-light {
|
|
border-color: var(--grey-4);
|
|
}
|
|
|
|
.divider-medium {
|
|
border-color: var(--grey-3);
|
|
}
|
|
|
|
.divider-dark {
|
|
border-color: var(--grey-2);
|
|
}
|
|
|
|
@keyframes fade-in {
|
|
from {
|
|
opacity: 0;
|
|
transform: translateY(-10px);
|
|
}
|
|
|
|
to {
|
|
opacity: 1;
|
|
transform: translateY(0);
|
|
}
|
|
}
|
|
|
|
.animate-fade-in {
|
|
animation: .6s ease-out fade-in;
|
|
}
|
|
|
|
.rounded-none {
|
|
border-radius: var(--radius-none);
|
|
}
|
|
|
|
.rounded-sm {
|
|
border-radius: var(--radius-sm);
|
|
}
|
|
|
|
.rounded {
|
|
border-radius: var(--radius);
|
|
}
|
|
|
|
.rounded-md {
|
|
border-radius: var(--radius-md);
|
|
}
|
|
|
|
.rounded-lg {
|
|
border-radius: var(--radius-lg);
|
|
}
|
|
|
|
.rounded-xl {
|
|
border-radius: var(--radius-xl);
|
|
}
|
|
|
|
.rounded-2xl {
|
|
border-radius: var(--radius-2xl);
|
|
}
|
|
|
|
.rounded-3xl {
|
|
border-radius: var(--radius-3xl);
|
|
}
|
|
|
|
.rounded-full {
|
|
border-radius: var(--radius-full);
|
|
}
|
|
|
|
.rounded-t-none {
|
|
border-top-left-radius: var(--radius-none);
|
|
border-top-right-radius: var(--radius-none);
|
|
}
|
|
|
|
.rounded-t-sm {
|
|
border-top-left-radius: var(--radius-sm);
|
|
border-top-right-radius: var(--radius-sm);
|
|
}
|
|
|
|
.rounded-t {
|
|
border-top-left-radius: var(--radius);
|
|
border-top-right-radius: var(--radius);
|
|
}
|
|
|
|
.rounded-t-md {
|
|
border-top-left-radius: var(--radius-md);
|
|
border-top-right-radius: var(--radius-md);
|
|
}
|
|
|
|
.rounded-t-lg {
|
|
border-top-left-radius: var(--radius-lg);
|
|
border-top-right-radius: var(--radius-lg);
|
|
}
|
|
|
|
.rounded-t-xl {
|
|
border-top-left-radius: var(--radius-xl);
|
|
border-top-right-radius: var(--radius-xl);
|
|
}
|
|
|
|
.rounded-t-2xl {
|
|
border-top-left-radius: var(--radius-2xl);
|
|
border-top-right-radius: var(--radius-2xl);
|
|
}
|
|
|
|
.rounded-t-3xl {
|
|
border-top-left-radius: var(--radius-3xl);
|
|
border-top-right-radius: var(--radius-3xl);
|
|
}
|
|
|
|
.rounded-t-full {
|
|
border-top-left-radius: var(--radius-full);
|
|
border-top-right-radius: var(--radius-full);
|
|
}
|
|
|
|
.rounded-r-none {
|
|
border-top-right-radius: var(--radius-none);
|
|
border-bottom-right-radius: var(--radius-none);
|
|
}
|
|
|
|
.rounded-r-sm {
|
|
border-top-right-radius: var(--radius-sm);
|
|
border-bottom-right-radius: var(--radius-sm);
|
|
}
|
|
|
|
.rounded-r {
|
|
border-top-right-radius: var(--radius);
|
|
border-bottom-right-radius: var(--radius);
|
|
}
|
|
|
|
.rounded-r-md {
|
|
border-top-right-radius: var(--radius-md);
|
|
border-bottom-right-radius: var(--radius-md);
|
|
}
|
|
|
|
.rounded-r-lg {
|
|
border-top-right-radius: var(--radius-lg);
|
|
border-bottom-right-radius: var(--radius-lg);
|
|
}
|
|
|
|
.rounded-r-xl {
|
|
border-top-right-radius: var(--radius-xl);
|
|
border-bottom-right-radius: var(--radius-xl);
|
|
}
|
|
|
|
.rounded-r-2xl {
|
|
border-top-right-radius: var(--radius-2xl);
|
|
border-bottom-right-radius: var(--radius-2xl);
|
|
}
|
|
|
|
.rounded-r-3xl {
|
|
border-top-right-radius: var(--radius-3xl);
|
|
border-bottom-right-radius: var(--radius-3xl);
|
|
}
|
|
|
|
.rounded-r-full {
|
|
border-top-right-radius: var(--radius-full);
|
|
border-bottom-right-radius: var(--radius-full);
|
|
}
|
|
|
|
.rounded-b-none {
|
|
border-bottom-left-radius: var(--radius-none);
|
|
border-bottom-right-radius: var(--radius-none);
|
|
}
|
|
|
|
.rounded-b-sm {
|
|
border-bottom-left-radius: var(--radius-sm);
|
|
border-bottom-right-radius: var(--radius-sm);
|
|
}
|
|
|
|
.rounded-b {
|
|
border-bottom-left-radius: var(--radius);
|
|
border-bottom-right-radius: var(--radius);
|
|
}
|
|
|
|
.rounded-b-md {
|
|
border-bottom-left-radius: var(--radius-md);
|
|
border-bottom-right-radius: var(--radius-md);
|
|
}
|
|
|
|
.rounded-b-lg {
|
|
border-bottom-left-radius: var(--radius-lg);
|
|
border-bottom-right-radius: var(--radius-lg);
|
|
}
|
|
|
|
.rounded-b-xl {
|
|
border-bottom-left-radius: var(--radius-xl);
|
|
border-bottom-right-radius: var(--radius-xl);
|
|
}
|
|
|
|
.rounded-b-2xl {
|
|
border-bottom-left-radius: var(--radius-2xl);
|
|
border-bottom-right-radius: var(--radius-2xl);
|
|
}
|
|
|
|
.rounded-b-3xl {
|
|
border-bottom-left-radius: var(--radius-3xl);
|
|
border-bottom-right-radius: var(--radius-3xl);
|
|
}
|
|
|
|
.rounded-b-full {
|
|
border-bottom-left-radius: var(--radius-full);
|
|
border-bottom-right-radius: var(--radius-full);
|
|
}
|
|
|
|
.rounded-l-none {
|
|
border-top-left-radius: var(--radius-none);
|
|
border-bottom-left-radius: var(--radius-none);
|
|
}
|
|
|
|
.rounded-l-sm {
|
|
border-top-left-radius: var(--radius-sm);
|
|
border-bottom-left-radius: var(--radius-sm);
|
|
}
|
|
|
|
.rounded-l {
|
|
border-top-left-radius: var(--radius);
|
|
border-bottom-left-radius: var(--radius);
|
|
}
|
|
|
|
.rounded-l-md {
|
|
border-top-left-radius: var(--radius-md);
|
|
border-bottom-left-radius: var(--radius-md);
|
|
}
|
|
|
|
.rounded-l-lg {
|
|
border-top-left-radius: var(--radius-lg);
|
|
border-bottom-left-radius: var(--radius-lg);
|
|
}
|
|
|
|
.rounded-l-xl {
|
|
border-top-left-radius: var(--radius-xl);
|
|
border-bottom-left-radius: var(--radius-xl);
|
|
}
|
|
|
|
.rounded-l-2xl {
|
|
border-top-left-radius: var(--radius-2xl);
|
|
border-bottom-left-radius: var(--radius-2xl);
|
|
}
|
|
|
|
.rounded-l-3xl {
|
|
border-top-left-radius: var(--radius-3xl);
|
|
border-bottom-left-radius: var(--radius-3xl);
|
|
}
|
|
|
|
.rounded-l-full {
|
|
border-top-left-radius: var(--radius-full);
|
|
border-bottom-left-radius: var(--radius-full);
|
|
}
|
|
|
|
.rounded-tl-none {
|
|
border-top-left-radius: var(--radius-none);
|
|
}
|
|
|
|
.rounded-tl-sm {
|
|
border-top-left-radius: var(--radius-sm);
|
|
}
|
|
|
|
.rounded-tl {
|
|
border-top-left-radius: var(--radius);
|
|
}
|
|
|
|
.rounded-tl-md {
|
|
border-top-left-radius: var(--radius-md);
|
|
}
|
|
|
|
.rounded-tl-lg {
|
|
border-top-left-radius: var(--radius-lg);
|
|
}
|
|
|
|
.rounded-tl-xl {
|
|
border-top-left-radius: var(--radius-xl);
|
|
}
|
|
|
|
.rounded-tl-2xl {
|
|
border-top-left-radius: var(--radius-2xl);
|
|
}
|
|
|
|
.rounded-tl-3xl {
|
|
border-top-left-radius: var(--radius-3xl);
|
|
}
|
|
|
|
.rounded-tl-full {
|
|
border-top-left-radius: var(--radius-full);
|
|
}
|
|
|
|
.rounded-tr-none {
|
|
border-top-right-radius: var(--radius-none);
|
|
}
|
|
|
|
.rounded-tr-sm {
|
|
border-top-right-radius: var(--radius-sm);
|
|
}
|
|
|
|
.rounded-tr {
|
|
border-top-right-radius: var(--radius);
|
|
}
|
|
|
|
.rounded-tr-md {
|
|
border-top-right-radius: var(--radius-md);
|
|
}
|
|
|
|
.rounded-tr-lg {
|
|
border-top-right-radius: var(--radius-lg);
|
|
}
|
|
|
|
.rounded-tr-xl {
|
|
border-top-right-radius: var(--radius-xl);
|
|
}
|
|
|
|
.rounded-tr-2xl {
|
|
border-top-right-radius: var(--radius-2xl);
|
|
}
|
|
|
|
.rounded-tr-3xl {
|
|
border-top-right-radius: var(--radius-3xl);
|
|
}
|
|
|
|
.rounded-tr-full {
|
|
border-top-right-radius: var(--radius-full);
|
|
}
|
|
|
|
.rounded-br-none {
|
|
border-bottom-right-radius: var(--radius-none);
|
|
}
|
|
|
|
.rounded-br-sm {
|
|
border-bottom-right-radius: var(--radius-sm);
|
|
}
|
|
|
|
.rounded-br {
|
|
border-bottom-right-radius: var(--radius);
|
|
}
|
|
|
|
.rounded-br-md {
|
|
border-bottom-right-radius: var(--radius-md);
|
|
}
|
|
|
|
.rounded-br-lg {
|
|
border-bottom-right-radius: var(--radius-lg);
|
|
}
|
|
|
|
.rounded-br-xl {
|
|
border-bottom-right-radius: var(--radius-xl);
|
|
}
|
|
|
|
.rounded-br-2xl {
|
|
border-bottom-right-radius: var(--radius-2xl);
|
|
}
|
|
|
|
.rounded-br-3xl {
|
|
border-bottom-right-radius: var(--radius-3xl);
|
|
}
|
|
|
|
.rounded-br-full {
|
|
border-bottom-right-radius: var(--radius-full);
|
|
}
|
|
|
|
.rounded-bl-none {
|
|
border-bottom-left-radius: var(--radius-none);
|
|
}
|
|
|
|
.rounded-bl-sm {
|
|
border-bottom-left-radius: var(--radius-sm);
|
|
}
|
|
|
|
.rounded-bl {
|
|
border-bottom-left-radius: var(--radius);
|
|
}
|
|
|
|
.rounded-bl-md {
|
|
border-bottom-left-radius: var(--radius-md);
|
|
}
|
|
|
|
.rounded-bl-lg {
|
|
border-bottom-left-radius: var(--radius-lg);
|
|
}
|
|
|
|
.rounded-bl-xl {
|
|
border-bottom-left-radius: var(--radius-xl);
|
|
}
|
|
|
|
.rounded-bl-2xl {
|
|
border-bottom-left-radius: var(--radius-2xl);
|
|
}
|
|
|
|
.rounded-bl-3xl {
|
|
border-bottom-left-radius: var(--radius-3xl);
|
|
}
|
|
|
|
.rounded-bl-full {
|
|
border-bottom-left-radius: var(--radius-full);
|
|
}
|
|
|
|
@property --tw-translate-x {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
|
|
@property --tw-translate-y {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
|
|
@property --tw-translate-z {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
|
|
@property --tw-space-y-reverse {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
|
|
@property --tw-border-style {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: solid;
|
|
}
|
|
|
|
@property --tw-leading {
|
|
syntax: "*";
|
|
inherits: false
|
|
}
|
|
|
|
@property --tw-font-weight {
|
|
syntax: "*";
|
|
inherits: false
|
|
}
|
|
|
|
@property --tw-tracking {
|
|
syntax: "*";
|
|
inherits: false
|
|
}
|
|
|
|
@property --tw-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
|
|
@property --tw-shadow-color {
|
|
syntax: "*";
|
|
inherits: false
|
|
}
|
|
|
|
@property --tw-shadow-alpha {
|
|
syntax: "<percentage>";
|
|
inherits: false;
|
|
initial-value: 100%;
|
|
}
|
|
|
|
@property --tw-inset-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
|
|
@property --tw-inset-shadow-color {
|
|
syntax: "*";
|
|
inherits: false
|
|
}
|
|
|
|
@property --tw-inset-shadow-alpha {
|
|
syntax: "<percentage>";
|
|
inherits: false;
|
|
initial-value: 100%;
|
|
}
|
|
|
|
@property --tw-ring-color {
|
|
syntax: "*";
|
|
inherits: false
|
|
}
|
|
|
|
@property --tw-ring-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
|
|
@property --tw-inset-ring-color {
|
|
syntax: "*";
|
|
inherits: false
|
|
}
|
|
|
|
@property --tw-inset-ring-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
|
|
@property --tw-ring-inset {
|
|
syntax: "*";
|
|
inherits: false
|
|
}
|
|
|
|
@property --tw-ring-offset-width {
|
|
syntax: "<length>";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
|
|
@property --tw-ring-offset-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: #fff;
|
|
}
|
|
|
|
@property --tw-ring-offset-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
|
|
@property --tw-outline-style {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: solid;
|
|
}
|
|
|
|
@property --tw-blur {
|
|
syntax: "*";
|
|
inherits: false
|
|
}
|
|
|
|
@property --tw-brightness {
|
|
syntax: "*";
|
|
inherits: false
|
|
}
|
|
|
|
@property --tw-contrast {
|
|
syntax: "*";
|
|
inherits: false
|
|
}
|
|
|
|
@property --tw-grayscale {
|
|
syntax: "*";
|
|
inherits: false
|
|
}
|
|
|
|
@property --tw-hue-rotate {
|
|
syntax: "*";
|
|
inherits: false
|
|
}
|
|
|
|
@property --tw-invert {
|
|
syntax: "*";
|
|
inherits: false
|
|
}
|
|
|
|
@property --tw-opacity {
|
|
syntax: "*";
|
|
inherits: false
|
|
}
|
|
|
|
@property --tw-saturate {
|
|
syntax: "*";
|
|
inherits: false
|
|
}
|
|
|
|
@property --tw-sepia {
|
|
syntax: "*";
|
|
inherits: false
|
|
}
|
|
|
|
@property --tw-drop-shadow {
|
|
syntax: "*";
|
|
inherits: false
|
|
}
|
|
|
|
@property --tw-drop-shadow-color {
|
|
syntax: "*";
|
|
inherits: false
|
|
}
|
|
|
|
@property --tw-drop-shadow-alpha {
|
|
syntax: "<percentage>";
|
|
inherits: false;
|
|
initial-value: 100%;
|
|
}
|
|
|
|
@property --tw-drop-shadow-size {
|
|
syntax: "*";
|
|
inherits: false
|
|
}
|
|
|
|
@property --tw-duration {
|
|
syntax: "*";
|
|
inherits: false
|
|
}
|
|
|
|
@keyframes enter {
|
|
from {
|
|
opacity: var(--tw-enter-opacity, 1);
|
|
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: var(--tw-exit-opacity, 1);
|
|
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));
|
|
}
|
|
}
|