geoiq-frontend-ui-kit
Version:
This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.
2,673 lines (2,562 loc) • 73.4 kB
CSS
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');
*, ::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.19 | 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: Plus Jakarta Sans, 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;
}
:root {
/* Neutral */
--neutral-0: 255 255 255;
--neutral-25: 249 250 251;
--neutral-50: 246 246 246;
--neutral-100: 231 231 231;
--neutral-200: 209 209 209;
--neutral-300: 176 176 176;
--neutral-400: 136 136 136;
--neutral-500: 109 109 109;
--neutral-600: 93 93 93;
--neutral-700: 74 74 74;
--neutral-950: 38 38 38;
/* Primary */
--primary-50: 243 243 255;
--primary-100: 234 233 254;
--primary-200: 215 214 254;
--primary-300: 185 181 253;
--primary-400: 151 139 250;
--primary-500: 116 91 247;
--primary-600: 109 72 239;
--primary-700: 83 39 218;
/* Secondary */
--secondary-50: 253 244 243;
--secondary-100: 252 230 228;
--secondary-200: 251 208 205;
--secondary-300: 246 176 171;
--secondary-400: 241 144 137;
/* Danger */
--danger-50: 255 241 241;
--danger-100: 255 224 224;
--danger-200: 255 199 199;
--danger-300: 255 160 160;
--danger-400: 255 105 105;
--danger-500: 249 50 50;
/* Warning */
--warning-50: 255 250 235;
--warning-100: 255 241 198;
--warning-200: 255 224 136;
--warning-300: 255 202 74;
--warning-400: 255 184 46;
--warning-500: 249 144 7;
/* Success */
--success-50: 240 249 243;
--success-100: 220 239 225;
--success-200: 187 223 199;
--success-300: 141 200 165;
--success-400: 93 170 127;
--success-500: 67 159 110;
/* Info */
--info-50: 239 246 255;
--info-100: 219 234 254;
--info-200: 191 219 254;
--info-300: 147 197 253;
--info-400: 96 165 250;
--info-500: 59 130 246;
}
.dark {
/* Dark Theme Colors */
--neutral-0: 255 255 255 1;
--neutral-25: 249 250 251 1;
--neutral-50: 246 246 246 1;
--neutral-100: 231 231 231 1;
--neutral-200: 209 209 209 1;
--neutral-300: 176 176 176 1;
--neutral-400: 136 136 136 1;
--neutral-500: 109 109 109 1;
--neutral-600: 93 93 93 1;
--neutral-700: 74 74 74 1;
--neutral-950: 38 38 38 1;
/* Primary */
--primary-50: 243 243 255 1;
--primary-100: 234 233 254 1;
--primary-200: 215 214 254 1;
--primary-300: 185 181 253 1;
--primary-400: 151 139 250 1;
--primary-500: 116 91 247 1;
--primary-600: 109 72 239 1;
--primary-700: 83 39 218 1;
/* Secondary */
--secondary-50: 253 244 243 1;
--secondary-100: 252 230 228 1;
--secondary-200: 251 208 205 1;
--secondary-300: 246 176 171 1;
--secondary-400: 241 144 137 1;
/* Danger */
--danger-50: 255 241 241 1;
--danger-100: 255 224 224 1;
--danger-200: 255 199 199 1;
--danger-300: 255 160 160 1;
--danger-400: 255 105 105 1;
--danger-500: 249 50 50 1;
/* Warning */
--warning-50: 255 250 235 1;
--warning-100: 255 241 198 1;
--warning-200: 255 224 136 1;
--warning-300: 255 202 74 1;
--warning-400: 255 184 46 1;
--warning-500: 249 144 7 1;
/* Success */
--success-50: 240 249 243 1;
--success-100: 220 239 225 1;
--success-200: 187 223 199 1;
--success-300: 141 200 165 1;
--success-400: 93 170 127 1;
--success-500: 67 159 110 1;
/* Info */
--info-50: 239 246 255 1;
--info-100: 219 234 254 1;
--info-200: 191 219 254 1;
--info-300: 147 197 253 1;
--info-400: 96 165 250 1;
--info-500: 59 130 246 1;
}
/* ====================To change scrollbar of radix components ================================= */
[data-radix-select-viewport],
.custom-scrollbar {
scrollbar-width: thin !important; /* For Firefox */ /* For Firefox */
scroll-margin: 10px;
}
/* ====================To introduce new gradient =============================================== */
.brand-primary-secondary-gradient {
/* TODO change it to css variable */
background: linear-gradient(90deg, #9178e9 0%, #f19089 100%);
}
/* ====================Animated Input ========================================================== */
@keyframes animatedInputMiddleToTop {
0% {
transform: translateY(0%);
opacity: 1;
}
40% {
transform: translateY(-45%);
opacity: 0;
}
100% {
transform: translateY(-100%);
opacity: 0;
}
}
@keyframes animatedInputFadeInBottom {
0% {
transform: translateY(100%);
opacity: 0;
}
50% {
transform: translateY(20%);
transform: translateY(0%);
opacity: 1;
}
100% {
transform: translateY(0%);
opacity: 1;
}
}
/* ============================================================================================== */
.container{
width: 100%;
}
@media (min-width: 640px){
.container{
max-width: 640px;
}
}
@media (min-width: 768px){
.container{
max-width: 768px;
}
}
@media (min-width: 1024px){
.container{
max-width: 1024px;
}
}
@media (min-width: 1280px){
.container{
max-width: 1280px;
}
}
@media (min-width: 1536px){
.container{
max-width: 1536px;
}
}
.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;
}
.visible{
visibility: visible;
}
.invisible{
visibility: hidden;
}
.collapse{
visibility: collapse;
}
.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-12{
bottom: -3rem;
}
.-left-12{
left: -3rem;
}
.-right-10{
right: -2.5rem;
}
.-right-12{
right: -3rem;
}
.-top-10{
top: -2.5rem;
}
.-top-12{
top: -3rem;
}
.bottom-0{
bottom: 0px;
}
.bottom-1{
bottom: 0.25rem;
}
.bottom-2{
bottom: 0.5rem;
}
.left-0{
left: 0px;
}
.left-1{
left: 0.25rem;
}
.left-1\/2{
left: 50%;
}
.left-2{
left: 0.5rem;
}
.left-60{
left: 15rem;
}
.left-\[-10\%\]{
left: -10%;
}
.left-\[218px\]{
left: 218px;
}
.left-\[50\%\]{
left: 50%;
}
.left-\[66px\]{
left: 66px;
}
.right-0{
right: 0px;
}
.right-1{
right: 0.25rem;
}
.right-1\/2{
right: 50%;
}
.right-2{
right: 0.5rem;
}
.right-4{
right: 1rem;
}
.top-0{
top: 0px;
}
.top-1\/2{
top: 50%;
}
.top-2{
top: 0.5rem;
}
.top-4{
top: 1rem;
}
.top-\[-50\%\]{
top: -50%;
}
.top-\[50\%\]{
top: 50%;
}
.top-\[7px\]{
top: 7px;
}
.z-0{
z-index: 0;
}
.z-10{
z-index: 10;
}
.z-50{
z-index: 50;
}
.z-\[100\]{
z-index: 100;
}
.col-span-2{
grid-column: span 2 / span 2;
}
.m-0{
margin: 0px;
}
.-mx-1{
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.mx-1{
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.mx-1\.5{
margin-left: 0.375rem;
margin-right: 0.375rem;
}
.mx-2{
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.mx-3{
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.mx-auto{
margin-left: auto;
margin-right: auto;
}
.my-1{
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.my-2{
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.-ml-4{
margin-left: -1rem;
}
.-mt-4{
margin-top: -1rem;
}
.mb-0\.5{
margin-bottom: 0.125rem;
}
.mb-1{
margin-bottom: 0.25rem;
}
.mb-2{
margin-bottom: 0.5rem;
}
.mb-3{
margin-bottom: 0.75rem;
}
.mb-4{
margin-bottom: 1rem;
}
.ml-0\.5{
margin-left: 0.125rem;
}
.ml-1{
margin-left: 0.25rem;
}
.ml-2{
margin-left: 0.5rem;
}
.ml-4{
margin-left: 1rem;
}
.ml-auto{
margin-left: auto;
}
.mr-1{
margin-right: 0.25rem;
}
.mr-2{
margin-right: 0.5rem;
}
.mr-3{
margin-right: 0.75rem;
}
.mr-8{
margin-right: 2rem;
}
.mt-1{
margin-top: 0.25rem;
}
.mt-1\.5{
margin-top: 0.375rem;
}
.mt-2{
margin-top: 0.5rem;
}
.mt-3{
margin-top: 0.75rem;
}
.mt-4{
margin-top: 1rem;
}
.mt-6{
margin-top: 1.5rem;
}
.box-border{
box-sizing: border-box;
}
.block{
display: block;
}
.inline{
display: inline;
}
.flex{
display: flex;
}
.inline-flex{
display: inline-flex;
}
.table{
display: table;
}
.grid{
display: grid;
}
.hidden{
display: none;
}
.aspect-square{
aspect-ratio: 1 / 1;
}
.h-0{
height: 0px;
}
.h-1{
height: 0.25rem;
}
.h-10{
height: 2.5rem;
}
.h-11{
height: 2.75rem;
}
.h-12{
height: 3rem;
}
.h-14{
height: 3.5rem;
}
.h-2{
height: 0.5rem;
}
.h-2\.5{
height: 0.625rem;
}
.h-20{
height: 5rem;
}
.h-24{
height: 6rem;
}
.h-3{
height: 0.75rem;
}
.h-3\.5{
height: 0.875rem;
}
.h-3\/4{
height: 75%;
}
.h-32{
height: 8rem;
}
.h-4{
height: 1rem;
}
.h-40{
height: 10rem;
}
.h-5{
height: 1.25rem;
}
.h-6{
height: 1.5rem;
}
.h-7{
height: 1.75rem;
}
.h-8{
height: 2rem;
}
.h-9{
height: 2.25rem;
}
.h-96{
height: 24rem;
}
.h-\[100px\]{
height: 100px;
}
.h-\[120px\]{
height: 120px;
}
.h-\[150px\]{
height: 150px;
}
.h-\[164px\]{
height: 164px;
}
.h-\[18px\]{
height: 18px;
}
.h-\[1px\]{
height: 1px;
}
.h-\[2\.375\]{
height: 2.375;
}
.h-\[200px\]{
height: 200px;
}
.h-\[20px\]{
height: 20px;
}
.h-\[38px\]{
height: 38px;
}
.h-\[400px\]{
height: 400px;
}
.h-\[42px\]{
height: 42px;
}
.h-\[48px\]{
height: 48px;
}
.h-\[5rem\]{
height: 5rem;
}
.h-\[630px\]{
height: 630px;
}
.h-\[650px\]{
height: 650px;
}
.h-\[6px\]{
height: 6px;
}
.h-\[90\%\]{
height: 90%;
}
.h-\[var\(--radix-select-trigger-height\)\]{
height: var(--radix-select-trigger-height);
}
.h-auto{
height: auto;
}
.h-fit{
height: -moz-fit-content;
height: fit-content;
}
.h-full{
height: 100%;
}
.h-px{
height: 1px;
}
.h-screen{
height: 100vh;
}
.max-h-64{
max-height: 16rem;
}
.max-h-96{
max-height: 24rem;
}
.max-h-\[300px\]{
max-height: 300px;
}
.max-h-\[400px\]{
max-height: 400px;
}
.max-h-\[80vh\]{
max-height: 80vh;
}
.max-h-full{
max-height: 100%;
}
.min-h-0{
min-height: 0px;
}
.min-h-\[160px\]{
min-height: 160px;
}
.min-h-\[40px\]{
min-height: 40px;
}
.min-h-\[42px\]{
min-height: 42px;
}
.min-h-\[80px\]{
min-height: 80px;
}
.w-0{
width: 0px;
}
.w-1{
width: 0.25rem;
}
.w-1\/2{
width: 50%;
}
.w-10{
width: 2.5rem;
}
.w-11{
width: 2.75rem;
}
.w-12{
width: 3rem;
}
.w-14{
width: 3.5rem;
}
.w-16{
width: 4rem;
}
.w-2{
width: 0.5rem;
}
.w-2\.5{
width: 0.625rem;
}
.w-20{
width: 5rem;
}
.w-24{
width: 6rem;
}
.w-28{
width: 7rem;
}
.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-5{
width: 1.25rem;
}
.w-56{
width: 14rem;
}
.w-6{
width: 1.5rem;
}
.w-60{
width: 15rem;
}
.w-64{
width: 16rem;
}
.w-7{
width: 1.75rem;
}
.w-72{
width: 18rem;
}
.w-8{
width: 2rem;
}
.w-80{
width: 20rem;
}
.w-9{
width: 2.25rem;
}
.w-96{
width: 24rem;
}
.w-\[100\%\]{
width: 100%;
}
.w-\[120\%\]{
width: 120%;
}
.w-\[120px\]{
width: 120px;
}
.w-\[150px\]{
width: 150px;
}
.w-\[180px\]{
width: 180px;
}
.w-\[18px\]{
width: 18px;
}
.w-\[200px\]{
width: 200px;
}
.w-\[20px\]{
width: 20px;
}
.w-\[250px\]{
width: 250px;
}
.w-\[280px\]{
width: 280px;
}
.w-\[30rem\]{
width: 30rem;
}
.w-\[372px\]{
width: 372px;
}
.w-\[396px\]{
width: 396px;
}
.w-\[400px\]{
width: 400px;
}
.w-\[420px\]{
width: 420px;
}
.w-\[440px\]{
width: 440px;
}
.w-\[450px\]{
width: 450px;
}
.w-\[500px\]{
width: 500px;
}
.w-\[6px\]{
width: 6px;
}
.w-auto{
width: auto;
}
.w-fit{
width: -moz-fit-content;
width: fit-content;
}
.w-full{
width: 100%;
}
.w-min{
width: -moz-min-content;
width: min-content;
}
.w-px{
width: 1px;
}
.w-screen{
width: 100vw;
}
.min-w-0{
min-width: 0px;
}
.min-w-64{
min-width: 16rem;
}
.min-w-\[120px\]{
min-width: 120px;
}
.min-w-\[200px\]{
min-width: 200px;
}
.min-w-\[420px\]{
min-width: 420px;
}
.min-w-\[50px\]{
min-width: 50px;
}
.min-w-\[8rem\]{
min-width: 8rem;
}
.min-w-\[var\(--radix-select-trigger-width\)\]{
min-width: var(--radix-select-trigger-width);
}
.min-w-max{
min-width: -moz-max-content;
min-width: max-content;
}
.max-w-3xl{
max-width: 48rem;
}
.max-w-80{
max-width: 20rem;
}
.max-w-96{
max-width: 24rem;
}
.max-w-\[120px\]{
max-width: 120px;
}
.max-w-\[180px\]{
max-width: 180px;
}
.max-w-\[250px\]{
max-width: 250px;
}
.max-w-\[300px\]{
max-width: 300px;
}
.max-w-\[fit-content\]{
max-width: -moz-fit-content;
max-width: fit-content;
}
.max-w-full{
max-width: 100%;
}
.max-w-lg{
max-width: 32rem;
}
.flex-1{
flex: 1 1 0%;
}
.flex-shrink-0{
flex-shrink: 0;
}
.shrink-0{
flex-shrink: 0;
}
.flex-grow{
flex-grow: 1;
}
.grow{
flex-grow: 1;
}
.grow-0{
flex-grow: 0;
}
.basis-1\/5{
flex-basis: 20%;
}
.basis-4\/5{
flex-basis: 80%;
}
.basis-full{
flex-basis: 100%;
}
.caption-bottom{
caption-side: bottom;
}
.border-collapse{
border-collapse: collapse;
}
.-translate-x-1\/2{
--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-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));
}
.rotate-180{
--tw-rotate: 180deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
--tw-rotate: 90deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes caret-blink{
0%,70%,100%{
opacity: 1;
}
20%,50%{
opacity: 0;
}
}
.animate-caret-blink{
animation: caret-blink 1.25s ease-out infinite;
}
@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-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-flow-col{
grid-auto-flow: column;
}
.grid-cols-1{
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-7{
grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-row{
flex-direction: row;
}
.flex-row-reverse{
flex-direction: row-reverse;
}
.flex-col{
flex-direction: column;
}
.flex-col-reverse{
flex-direction: column-reverse;
}
.flex-wrap{
flex-wrap: wrap;
}
.place-items-center{
place-items: center;
}
.items-start{
align-items: flex-start;
}
.items-center{
align-items: center;
}
.items-baseline{
align-items: baseline;
}
.justify-start{
justify-content: flex-start;
}
.justify-end{
justify-content: flex-end;
}
.justify-center{
justify-content: center;
}
.justify-between{
justify-content: space-between;
}
.justify-evenly{
justify-content: space-evenly;
}
.gap-0\.5{
gap: 0.125rem;
}
.gap-1{
gap: 0.25rem;
}
.gap-1\.5{
gap: 0.375rem;
}
.gap-10{
gap: 2.5rem;
}
.gap-2{
gap: 0.5rem;
}
.gap-2\.5{
gap: 0.625rem;
}
.gap-3{
gap: 0.75rem;
}
.gap-4{
gap: 1rem;
}
.gap-6{
gap: 1.5rem;
}
.gap-8{
gap: 2rem;
}
.gap-\[2px\]{
gap: 2px;
}
.gap-\[6px\]{
gap: 6px;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.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-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));
}
.overflow-auto{
overflow: auto;
}
.overflow-hidden{
overflow: hidden;
}
.overflow-scroll{
overflow: scroll;
}
.overflow-y-auto{
overflow-y: auto;
}
.overflow-x-hidden{
overflow-x: hidden;
}
.overflow-x-scroll{
overflow-x: scroll;
}
.overflow-y-scroll{
overflow-y: scroll;
}
.truncate{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text-ellipsis{
text-overflow: ellipsis;
}
.whitespace-nowrap{
white-space: nowrap;
}
.whitespace-pre-line{
white-space: pre-line;
}
.text-nowrap{
text-wrap: nowrap;
}
.break-words{
overflow-wrap: break-word;
}
.rounded{
border-radius: 0.25rem;
}
.rounded-\[\.5rem\]{
border-radius: .5rem;
}
.rounded-\[12px\]{
border-radius: 12px;
}
.rounded-\[24px\]{
border-radius: 24px;
}
.rounded-\[4px\]{
border-radius: 4px;
}
.rounded-\[50\%\]{
border-radius: 50%;
}
.rounded-\[8px\]{
border-radius: 8px;
}
.rounded-full{
border-radius: 9999px;
}
.rounded-lg{
border-radius: 0.5rem;
}
.rounded-md{
border-radius: 0.375rem;
}
.rounded-sm{
border-radius: 0.125rem;
}
.rounded-xl{
border-radius: 0.75rem;
}
.rounded-b-xl{
border-bottom-right-radius: 0.75rem;
border-bottom-left-radius: 0.75rem;
}
.rounded-e-lg{
border-start-end-radius: 0.5rem;
border-end-end-radius: 0.5rem;
}
.rounded-e-md{
border-start-end-radius: 0.375rem;
border-end-end-radius: 0.375rem;
}
.rounded-l{
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.rounded-l-lg{
border-top-left-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.rounded-r{
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.rounded-r-lg{
border-top-right-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
}
.rounded-r-none{
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.rounded-s-lg{
border-start-start-radius: 0.5rem;
border-end-start-radius: 0.5rem;
}
.rounded-s-md{
border-start-start-radius: 0.375rem;
border-end-start-radius: 0.375rem;
}
.border{
border-width: 1px;
}
.border-0{
border-width: 0px;
}
.border-2{
border-width: 2px;
}
.border-\[6px\]{
border-width: 6px;
}
.border-y{
border-top-width: 1px;
border-bottom-width: 1px;
}
.border-b{
border-bottom-width: 1px;
}
.border-b-2{
border-bottom-width: 2px;
}
.border-l{
border-left-width: 1px;
}
.border-l-2{
border-left-width: 2px;
}
.border-r{
border-right-width: 1px;
}
.border-t{
border-top-width: 1px;
}
.border-dashed{
border-style: dashed;
}
.border-none{
border-style: none;
}
.border-click-p1{
border-color: rgb(var(--primary-700));
}
.border-danger-1{
--tw-border-opacity: 1;
border-color: rgb(var(--danger-200) / var(--tw-border-opacity, 1));
}
.border-danger-2{
--tw-border-opacity: 1;
border-color: rgb(var(--danger-500) / var(--tw-border-opacity, 1));
}
.border-info-1{
--tw-border-opacity: 1;
border-color: rgb(var(--info-200) / var(--tw-border-opacity, 1));
}
.border-neutral-0{
--tw-border-opacity: 1;
border-color: rgb(var(--neutral-0) / var(--tw-border-opacity, 1));
}
.border-neutral-1{
--tw-border-opacity: 1;
border-color: rgb(var(--neutral-100) / var(--tw-border-opacity, 1));
}
.border-neutral-2{
--tw-border-opacity: 1;
border-color: rgb(var(--neutral-200) / var(--tw-border-opacity, 1));
}
.border-primary-1{
--tw-border-opacity: 1;
border-color: rgb(var(--primary-200) / var(--tw-border-opacity, 1));
}
.border-primary-2{
--tw-border-opacity: 1;
border-color: rgb(var(--primary-700) / var(--tw-border-opacity, 1));
}
.border-red-500{
--tw-border-opacity: 1;
border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-rest-s2{
border-color: rgb(var(--neutral-100));
}
.border-success-1{
--tw-border-opacity: 1;
border-color: rgb(var(--success-200) / var(--tw-border-opacity, 1));
}
.border-transparent{
border-color: transparent;
}
.border-warning-1{
--tw-border-opacity: 1;
border-color: rgb(var(--warning-200) / var(--tw-border-opacity, 1));
}
.border-white\/10{
border-color: rgb(255 255 255 / 0.1);
}
.border-white\/60{
border-color: rgb(255 255 255 / 0.6);
}
.\!bg-red-500{
--tw-bg-opacity: 1 !important;
background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-rest-p1{
--tw-bg-opacity: 1 !important;
background-color: rgb(var(--primary-500) / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#212121\]{
--tw-bg-opacity: 1;
background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
}
.bg-black{
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/80{
background-color: rgb(0 0 0 / 0.8);
}
.bg-click-p1{
background-color: rgb(var(--primary-700));
}
.bg-click-s3{
background-color: rgb(var(--neutral-700));
}
.bg-click-t1{
background-color: rgb(var(--primary-100));
}
.bg-danger-1{
--tw-bg-opacity: 1;
background-color: rgb(var(--danger-50) / var(--tw-bg-opacity, 1));
}
.bg-danger-2{
--tw-bg-opacity: 1;
background-color: rgb(var(--danger-400) / var(--tw-bg-opacity, 1));
}
.bg-dark-2{
--tw-bg-opacity: 1;
background-color: rgb(var(--neutral-950) / var(--tw-bg-opacity, 1));
}
.bg-gray-100{
--tw-bg-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-300{
--tw-bg-opacity: 1;
background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-green-500{
--tw-bg-opacity: 1;
background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-hover-p1{
background-color: rgb(var(--primary-600));
}
.bg-info-1{
--tw-bg-opacity: 1;
background-color: rgb(var(--info-50) / var(--tw-bg-opacity, 1));
}
.bg-inherit{
background-color: inherit;
}
.bg-light-1{
--tw-bg-opacity: 1;
background-color: rgb(var(--neutral-0) / var(--tw-bg-opacity, 1));
}
.bg-light-2{
--tw-bg-opacity: 1;
background-color: rgb(var(--neutral-25) / var(--tw-bg-opacity, 1));
}
.bg-light-3{
--tw-bg-opacity: 1;
background-color: rgb(var(--neutral-50) / var(--tw-bg-opacity, 1));
}
.bg-light-4{
--tw-bg-opacity: 1;
background-color: rgb(var(--neutral-100) / var(--tw-bg-opacity, 1));
}
.bg-primary-1{
--tw-bg-opacity: 1;
background-color: rgb(var(--primary-50) / var(--tw-bg-opacity, 1));
}
.bg-primary-2{
--tw-bg-opacity: 1;
background-color: rgb(var(--primary-100) / var(--tw-bg-opacity, 1));
}
.bg-primary-3\/15{
background-color: rgb(var(--primary-600) / 0.15);
}
.bg-rest-p1{
--tw-bg-opacity: 1;
background-color: rgb(var(--primary-500) / var(--tw-bg-opacity, 1));
}
.bg-rest-s1{
background-color: rgb(var(--neutral-0));
}
.bg-secondary-2{
--tw-bg-opacity: 1;
background-color: rgb(var(--secondary-400) / var(--tw-bg-opacity, 1));
}
.bg-slate-500{
--tw-bg-opacity: 1;
background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}
.bg-success-1{
--tw-bg-opacity: 1;
background-color: rgb(var(--success-50) / var(--tw-bg-opacity, 1));
}
.bg-success-2{
--tw-bg-opacity: 1;
background-color: rgb(var(--success-500) / var(--tw-bg-opacity, 1));
}
.bg-transparent{
background-color: transparent;
}
.bg-warning-1{
--tw-bg-opacity: 1;
background-color: rgb(var(--warning-50) / var(--tw-bg-opacity, 1));
}
.bg-white{
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10{
background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/15{
background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/5{
background-color: rgb(255 255 255 / 0.05);
}
.bg-yellow-500{
--tw-bg-opacity: 1;
background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-opacity-70{
--tw-bg-opacity: 0.7;
}
.fill-current{
fill: currentColor;
}
.stroke-brand{
stroke: rgb(var(--primary-600) / 1);
}
.stroke-danger{
stroke: rgb(var(--danger-500) / 1);
}
.stroke-gray-400{
stroke: #9ca3af;
}
.stroke-light-1{
stroke: rgb(var(--neutral-700) / 1);
}
.stroke-light-2{
stroke: rgb(var(--neutral-300) / 1);
}
.object-contain{
-o-object-fit: contain;
object-fit: contain;
}
.object-cover{
-o-object-fit: cover;
object-fit: cover;
}
.p-0{
padding: 0px;
}
.p-1{
padding: 0.25rem;
}
.p-1\.5{
padding: 0.375rem;
}
.p-10{
padding: 2.5rem;
}
.p-2{
padding: 0.5rem;
}
.p-3{
padding: 0.75rem;
}
.p-4{
padding: 1rem;
}
.p-6{
padding: 1.5rem;
}
.p-8{
padding: 2rem;
}
.p-\[2px\]{
padding: 2px;
}
.px-0{
padding-left: 0px;
padding-right: 0px;
}
.px-1{
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.px-1\.5{
padding-left: 0.375rem;
padding-right: 0.375rem;
}
.px-2{
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.px-2\.5{
padding-left: 0.625rem;
padding-right: 0.625rem;
}
.px-20{
padding-left: 5rem;
padding-right: 5rem;
}
.px-3{
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.px-4{
padding-left: 1rem;
padding-right: 1rem;
}
.px-5{
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.px-6{
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-0{
padding-top: 0px;
padding-bottom: 0px;
}
.py-0\.5{
padding-top: 0.125rem;
padding-bottom: 0.125rem;
}
.py-1{
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.py-1\.5{
padding-top: 0.375rem;
padding-bottom: 0.375rem;
}
.py-2{
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.py-2\.5{
padding-top: 0.625rem;
padding-bottom: 0.625rem;
}
.py-3{
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.py-4{
padding-top: 1rem;
padding-bottom: 1rem;
}
.py-6{
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.py-\[11px\]{
padding-top: 11px;
padding-bottom: 11px;
}
.pb-0{
padding-bottom: 0px;
}
.pb-12{
padding-bottom: 3rem;
}
.pb-16{
padding-bottom: 4rem;
}
.pb-2{
padding-bottom: 0.5rem;
}
.pb-3{
padding-bottom: 0.75rem;
}
.pb-4{
padding-bottom: 1rem;
}
.pl-1\.5{
padding-left: 0.375rem;
}
.pl-4{
padding-left: 1rem;
}
.pl-8{
padding-left: 2rem;
}
.pr-2{
padding-right: 0.5rem;
}
.pr-3{
padding-right: 0.75rem;
}
.pt-0{
padding-top: 0px;
}
.pt-1{
padding-top: 0.25rem;
}
.pt-2{
padding-top: 0.5rem;
}
.pt-3{
padding-top: 0.75rem;
}
.pt-4{
padding-top: 1rem;
}
.text-left{
text-align: left;
}
.text-center{
text-align: center;
}
.text-start{
text-align: start;
}
.align-middle{
vertical-align: middle;
}
.text-2xl{
font-size: 1.5rem;
line-height: 2rem;
}
.text-3xl{
font-size: 1.875rem;
line-height: 2.25rem;
}
.text-4xl{
font-size: 2.25rem;
line-height: 2.5rem;
}
.text-\[0\.8rem\]{
font-size: 0.8rem;
}
.text-\[1\.5rem\]{
font-size: 1.5rem;
}
.text-\[1\.75rem\]{
font-size: 1.75rem;
}
.text-\[10px\]{
font-size: 10px;
}
.text-\[12px\]{
font-size: 12px;
}
.text-\[14px\]{
font-size: 14px;
}
.text-\[16px\]{
font-size: 16px;
}
.text-\[2rem\]{
font-size: 2rem;
}
.text-base{
font-size: 1rem;
line-height: 1.5rem;
}
.text-lg{
font-size: 1.125rem;
line-height: 1.75rem;
}
.text-sm{
font-size: 0.875rem;
line-height: 1.25rem;
}
.text-xl{
font-size: 1.25rem;
line-height: 1.75rem;
}
.text-xs{
font-size: 0.75rem;
line-height: 1rem;
}
.font-bold{
font-weight: 700;
}
.font-medium{
font-weight: 500;
}
.font-normal{
font-weight: 400;
}
.font-semibold{
font-weight: 600;
}
.uppercase{
text-transform: uppercase;
}
.capitalize{
text-transform: capitalize;
}
.normal-case{
text-transform: none;
}
.leading-\[130\%\]{
line-height: 130%;
}
.leading-\[140\%\]{
line-height: 140%;
}
.leading-\[142\%\]{
line-height: 142%;
}
.leading-\[145\%\]{
line-height: 145%;
}
.leading-\[150\%\]{
line-height: 150%;
}
.leading-none{
line-height: 1;
}
.tracking-\[-0\.015rem\]{
letter-spacing: -0.015rem;
}
.tracking-\[-0\.0375rem\]{
letter-spacing: -0.0375rem;
}
.tracking-\[0\.02em\]{
letter-spacing: 0.02em;
}
.tracking-tight{
letter-spacing: -0.025em;
}
.tracking-wider{
letter-spacing: 0.05em;
}
.tracking-widest{
letter-spacing: 0.1em;
}
.text-\[rgb\(var\(--primary-300\)\)\]{
color: rgb(var(--primary-300));
}
.text-\[rgb\(var\(--primary-400\)\)\]{
color: rgb(var(--primary-400));
}
.text-current{
color: currentColor;
}
.text-danger-1{
--tw-text-opacity: 1;
color: rgb(var(--danger-500) / var(--tw-text-opacity, 1));
}
.text-dark-1{
--tw-text-opacity: 1;
color: rgb(var(--neutral-0) / var(--tw-text-opacity, 1));
}
.text-dark-2{
--tw-text-opacity: 1;
color: rgb(var(--neutral-50) / var(--tw-text-opacity, 1));
}
.text-gray-500{
--tw-text-opacity: 1;
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-info-1{
--tw-text-opacity: 1;
color: rgb(var(--info-500) / var(--tw-text-opacity, 1));
}
.text-light-1{
--tw-text-opacity: 1;
color: rgb(var(--neutral-950) / var(--tw-text-opacity, 1));
}
.text-light-2{
--tw-text-opacity: 1;
color: rgb(var(--neutral-700) / var(--tw-text-opacity, 1));
}
.text-light-3{
--tw-text-opacity: 1;
color: rgb(var(--neutral-500) / var(--tw-text-opacity, 1));
}
.text-light-4{
--tw-text-opacity: 1;
color: rgb(var(--neutral-400) / var(--tw-text-opacity, 1));
}
.text-primary-1{
--tw-text-opacity: 1;
color: rgb(var(--primary-700) / var(--tw-text-opacity, 1));
}
.text-primary-2{
--tw-text-opacity: 1;
color: rgb(var(--primary-600) / var(--tw-text-opacity, 1));
}
.text-success-1{
--tw-text-opacity: 1;
color: rgb(var(--success-500) / var(--tw-text-opacity, 1));
}
.text-warning-1{
--tw-text-opacity: 1;
color: rgb(var(--warning-500) / var(--tw-text-opacity, 1));
}
.text-white{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/40{
color: rgb(255 255 255 / 0.4);
}
.text-white\/50{
color: rgb(255 255 255 / 0.5);
}
.text-white\/60{
color: rgb(255 255 255 / 0.6);
}
.underline{
text-decoration-line: underline;
}
.caret-transparent{
caret-color: transparent;
}
.opacity-0{
opacity: 0;
}
.opacity-100{
opacity: 1;
}
.opacity-20{
opacity: 0.2;
}
.opacity-50{
opacity: 0.5;
}
.opacity-60{
opacity: 0.6;
}
.opacity-70{
opacity: 0.7;
}
.shadow-lg{
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
outline: 2px solid transparent;
outline-offset: 2px;
}
.outline{
outline-style: solid;
}
.outline-0{
outline-width: 0px;
}
.outline-\[\#4A4A4A\]\/20{
outline-color: rgb(74 74 74 / 0.2);
}
.ring-0{
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2{
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-4{
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-danger-1{
--tw-ring-opacity: 1;
--tw-ring-color: rgb(var(--danger-200) / var(--tw-ring-opacity, 1));
}
.ring-primary-1{
--tw-ring-opacity: 1;
--tw-ring-color: rgb(var(--primary-100) / var(--tw-ring-opacity, 1));
}
.ring-slate-100{
--tw-ring-opacity: 1;
--tw-ring-color: rgb(241 245 249 / var(--tw-ring-opacity, 1));
}
.ring-transparent{
--tw-ring-color: transparent;
}
.\!ring-offset-0{
--tw-ring-offset-width: 0px !important;
}
.filter{
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-all{
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-colors{
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-opacity{
transition-property: opacity;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-transform{
transition-property: transform;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.duration-1000{
transition-duration: 1000ms;
}
.duration-200{
transition-duration: 200ms;
}
.duration-300{
transition-duration: 300ms;
}
.duration-500{
transition-duration: 500ms;
}
.ease-in-out{
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@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));
}
}
.animate-in{
animation-name: enter;
animation-duration: 150ms;
--tw-enter-opacity: initial;
--tw-enter-scale: initial;
--tw-enter-rotate: initial;
--tw-enter-translate-x: initial;
--tw-enter-translate-y: initial;
}
.fade-in-0{
--tw-enter-opacity: 0;
}
.zoom-in-95{
--tw-enter-scale: .95;
}
.duration-1000{
animation-duration: 1000ms;
}
.duration-200{
animation-duration: 200ms;
}
.duration-300{
animation-duration: 300ms;
}
.duration-500{
animation-duration: 500ms;
}
.ease-in-out{
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[-ms-overflow-style\:\'none\'\]{
-ms-overflow-style: 'none';
}
.\[scrollbar-width\:\'none\'\]{
scrollbar-width: 'none';
}
.file\:border-0::file-selector-button{
border-width: 0px;
}
.file\:bg-transparent::file-selector-button{
background-color: transparent;
}
.placeholder\:font-normal::-moz-placeholder{
font-weight: 400;
}
.placeholder\:font-normal::placeholder{
font-weight: 400;
}
.placeholder\:text-light-4::-moz-placeholder{
--tw-text-opacity: 1;
color: rgb(var(--neutral-400) / var(--tw-text-opacity, 1));
}
.placeholder\:text-light-4::placeholder{
--tw-text-opacity: 1;
color: rgb(var(--neutral-400) / var(--tw-text-opacity, 1));
}
.before\:absolute::before{
content: var(--tw-content);
position: absolute;
}
.before\:inset-y-0::before{
content: var(--tw-content);
top: 0px;
bottom: 0px;
}
.before\:left-0::before{
content: var(--tw-content);
left: 0px;
}
.before\:w-\[3px\]::before{
content: var(--tw-content);
width: 3px;
}
.before\:bg-gradient-to-b::before{
content: var(--tw-content);
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.before\:from-\[\#F19089\]::before{
content: var(--tw-content);
--tw-gradient-from: #F19089 var(--tw-gradient-from-position);
--tw-gradient-to: rgb(241 144 137 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.before\:via-\[\#B16DBA\]::before{
content: var(--tw-content);
--tw-gradient-to: rgb(177 109 186 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), #B16DBA var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.before\:to-\[\#6D48EF\]::before{
content: var(--tw-content);
--tw-gradient-to: #6D48EF var(--tw-gradient-to-position);
}
.before\:content-\[\'\'\]::before{
--tw-content: '';
content: var(--tw-content);
}
.first\:rounded-l-md:first-child{
border-top-left-radius: 0.375rem;
border-bottom-left-radius: 0.375rem;
}
.first\:border-l:first-child{
border-left-width: 1px;
}
.last\:rounded-r-md:last-child{
border-top-right-radius: 0.375rem;
border-bottom-right-radius: 0.375rem;
}
.last\:border-b-0:last-child{
border-bottom-width: 0px;
}
.focus-within\:relative:focus-within{
position: relative;
}
.focus-within\:z-20:focus-within{
z-index: 20;
}
.hover\:h-6:hover{
height: 1.5rem;
}
.hover\:w-6:hover{
width: 1.5rem;
}
.hover\:cursor-pointer:hover{
cursor: pointer;
}
.hover\:rounded-lg:hover{
border-radius: 0.5rem;
}
.hover\:rounded-md:hover{
border-radius: 0.375rem;
}
.hover\:rounded-none:hover{
border-radius: 0px;
}
.hover\:rounded-l-lg:hover{
border-top-left-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.hover\:rounded-l-none:hover{
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.hover\:rounded-r-lg:hover{
border-top-right-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
}
.hover\:rounded-r-none:hover{
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.hover\:border:hover{
border-width: 1px;
}
.hover\:border-neutral-3:hover{
--tw-border-opacity: 1;
border-color: rgb(var(--neutral-300) / va