@violetprotocol/nudge-components
Version:
Components for Nudge's websites and applications.
2,409 lines (2,334 loc) • 1.55 MB
CSS
/*
! tailwindcss v3.4.3 | 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: #eeeeee; /* 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: DM Sans, sans-serif; /* 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: #bdbdbd; /* 2 */
}
input::placeholder,
textarea::placeholder {
opacity: 1; /* 1 */
color: #bdbdbd; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block; /* 1 */
vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
max-width: 100%;
height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
display: none;
}
.dark {
--tw-bg-opacity: 1;
background-color: rgb(32 33 47 / var(--tw-bg-opacity));
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
*, ::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(33 150 243 / 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(33 150 243 / 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: ;
}
.container {
width: 100%;
}
@media (min-width: 540px) {
.container {
max-width: 540px;
}
}
@media (min-width: 720px) {
.container {
max-width: 720px;
}
}
@media (min-width: 960px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1140px) {
.container {
max-width: 1140px;
}
}
@media (min-width: 1320px) {
.container {
max-width: 1320px;
}
}
.pointer-events-none {
pointer-events: none;
}
.pointer-events-auto {
pointer-events: auto;
}
.\!invisible {
visibility: hidden !important;
}
.invisible {
visibility: hidden;
}
.collapse {
visibility: collapse;
}
.static {
position: static;
}
.fixed {
position: fixed;
}
.\!absolute {
position: absolute !important;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.inset-0 {
inset: 0px;
}
.-left-1 {
left: -0.25rem;
}
.-top-1 {
top: -0.25rem;
}
.-top-1\.5 {
top: -0.375rem;
}
.-top-2 {
top: -0.5rem;
}
.-top-2\.5 {
top: -0.625rem;
}
.bottom-0 {
bottom: 0px;
}
.bottom-4 {
bottom: 1rem;
}
.bottom-\[14\%\] {
bottom: 14%;
}
.bottom-\[4\%\] {
bottom: 4%;
}
.left-0 {
left: 0px;
}
.left-1 {
left: 0.25rem;
}
.left-1\.5 {
left: 0.375rem;
}
.left-1\/2 {
left: 50%;
}
.left-2\/4 {
left: 50%;
}
.left-3 {
left: 0.75rem;
}
.left-4 {
left: 1rem;
}
.left-\[-15px\] {
left: -15px;
}
.left-\[14\%\] {
left: 14%;
}
.left-\[2\%\] {
left: 2%;
}
.right-0 {
right: 0px;
}
.right-1 {
right: 0.25rem;
}
.right-2 {
right: 0.5rem;
}
.right-3 {
right: 0.75rem;
}
.right-4 {
right: 1rem;
}
.right-\[14\%\] {
right: 14%;
}
.right-\[2\%\] {
right: 2%;
}
.top-0 {
top: 0px;
}
.top-1\/2 {
top: 50%;
}
.top-2\/4 {
top: 50%;
}
.top-3 {
top: 0.75rem;
}
.top-\[-15px\] {
top: -15px;
}
.top-\[14\%\] {
top: 14%;
}
.top-\[4\%\] {
top: 4%;
}
.z-0 {
z-index: 0;
}
.z-10 {
z-index: 10;
}
.z-20 {
z-index: 20;
}
.z-30 {
z-index: 30;
}
.z-40 {
z-index: 40;
}
.z-50 {
z-index: 50;
}
.z-\[2\] {
z-index: 2;
}
.z-\[9995\] {
z-index: 9995;
}
.z-\[9999\] {
z-index: 9999;
}
.z-\[999\] {
z-index: 999;
}
.m-0 {
margin: 0px;
}
.m-0\.5 {
margin: 0.125rem;
}
.m-4 {
margin: 1rem;
}
.mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.mx-px {
margin-left: 1px;
margin-right: 1px;
}
.my-auto {
margin-top: auto;
margin-bottom: auto;
}
.-ml-1 {
margin-left: -0.25rem;
}
.-mt-6 {
margin-top: -1.5rem;
}
.mb-0 {
margin-bottom: 0px;
}
.mb-10 {
margin-bottom: 2.5rem;
}
.mb-16 {
margin-bottom: 4rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.mb-5 {
margin-bottom: 1.25rem;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.mb-7 {
margin-bottom: 1.75rem;
}
.mb-\[10px\] {
margin-bottom: 10px;
}
.mb-\[20px\] {
margin-bottom: 20px;
}
.ml-0 {
margin-left: 0px;
}
.ml-0\.5 {
margin-left: 0.125rem;
}
.ml-1 {
margin-left: 0.25rem;
}
.ml-2 {
margin-left: 0.5rem;
}
.ml-3 {
margin-left: 0.75rem;
}
.ml-4 {
margin-left: 1rem;
}
.ml-5 {
margin-left: 1.25rem;
}
.ml-\[18px\] {
margin-left: 18px;
}
.ml-auto {
margin-left: auto;
}
.mr-12 {
margin-right: 3rem;
}
.mr-2 {
margin-right: 0.5rem;
}
.mr-24 {
margin-right: 6rem;
}
.mr-4 {
margin-right: 1rem;
}
.mr-5 {
margin-right: 1.25rem;
}
.mt-1 {
margin-top: 0.25rem;
}
.mt-1\.5 {
margin-top: 0.375rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.mt-4 {
margin-top: 1rem;
}
.mt-\[6px\] {
margin-top: 6px;
}
.mt-auto {
margin-top: auto;
}
.mt-px {
margin-top: 1px;
}
.box-border {
box-sizing: border-box;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.flex {
display: flex;
}
.inline-flex {
display: inline-flex;
}
.grid {
display: grid;
}
.hidden {
display: none;
}
.h-0 {
height: 0px;
}
.h-0\.5 {
height: 0.125rem;
}
.h-1 {
height: 0.25rem;
}
.h-1\.5 {
height: 0.375rem;
}
.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-24 {
height: 6rem;
}
.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-7 {
height: 1.75rem;
}
.h-8 {
height: 2rem;
}
.h-9 {
height: 2.25rem;
}
.h-\[110px\] {
height: 110px;
}
.h-\[16px\] {
height: 16px;
}
.h-\[20px\] {
height: 20px;
}
.h-\[248px\] {
height: 248px;
}
.h-\[32px\] {
height: 32px;
}
.h-\[56px\] {
height: 56px;
}
.h-\[58px\] {
height: 58px;
}
.h-\[62px\] {
height: 62px;
}
.h-\[64px\] {
height: 64px;
}
.h-\[74px\] {
height: 74px;
}
.h-fit {
height: -moz-fit-content;
height: fit-content;
}
.h-full {
height: 100%;
}
.h-max {
height: -moz-max-content;
height: max-content;
}
.h-screen {
height: 100vh;
}
.max-h-96 {
max-height: 24rem;
}
.max-h-\[100vh\] {
max-height: 100vh;
}
.max-h-\[32px\] {
max-height: 32px;
}
.max-h-\[40px\] {
max-height: 40px;
}
.max-h-\[48px\] {
max-height: 48px;
}
.min-h-\[100px\] {
min-height: 100px;
}
.min-h-\[100vh\] {
min-height: 100vh;
}
.min-h-\[12px\] {
min-height: 12px;
}
.min-h-\[24px\] {
min-height: 24px;
}
.min-h-\[48px\] {
min-height: 48px;
}
.w-0 {
width: 0px;
}
.w-0\.5 {
width: 0.125rem;
}
.w-1\/3 {
width: 33.333333%;
}
.w-1\/4 {
width: 25%;
}
.w-10 {
width: 2.5rem;
}
.w-12 {
width: 3rem;
}
.w-2\/5 {
width: 40%;
}
.w-24 {
width: 6rem;
}
.w-3 {
width: 0.75rem;
}
.w-3\.5 {
width: 0.875rem;
}
.w-3\/4 {
width: 75%;
}
.w-3\/5 {
width: 60%;
}
.w-4 {
width: 1rem;
}
.w-5 {
width: 1.25rem;
}
.w-6 {
width: 1.5rem;
}
.w-7 {
width: 1.75rem;
}
.w-8 {
width: 2rem;
}
.w-9 {
width: 2.25rem;
}
.w-\[110px\] {
width: 110px;
}
.w-\[156px\] {
width: 156px;
}
.w-\[16px\] {
width: 16px;
}
.w-\[198px\] {
width: 198px;
}
.w-\[20px\] {
width: 20px;
}
.w-\[216px\] {
width: 216px;
}
.w-\[32px\] {
width: 32px;
}
.w-\[53px\] {
width: 53px;
}
.w-\[58px\] {
width: 58px;
}
.w-\[74px\] {
width: 74px;
}
.w-fit {
width: -moz-fit-content;
width: fit-content;
}
.w-full {
width: 100%;
}
.w-max {
width: -moz-max-content;
width: max-content;
}
.w-screen {
width: 100vw;
}
.min-w-\[100vw\] {
min-width: 100vw;
}
.min-w-\[12px\] {
min-width: 12px;
}
.min-w-\[180px\] {
min-width: 180px;
}
.min-w-\[200px\] {
min-width: 200px;
}
.min-w-\[240px\] {
min-width: 240px;
}
.min-w-\[24px\] {
min-width: 24px;
}
.min-w-\[48px\] {
min-width: 48px;
}
.min-w-\[80\%\] {
min-width: 80%;
}
.min-w-\[90\%\] {
min-width: 90%;
}
.min-w-\[95\%\] {
min-width: 95%;
}
.max-w-\[100vw\] {
max-width: 100vw;
}
.max-w-\[280px\] {
max-width: 280px;
}
.max-w-\[32px\] {
max-width: 32px;
}
.max-w-\[40px\] {
max-width: 40px;
}
.max-w-\[48px\] {
max-width: 48px;
}
.max-w-\[80\%\] {
max-width: 80%;
}
.max-w-\[90\%\] {
max-width: 90%;
}
.max-w-\[95\%\] {
max-width: 95%;
}
.max-w-full {
max-width: 100%;
}
.max-w-screen-2xl {
max-width: 1320px;
}
.max-w-screen-xl {
max-width: 1140px;
}
.max-w-sm {
max-width: 24rem;
}
.flex-none {
flex: none;
}
.flex-shrink-0 {
flex-shrink: 0;
}
.shrink {
flex-shrink: 1;
}
.shrink-0 {
flex-shrink: 0;
}
.grow {
flex-grow: 1;
}
.basis-full {
flex-basis: 100%;
}
.-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-x-2\/4 {
--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-y-1\/4 {
--tw-translate-y: -25%;
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-2\/4 {
--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-2\/4 {
--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-2\/4 {
--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-0 {
--tw-rotate: 0deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
--tw-rotate: 180deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
--tw-scale-x: 1;
--tw-scale-y: 1;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-0 {
--tw-scale-x: 0;
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-x-100 {
--tw-scale-x: 1;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {
to {
transform: rotate(360deg);
}
}
.animate-spin {
animation: spin 1s linear infinite;
}
.cursor-not-allowed {
cursor: not-allowed;
}
.cursor-pointer {
cursor: pointer;
}
.select-none {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.\!resize-none {
resize: none !important;
}
.resize-y {
resize: vertical;
}
.\!resize {
resize: both !important;
}
.resize {
resize: both;
}
.appearance-none {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.flex-row {
flex-direction: row;
}
.flex-col {
flex-direction: column;
}
.flex-col-reverse {
flex-direction: column-reverse;
}
.flex-wrap {
flex-wrap: wrap;
}
.flex-nowrap {
flex-wrap: nowrap;
}
.place-items-center {
place-items: center;
}
.content-center {
align-content: center;
}
.items-start {
align-items: flex-start;
}
.items-center {
align-items: center;
}
.justify-end {
justify-content: flex-end;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.gap-1 {
gap: 0.25rem;
}
.gap-2 {
gap: 0.5rem;
}
.gap-3 {
gap: 0.75rem;
}
.gap-4 {
gap: 1rem;
}
.gap-y-5 {
row-gap: 1.25rem;
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
--tw-divide-x-reverse: 0;
border-right-width: calc(1px * var(--tw-divide-x-reverse));
border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(255 179 0 / var(--tw-divide-opacity));
}
.divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(30 136 229 / var(--tw-divide-opacity));
}
.divide-blue-gray-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(236 239 241 / var(--tw-divide-opacity));
}
.divide-blue-gray-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(84 110 122 / var(--tw-divide-opacity));
}
.divide-brown-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(109 76 65 / var(--tw-divide-opacity));
}
.divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(0 172 193 / var(--tw-divide-opacity));
}
.divide-deep-orange-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(244 81 30 / var(--tw-divide-opacity));
}
.divide-deep-purple-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(94 53 177 / var(--tw-divide-opacity));
}
.divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(66 66 66 / var(--tw-divide-opacity));
}
.divide-green-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(67 160 71 / var(--tw-divide-opacity));
}
.divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(57 73 171 / var(--tw-divide-opacity));
}
.divide-light-blue-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(3 155 229 / var(--tw-divide-opacity));
}
.divide-light-green-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(124 179 66 / var(--tw-divide-opacity));
}
.divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(192 202 51 / var(--tw-divide-opacity));
}
.divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(251 140 0 / var(--tw-divide-opacity));
}
.divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(216 27 96 / var(--tw-divide-opacity));
}
.divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(142 36 170 / var(--tw-divide-opacity));
}
.divide-red-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(229 57 53 / var(--tw-divide-opacity));
}
.divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(0 137 123 / var(--tw-divide-opacity));
}
.divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(253 216 53 / var(--tw-divide-opacity));
}
.justify-self-end {
justify-self: end;
}
.overflow-auto {
overflow: auto;
}
.overflow-hidden {
overflow: hidden;
}
.\!overflow-visible {
overflow: visible !important;
}
.overflow-x-hidden {
overflow-x: hidden;
}
.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text-ellipsis {
text-overflow: ellipsis;
}
.whitespace-normal {
white-space: normal;
}
.whitespace-nowrap {
white-space: nowrap;
}
.text-nowrap {
text-wrap: nowrap;
}
.break-words {
overflow-wrap: break-word;
}
.break-all {
word-break: break-all;
}
.\!rounded-full {
border-radius: 9999px !important;
}
.\!rounded-none {
border-radius: 0px !important;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-2xl {
border-radius: 1rem;
}
.rounded-\[24px\] {
border-radius: 24px;
}
.rounded-\[7px\] {
border-radius: 7px;
}
.rounded-\[8px\] {
border-radius: 8px;
}
.rounded-full {
border-radius: 9999px;
}
.rounded-lg {
border-radius: 0.5rem;
}
.rounded-md {
border-radius: 0.375rem;
}
.rounded-none {
border-radius: 0px;
}
.rounded-xl {
border-radius: 0.75rem;
}
.rounded-b-\[24px\] {
border-bottom-right-radius: 24px;
border-bottom-left-radius: 24px;
}
.rounded-l-full {
border-top-left-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.rounded-l-none {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.rounded-r-none {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.rounded-t-3xl {
border-top-left-radius: 1.5rem;
border-top-right-radius: 1.5rem;
}
.border {
border-width: 1px;
}
.border-2 {
border-width: 2px;
}
.border-b {
border-bottom-width: 1px;
}
.border-l-2 {
border-left-width: 2px;
}
.border-r-0 {
border-right-width: 0px;
}
.border-r-2 {
border-right-width: 2px;
}
.border-t {
border-top-width: 1px;
}
.border-t-2 {
border-top-width: 2px;
}
.border-amber-500 {
--tw-border-opacity: 1;
border-color: rgb(255 193 7 / var(--tw-border-opacity));
}
.border-black {
--tw-border-opacity: 1;
border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-blue-500 {
--tw-border-opacity: 1;
border-color: rgb(33 150 243 / var(--tw-border-opacity));
}
.border-blue-gray-100 {
--tw-border-opacity: 1;
border-color: rgb(207 216 220 / var(--tw-border-opacity));
}
.border-blue-gray-200 {
--tw-border-opacity: 1;
border-color: rgb(176 190 197 / var(--tw-border-opacity));
}
.border-blue-gray-50 {
--tw-border-opacity: 1;
border-color: rgb(236 239 241 / var(--tw-border-opacity));
}
.border-blue-gray-500 {
--tw-border-opacity: 1;
border-color: rgb(96 125 139 / var(--tw-border-opacity));
}
.border-brown-500 {
--tw-border-opacity: 1;
border-color: rgb(121 85 72 / var(--tw-border-opacity));
}
.border-cyan-500 {
--tw-border-opacity: 1;
border-color: rgb(0 188 212 / var(--tw-border-opacity));
}
.border-deep-orange-500 {
--tw-border-opacity: 1;
border-color: rgb(255 87 34 / var(--tw-border-opacity));
}
.border-deep-purple-500 {
--tw-border-opacity: 1;
border-color: rgb(103 58 183 / var(--tw-border-opacity));
}
.border-gray-900 {
--tw-border-opacity: 1;
border-color: rgb(33 33 33 / var(--tw-border-opacity));
}
.border-green-500 {
--tw-border-opacity: 1;
border-color: rgb(76 175 80 / var(--tw-border-opacity));
}
.border-indigo-500 {
--tw-border-opacity: 1;
border-color: rgb(63 81 181 / var(--tw-border-opacity));
}
.border-light-blue-500 {
--tw-border-opacity: 1;
border-color: rgb(3 169 244 / var(--tw-border-opacity));
}
.border-light-green-500 {
--tw-border-opacity: 1;
border-color: rgb(139 195 74 / var(--tw-border-opacity));
}
.border-lime-500 {
--tw-border-opacity: 1;
border-color: rgb(205 220 57 / var(--tw-border-opacity));
}
.border-neutral-200 {
--tw-border-opacity: 1;
border-color: rgb(230 230 233 / var(--tw-border-opacity));
}
.border-neutral-50 {
--tw-border-opacity: 1;
border-color: rgb(248 248 249 / var(--tw-border-opacity));
}
.border-orange-500 {
--tw-border-opacity: 1;
border-color: rgb(255 152 0 / var(--tw-border-opacity));
}
.border-pink-500 {
--tw-border-opacity: 1;
border-color: rgb(233 30 99 / var(--tw-border-opacity));
}
.border-primary-600 {
--tw-border-opacity: 1;
border-color: rgb(255 76 0 / var(--tw-border-opacity));
}
.border-purple-500 {
--tw-border-opacity: 1;
border-color: rgb(156 39 176 / var(--tw-border-opacity));
}
.border-red-500 {
--tw-border-opacity: 1;
border-color: rgb(244 67 54 / var(--tw-border-opacity));
}
.border-teal-500 {
--tw-border-opacity: 1;
border-color: rgb(0 150 136 / var(--tw-border-opacity));
}
.border-white {
--tw-border-opacity: 1;
border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/80 {
border-color: rgb(255 255 255 / 0.8);
}
.border-yellow-500 {
--tw-border-opacity: 1;
border-color: rgb(255 235 59 / var(--tw-border-opacity));
}
.\!border-t-transparent {
border-top-color: transparent !important;
}
.border-b-blue-gray-100 {
--tw-border-opacity: 1;
border-bottom-color: rgb(207 216 220 / var(--tw-border-opacity));
}
.border-l-transparent {
border-left-color: transparent;
}
.border-r-transparent {
border-right-color: transparent;
}
.border-t-blue-gray-100 {
--tw-border-opacity: 1;
border-top-color: rgb(207 216 220 / var(--tw-border-opacity));
}
.border-t-transparent {
border-top-color: transparent;
}
.bg-\[\#020203\] {
--tw-bg-opacity: 1;
background-color: rgb(2 2 3 / var(--tw-bg-opacity));
}
.bg-\[\#31323e\] {
--tw-bg-opacity: 1;
background-color: rgb(49 50 62 / var(--tw-bg-opacity));
}
.bg-\[\#E2E7F2\] {
--tw-bg-opacity: 1;
background-color: rgb(226 231 242 / var(--tw-bg-opacity));
}
.bg-amber-500 {
--tw-bg-opacity: 1;
background-color: rgb(255 193 7 / var(--tw-bg-opacity));
}
.bg-amber-500\/10 {
background-color: rgb(255 193 7 / 0.1);
}
.bg-amber-500\/20 {
background-color: rgb(255 193 7 / 0.2);
}
.bg-black {
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-500 {
--tw-bg-opacity: 1;
background-color: rgb(33 150 243 / var(--tw-bg-opacity));
}
.bg-blue-500\/10 {
background-color: rgb(33 150 243 / 0.1);
}
.bg-blue-500\/20 {
background-color: rgb(33 150 243 / 0.2);
}
.bg-blue-gray-100 {
--tw-bg-opacity: 1;
background-color: rgb(207 216 220 / var(--tw-bg-opacity));
}
.bg-blue-gray-50 {
--tw-bg-opacity: 1;
background-color: rgb(236 239 241 / var(--tw-bg-opacity));
}
.bg-blue-gray-50\/50 {
background-color: rgb(236 239 241 / 0.5);
}
.bg-blue-gray-500 {
--tw-bg-opacity: 1;
background-color: rgb(96 125 139 / var(--tw-bg-opacity));
}
.bg-blue-gray-500\/10 {
background-color: rgb(96 125 139 / 0.1);
}
.bg-blue-gray-500\/20 {
background-color: rgb(96 125 139 / 0.2);
}
.bg-brown-500 {
--tw-bg-opacity: 1;
background-color: rgb(121 85 72 / var(--tw-bg-opacity));
}
.bg-brown-500\/10 {
background-color: rgb(121 85 72 / 0.1);
}
.bg-brown-500\/20 {
background-color: rgb(121 85 72 / 0.2);
}
.bg-current {
background-color: currentColor;
}
.bg-cyan-500 {
--tw-bg-opacity: 1;
background-color: rgb(0 188 212 / var(--tw-bg-opacity));
}
.bg-cyan-500\/10 {
background-color: rgb(0 188 212 / 0.1);
}
.bg-cyan-500\/20 {
background-color: rgb(0 188 212 / 0.2);
}
.bg-deep-orange-500 {
--tw-bg-opacity: 1;
background-color: rgb(255 87 34 / var(--tw-bg-opacity));
}
.bg-deep-orange-500\/10 {
background-color: rgb(255 87 34 / 0.1);
}
.bg-deep-orange-500\/20 {
background-color: rgb(255 87 34 / 0.2);
}
.bg-deep-purple-500 {
--tw-bg-opacity: 1;
background-color: rgb(103 58 183 / var(--tw-bg-opacity));
}
.bg-deep-purple-500\/10 {
background-color: rgb(103 58 183 / 0.1);
}
.bg-deep-purple-500\/20 {
background-color: rgb(103 58 183 / 0.2);
}
.bg-error-100 {
--tw-bg-opacity: 1;
background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-error-200 {
--tw-bg-opacity: 1;
background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.bg-error-300 {
--tw-bg-opacity: 1;
background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.bg-error-400 {
--tw-bg-opacity: 1;
background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-error-50 {
--tw-bg-opacity: 1;
background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-error-500 {
--tw-bg-opacity: 1;
background-color: rgb(247 92 92 / var(--tw-bg-opacity));
}
.bg-error-600 {
--tw-bg-opacity: 1;
background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-error-700 {
--tw-bg-opacity: 1;
background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.bg-error-800 {
--tw-bg-opacity: 1;
background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.bg-error-900 {
--tw-bg-opacity: 1;
background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
.bg-error-950 {
--tw-bg-opacity: 1;
background-color: rgb(69 10 10 / var(--tw-bg-opacity));
}
.bg-gray-300 {
--tw-bg-opacity: 1;
background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
.bg-gray-500 {
--tw-bg-opacity: 1;
background-color: rgb(158 158 158 / var(--tw-bg-opacity));
}
.bg-gray-900 {
--tw-bg-opacity: 1;
background-color: rgb(33 33 33 / var(--tw-bg-opacity));
}
.bg-gray-900\/10 {
background-color: rgb(33 33 33 / 0.1);
}
.bg-green-500 {
--tw-bg-opacity: 1;
background-color: rgb(76 175 80 / var(--tw-bg-opacity));
}
.bg-green-500\/10 {
background-color: rgb(76 175 80 / 0.1);
}
.bg-green-500\/20 {
background-color: rgb(76 175 80 / 0.2);
}
.bg-indigo-500 {
--tw-bg-opacity: 1;
background-color: rgb(63 81 181 / var(--tw-bg-opacity));
}
.bg-indigo-500\/10 {
background-color: rgb(63 81 181 / 0.1);
}
.bg-indigo-500\/20 {
background-color: rgb(63 81 181 / 0.2);
}
.bg-light-blue-500 {
--tw-bg-opacity: 1;
background-color: rgb(3 169 244 / var(--tw-bg-opacity));
}
.bg-light-blue-500\/10 {
background-color: rgb(3 169 244 / 0.1);
}
.bg-light-blue-500\/20 {
background-color: rgb(3 169 244 / 0.2);
}
.bg-light-green-500 {
--tw-bg-opacity: 1;
background-color: rgb(139 195 74 / var(--tw-bg-opacity));
}
.bg-light-green-500\/10 {
background-color: rgb(139 195 74 / 0.1);
}
.bg-light-green-500\/20 {
background-color: rgb(139 195 74 / 0.2);
}
.bg-lime-500 {
--tw-bg-opacity: 1;
background-color: rgb(205 220 57 / var(--tw-bg-opacity));
}
.bg-lime-500\/10 {
background-color: rgb(205 220 57 / 0.1);
}
.bg-lime-500\/20 {
background-color: rgb(205 220 57 / 0.2);
}
.bg-neutral-0 {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-neutral-100 {
--tw-bg-opacity: 1;
background-color: rgb(239 239 241 / var(--tw-bg-opacity));
}
.bg-neutral-1000 {
--tw-bg-opacity: 1;
background-color: rgb(22 23 34 / var(--tw-bg-opacity));
}
.bg-neutral-200 {
--tw-bg-opacity: 1;
background-color: rgb(230 230 233 / var(--tw-bg-opacity));
}
.bg-neutral-300 {
--tw-bg-opacity: 1;
background-color: rgb(222 222 226 / var(--tw-bg-opacity));
}
.bg-neutral-400 {
--tw-bg-opacity: 1;
background-color: rgb(214 214 218 / var(--tw-bg-opacity));
}
.bg-neutral-50 {
--tw-bg-opacity: 1;
background-color: rgb(248 248 249 / var(--tw-bg-opacity));
}
.bg-neutral-500 {
--tw-bg-opacity: 1;
background-color: rgb(201 202 208 / var(--tw-bg-opacity));
}
.bg-neutral-600 {
--tw-bg-opacity: 1;
background-color: rgb(180 181 189 / var(--tw-bg-opacity));
}
.bg-neutral-700 {
--tw-bg-opacity: 1;
background-color: rgb(129 130 146 / var(--tw-bg-opacity));
}
.bg-neutral-800 {
--tw-bg-opacity: 1;
background-color: rgb(117 118 137 / var(--tw-bg-opacity));
}
.bg-neutral-900 {
--tw-bg-opacity: 1;
background-color: rgb(87 88 106 / var(--tw-bg-opacity));
}
.bg-neutral-950 {
--tw-bg-opacity: 1;
background-color: rgb(32 33 47 / var(--tw-bg-opacity));
}
.bg-orange-500 {
--tw-bg-opacity: 1;
background-color: rgb(255 152 0 / var(--tw-bg-opacity));
}
.bg-orange-500\/10 {
background-color: rgb(255 152 0 / 0.1);
}
.bg-orange-500\/20 {
background-color: rgb(255 152 0 / 0.2);
}
.bg-pink-500 {
--tw-bg-opacity: 1;
background-color: rgb(233 30 99 / var(--tw-bg-opacity));
}
.bg-pink-500\/10 {
background-color: rgb(233 30 99 / 0.1);
}
.bg-pink-500\/20 {
background-color: rgb(233 30 99 / 0.2);
}
.bg-primary-100 {
--tw-bg-opacity: 1;
background-color: rgb(255 235 211 / var(--tw-bg-opacity));
}
.bg-primary-200 {
--tw-bg-opacity: 1;
background-color: rgb(255 211 165 / var(--tw-bg-opacity));
}
.bg-primary-300 {
--tw-bg-opacity: 1;
background-color: rgb(255 180 109 / var(--tw-bg-opacity));
}
.bg-primary-400 {
--tw-bg-opacity: 1;
background-color: rgb(255 136 50 / var(--tw-bg-opacity));
}
.bg-primary-50 {
--tw-bg-opacity: 1;
background-color: rgb(255 246 236 / var(--tw-bg-opacity));
}
.bg-primary-500 {
--tw-bg-opacity: 1;
background-color: rgb(255 102 10 / var(--tw-bg-opacity));
}
.bg-primary-600 {
--tw-bg-opacity: 1;
background-color: rgb(255 76 0 / var(--tw-bg-opacity));
}
.bg-primary-700 {
--tw-bg-opacity: 1;
background-color: rgb(204 52 2 / var(--tw-bg-opacity));
}
.bg-primary-800 {
--tw-bg-opacity: 1;
background-color: rgb(161 41 11 / var(--tw-bg-opacity));
}
.bg-primary-900 {
--tw-bg-opacity: 1;
background-color: rgb(130 37 12 / var(--tw-bg-opacity));
}
.bg-primary-950 {
--tw-bg-opacity: 1;
background-color: rgb(70 15 4 / var(--tw-bg-opacity));
}
.bg-purple-500 {
--tw-bg-opacity: 1;
background-color: rgb(156 39 176 / var(--tw-bg-opacity));
}
.bg-purple-500\/10 {
background-color: rgb(156 39 176 / 0.1);
}
.bg-purple-500\/20 {
background-color: rgb(156 39 176 / 0.2);
}
.bg-red-500 {
--tw-bg-opacity: 1;
background-color: rgb(244 67 54 / var(--tw-bg-opacity));
}
.bg-red-500\/10 {
background-color: rgb(244 67 54 / 0.1);
}
.bg-red-500\/20 {
background-color: rgb(244 67 54 / 0.2);
}
.bg-success-100 {
--tw-bg-opacity: 1;
background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
.bg-success-200 {
--tw-bg-opacity: 1;
background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}
.bg-success-300 {
--tw-bg-opacity: 1;
background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}
.bg-success-400 {
--tw-bg-opacity: 1;
background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}
.bg-success-50 {
--tw-bg-opacity: 1;
background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}
.bg-success-500 {
--tw-bg-opacity: 1;
background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.bg-success-600 {
--tw-bg-opacity: 1;
background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}
.bg-success-700 {
--tw-bg-opacity: 1;
background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}
.bg-success-800 {
--tw-bg-opacity: 1;
background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}
.bg-success-900 {
--tw-bg-opacity: 1;
background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}
.bg-success-950 {
--tw-bg-opacity: 1;
background-color: rgb(2 44 34 / var(--tw-bg-opacity));
}
.bg-teal-500 {
--tw-bg-opacity: 1;
background-color: rgb(0 150 136 / var(--tw-bg-opacity));
}
.bg-teal-500\/10 {
background-color: rgb(0 150 136 / 0.1);
}
.bg-teal-500\/20 {
background-color: rgb(0 150 136 / 0.2);
}
.bg-transparent {
background-color: transparent;
}
.bg-warning-100 {
--tw-bg-opacity: 1;
background-color: rgb(254 238 195 / var(--tw-bg-opacity));
}
.bg-warning-1000 {
--tw-bg-opacity: 1;
background-color: rgb(66 34 6 / var(--tw-bg-opacity));
}
.bg-warning-200 {
--tw-bg-opacity: 1;
background-color: rgb(254 223 138 / var(--tw-bg-opacity));
}
.bg-warning-300 {
--tw-bg-opacity: 1;
background-color: rgb(250 209 97 / var(--tw-bg-opacity));
}
.bg-warning-400 {
--tw-bg-opacity: 1;
background-color: rgb(252 198 45 / var(--tw-bg-opacity));
}
.bg-warning-50 {
--tw-bg-opacity: 1;
background-color: rgb(254 248 232 / var(--tw-bg-opacity));
}
.bg-warning-500 {
--tw-bg-opacity: 1;
background-color: rgb(234 174 8 / var(--tw-bg-opacity));
}
.bg-warning-600 {
--tw-bg-opacity: 1;
background-color: rgb(202 149 4 / var(--tw-bg-opacity));
}
.bg-warning-700 {
--tw-bg-opacity: 1;
background-color: rgb(161 110 7 / var(--tw-bg-opacity));
}
.bg-warning-800 {
--tw-bg-opacity: 1;
background-color: rgb(133 83 14 / var(--tw-bg-opacity));
}
.bg-warning-900 {
--tw-bg-opacity: 1;
background-color: rgb(113 69 18 / var(--tw-bg-opacity));
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/10 {
background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/50 {
background-color: rgb(255 255 255 / 0.5);
}
.bg-whiteSmoke {
--tw-bg-opacity: 1;
background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-yellow-500 {
--tw-bg-opacity: 1;
background-color: rgb(255 235 59 / var(--tw-bg-opacity));
}
.bg-yellow-500\/10 {
background-color: rgb(255 235 59 / 0.1);
}
.bg-yellow-500\/20 {
background-color: rgb(255 235 59 / 0.2);
}
.bg-opacity-50 {
--tw-bg-opacity: 0.5;
}
.bg-opacity-60 {
--tw-bg-opacity: 0.6;
}
.bg-opacity-8 {
--tw-bg-opacity: 0.08;
}
.bg-opacity-80 {
--tw-bg-opacity: 0.8;
}
.bg-gradient-to-tr {
background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.from-amber-600 {
--tw-gradient-from: #ffb300 var(--tw-gradient-from-position);
--tw-gradient-to: rgb(255 179 0 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600 {
--tw-gradient-from: #1e88e5 var(--tw-gradient-from-position);
--tw-gradient-to: rgb(30 136 229 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-gray-600 {
--tw-gradient-from: #546e7a var(--tw-gradient-from-position);
--tw-gradient-to: rgb(84 110 122 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-600 {
--tw-gradient-from: #6d4c41 var(--tw-gradient-from-position);
--tw-gradient-to: rgb(109 76 65 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600 {
--tw-gradient-from: #00acc1 var(--tw-gradient-from-position);
--tw-gradient-to: rgb(0 172 193 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-deep-orange-600 {
--tw-gradient-from: #f4511e var(--tw-gradient-from-position);
--tw-gradient-to: rgb(244 81 30 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-deep-purple-600 {
--tw-gradient-from: #5e35b1 var(--tw-gradient-from-position);
--tw-gradient-to: rgb(94 53 177 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600 {
--tw-gradient-from: #757575 var(--tw-gradient-from-position);
--tw-gradient-to: rgb(117 117 117 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900 {
--tw-gradient-from: #212121 var(--tw-gradient-from-position);
--tw-gradient-to: rgb(33 33 33 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600 {
--tw-gradient-from: #43a047 var(--tw-gradient-from-position);
--tw-gradient-to: rgb(67 160 71 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600 {
--tw-gradient-from: #3949ab var(--tw-gradient-from-position);
--tw-gradient-to: rgb(57 73 171 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-light-blue-600 {
--tw-gradient-from: #039be5 var(--tw-gradient-from-position);
--tw-gradient-to: rgb(3 155 229 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-light-green-600 {
--tw-gradient-from: #7cb342 var(--tw-gradient-from-position);
--tw-gradient-to: rgb(124 179 66 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-lime-600 {
--tw-gradient-from: #c0ca33 var(--tw-gradient-from-position);
--tw-gradient-to: rgb(192 202 51 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-600 {
--tw-gradient-from: #fb8c00 var(--tw-gradient-from-position);
--tw-gradient-to: rgb(251 140 0 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600 {
--tw-gradient-from: #d81b60 var(--tw-gradient-from-position);
--tw-gradient-to: rgb(216 27 96 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600 {
--tw-gradient-from: #8e24aa var(--tw-gradient-from-position);
--tw-gradient-to: rgb(142 36 170 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600 {
--tw-gradient-from: #e53935 var(--tw-gradient-from-position);
--tw-gradient-to: rgb(229 57 53 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-600 {
--tw-gradient-from: #00897b var(--tw-gradient-from-position);
--tw-gradient-to: rgb(0 137 123 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600 {
--tw-gradient-from: #fdd835 var(--tw-gradient-from-position);
--tw-gradient-to: rgb(253 216 53 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-amber-400 {
--tw-gradient-to: #ffca28 var(--tw-gradient-to-position);
}
.to-blue-400 {
--tw-gradient-to: #42a5f5 var(--tw-gradient-to-position);
}
.to-blue-gray-400 {
--tw-gradient-to: #78909c var(--tw-gradient-to-position);
}
.to-brown-400 {
--tw-gradient-to: #8d6e63 var(--tw-gradient-to-position);
}
.to-cyan-400 {
--tw-gradient-to: #26c6da var(--tw-gradient-to-position);
}
.to-deep-orange-400 {
--tw-gradient-to: #ff7043 var(--tw-gradient-to-position);
}
.to-deep-purple-400 {
--tw-gradient-to: #7e57c2 var(--tw-gradient-to-position);
}
.to-gray-400 {
--tw-gradient-to: #bdbdbd var(--tw-gradient-to-position);
}
.to-gray-800 {
--tw-gradient-to: #424242 var(--tw-gradient-to-position);
}
.to-green-400 {
--tw-gradient-to: #66bb6a var(--tw-gradient-to-position);
}
.to-indigo-400 {
--tw-gradient-to: #5c6bc0 var(--tw-gradient-to-position);
}
.to-light-blue-400 {
--tw-gradient-to: #29b6f6 var(--tw-gradient-to-position);
}
.to-light-green-400 {
--tw-gradient-to: #9ccc65 var(--tw-gradient-to-position);
}
.to-lime-400 {
--tw-gradient-to: #d4e157 var(--tw-gradient-to-position);
}
.to-orange-400 {
--tw-gradient-to: #ffa726 var(--tw-gradient-to-position);
}
.to-pink-400 {
--tw-gradient-to: #ec407a var(--tw-gradient-to-position);
}
.to-purple-400 {
--tw-gradient-to: #ab47bc var(--tw-gradient-to-position);
}
.to-red-400 {
--tw-gradient-to: #ef5350 var(--tw-gradient-to-position);
}
.to-teal-400 {
--tw-gradient-to: #26a69a var(--tw-gradient-to-position);
}
.to-yellow-400 {
--tw-gradient-to: #ffee58 var(--tw-gradient-to-position);
}
.bg-clip-border {
background-clip: border-box;
}
.bg-clip-text {
-webkit-background-clip: text;
background-clip: text;
}
.stroke-neutral-200 {
stroke: #E6E6E9;
}
.stroke-neutral-500 {
stroke: #C9CAD0;
}
.stroke-primary-500 {
stroke: #FF660A;
}
.stroke-success-500 {
stroke: #10B981;
}
.object-cover {
-o-object-fit: cover;
object-fit: cover;
}
.object-center {
-o-object-position: center;
object-position: center;
}
.p-0 {
padding: 0px;
}
.p-0\.5 {
padding: 0.125rem;
}
.p-1 {
padding: 0.25rem;
}
.p-1\.5 {
padding: 0.375rem;
}
.p-2 {
padding: 0.5rem;
}
.p-3 {
padding: 0.75rem;
}
.p-4 {
padding: 1rem;
}
.p-5 {
padding: 1.25rem;
}
.p-6 {
padding: 1.5rem;
}
.p-\[21px\] {
padding: 21px;
}
.px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.px-7 {
padding-left: 1.75rem;
padding-right: 1.75rem;
}
.px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.px-\[6px\] {
padding-left: 6px;
padding-right: 6px;
}
.px-\[8px\] {
padding-left: 8px;
padding-right: 8px;
}
.px-px {
padding-left: 1px;
padding-right: 1px;
}
.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;
}
.p