lumarc-grid
Version:
lumArc Grid는 고성능, 유연하고 프레임워크에 구애받지 않는 데이터 그리드 라이브러리
2,362 lines (2,290 loc) • 458 kB
CSS
*, ::before, ::after {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--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: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
box-sizing: border-box; /* 1 */
border-width: 0; /* 2 */
border-style: solid; /* 2 */
border-color: #e5e7eb; /* 2 */
}
::before,
::after {
--tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
line-height: 1.5; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
-moz-tab-size: 4; /* 3 */
-o-tab-size: 4;
tab-size: 4; /* 3 */
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
font-feature-settings: normal; /* 5 */
font-variation-settings: normal; /* 6 */
-webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
margin: 0; /* 1 */
line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
height: 0; /* 1 */
color: inherit; /* 2 */
border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
color: inherit;
text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
font-feature-settings: normal; /* 2 */
font-variation-settings: normal; /* 3 */
font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
text-indent: 0; /* 1 */
border-color: inherit; /* 2 */
border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-feature-settings: inherit; /* 1 */
font-variation-settings: inherit; /* 1 */
font-size: 100%; /* 1 */
font-weight: inherit; /* 1 */
line-height: inherit; /* 1 */
letter-spacing: inherit; /* 1 */
color: inherit; /* 1 */
margin: 0; /* 2 */
padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
-webkit-appearance: button; /* 1 */
background-color: transparent; /* 2 */
background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
-webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
margin: 0;
}
fieldset {
margin: 0;
padding: 0;
}
legend {
padding: 0;
}
ol,
ul,
menu {
list-style: none;
margin: 0;
padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1; /* 1 */
color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
opacity: 1; /* 1 */
color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block; /* 1 */
vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
max-width: 100%;
height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
display: none;
}
.\!container {
width: 100% !important;
margin-right: auto !important;
margin-left: auto !important;
padding-right: 2rem !important;
padding-left: 2rem !important;
}
.container {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 2rem;
padding-left: 2rem;
}
@media (min-width: 1400px) {
.\!container {
max-width: 1400px !important;
}
.container {
max-width: 1400px;
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.pointer-events-none {
pointer-events: none;
}
.pointer-events-auto {
pointer-events: auto;
}
.invisible {
visibility: hidden;
}
.fixed {
position: fixed;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.sticky {
position: sticky;
}
.inset-0 {
inset: 0px;
}
.inset-x-0 {
left: 0px;
right: 0px;
}
.inset-y-0 {
top: 0px;
bottom: 0px;
}
.bottom-0 {
bottom: 0px;
}
.left-0 {
left: 0px;
}
.left-2 {
left: 0.5rem;
}
.left-3 {
left: 0.75rem;
}
.left-\[50\%\] {
left: 50%;
}
.right-0 {
right: 0px;
}
.right-1 {
right: 0.25rem;
}
.right-2 {
right: 0.5rem;
}
.right-3 {
right: 0.75rem;
}
.right-4 {
right: 1rem;
}
.top-0 {
top: 0px;
}
.top-1 {
top: 0.25rem;
}
.top-1\/2 {
top: 50%;
}
.top-2 {
top: 0.5rem;
}
.top-4 {
top: 1rem;
}
.top-\[50\%\] {
top: 50%;
}
.z-10 {
z-index: 10;
}
.z-50 {
z-index: 50;
}
.z-\[100\] {
z-index: 100;
}
.order-1 {
order: 1;
}
.order-2 {
order: 2;
}
.-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.-ml-1 {
margin-left: -0.25rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.ml-1 {
margin-left: 0.25rem;
}
.ml-auto {
margin-left: auto;
}
.mr-2 {
margin-right: 0.5rem;
}
.mt-1 {
margin-top: 0.25rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.mt-3 {
margin-top: 0.75rem;
}
.mt-6 {
margin-top: 1.5rem;
}
.flex {
display: flex;
}
.inline-flex {
display: inline-flex;
}
.table {
display: table;
}
.table-cell {
display: table-cell;
}
.grid {
display: grid;
}
.hidden {
display: none;
}
.aspect-square {
aspect-ratio: 1 / 1;
}
.size-4 {
width: 1rem;
height: 1rem;
}
.size-\[--cell-size\] {
width: var(--cell-size);
height: var(--cell-size);
}
.h-10 {
height: 2.5rem;
}
.h-11 {
height: 2.75rem;
}
.h-12 {
height: 3rem;
}
.h-2 {
height: 0.5rem;
}
.h-2\.5 {
height: 0.625rem;
}
.h-3 {
height: 0.75rem;
}
.h-3\.5 {
height: 0.875rem;
}
.h-4 {
height: 1rem;
}
.h-5 {
height: 1.25rem;
}
.h-6 {
height: 1.5rem;
}
.h-8 {
height: 2rem;
}
.h-9 {
height: 2.25rem;
}
.h-\[--cell-size\] {
height: var(--cell-size);
}
.h-\[1px\] {
height: 1px;
}
.h-\[var\(--radix-select-trigger-height\)\] {
height: var(--radix-select-trigger-height);
}
.h-auto {
height: auto;
}
.h-full {
height: 100%;
}
.h-px {
height: 1px;
}
.max-h-96 {
max-height: 24rem;
}
.max-h-\[300px\] {
max-height: 300px;
}
.max-h-full {
max-height: 100%;
}
.max-h-screen {
max-height: 100vh;
}
.min-h-\[1\.5rem\] {
min-height: 1.5rem;
}
.min-h-screen {
min-height: 100vh;
}
.w-1 {
width: 0.25rem;
}
.w-10 {
width: 2.5rem;
}
.w-12 {
width: 3rem;
}
.w-16 {
width: 4rem;
}
.w-2 {
width: 0.5rem;
}
.w-2\.5 {
width: 0.625rem;
}
.w-20 {
width: 5rem;
}
.w-24 {
width: 6rem;
}
.w-3 {
width: 0.75rem;
}
.w-3\.5 {
width: 0.875rem;
}
.w-3\/4 {
width: 75%;
}
.w-32 {
width: 8rem;
}
.w-4 {
width: 1rem;
}
.w-48 {
width: 12rem;
}
.w-5 {
width: 1.25rem;
}
.w-6 {
width: 1.5rem;
}
.w-72 {
width: 18rem;
}
.w-8 {
width: 2rem;
}
.w-9 {
width: 2.25rem;
}
.w-\[--cell-size\] {
width: var(--cell-size);
}
.w-\[1px\] {
width: 1px;
}
.w-fit {
width: -moz-fit-content;
width: fit-content;
}
.w-full {
width: 100%;
}
.min-w-\[--cell-size\] {
min-width: var(--cell-size);
}
.min-w-\[8rem\] {
min-width: 8rem;
}
.min-w-\[var\(--radix-select-trigger-width\)\] {
min-width: var(--radix-select-trigger-width);
}
.max-w-7xl {
max-width: 80rem;
}
.max-w-lg {
max-width: 32rem;
}
.max-w-sm {
max-width: 24rem;
}
.max-w-xs {
max-width: 20rem;
}
.flex-1 {
flex: 1 1 0%;
}
.flex-shrink-0 {
flex-shrink: 0;
}
.shrink-0 {
flex-shrink: 0;
}
.caption-bottom {
caption-side: bottom;
}
.border-collapse {
border-collapse: collapse;
}
.origin-\[--radix-popover-content-transform-origin\] {
transform-origin: var(--radix-popover-content-transform-origin);
}
.-translate-y-1\/2 {
--tw-translate-y: -50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\] {
--tw-translate-x: -50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
--tw-translate-y: -50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.02\] {
--tw-scale-x: 1.02;
--tw-scale-y: 1.02;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {
50% {
opacity: .5;
}
}
.animate-pulse {
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {
to {
transform: rotate(360deg);
}
}
.animate-spin {
animation: spin 1s linear infinite;
}
.cursor-col-resize {
cursor: col-resize;
}
.cursor-default {
cursor: default;
}
.cursor-not-allowed {
cursor: not-allowed;
}
.cursor-pointer {
cursor: pointer;
}
.touch-none {
touch-action: none;
}
.select-none {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
grid-template-columns: repeat(3, 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;
}
.items-center {
align-items: center;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.gap-1 {
gap: 0.25rem;
}
.gap-1\.5 {
gap: 0.375rem;
}
.gap-2 {
gap: 0.5rem;
}
.gap-4 {
gap: 1rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1rem * var(--tw-space-x-reverse));
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
--tw-divide-y-reverse: 0;
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.overflow-auto {
overflow: auto;
}
.overflow-hidden {
overflow: hidden;
}
.overflow-y-auto {
overflow-y: auto;
}
.overflow-x-hidden {
overflow-x: hidden;
}
.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.whitespace-nowrap {
white-space: nowrap;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-\[inherit\] {
border-radius: inherit;
}
.rounded-full {
border-radius: 9999px;
}
.rounded-lg {
border-radius: 0.5rem;
}
.rounded-md {
border-radius: calc(0.5rem - 2px);
}
.rounded-none {
border-radius: 0px;
}
.rounded-sm {
border-radius: calc(0.5rem - 4px);
}
.rounded-l-md {
border-top-left-radius: calc(0.5rem - 2px);
border-bottom-left-radius: calc(0.5rem - 2px);
}
.rounded-r-md {
border-top-right-radius: calc(0.5rem - 2px);
border-bottom-right-radius: calc(0.5rem - 2px);
}
.border {
border-width: 1px;
}
.border-2 {
border-width: 2px;
}
.\!border-l-4 {
border-left-width: 4px !important;
}
.border-b {
border-bottom-width: 1px;
}
.border-l {
border-left-width: 1px;
}
.border-r {
border-right-width: 1px;
}
.border-t {
border-top-width: 1px;
}
.border-dashed {
border-style: dashed;
}
.border-none {
border-style: none;
}
.border-accent {
--tw-border-opacity: 1;
border-color: hsl(210 40% 96% / var(--tw-border-opacity, 1));
}
.border-accent-foreground {
--tw-border-opacity: 1;
border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.border-accent-foreground\/0 {
border-color: hsl(222.2 84% 4.9% / 0);
}
.border-accent-foreground\/10 {
border-color: hsl(222.2 84% 4.9% / 0.1);
}
.border-accent-foreground\/100 {
border-color: hsl(222.2 84% 4.9% / 1);
}
.border-accent-foreground\/15 {
border-color: hsl(222.2 84% 4.9% / 0.15);
}
.border-accent-foreground\/20 {
border-color: hsl(222.2 84% 4.9% / 0.2);
}
.border-accent-foreground\/25 {
border-color: hsl(222.2 84% 4.9% / 0.25);
}
.border-accent-foreground\/30 {
border-color: hsl(222.2 84% 4.9% / 0.3);
}
.border-accent-foreground\/35 {
border-color: hsl(222.2 84% 4.9% / 0.35);
}
.border-accent-foreground\/40 {
border-color: hsl(222.2 84% 4.9% / 0.4);
}
.border-accent-foreground\/45 {
border-color: hsl(222.2 84% 4.9% / 0.45);
}
.border-accent-foreground\/5 {
border-color: hsl(222.2 84% 4.9% / 0.05);
}
.border-accent-foreground\/50 {
border-color: hsl(222.2 84% 4.9% / 0.5);
}
.border-accent-foreground\/55 {
border-color: hsl(222.2 84% 4.9% / 0.55);
}
.border-accent-foreground\/60 {
border-color: hsl(222.2 84% 4.9% / 0.6);
}
.border-accent-foreground\/65 {
border-color: hsl(222.2 84% 4.9% / 0.65);
}
.border-accent-foreground\/70 {
border-color: hsl(222.2 84% 4.9% / 0.7);
}
.border-accent-foreground\/75 {
border-color: hsl(222.2 84% 4.9% / 0.75);
}
.border-accent-foreground\/80 {
border-color: hsl(222.2 84% 4.9% / 0.8);
}
.border-accent-foreground\/85 {
border-color: hsl(222.2 84% 4.9% / 0.85);
}
.border-accent-foreground\/90 {
border-color: hsl(222.2 84% 4.9% / 0.9);
}
.border-accent-foreground\/95 {
border-color: hsl(222.2 84% 4.9% / 0.95);
}
.border-accent\/0 {
border-color: hsl(210 40% 96% / 0);
}
.border-accent\/10 {
border-color: hsl(210 40% 96% / 0.1);
}
.border-accent\/100 {
border-color: hsl(210 40% 96% / 1);
}
.border-accent\/15 {
border-color: hsl(210 40% 96% / 0.15);
}
.border-accent\/20 {
border-color: hsl(210 40% 96% / 0.2);
}
.border-accent\/25 {
border-color: hsl(210 40% 96% / 0.25);
}
.border-accent\/30 {
border-color: hsl(210 40% 96% / 0.3);
}
.border-accent\/35 {
border-color: hsl(210 40% 96% / 0.35);
}
.border-accent\/40 {
border-color: hsl(210 40% 96% / 0.4);
}
.border-accent\/45 {
border-color: hsl(210 40% 96% / 0.45);
}
.border-accent\/5 {
border-color: hsl(210 40% 96% / 0.05);
}
.border-accent\/50 {
border-color: hsl(210 40% 96% / 0.5);
}
.border-accent\/55 {
border-color: hsl(210 40% 96% / 0.55);
}
.border-accent\/60 {
border-color: hsl(210 40% 96% / 0.6);
}
.border-accent\/65 {
border-color: hsl(210 40% 96% / 0.65);
}
.border-accent\/70 {
border-color: hsl(210 40% 96% / 0.7);
}
.border-accent\/75 {
border-color: hsl(210 40% 96% / 0.75);
}
.border-accent\/80 {
border-color: hsl(210 40% 96% / 0.8);
}
.border-accent\/85 {
border-color: hsl(210 40% 96% / 0.85);
}
.border-accent\/90 {
border-color: hsl(210 40% 96% / 0.9);
}
.border-accent\/95 {
border-color: hsl(210 40% 96% / 0.95);
}
.border-background {
--tw-border-opacity: 1;
border-color: hsl(0 0% 100% / var(--tw-border-opacity, 1));
}
.border-background\/0 {
border-color: hsl(0 0% 100% / 0);
}
.border-background\/10 {
border-color: hsl(0 0% 100% / 0.1);
}
.border-background\/100 {
border-color: hsl(0 0% 100% / 1);
}
.border-background\/15 {
border-color: hsl(0 0% 100% / 0.15);
}
.border-background\/20 {
border-color: hsl(0 0% 100% / 0.2);
}
.border-background\/25 {
border-color: hsl(0 0% 100% / 0.25);
}
.border-background\/30 {
border-color: hsl(0 0% 100% / 0.3);
}
.border-background\/35 {
border-color: hsl(0 0% 100% / 0.35);
}
.border-background\/40 {
border-color: hsl(0 0% 100% / 0.4);
}
.border-background\/45 {
border-color: hsl(0 0% 100% / 0.45);
}
.border-background\/5 {
border-color: hsl(0 0% 100% / 0.05);
}
.border-background\/50 {
border-color: hsl(0 0% 100% / 0.5);
}
.border-background\/55 {
border-color: hsl(0 0% 100% / 0.55);
}
.border-background\/60 {
border-color: hsl(0 0% 100% / 0.6);
}
.border-background\/65 {
border-color: hsl(0 0% 100% / 0.65);
}
.border-background\/70 {
border-color: hsl(0 0% 100% / 0.7);
}
.border-background\/75 {
border-color: hsl(0 0% 100% / 0.75);
}
.border-background\/80 {
border-color: hsl(0 0% 100% / 0.8);
}
.border-background\/85 {
border-color: hsl(0 0% 100% / 0.85);
}
.border-background\/90 {
border-color: hsl(0 0% 100% / 0.9);
}
.border-background\/95 {
border-color: hsl(0 0% 100% / 0.95);
}
.border-blue-300 {
--tw-border-opacity: 1;
border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-border {
--tw-border-opacity: 1;
border-color: hsl(214.3 31.8% 91.4% / var(--tw-border-opacity, 1));
}
.border-border\/0 {
border-color: hsl(214.3 31.8% 91.4% / 0);
}
.border-border\/10 {
border-color: hsl(214.3 31.8% 91.4% / 0.1);
}
.border-border\/100 {
border-color: hsl(214.3 31.8% 91.4% / 1);
}
.border-border\/15 {
border-color: hsl(214.3 31.8% 91.4% / 0.15);
}
.border-border\/20 {
border-color: hsl(214.3 31.8% 91.4% / 0.2);
}
.border-border\/25 {
border-color: hsl(214.3 31.8% 91.4% / 0.25);
}
.border-border\/30 {
border-color: hsl(214.3 31.8% 91.4% / 0.3);
}
.border-border\/35 {
border-color: hsl(214.3 31.8% 91.4% / 0.35);
}
.border-border\/40 {
border-color: hsl(214.3 31.8% 91.4% / 0.4);
}
.border-border\/45 {
border-color: hsl(214.3 31.8% 91.4% / 0.45);
}
.border-border\/5 {
border-color: hsl(214.3 31.8% 91.4% / 0.05);
}
.border-border\/50 {
border-color: hsl(214.3 31.8% 91.4% / 0.5);
}
.border-border\/55 {
border-color: hsl(214.3 31.8% 91.4% / 0.55);
}
.border-border\/60 {
border-color: hsl(214.3 31.8% 91.4% / 0.6);
}
.border-border\/65 {
border-color: hsl(214.3 31.8% 91.4% / 0.65);
}
.border-border\/70 {
border-color: hsl(214.3 31.8% 91.4% / 0.7);
}
.border-border\/75 {
border-color: hsl(214.3 31.8% 91.4% / 0.75);
}
.border-border\/80 {
border-color: hsl(214.3 31.8% 91.4% / 0.8);
}
.border-border\/85 {
border-color: hsl(214.3 31.8% 91.4% / 0.85);
}
.border-border\/90 {
border-color: hsl(214.3 31.8% 91.4% / 0.9);
}
.border-border\/95 {
border-color: hsl(214.3 31.8% 91.4% / 0.95);
}
.border-card {
--tw-border-opacity: 1;
border-color: hsl(0 0% 100% / var(--tw-border-opacity, 1));
}
.border-card-foreground {
--tw-border-opacity: 1;
border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.border-card-foreground\/0 {
border-color: hsl(222.2 84% 4.9% / 0);
}
.border-card-foreground\/10 {
border-color: hsl(222.2 84% 4.9% / 0.1);
}
.border-card-foreground\/100 {
border-color: hsl(222.2 84% 4.9% / 1);
}
.border-card-foreground\/15 {
border-color: hsl(222.2 84% 4.9% / 0.15);
}
.border-card-foreground\/20 {
border-color: hsl(222.2 84% 4.9% / 0.2);
}
.border-card-foreground\/25 {
border-color: hsl(222.2 84% 4.9% / 0.25);
}
.border-card-foreground\/30 {
border-color: hsl(222.2 84% 4.9% / 0.3);
}
.border-card-foreground\/35 {
border-color: hsl(222.2 84% 4.9% / 0.35);
}
.border-card-foreground\/40 {
border-color: hsl(222.2 84% 4.9% / 0.4);
}
.border-card-foreground\/45 {
border-color: hsl(222.2 84% 4.9% / 0.45);
}
.border-card-foreground\/5 {
border-color: hsl(222.2 84% 4.9% / 0.05);
}
.border-card-foreground\/50 {
border-color: hsl(222.2 84% 4.9% / 0.5);
}
.border-card-foreground\/55 {
border-color: hsl(222.2 84% 4.9% / 0.55);
}
.border-card-foreground\/60 {
border-color: hsl(222.2 84% 4.9% / 0.6);
}
.border-card-foreground\/65 {
border-color: hsl(222.2 84% 4.9% / 0.65);
}
.border-card-foreground\/70 {
border-color: hsl(222.2 84% 4.9% / 0.7);
}
.border-card-foreground\/75 {
border-color: hsl(222.2 84% 4.9% / 0.75);
}
.border-card-foreground\/80 {
border-color: hsl(222.2 84% 4.9% / 0.8);
}
.border-card-foreground\/85 {
border-color: hsl(222.2 84% 4.9% / 0.85);
}
.border-card-foreground\/90 {
border-color: hsl(222.2 84% 4.9% / 0.9);
}
.border-card-foreground\/95 {
border-color: hsl(222.2 84% 4.9% / 0.95);
}
.border-card\/0 {
border-color: hsl(0 0% 100% / 0);
}
.border-card\/10 {
border-color: hsl(0 0% 100% / 0.1);
}
.border-card\/100 {
border-color: hsl(0 0% 100% / 1);
}
.border-card\/15 {
border-color: hsl(0 0% 100% / 0.15);
}
.border-card\/20 {
border-color: hsl(0 0% 100% / 0.2);
}
.border-card\/25 {
border-color: hsl(0 0% 100% / 0.25);
}
.border-card\/30 {
border-color: hsl(0 0% 100% / 0.3);
}
.border-card\/35 {
border-color: hsl(0 0% 100% / 0.35);
}
.border-card\/40 {
border-color: hsl(0 0% 100% / 0.4);
}
.border-card\/45 {
border-color: hsl(0 0% 100% / 0.45);
}
.border-card\/5 {
border-color: hsl(0 0% 100% / 0.05);
}
.border-card\/50 {
border-color: hsl(0 0% 100% / 0.5);
}
.border-card\/55 {
border-color: hsl(0 0% 100% / 0.55);
}
.border-card\/60 {
border-color: hsl(0 0% 100% / 0.6);
}
.border-card\/65 {
border-color: hsl(0 0% 100% / 0.65);
}
.border-card\/70 {
border-color: hsl(0 0% 100% / 0.7);
}
.border-card\/75 {
border-color: hsl(0 0% 100% / 0.75);
}
.border-card\/80 {
border-color: hsl(0 0% 100% / 0.8);
}
.border-card\/85 {
border-color: hsl(0 0% 100% / 0.85);
}
.border-card\/90 {
border-color: hsl(0 0% 100% / 0.9);
}
.border-card\/95 {
border-color: hsl(0 0% 100% / 0.95);
}
.border-destructive {
--tw-border-opacity: 1;
border-color: hsl(0 84.2% 60.2% / var(--tw-border-opacity, 1));
}
.border-destructive-foreground {
--tw-border-opacity: 1;
border-color: hsl(210 40% 98% / var(--tw-border-opacity, 1));
}
.border-destructive-foreground\/0 {
border-color: hsl(210 40% 98% / 0);
}
.border-destructive-foreground\/10 {
border-color: hsl(210 40% 98% / 0.1);
}
.border-destructive-foreground\/100 {
border-color: hsl(210 40% 98% / 1);
}
.border-destructive-foreground\/15 {
border-color: hsl(210 40% 98% / 0.15);
}
.border-destructive-foreground\/20 {
border-color: hsl(210 40% 98% / 0.2);
}
.border-destructive-foreground\/25 {
border-color: hsl(210 40% 98% / 0.25);
}
.border-destructive-foreground\/30 {
border-color: hsl(210 40% 98% / 0.3);
}
.border-destructive-foreground\/35 {
border-color: hsl(210 40% 98% / 0.35);
}
.border-destructive-foreground\/40 {
border-color: hsl(210 40% 98% / 0.4);
}
.border-destructive-foreground\/45 {
border-color: hsl(210 40% 98% / 0.45);
}
.border-destructive-foreground\/5 {
border-color: hsl(210 40% 98% / 0.05);
}
.border-destructive-foreground\/50 {
border-color: hsl(210 40% 98% / 0.5);
}
.border-destructive-foreground\/55 {
border-color: hsl(210 40% 98% / 0.55);
}
.border-destructive-foreground\/60 {
border-color: hsl(210 40% 98% / 0.6);
}
.border-destructive-foreground\/65 {
border-color: hsl(210 40% 98% / 0.65);
}
.border-destructive-foreground\/70 {
border-color: hsl(210 40% 98% / 0.7);
}
.border-destructive-foreground\/75 {
border-color: hsl(210 40% 98% / 0.75);
}
.border-destructive-foreground\/80 {
border-color: hsl(210 40% 98% / 0.8);
}
.border-destructive-foreground\/85 {
border-color: hsl(210 40% 98% / 0.85);
}
.border-destructive-foreground\/90 {
border-color: hsl(210 40% 98% / 0.9);
}
.border-destructive-foreground\/95 {
border-color: hsl(210 40% 98% / 0.95);
}
.border-destructive\/0 {
border-color: hsl(0 84.2% 60.2% / 0);
}
.border-destructive\/10 {
border-color: hsl(0 84.2% 60.2% / 0.1);
}
.border-destructive\/100 {
border-color: hsl(0 84.2% 60.2% / 1);
}
.border-destructive\/15 {
border-color: hsl(0 84.2% 60.2% / 0.15);
}
.border-destructive\/20 {
border-color: hsl(0 84.2% 60.2% / 0.2);
}
.border-destructive\/25 {
border-color: hsl(0 84.2% 60.2% / 0.25);
}
.border-destructive\/30 {
border-color: hsl(0 84.2% 60.2% / 0.3);
}
.border-destructive\/35 {
border-color: hsl(0 84.2% 60.2% / 0.35);
}
.border-destructive\/40 {
border-color: hsl(0 84.2% 60.2% / 0.4);
}
.border-destructive\/45 {
border-color: hsl(0 84.2% 60.2% / 0.45);
}
.border-destructive\/5 {
border-color: hsl(0 84.2% 60.2% / 0.05);
}
.border-destructive\/50 {
border-color: hsl(0 84.2% 60.2% / 0.5);
}
.border-destructive\/55 {
border-color: hsl(0 84.2% 60.2% / 0.55);
}
.border-destructive\/60 {
border-color: hsl(0 84.2% 60.2% / 0.6);
}
.border-destructive\/65 {
border-color: hsl(0 84.2% 60.2% / 0.65);
}
.border-destructive\/70 {
border-color: hsl(0 84.2% 60.2% / 0.7);
}
.border-destructive\/75 {
border-color: hsl(0 84.2% 60.2% / 0.75);
}
.border-destructive\/80 {
border-color: hsl(0 84.2% 60.2% / 0.8);
}
.border-destructive\/85 {
border-color: hsl(0 84.2% 60.2% / 0.85);
}
.border-destructive\/90 {
border-color: hsl(0 84.2% 60.2% / 0.9);
}
.border-destructive\/95 {
border-color: hsl(0 84.2% 60.2% / 0.95);
}
.border-foreground {
--tw-border-opacity: 1;
border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.border-foreground\/0 {
border-color: hsl(222.2 84% 4.9% / 0);
}
.border-foreground\/10 {
border-color: hsl(222.2 84% 4.9% / 0.1);
}
.border-foreground\/100 {
border-color: hsl(222.2 84% 4.9% / 1);
}
.border-foreground\/15 {
border-color: hsl(222.2 84% 4.9% / 0.15);
}
.border-foreground\/20 {
border-color: hsl(222.2 84% 4.9% / 0.2);
}
.border-foreground\/25 {
border-color: hsl(222.2 84% 4.9% / 0.25);
}
.border-foreground\/30 {
border-color: hsl(222.2 84% 4.9% / 0.3);
}
.border-foreground\/35 {
border-color: hsl(222.2 84% 4.9% / 0.35);
}
.border-foreground\/40 {
border-color: hsl(222.2 84% 4.9% / 0.4);
}
.border-foreground\/45 {
border-color: hsl(222.2 84% 4.9% / 0.45);
}
.border-foreground\/5 {
border-color: hsl(222.2 84% 4.9% / 0.05);
}
.border-foreground\/50 {
border-color: hsl(222.2 84% 4.9% / 0.5);
}
.border-foreground\/55 {
border-color: hsl(222.2 84% 4.9% / 0.55);
}
.border-foreground\/60 {
border-color: hsl(222.2 84% 4.9% / 0.6);
}
.border-foreground\/65 {
border-color: hsl(222.2 84% 4.9% / 0.65);
}
.border-foreground\/70 {
border-color: hsl(222.2 84% 4.9% / 0.7);
}
.border-foreground\/75 {
border-color: hsl(222.2 84% 4.9% / 0.75);
}
.border-foreground\/80 {
border-color: hsl(222.2 84% 4.9% / 0.8);
}
.border-foreground\/85 {
border-color: hsl(222.2 84% 4.9% / 0.85);
}
.border-foreground\/90 {
border-color: hsl(222.2 84% 4.9% / 0.9);
}
.border-foreground\/95 {
border-color: hsl(222.2 84% 4.9% / 0.95);
}
.border-green-500 {
--tw-border-opacity: 1;
border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-input {
--tw-border-opacity: 1;
border-color: hsl(214.3 31.8% 91.4% / var(--tw-border-opacity, 1));
}
.border-input\/0 {
border-color: hsl(214.3 31.8% 91.4% / 0);
}
.border-input\/10 {
border-color: hsl(214.3 31.8% 91.4% / 0.1);
}
.border-input\/100 {
border-color: hsl(214.3 31.8% 91.4% / 1);
}
.border-input\/15 {
border-color: hsl(214.3 31.8% 91.4% / 0.15);
}
.border-input\/20 {
border-color: hsl(214.3 31.8% 91.4% / 0.2);
}
.border-input\/25 {
border-color: hsl(214.3 31.8% 91.4% / 0.25);
}
.border-input\/30 {
border-color: hsl(214.3 31.8% 91.4% / 0.3);
}
.border-input\/35 {
border-color: hsl(214.3 31.8% 91.4% / 0.35);
}
.border-input\/40 {
border-color: hsl(214.3 31.8% 91.4% / 0.4);
}
.border-input\/45 {
border-color: hsl(214.3 31.8% 91.4% / 0.45);
}
.border-input\/5 {
border-color: hsl(214.3 31.8% 91.4% / 0.05);
}
.border-input\/50 {
border-color: hsl(214.3 31.8% 91.4% / 0.5);
}
.border-input\/55 {
border-color: hsl(214.3 31.8% 91.4% / 0.55);
}
.border-input\/60 {
border-color: hsl(214.3 31.8% 91.4% / 0.6);
}
.border-input\/65 {
border-color: hsl(214.3 31.8% 91.4% / 0.65);
}
.border-input\/70 {
border-color: hsl(214.3 31.8% 91.4% / 0.7);
}
.border-input\/75 {
border-color: hsl(214.3 31.8% 91.4% / 0.75);
}
.border-input\/80 {
border-color: hsl(214.3 31.8% 91.4% / 0.8);
}
.border-input\/85 {
border-color: hsl(214.3 31.8% 91.4% / 0.85);
}
.border-input\/90 {
border-color: hsl(214.3 31.8% 91.4% / 0.9);
}
.border-input\/95 {
border-color: hsl(214.3 31.8% 91.4% / 0.95);
}
.border-muted {
--tw-border-opacity: 1;
border-color: hsl(210 40% 96% / var(--tw-border-opacity, 1));
}
.border-muted-foreground {
--tw-border-opacity: 1;
border-color: hsl(215.4 16.3% 46.9% / var(--tw-border-opacity, 1));
}
.border-muted-foreground\/0 {
border-color: hsl(215.4 16.3% 46.9% / 0);
}
.border-muted-foreground\/10 {
border-color: hsl(215.4 16.3% 46.9% / 0.1);
}
.border-muted-foreground\/100 {
border-color: hsl(215.4 16.3% 46.9% / 1);
}
.border-muted-foreground\/15 {
border-color: hsl(215.4 16.3% 46.9% / 0.15);
}
.border-muted-foreground\/20 {
border-color: hsl(215.4 16.3% 46.9% / 0.2);
}
.border-muted-foreground\/25 {
border-color: hsl(215.4 16.3% 46.9% / 0.25);
}
.border-muted-foreground\/30 {
border-color: hsl(215.4 16.3% 46.9% / 0.3);
}
.border-muted-foreground\/35 {
border-color: hsl(215.4 16.3% 46.9% / 0.35);
}
.border-muted-foreground\/40 {
border-color: hsl(215.4 16.3% 46.9% / 0.4);
}
.border-muted-foreground\/45 {
border-color: hsl(215.4 16.3% 46.9% / 0.45);
}
.border-muted-foreground\/5 {
border-color: hsl(215.4 16.3% 46.9% / 0.05);
}
.border-muted-foreground\/50 {
border-color: hsl(215.4 16.3% 46.9% / 0.5);
}
.border-muted-foreground\/55 {
border-color: hsl(215.4 16.3% 46.9% / 0.55);
}
.border-muted-foreground\/60 {
border-color: hsl(215.4 16.3% 46.9% / 0.6);
}
.border-muted-foreground\/65 {
border-color: hsl(215.4 16.3% 46.9% / 0.65);
}
.border-muted-foreground\/70 {
border-color: hsl(215.4 16.3% 46.9% / 0.7);
}
.border-muted-foreground\/75 {
border-color: hsl(215.4 16.3% 46.9% / 0.75);
}
.border-muted-foreground\/80 {
border-color: hsl(215.4 16.3% 46.9% / 0.8);
}
.border-muted-foreground\/85 {
border-color: hsl(215.4 16.3% 46.9% / 0.85);
}
.border-muted-foreground\/90 {
border-color: hsl(215.4 16.3% 46.9% / 0.9);
}
.border-muted-foreground\/95 {
border-color: hsl(215.4 16.3% 46.9% / 0.95);
}
.border-muted\/0 {
border-color: hsl(210 40% 96% / 0);
}
.border-muted\/10 {
border-color: hsl(210 40% 96% / 0.1);
}
.border-muted\/100 {
border-color: hsl(210 40% 96% / 1);
}
.border-muted\/15 {
border-color: hsl(210 40% 96% / 0.15);
}
.border-muted\/20 {
border-color: hsl(210 40% 96% / 0.2);
}
.border-muted\/25 {
border-color: hsl(210 40% 96% / 0.25);
}
.border-muted\/30 {
border-color: hsl(210 40% 96% / 0.3);
}
.border-muted\/35 {
border-color: hsl(210 40% 96% / 0.35);
}
.border-muted\/40 {
border-color: hsl(210 40% 96% / 0.4);
}
.border-muted\/45 {
border-color: hsl(210 40% 96% / 0.45);
}
.border-muted\/5 {
border-color: hsl(210 40% 96% / 0.05);
}
.border-muted\/50 {
border-color: hsl(210 40% 96% / 0.5);
}
.border-muted\/55 {
border-color: hsl(210 40% 96% / 0.55);
}
.border-muted\/60 {
border-color: hsl(210 40% 96% / 0.6);
}
.border-muted\/65 {
border-color: hsl(210 40% 96% / 0.65);
}
.border-muted\/70 {
border-color: hsl(210 40% 96% / 0.7);
}
.border-muted\/75 {
border-color: hsl(210 40% 96% / 0.75);
}
.border-muted\/80 {
border-color: hsl(210 40% 96% / 0.8);
}
.border-muted\/85 {
border-color: hsl(210 40% 96% / 0.85);
}
.border-muted\/90 {
border-color: hsl(210 40% 96% / 0.9);
}
.border-muted\/95 {
border-color: hsl(210 40% 96% / 0.95);
}
.border-popover {
--tw-border-opacity: 1;
border-color: hsl(0 0% 100% / var(--tw-border-opacity, 1));
}
.border-popover-foreground {
--tw-border-opacity: 1;
border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.border-popover-foreground\/0 {
border-color: hsl(222.2 84% 4.9% / 0);
}
.border-popover-foreground\/10 {
border-color: hsl(222.2 84% 4.9% / 0.1);
}
.border-popover-foreground\/100 {
border-color: hsl(222.2 84% 4.9% / 1);
}
.border-popover-foreground\/15 {
border-color: hsl(222.2 84% 4.9% / 0.15);
}
.border-popover-foreground\/20 {
border-color: hsl(222.2 84% 4.9% / 0.2);
}
.border-popover-foreground\/25 {
border-color: hsl(222.2 84% 4.9% / 0.25);
}
.border-popover-foreground\/30 {
border-color: hsl(222.2 84% 4.9% / 0.3);
}
.border-popover-foreground\/35 {
border-color: hsl(222.2 84% 4.9% / 0.35);
}
.border-popover-foreground\/40 {
border-color: hsl(222.2 84% 4.9% / 0.4);
}
.border-popover-foreground\/45 {
border-color: hsl(222.2 84% 4.9% / 0.45);
}
.border-popover-foreground\/5 {
border-color: hsl(222.2 84% 4.9% / 0.05);
}
.border-popover-foreground\/50 {
border-color: hsl(222.2 84% 4.9% / 0.5);
}
.border-popover-foreground\/55 {
border-color: hsl(222.2 84% 4.9% / 0.55);
}
.border-popover-foreground\/60 {
border-color: hsl(222.2 84% 4.9% / 0.6);
}
.border-popover-foreground\/65 {
border-color: hsl(222.2 84% 4.9% / 0.65);
}
.border-popover-foreground\/70 {
border-color: hsl(222.2 84% 4.9% / 0.7);
}
.border-popover-foreground\/75 {
border-color: hsl(222.2 84% 4.9% / 0.75);
}
.border-popover-foreground\/80 {
border-color: hsl(222.2 84% 4.9% / 0.8);
}
.border-popover-foreground\/85 {
border-color: hsl(222.2 84% 4.9% / 0.85);
}
.border-popover-foreground\/90 {
border-color: hsl(222.2 84% 4.9% / 0.9);
}
.border-popover-foreground\/95 {
border-color: hsl(222.2 84% 4.9% / 0.95);
}
.border-popover\/0 {
border-color: hsl(0 0% 100% / 0);
}
.border-popover\/10 {
border-color: hsl(0 0% 100% / 0.1);
}
.border-popover\/100 {
border-color: hsl(0 0% 100% / 1);
}
.border-popover\/15 {
border-color: hsl(0 0% 100% / 0.15);
}
.border-popover\/20 {
border-color: hsl(0 0% 100% / 0.2);
}
.border-popover\/25 {
border-color: hsl(0 0% 100% / 0.25);
}
.border-popover\/30 {
border-color: hsl(0 0% 100% / 0.3);
}
.border-popover\/35 {
border-color: hsl(0 0% 100% / 0.35);
}
.border-popover\/40 {
border-color: hsl(0 0% 100% / 0.4);
}
.border-popover\/45 {
border-color: hsl(0 0% 100% / 0.45);
}
.border-popover\/5 {
border-color: hsl(0 0% 100% / 0.05);
}
.border-popover\/50 {
border-color: hsl(0 0% 100% / 0.5);
}
.border-popover\/55 {
border-color: hsl(0 0% 100% / 0.55);
}
.border-popover\/60 {
border-color: hsl(0 0% 100% / 0.6);
}
.border-popover\/65 {
border-color: hsl(0 0% 100% / 0.65);
}
.border-popover\/70 {
border-color: hsl(0 0% 100% / 0.7);
}
.border-popover\/75 {
border-color: hsl(0 0% 100% / 0.75);
}
.border-popover\/80 {
border-color: hsl(0 0% 100% / 0.8);
}
.border-popover\/85 {
border-color: hsl(0 0% 100% / 0.85);
}
.border-popover\/90 {
border-color: hsl(0 0% 100% / 0.9);
}
.border-popover\/95 {
border-color: hsl(0 0% 100% / 0.95);
}
.border-primary {
--tw-border-opacity: 1;
border-color: hsl(221.2 83.2% 53.3% / var(--tw-border-opacity, 1));
}
.border-primary-foreground {
--tw-border-opacity: 1;
border-color: hsl(210 40% 98% / var(--tw-border-opacity, 1));
}
.border-primary-foreground\/0 {
border-color: hsl(210 40% 98% / 0);
}
.border-primary-foreground\/10 {
border-color: hsl(210 40% 98% / 0.1);
}
.border-primary-foreground\/100 {
border-color: hsl(210 40% 98% / 1);
}
.border-primary-foreground\/15 {
border-color: hsl(210 40% 98% / 0.15);
}
.border-primary-foreground\/20 {
border-color: hsl(210 40% 98% / 0.2);
}
.border-primary-foreground\/25 {
border-color: hsl(210 40% 98% / 0.25);
}
.border-primary-foreground\/30 {
border-color: hsl(210 40% 98% / 0.3);
}
.border-primary-foreground\/35 {
border-color: hsl(210 40% 98% / 0.35);
}
.border-primary-foreground\/40 {
border-color: hsl(210 40% 98% / 0.4);
}
.border-primary-foreground\/45 {
border-color: hsl(210 40% 98% / 0.45);
}
.border-primary-foreground\/5 {
border-color: hsl(210 40% 98% / 0.05);
}
.border-primary-foreground\/50 {
border-color: hsl(210 40% 98% / 0.5);
}
.border-primary-foreground\/55 {
border-color: hsl(210 40% 98% / 0.55);
}
.border-primary-foreground\/60 {
border-color: hsl(210 40% 98% / 0.6);
}
.border-primary-foreground\/65 {
border-color: hsl(210 40% 98% / 0.65);
}
.border-primary-foreground\/70 {
border-color: hsl(210 40% 98% / 0.7);
}
.border-primary-foreground\/75 {
border-color: hsl(210 40% 98% / 0.75);
}
.border-primary-foreground\/80 {
border-color: hsl(210 40% 98% / 0.8);
}
.border-primary-foreground\/85 {
border-color: hsl(210 40% 98% / 0.85);
}
.border-primary-foreground\/90 {
border-color: hsl(210 40% 98% / 0.9);
}
.border-primary-foreground\/95 {
border-color: hsl(210 40% 98% / 0.95);
}
.border-primary\/0 {
border-color: hsl(221.2 83.2% 53.3% / 0);
}
.border-primary\/10 {
border-color: hsl(221.2 83.2% 53.3% / 0.1);
}
.border-primary\/100 {
border-color: hsl(221.2 83.2% 53.3% / 1);
}
.border-primary\/15 {
border-color: hsl(221.2 83.2% 53.3% / 0.15);
}
.border-primary\/20 {
border-color: hsl(221.2 83.2% 53.3% / 0.2);
}
.border-primary\/25 {
border-color: hsl(221.2 83.2% 53.3% / 0.25);
}
.border-primary\/30 {
border-color: hsl(221.2 83.2% 53.3% / 0.3);
}
.border-primary\/35 {
border-color: hsl(221.2 83.2% 53.3% / 0.35);
}
.border-primary\/40 {
border-color: hsl(221.2 83.2% 53.3% / 0.4);
}
.border-primary\/45 {
border-color: hsl(221.2 83.2% 53.3% / 0.45);
}
.border-primary\/5 {
border-color: hsl(221.2 83.2% 53.3% / 0.05);
}
.border-primary\/50 {
border-color: hsl(221.2 83.2% 53.3% / 0.5);
}
.border-primary\/55 {
border-color: hsl(221.2 83.2% 53.3% / 0.55);
}
.border-primary\/60 {
border-color: hsl(221.2 83.2% 53.3% / 0.6);
}
.border-primary\/65 {
border-color: hsl(221.2 83.2% 53.3% / 0.65);
}
.border-primary\/70 {
border-color: hsl(221.2 83.2% 53.3% / 0.7);
}
.border-primary\/75 {
border-color: hsl(221.2 83.2% 53.3% / 0.75);
}
.border-primary\/80 {
border-color: hsl(221.2 83.2% 53.3% / 0.8);
}
.border-primary\/85 {
border-color: hsl(221.2 83.2% 53.3% / 0.85);
}
.border-primary\/90 {
border-color: hsl(221.2 83.2% 53.3% / 0.9);
}
.border-primary\/95 {
border-color: hsl(221.2 83.2% 53.3% / 0.95);
}
.border-ring {
--tw-border-opacity: 1;
border-color: hsl(221.2 83.2% 53.3% / var(--tw-border-opacity, 1));
}
.border-ring\/0 {
border-color: hsl(221.2 83.2% 53.3% / 0);
}
.border-ring\/10 {
border-color: hsl(221.2 83.2% 53.3% / 0.1);
}
.border-ring\/100 {
border-color: hsl(221.2 83.2% 53.3% / 1);
}
.border-ring\/15 {
border-color: hsl(221.2 83.2% 53.3% / 0.15);
}
.border-ring\/20 {
border-color: hsl(221.2 83.2% 53.3% / 0.2);
}
.border-ring\/25 {
border-color: hsl(221.2 83.2% 53.3% / 0.25);
}
.border-ring\/30 {
border-color: hsl(221.2 83.2% 53.3% / 0.3);
}
.border-ring\/35 {
border-color: hsl(221.2 83.2% 53.3% / 0.35);
}
.border-ring\/40 {
border-color: hsl(221.2 83.2% 53.3% / 0.4);
}
.border-ring\/45 {
border-color: hsl(221.2 83.2% 53.3% / 0.45);
}
.border-ring\/5 {
border-color: hsl(221.2 83.2% 53.3% / 0.05);
}
.border-ring\/50 {
border-color: hsl(221.2 83.2% 53.3% / 0.5);
}
.border-ring\/55 {
border-color: hsl(221.2 83.2% 53.3% / 0.55);
}
.border-ring\/60 {
border-color: hsl(221.2 83.2% 53.3% / 0.6);
}
.border-ring\/65 {
border-color: hsl(221.2 83.2% 53.3% / 0.65);
}
.border-ring\/70 {
border-color: hsl(221.2 83.2% 53.3% / 0.7);
}
.border-ring\/75 {
border-color: hsl(221.2 83.2% 53.3% / 0.75);
}
.border-ring\/80 {
border-color: hsl(221.2 83.2% 53.3% / 0.8);
}
.border-ring\/85 {
border-color: hsl(221.2 83.2% 53.3% / 0.85);
}
.border-ring\/90 {
border-color: hsl(221.2 83.2% 53.3% / 0.9);
}
.border-ring\/95 {
border-color: hsl(221.2 83.2% 53.3% / 0.95);
}
.border-secondary {
--tw-border-opacity: 1;
border-color: hsl(210 40% 96% / var(--tw-border-opacity, 1));
}
.border-secondary-foreground {
--tw-border-opacity: 1;
border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.border-secondary-foreground\/0 {
border-color: hsl(222.2 84% 4.9% / 0);
}
.border-secondary-foreground\/10 {
border-color: hsl(222.2 84% 4.9% / 0.1);
}
.border-secondary-foreground\/100 {
border-color: hsl(222.2 84% 4.9% / 1);
}
.border-secondary-foreground\/15 {
border-color: hsl(222.2 84% 4.9% / 0.15);
}
.border-secondary-foreground\/20 {
border-color: hsl(222.2 84% 4.9% / 0.2);
}
.border-secondary-foreground\/25 {
border-color: hsl(222.2 84% 4.9% / 0.25);
}
.border-secondary-foreground\/30 {
border-color: hsl(222.2 84% 4.9% / 0.3);
}
.border-secondary-foreground\/35 {
border-color: hsl(222.2 84% 4.9% / 0.35);
}
.border-secondary-foreground\/40 {
border-color: hsl(222.2 84% 4.9% / 0.4);
}
.border-secondary-foreground\/45 {
border-color: hsl(222.2 84% 4.9% / 0.45);
}
.border-secondary-foreground\/5 {
border-color: hsl(222.2 84% 4.9% / 0.05);
}
.border-secondary-foreground\/50 {
border-color: hsl(222.2 84% 4.9% / 0.5);
}
.border-secondary-foreground\/55 {
border-color: hsl(222.2 84% 4.9% / 0.55);
}
.border-secondary-foreground\/60 {
border-color: hsl(222.2 84% 4.9% / 0.6);
}
.border-secondary-foreground\/65 {
border-color: hsl(222.2 84% 4.9% / 0.65);
}
.border-secondary-foreground\/70 {
border-color: hsl(222.2 84% 4.9% / 0.7);
}
.border-secondary-foreground\/75 {
border-color: hsl(222.2 84% 4.9% / 0.75);
}
.border-secondary-foreground\/80 {
border-color: hsl(222.2 84% 4.9% / 0.8);
}
.border-secondary-foreground\/85 {
border-color: hsl(222.2 84% 4.9% / 0.85);
}
.border-secondary-foreground\/90 {
border-color: hsl(222.2 84% 4.9% / 0.9);
}
.border-secondary-foreground\/95 {
border-color: hsl(222.2 84% 4.9% / 0.95);
}
.border-secondary\/0 {
border-color: hsl(210 40% 96% / 0);
}
.border-secondary\/10 {
border-color: hsl(210 40% 96% / 0.1);
}
.border-secondary\/100 {
border-color: hsl(210 40% 96% / 1);
}
.border-secondary\/15 {
border-color: hsl(210 40% 96% / 0.15);
}
.border-secondary\/20 {
border-color: hsl(210 40% 96% / 0.2);
}
.border-secondary\/25 {
border-color: hsl(210 40% 96% / 0.25);
}
.border-secondary\/30 {
border-color: hsl(210 40% 96% / 0.3);
}
.border-secondary\/35 {
border-color: hsl(210 40% 96% / 0.35);
}
.border-secondary\/40 {
border-color: hsl(210 40% 96% / 0.4);
}
.border-secondary\/45 {
border-color: hsl(210 40% 96% / 0.45);
}
.border-secondary\/5 {
border-color: hsl(210 40% 96% / 0.05);
}
.border-secondary\/50 {
border-color: hsl(210 40% 96% / 0.5);
}
.border-secondary\/55 {
border-color: hsl(210 40% 96% / 0.55);
}
.border-secondary\/60 {
border-color: hsl(210 40% 96% / 0.6);
}
.border-secondary\/65 {
border-color: hsl(210 40% 96% / 0.65);
}
.border-secondary\/70 {
border-color: hsl(210 40