8090 lines
132 KiB
CSS
8090 lines
132 KiB
CSS
*, ::before, ::after {
|
|
--tw-border-spacing-x: 0;
|
|
--tw-border-spacing-y: 0;
|
|
--tw-translate-x: 0;
|
|
--tw-translate-y: 0;
|
|
--tw-rotate: 0;
|
|
--tw-skew-x: 0;
|
|
--tw-skew-y: 0;
|
|
--tw-scale-x: 1;
|
|
--tw-scale-y: 1;
|
|
--tw-pan-x: ;
|
|
--tw-pan-y: ;
|
|
--tw-pinch-zoom: ;
|
|
--tw-scroll-snap-strictness: proximity;
|
|
--tw-gradient-from-position: ;
|
|
--tw-gradient-via-position: ;
|
|
--tw-gradient-to-position: ;
|
|
--tw-ordinal: ;
|
|
--tw-slashed-zero: ;
|
|
--tw-numeric-figure: ;
|
|
--tw-numeric-spacing: ;
|
|
--tw-numeric-fraction: ;
|
|
--tw-ring-inset: ;
|
|
--tw-ring-offset-width: 0px;
|
|
--tw-ring-offset-color: #fff;
|
|
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
--tw-ring-shadow: 0 0 #0000;
|
|
--tw-shadow: 0 0 #0000;
|
|
--tw-shadow-colored: 0 0 #0000;
|
|
--tw-blur: ;
|
|
--tw-brightness: ;
|
|
--tw-contrast: ;
|
|
--tw-grayscale: ;
|
|
--tw-hue-rotate: ;
|
|
--tw-invert: ;
|
|
--tw-saturate: ;
|
|
--tw-sepia: ;
|
|
--tw-drop-shadow: ;
|
|
--tw-backdrop-blur: ;
|
|
--tw-backdrop-brightness: ;
|
|
--tw-backdrop-contrast: ;
|
|
--tw-backdrop-grayscale: ;
|
|
--tw-backdrop-hue-rotate: ;
|
|
--tw-backdrop-invert: ;
|
|
--tw-backdrop-opacity: ;
|
|
--tw-backdrop-saturate: ;
|
|
--tw-backdrop-sepia: ;
|
|
--tw-contain-size: ;
|
|
--tw-contain-layout: ;
|
|
--tw-contain-paint: ;
|
|
--tw-contain-style: ;
|
|
}
|
|
|
|
::backdrop {
|
|
--tw-border-spacing-x: 0;
|
|
--tw-border-spacing-y: 0;
|
|
--tw-translate-x: 0;
|
|
--tw-translate-y: 0;
|
|
--tw-rotate: 0;
|
|
--tw-skew-x: 0;
|
|
--tw-skew-y: 0;
|
|
--tw-scale-x: 1;
|
|
--tw-scale-y: 1;
|
|
--tw-pan-x: ;
|
|
--tw-pan-y: ;
|
|
--tw-pinch-zoom: ;
|
|
--tw-scroll-snap-strictness: proximity;
|
|
--tw-gradient-from-position: ;
|
|
--tw-gradient-via-position: ;
|
|
--tw-gradient-to-position: ;
|
|
--tw-ordinal: ;
|
|
--tw-slashed-zero: ;
|
|
--tw-numeric-figure: ;
|
|
--tw-numeric-spacing: ;
|
|
--tw-numeric-fraction: ;
|
|
--tw-ring-inset: ;
|
|
--tw-ring-offset-width: 0px;
|
|
--tw-ring-offset-color: #fff;
|
|
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
--tw-ring-shadow: 0 0 #0000;
|
|
--tw-shadow: 0 0 #0000;
|
|
--tw-shadow-colored: 0 0 #0000;
|
|
--tw-blur: ;
|
|
--tw-brightness: ;
|
|
--tw-contrast: ;
|
|
--tw-grayscale: ;
|
|
--tw-hue-rotate: ;
|
|
--tw-invert: ;
|
|
--tw-saturate: ;
|
|
--tw-sepia: ;
|
|
--tw-drop-shadow: ;
|
|
--tw-backdrop-blur: ;
|
|
--tw-backdrop-brightness: ;
|
|
--tw-backdrop-contrast: ;
|
|
--tw-backdrop-grayscale: ;
|
|
--tw-backdrop-hue-rotate: ;
|
|
--tw-backdrop-invert: ;
|
|
--tw-backdrop-opacity: ;
|
|
--tw-backdrop-saturate: ;
|
|
--tw-backdrop-sepia: ;
|
|
--tw-contain-size: ;
|
|
--tw-contain-layout: ;
|
|
--tw-contain-paint: ;
|
|
--tw-contain-style: ;
|
|
}
|
|
|
|
/*
|
|
! tailwindcss v3.4.18 | 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: Lato, system-ui, 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: JetBrains Mono, monospace;
|
|
/* 1 */
|
|
font-feature-settings: normal;
|
|
/* 2 */
|
|
font-variation-settings: normal;
|
|
/* 3 */
|
|
font-size: 1em;
|
|
/* 4 */
|
|
}
|
|
|
|
/*
|
|
Add the correct font size in all browsers.
|
|
*/
|
|
|
|
small {
|
|
font-size: 80%;
|
|
}
|
|
|
|
/*
|
|
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
|
*/
|
|
|
|
sub,
|
|
sup {
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
sub {
|
|
bottom: -0.25em;
|
|
}
|
|
|
|
sup {
|
|
top: -0.5em;
|
|
}
|
|
|
|
/*
|
|
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
|
|
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
|
|
3. Remove gaps between table borders by default.
|
|
*/
|
|
|
|
table {
|
|
text-indent: 0;
|
|
/* 1 */
|
|
border-color: inherit;
|
|
/* 2 */
|
|
border-collapse: collapse;
|
|
/* 3 */
|
|
}
|
|
|
|
/*
|
|
1. Change the font styles in all browsers.
|
|
2. Remove the margin in Firefox and Safari.
|
|
3. Remove default padding in all browsers.
|
|
*/
|
|
|
|
button,
|
|
input,
|
|
optgroup,
|
|
select,
|
|
textarea {
|
|
font-family: inherit;
|
|
/* 1 */
|
|
font-feature-settings: inherit;
|
|
/* 1 */
|
|
font-variation-settings: inherit;
|
|
/* 1 */
|
|
font-size: 100%;
|
|
/* 1 */
|
|
font-weight: inherit;
|
|
/* 1 */
|
|
line-height: inherit;
|
|
/* 1 */
|
|
letter-spacing: inherit;
|
|
/* 1 */
|
|
color: inherit;
|
|
/* 1 */
|
|
margin: 0;
|
|
/* 2 */
|
|
padding: 0;
|
|
/* 3 */
|
|
}
|
|
|
|
/*
|
|
Remove the inheritance of text transform in Edge and Firefox.
|
|
*/
|
|
|
|
button,
|
|
select {
|
|
text-transform: none;
|
|
}
|
|
|
|
/*
|
|
1. Correct the inability to style clickable types in iOS and Safari.
|
|
2. Remove default button styles.
|
|
*/
|
|
|
|
button,
|
|
input:where([type='button']),
|
|
input:where([type='reset']),
|
|
input:where([type='submit']) {
|
|
-webkit-appearance: button;
|
|
/* 1 */
|
|
background-color: transparent;
|
|
/* 2 */
|
|
background-image: none;
|
|
/* 2 */
|
|
}
|
|
|
|
/*
|
|
Use the modern Firefox focus style for all focusable elements.
|
|
*/
|
|
|
|
:-moz-focusring {
|
|
outline: auto;
|
|
}
|
|
|
|
/*
|
|
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
|
*/
|
|
|
|
:-moz-ui-invalid {
|
|
box-shadow: none;
|
|
}
|
|
|
|
/*
|
|
Add the correct vertical alignment in Chrome and Firefox.
|
|
*/
|
|
|
|
progress {
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
/*
|
|
Correct the cursor style of increment and decrement buttons in Safari.
|
|
*/
|
|
|
|
::-webkit-inner-spin-button,
|
|
::-webkit-outer-spin-button {
|
|
height: auto;
|
|
}
|
|
|
|
/*
|
|
1. Correct the odd appearance in Chrome and Safari.
|
|
2. Correct the outline style in Safari.
|
|
*/
|
|
|
|
[type='search'] {
|
|
-webkit-appearance: textfield;
|
|
/* 1 */
|
|
outline-offset: -2px;
|
|
/* 2 */
|
|
}
|
|
|
|
/*
|
|
Remove the inner padding in Chrome and Safari on macOS.
|
|
*/
|
|
|
|
::-webkit-search-decoration {
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
/*
|
|
1. Correct the inability to style clickable types in iOS and Safari.
|
|
2. Change font properties to `inherit` in Safari.
|
|
*/
|
|
|
|
::-webkit-file-upload-button {
|
|
-webkit-appearance: button;
|
|
/* 1 */
|
|
font: inherit;
|
|
/* 2 */
|
|
}
|
|
|
|
/*
|
|
Add the correct display in Chrome and Safari.
|
|
*/
|
|
|
|
summary {
|
|
display: list-item;
|
|
}
|
|
|
|
/*
|
|
Removes the default spacing and border for appropriate elements.
|
|
*/
|
|
|
|
blockquote,
|
|
dl,
|
|
dd,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6,
|
|
hr,
|
|
figure,
|
|
p,
|
|
pre {
|
|
margin: 0;
|
|
}
|
|
|
|
fieldset {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
legend {
|
|
padding: 0;
|
|
}
|
|
|
|
ol,
|
|
ul,
|
|
menu {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
/*
|
|
Reset default styling for dialogs.
|
|
*/
|
|
|
|
dialog {
|
|
padding: 0;
|
|
}
|
|
|
|
/*
|
|
Prevent resizing textareas horizontally by default.
|
|
*/
|
|
|
|
textarea {
|
|
resize: vertical;
|
|
}
|
|
|
|
/*
|
|
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
|
2. Set the default placeholder color to the user's configured gray 400 color.
|
|
*/
|
|
|
|
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
opacity: 1;
|
|
/* 1 */
|
|
color: #9ca3af;
|
|
/* 2 */
|
|
}
|
|
|
|
input::placeholder,
|
|
textarea::placeholder {
|
|
opacity: 1;
|
|
/* 1 */
|
|
color: #9ca3af;
|
|
/* 2 */
|
|
}
|
|
|
|
/*
|
|
Set the default cursor for buttons.
|
|
*/
|
|
|
|
button,
|
|
[role="button"] {
|
|
cursor: pointer;
|
|
}
|
|
|
|
/*
|
|
Make sure disabled buttons don't get the pointer cursor.
|
|
*/
|
|
|
|
:disabled {
|
|
cursor: default;
|
|
}
|
|
|
|
/*
|
|
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
|
This can trigger a poorly considered lint error in some tools but is included by design.
|
|
*/
|
|
|
|
img,
|
|
svg,
|
|
video,
|
|
canvas,
|
|
audio,
|
|
iframe,
|
|
embed,
|
|
object {
|
|
display: block;
|
|
/* 1 */
|
|
vertical-align: middle;
|
|
/* 2 */
|
|
}
|
|
|
|
/*
|
|
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
*/
|
|
|
|
img,
|
|
video {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
|
|
[hidden]:where(:not([hidden="until-found"])) {
|
|
display: none;
|
|
}
|
|
|
|
.\!container {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.container {
|
|
width: 100%;
|
|
}
|
|
|
|
@media (min-width: 640px) {
|
|
.\!container {
|
|
max-width: 640px !important;
|
|
}
|
|
|
|
.container {
|
|
max-width: 640px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.\!container {
|
|
max-width: 768px !important;
|
|
}
|
|
|
|
.container {
|
|
max-width: 768px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1024px) {
|
|
.\!container {
|
|
max-width: 1024px !important;
|
|
}
|
|
|
|
.container {
|
|
max-width: 1024px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1280px) {
|
|
.\!container {
|
|
max-width: 1280px !important;
|
|
}
|
|
|
|
.container {
|
|
max-width: 1280px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1536px) {
|
|
.\!container {
|
|
max-width: 1536px !important;
|
|
}
|
|
|
|
.container {
|
|
max-width: 1536px;
|
|
}
|
|
}
|
|
|
|
.pointer-events-none {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.visible {
|
|
visibility: visible;
|
|
}
|
|
|
|
.invisible {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.static {
|
|
position: static;
|
|
}
|
|
|
|
.fixed {
|
|
position: fixed;
|
|
}
|
|
|
|
.absolute {
|
|
position: absolute;
|
|
}
|
|
|
|
.relative {
|
|
position: relative;
|
|
}
|
|
|
|
.sticky {
|
|
position: sticky;
|
|
}
|
|
|
|
.inset-0 {
|
|
inset: 0px;
|
|
}
|
|
|
|
.inset-y-0 {
|
|
top: 0px;
|
|
bottom: 0px;
|
|
}
|
|
|
|
.bottom-10 {
|
|
bottom: 2.5rem;
|
|
}
|
|
|
|
.left-0 {
|
|
left: 0px;
|
|
}
|
|
|
|
.left-1\/2 {
|
|
left: 50%;
|
|
}
|
|
|
|
.left-32 {
|
|
left: 8rem;
|
|
}
|
|
|
|
.left-6 {
|
|
left: 1.5rem;
|
|
}
|
|
|
|
.right-0 {
|
|
right: 0px;
|
|
}
|
|
|
|
.right-10 {
|
|
right: 2.5rem;
|
|
}
|
|
|
|
.right-32 {
|
|
right: 8rem;
|
|
}
|
|
|
|
.right-4 {
|
|
right: 1rem;
|
|
}
|
|
|
|
.top-0 {
|
|
top: 0px;
|
|
}
|
|
|
|
.top-1\/2 {
|
|
top: 50%;
|
|
}
|
|
|
|
.top-4 {
|
|
top: 1rem;
|
|
}
|
|
|
|
.top-full {
|
|
top: 100%;
|
|
}
|
|
|
|
.isolate {
|
|
isolation: isolate;
|
|
}
|
|
|
|
.-z-10 {
|
|
z-index: -10;
|
|
}
|
|
|
|
.z-0 {
|
|
z-index: 0;
|
|
}
|
|
|
|
.z-10 {
|
|
z-index: 10;
|
|
}
|
|
|
|
.z-20 {
|
|
z-index: 20;
|
|
}
|
|
|
|
.z-50 {
|
|
z-index: 50;
|
|
}
|
|
|
|
.z-\[60\] {
|
|
z-index: 60;
|
|
}
|
|
|
|
.z-\[70\] {
|
|
z-index: 70;
|
|
}
|
|
|
|
.col-span-3 {
|
|
grid-column: span 3 / span 3;
|
|
}
|
|
|
|
.m-0 {
|
|
margin: 0px;
|
|
}
|
|
|
|
.mx-1 {
|
|
margin-left: 0.25rem;
|
|
margin-right: 0.25rem;
|
|
}
|
|
|
|
.mx-4 {
|
|
margin-left: 1rem;
|
|
margin-right: 1rem;
|
|
}
|
|
|
|
.mx-auto {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.my-3 {
|
|
margin-top: 0.75rem;
|
|
margin-bottom: 0.75rem;
|
|
}
|
|
|
|
.my-4 {
|
|
margin-top: 1rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.my-6 {
|
|
margin-top: 1.5rem;
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
|
|
.my-8 {
|
|
margin-top: 2rem;
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
.-mt-20 {
|
|
margin-top: -5rem;
|
|
}
|
|
|
|
.mb-1 {
|
|
margin-bottom: 0.25rem;
|
|
}
|
|
|
|
.mb-12 {
|
|
margin-bottom: 3rem;
|
|
}
|
|
|
|
.mb-2 {
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.mb-3 {
|
|
margin-bottom: 0.75rem;
|
|
}
|
|
|
|
.mb-4 {
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.mb-5 {
|
|
margin-bottom: 1.25rem;
|
|
}
|
|
|
|
.mb-6 {
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
|
|
.mb-8 {
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
.ml-0\.5 {
|
|
margin-left: 0.125rem;
|
|
}
|
|
|
|
.ml-2 {
|
|
margin-left: 0.5rem;
|
|
}
|
|
|
|
.ml-4 {
|
|
margin-left: 1rem;
|
|
}
|
|
|
|
.ml-6 {
|
|
margin-left: 1.5rem;
|
|
}
|
|
|
|
.ml-auto {
|
|
margin-left: auto;
|
|
}
|
|
|
|
.mr-2 {
|
|
margin-right: 0.5rem;
|
|
}
|
|
|
|
.mt-0\.5 {
|
|
margin-top: 0.125rem;
|
|
}
|
|
|
|
.mt-1 {
|
|
margin-top: 0.25rem;
|
|
}
|
|
|
|
.mt-10 {
|
|
margin-top: 2.5rem;
|
|
}
|
|
|
|
.mt-12 {
|
|
margin-top: 3rem;
|
|
}
|
|
|
|
.mt-2 {
|
|
margin-top: 0.5rem;
|
|
}
|
|
|
|
.mt-20 {
|
|
margin-top: 5rem;
|
|
}
|
|
|
|
.mt-24 {
|
|
margin-top: 6rem;
|
|
}
|
|
|
|
.mt-3 {
|
|
margin-top: 0.75rem;
|
|
}
|
|
|
|
.mt-32 {
|
|
margin-top: 8rem;
|
|
}
|
|
|
|
.mt-4 {
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
.mt-5 {
|
|
margin-top: 1.25rem;
|
|
}
|
|
|
|
.mt-6 {
|
|
margin-top: 1.5rem;
|
|
}
|
|
|
|
.mt-8 {
|
|
margin-top: 2rem;
|
|
}
|
|
|
|
.mt-px {
|
|
margin-top: 1px;
|
|
}
|
|
|
|
.line-clamp-2 {
|
|
overflow: hidden;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
}
|
|
|
|
.\!block {
|
|
display: block !important;
|
|
}
|
|
|
|
.block {
|
|
display: block;
|
|
}
|
|
|
|
.inline-block {
|
|
display: inline-block;
|
|
}
|
|
|
|
.inline {
|
|
display: inline;
|
|
}
|
|
|
|
.flex {
|
|
display: flex;
|
|
}
|
|
|
|
.inline-flex {
|
|
display: inline-flex;
|
|
}
|
|
|
|
.grid {
|
|
display: grid;
|
|
}
|
|
|
|
.contents {
|
|
display: contents;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.aspect-square {
|
|
aspect-ratio: 1 / 1;
|
|
}
|
|
|
|
.aspect-video {
|
|
aspect-ratio: 16 / 9;
|
|
}
|
|
|
|
.size-10 {
|
|
width: 2.5rem;
|
|
height: 2.5rem;
|
|
}
|
|
|
|
.size-4 {
|
|
width: 1rem;
|
|
height: 1rem;
|
|
}
|
|
|
|
.size-5 {
|
|
width: 1.25rem;
|
|
height: 1.25rem;
|
|
}
|
|
|
|
.size-6 {
|
|
width: 1.5rem;
|
|
height: 1.5rem;
|
|
}
|
|
|
|
.size-\[45px\] {
|
|
width: 45px;
|
|
height: 45px;
|
|
}
|
|
|
|
.h-0\.5 {
|
|
height: 0.125rem;
|
|
}
|
|
|
|
.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-16 {
|
|
height: 4rem;
|
|
}
|
|
|
|
.h-2 {
|
|
height: 0.5rem;
|
|
}
|
|
|
|
.h-2\.5 {
|
|
height: 0.625rem;
|
|
}
|
|
|
|
.h-20 {
|
|
height: 5rem;
|
|
}
|
|
|
|
.h-24 {
|
|
height: 6rem;
|
|
}
|
|
|
|
.h-28 {
|
|
height: 7rem;
|
|
}
|
|
|
|
.h-3 {
|
|
height: 0.75rem;
|
|
}
|
|
|
|
.h-32 {
|
|
height: 8rem;
|
|
}
|
|
|
|
.h-4 {
|
|
height: 1rem;
|
|
}
|
|
|
|
.h-44 {
|
|
height: 11rem;
|
|
}
|
|
|
|
.h-48 {
|
|
height: 12rem;
|
|
}
|
|
|
|
.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-\[186px\] {
|
|
height: 186px;
|
|
}
|
|
|
|
.h-\[30px\] {
|
|
height: 30px;
|
|
}
|
|
|
|
.h-\[400px\] {
|
|
height: 400px;
|
|
}
|
|
|
|
.h-\[45px\] {
|
|
height: 45px;
|
|
}
|
|
|
|
.h-\[6px\] {
|
|
height: 6px;
|
|
}
|
|
|
|
.h-\[83px\] {
|
|
height: 83px;
|
|
}
|
|
|
|
.h-\[90vh\] {
|
|
height: 90vh;
|
|
}
|
|
|
|
.h-auto {
|
|
height: auto;
|
|
}
|
|
|
|
.h-full {
|
|
height: 100%;
|
|
}
|
|
|
|
.h-screen {
|
|
height: 100vh;
|
|
}
|
|
|
|
.max-h-0 {
|
|
max-height: 0px;
|
|
}
|
|
|
|
.max-h-\[85vh\] {
|
|
max-height: 85vh;
|
|
}
|
|
|
|
.max-h-\[90vh\] {
|
|
max-height: 90vh;
|
|
}
|
|
|
|
.min-h-0 {
|
|
min-height: 0px;
|
|
}
|
|
|
|
.min-h-\[420px\] {
|
|
min-height: 420px;
|
|
}
|
|
|
|
.min-h-\[60px\] {
|
|
min-height: 60px;
|
|
}
|
|
|
|
.min-h-screen {
|
|
min-height: 100vh;
|
|
}
|
|
|
|
.w-0 {
|
|
width: 0px;
|
|
}
|
|
|
|
.w-1 {
|
|
width: 0.25rem;
|
|
}
|
|
|
|
.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-20 {
|
|
width: 5rem;
|
|
}
|
|
|
|
.w-24 {
|
|
width: 6rem;
|
|
}
|
|
|
|
.w-28 {
|
|
width: 7rem;
|
|
}
|
|
|
|
.w-3 {
|
|
width: 0.75rem;
|
|
}
|
|
|
|
.w-32 {
|
|
width: 8rem;
|
|
}
|
|
|
|
.w-4 {
|
|
width: 1rem;
|
|
}
|
|
|
|
.w-44 {
|
|
width: 11rem;
|
|
}
|
|
|
|
.w-48 {
|
|
width: 12rem;
|
|
}
|
|
|
|
.w-5 {
|
|
width: 1.25rem;
|
|
}
|
|
|
|
.w-6 {
|
|
width: 1.5rem;
|
|
}
|
|
|
|
.w-64 {
|
|
width: 16rem;
|
|
}
|
|
|
|
.w-8 {
|
|
width: 2rem;
|
|
}
|
|
|
|
.w-80 {
|
|
width: 20rem;
|
|
}
|
|
|
|
.w-9 {
|
|
width: 2.25rem;
|
|
}
|
|
|
|
.w-\[60\%\] {
|
|
width: 60%;
|
|
}
|
|
|
|
.w-\[79px\] {
|
|
width: 79px;
|
|
}
|
|
|
|
.w-\[90\%\] {
|
|
width: 90%;
|
|
}
|
|
|
|
.w-\[90vw\] {
|
|
width: 90vw;
|
|
}
|
|
|
|
.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-0 {
|
|
min-width: 0px;
|
|
}
|
|
|
|
.min-w-\[180px\] {
|
|
min-width: 180px;
|
|
}
|
|
|
|
.min-w-\[2\.2rem\] {
|
|
min-width: 2.2rem;
|
|
}
|
|
|
|
.min-w-\[200px\] {
|
|
min-width: 200px;
|
|
}
|
|
|
|
.min-w-\[4rem\] {
|
|
min-width: 4rem;
|
|
}
|
|
|
|
.min-w-\[80px\] {
|
|
min-width: 80px;
|
|
}
|
|
|
|
.min-w-full {
|
|
min-width: 100%;
|
|
}
|
|
|
|
.max-w-2xl {
|
|
max-width: 42rem;
|
|
}
|
|
|
|
.max-w-3xl {
|
|
max-width: 48rem;
|
|
}
|
|
|
|
.max-w-4xl {
|
|
max-width: 56rem;
|
|
}
|
|
|
|
.max-w-5xl {
|
|
max-width: 64rem;
|
|
}
|
|
|
|
.max-w-6xl {
|
|
max-width: 72rem;
|
|
}
|
|
|
|
.max-w-7xl {
|
|
max-width: 80rem;
|
|
}
|
|
|
|
.max-w-96 {
|
|
max-width: 24rem;
|
|
}
|
|
|
|
.max-w-\[260px\] {
|
|
max-width: 260px;
|
|
}
|
|
|
|
.max-w-\[300px\] {
|
|
max-width: 300px;
|
|
}
|
|
|
|
.max-w-\[400px\] {
|
|
max-width: 400px;
|
|
}
|
|
|
|
.max-w-\[560px\] {
|
|
max-width: 560px;
|
|
}
|
|
|
|
.max-w-lg {
|
|
max-width: 32rem;
|
|
}
|
|
|
|
.max-w-md {
|
|
max-width: 28rem;
|
|
}
|
|
|
|
.max-w-sm {
|
|
max-width: 24rem;
|
|
}
|
|
|
|
.max-w-xl {
|
|
max-width: 36rem;
|
|
}
|
|
|
|
.max-w-xs {
|
|
max-width: 20rem;
|
|
}
|
|
|
|
.flex-1 {
|
|
flex: 1 1 0%;
|
|
}
|
|
|
|
.flex-shrink-0 {
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.shrink {
|
|
flex-shrink: 1;
|
|
}
|
|
|
|
.-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-y-\[calc\(100\%\+8px\)\] {
|
|
--tw-translate-y: calc(calc(100% + 8px) * -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-105 {
|
|
--tw-scale-x: 1.05;
|
|
--tw-scale-y: 1.05;
|
|
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-110 {
|
|
--tw-scale-x: 1.1;
|
|
--tw-scale-y: 1.1;
|
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) 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 bounce {
|
|
0%, 100% {
|
|
transform: translateY(-25%);
|
|
animation-timing-function: cubic-bezier(0.8,0,1,1);
|
|
}
|
|
|
|
50% {
|
|
transform: none;
|
|
animation-timing-function: cubic-bezier(0,0,0.2,1);
|
|
}
|
|
}
|
|
|
|
.animate-bounce {
|
|
animation: bounce 1s infinite;
|
|
}
|
|
|
|
@keyframes spin {
|
|
to {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
.animate-spin {
|
|
animation: spin 1s linear infinite;
|
|
}
|
|
|
|
.cursor-col-resize {
|
|
cursor: col-resize;
|
|
}
|
|
|
|
.cursor-default {
|
|
cursor: default;
|
|
}
|
|
|
|
.cursor-grab {
|
|
cursor: grab;
|
|
}
|
|
|
|
.cursor-not-allowed {
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.cursor-row-resize {
|
|
cursor: row-resize;
|
|
}
|
|
|
|
.select-none {
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
.resize-none {
|
|
resize: none;
|
|
}
|
|
|
|
.resize {
|
|
resize: both;
|
|
}
|
|
|
|
.list-inside {
|
|
list-style-position: inside;
|
|
}
|
|
|
|
.list-disc {
|
|
list-style-type: disc;
|
|
}
|
|
|
|
.grid-cols-1 {
|
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
}
|
|
|
|
.grid-cols-2 {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
}
|
|
|
|
.flex-row {
|
|
flex-direction: row;
|
|
}
|
|
|
|
.flex-col {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.flex-col-reverse {
|
|
flex-direction: column-reverse;
|
|
}
|
|
|
|
.flex-wrap {
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.flex-nowrap {
|
|
flex-wrap: nowrap;
|
|
}
|
|
|
|
.items-start {
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.items-end {
|
|
align-items: flex-end;
|
|
}
|
|
|
|
.items-center {
|
|
align-items: center;
|
|
}
|
|
|
|
.justify-start {
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.justify-end {
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.justify-center {
|
|
justify-content: center;
|
|
}
|
|
|
|
.justify-between {
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.gap-0 {
|
|
gap: 0px;
|
|
}
|
|
|
|
.gap-0\.5 {
|
|
gap: 0.125rem;
|
|
}
|
|
|
|
.gap-1 {
|
|
gap: 0.25rem;
|
|
}
|
|
|
|
.gap-1\.5 {
|
|
gap: 0.375rem;
|
|
}
|
|
|
|
.gap-10 {
|
|
gap: 2.5rem;
|
|
}
|
|
|
|
.gap-12 {
|
|
gap: 3rem;
|
|
}
|
|
|
|
.gap-16 {
|
|
gap: 4rem;
|
|
}
|
|
|
|
.gap-2 {
|
|
gap: 0.5rem;
|
|
}
|
|
|
|
.gap-24 {
|
|
gap: 6rem;
|
|
}
|
|
|
|
.gap-3 {
|
|
gap: 0.75rem;
|
|
}
|
|
|
|
.gap-4 {
|
|
gap: 1rem;
|
|
}
|
|
|
|
.gap-5 {
|
|
gap: 1.25rem;
|
|
}
|
|
|
|
.gap-6 {
|
|
gap: 1.5rem;
|
|
}
|
|
|
|
.gap-8 {
|
|
gap: 2rem;
|
|
}
|
|
|
|
.gap-\[24px\] {
|
|
gap: 24px;
|
|
}
|
|
|
|
.gap-\[40px\] {
|
|
gap: 40px;
|
|
}
|
|
|
|
.gap-x-10 {
|
|
-moz-column-gap: 2.5rem;
|
|
column-gap: 2.5rem;
|
|
}
|
|
|
|
.gap-x-3 {
|
|
-moz-column-gap: 0.75rem;
|
|
column-gap: 0.75rem;
|
|
}
|
|
|
|
.gap-x-8 {
|
|
-moz-column-gap: 2rem;
|
|
column-gap: 2rem;
|
|
}
|
|
|
|
.gap-y-4 {
|
|
row-gap: 1rem;
|
|
}
|
|
|
|
.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-3 > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-x-reverse: 0;
|
|
margin-right: calc(0.75rem * var(--tw-space-x-reverse));
|
|
margin-left: calc(0.75rem * 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));
|
|
}
|
|
|
|
.divide-y > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-divide-y-reverse: 0;
|
|
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
|
|
}
|
|
|
|
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-divide-opacity: 1;
|
|
border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
|
|
}
|
|
|
|
.self-center {
|
|
align-self: center;
|
|
}
|
|
|
|
.overflow-auto {
|
|
overflow: auto;
|
|
}
|
|
|
|
.overflow-hidden {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.overflow-x-auto {
|
|
overflow-x: auto;
|
|
}
|
|
|
|
.overflow-y-auto {
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.scroll-smooth {
|
|
scroll-behavior: smooth;
|
|
}
|
|
|
|
.truncate {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.text-ellipsis {
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.whitespace-nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.whitespace-pre-wrap {
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
.break-all {
|
|
word-break: break-all;
|
|
}
|
|
|
|
.rounded {
|
|
border-radius: 0.25rem;
|
|
}
|
|
|
|
.rounded-2xl {
|
|
border-radius: 1rem;
|
|
}
|
|
|
|
.rounded-3xl {
|
|
border-radius: 1.5rem;
|
|
}
|
|
|
|
.rounded-\[12px\] {
|
|
border-radius: 12px;
|
|
}
|
|
|
|
.rounded-\[16px\] {
|
|
border-radius: 16px;
|
|
}
|
|
|
|
.rounded-\[32px\] {
|
|
border-radius: 32px;
|
|
}
|
|
|
|
.rounded-full {
|
|
border-radius: 9999px;
|
|
}
|
|
|
|
.rounded-lg {
|
|
border-radius: 0.5rem;
|
|
}
|
|
|
|
.rounded-md {
|
|
border-radius: 0.375rem;
|
|
}
|
|
|
|
.rounded-xl {
|
|
border-radius: 0.75rem;
|
|
}
|
|
|
|
.rounded-l-md {
|
|
border-top-left-radius: 0.375rem;
|
|
border-bottom-left-radius: 0.375rem;
|
|
}
|
|
|
|
.rounded-r-lg {
|
|
border-top-right-radius: 0.5rem;
|
|
border-bottom-right-radius: 0.5rem;
|
|
}
|
|
|
|
.rounded-r-md {
|
|
border-top-right-radius: 0.375rem;
|
|
border-bottom-right-radius: 0.375rem;
|
|
}
|
|
|
|
.border {
|
|
border-width: 1px;
|
|
}
|
|
|
|
.border-0 {
|
|
border-width: 0px;
|
|
}
|
|
|
|
.border-2 {
|
|
border-width: 2px;
|
|
}
|
|
|
|
.border-4 {
|
|
border-width: 4px;
|
|
}
|
|
|
|
.border-b {
|
|
border-bottom-width: 1px;
|
|
}
|
|
|
|
.border-b-2 {
|
|
border-bottom-width: 2px;
|
|
}
|
|
|
|
.border-b-4 {
|
|
border-bottom-width: 4px;
|
|
}
|
|
|
|
.border-l-4 {
|
|
border-left-width: 4px;
|
|
}
|
|
|
|
.border-r {
|
|
border-right-width: 1px;
|
|
}
|
|
|
|
.border-t {
|
|
border-top-width: 1px;
|
|
}
|
|
|
|
.border-dashed {
|
|
border-style: dashed;
|
|
}
|
|
|
|
.border-none {
|
|
border-style: none;
|
|
}
|
|
|
|
.border-\[\#D7DF23\] {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(215 223 35 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-\[\#F90527\] {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(249 5 39 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-\[\#F9A01B\] {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(249 160 27 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-amber-200 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-amber-300 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-blue-300 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-blue-400 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-blue-400\/0 {
|
|
border-color: rgb(96 165 250 / 0);
|
|
}
|
|
|
|
.border-blue-400\/10 {
|
|
border-color: rgb(96 165 250 / 0.1);
|
|
}
|
|
|
|
.border-blue-400\/100 {
|
|
border-color: rgb(96 165 250 / 1);
|
|
}
|
|
|
|
.border-blue-400\/15 {
|
|
border-color: rgb(96 165 250 / 0.15);
|
|
}
|
|
|
|
.border-blue-400\/20 {
|
|
border-color: rgb(96 165 250 / 0.2);
|
|
}
|
|
|
|
.border-blue-400\/25 {
|
|
border-color: rgb(96 165 250 / 0.25);
|
|
}
|
|
|
|
.border-blue-400\/30 {
|
|
border-color: rgb(96 165 250 / 0.3);
|
|
}
|
|
|
|
.border-blue-400\/35 {
|
|
border-color: rgb(96 165 250 / 0.35);
|
|
}
|
|
|
|
.border-blue-400\/40 {
|
|
border-color: rgb(96 165 250 / 0.4);
|
|
}
|
|
|
|
.border-blue-400\/45 {
|
|
border-color: rgb(96 165 250 / 0.45);
|
|
}
|
|
|
|
.border-blue-400\/5 {
|
|
border-color: rgb(96 165 250 / 0.05);
|
|
}
|
|
|
|
.border-blue-400\/50 {
|
|
border-color: rgb(96 165 250 / 0.5);
|
|
}
|
|
|
|
.border-blue-400\/55 {
|
|
border-color: rgb(96 165 250 / 0.55);
|
|
}
|
|
|
|
.border-blue-400\/60 {
|
|
border-color: rgb(96 165 250 / 0.6);
|
|
}
|
|
|
|
.border-blue-400\/65 {
|
|
border-color: rgb(96 165 250 / 0.65);
|
|
}
|
|
|
|
.border-blue-400\/70 {
|
|
border-color: rgb(96 165 250 / 0.7);
|
|
}
|
|
|
|
.border-blue-400\/75 {
|
|
border-color: rgb(96 165 250 / 0.75);
|
|
}
|
|
|
|
.border-blue-400\/80 {
|
|
border-color: rgb(96 165 250 / 0.8);
|
|
}
|
|
|
|
.border-blue-400\/85 {
|
|
border-color: rgb(96 165 250 / 0.85);
|
|
}
|
|
|
|
.border-blue-400\/90 {
|
|
border-color: rgb(96 165 250 / 0.9);
|
|
}
|
|
|
|
.border-blue-400\/95 {
|
|
border-color: rgb(96 165 250 / 0.95);
|
|
}
|
|
|
|
.border-brand-200 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(251 211 165 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-brand-300 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(255 181 80 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-brand-400 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(255 139 73 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-brand-500 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(254 0 2 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-cyan-300 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-emerald-200 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-emerald-300 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-emerald-400 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-fuchsia-300 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-gray-100 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(234 238 245 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-gray-200 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-gray-300 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-gray-400 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-gray-500 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-gray-700 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-gray-800 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-green-200 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-green-300 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-green-400 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-green-400\/0 {
|
|
border-color: rgb(74 222 128 / 0);
|
|
}
|
|
|
|
.border-green-400\/10 {
|
|
border-color: rgb(74 222 128 / 0.1);
|
|
}
|
|
|
|
.border-green-400\/100 {
|
|
border-color: rgb(74 222 128 / 1);
|
|
}
|
|
|
|
.border-green-400\/15 {
|
|
border-color: rgb(74 222 128 / 0.15);
|
|
}
|
|
|
|
.border-green-400\/20 {
|
|
border-color: rgb(74 222 128 / 0.2);
|
|
}
|
|
|
|
.border-green-400\/25 {
|
|
border-color: rgb(74 222 128 / 0.25);
|
|
}
|
|
|
|
.border-green-400\/30 {
|
|
border-color: rgb(74 222 128 / 0.3);
|
|
}
|
|
|
|
.border-green-400\/35 {
|
|
border-color: rgb(74 222 128 / 0.35);
|
|
}
|
|
|
|
.border-green-400\/40 {
|
|
border-color: rgb(74 222 128 / 0.4);
|
|
}
|
|
|
|
.border-green-400\/45 {
|
|
border-color: rgb(74 222 128 / 0.45);
|
|
}
|
|
|
|
.border-green-400\/5 {
|
|
border-color: rgb(74 222 128 / 0.05);
|
|
}
|
|
|
|
.border-green-400\/50 {
|
|
border-color: rgb(74 222 128 / 0.5);
|
|
}
|
|
|
|
.border-green-400\/55 {
|
|
border-color: rgb(74 222 128 / 0.55);
|
|
}
|
|
|
|
.border-green-400\/60 {
|
|
border-color: rgb(74 222 128 / 0.6);
|
|
}
|
|
|
|
.border-green-400\/65 {
|
|
border-color: rgb(74 222 128 / 0.65);
|
|
}
|
|
|
|
.border-green-400\/70 {
|
|
border-color: rgb(74 222 128 / 0.7);
|
|
}
|
|
|
|
.border-green-400\/75 {
|
|
border-color: rgb(74 222 128 / 0.75);
|
|
}
|
|
|
|
.border-green-400\/80 {
|
|
border-color: rgb(74 222 128 / 0.8);
|
|
}
|
|
|
|
.border-green-400\/85 {
|
|
border-color: rgb(74 222 128 / 0.85);
|
|
}
|
|
|
|
.border-green-400\/90 {
|
|
border-color: rgb(74 222 128 / 0.9);
|
|
}
|
|
|
|
.border-green-400\/95 {
|
|
border-color: rgb(74 222 128 / 0.95);
|
|
}
|
|
|
|
.border-green-500 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(0 146 71 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-green-600 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-indigo-300 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-orange-300 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-pink-100 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-pink-300 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-purple-200 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-purple-300 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-purple-400 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-purple-400\/0 {
|
|
border-color: rgb(192 132 252 / 0);
|
|
}
|
|
|
|
.border-purple-400\/10 {
|
|
border-color: rgb(192 132 252 / 0.1);
|
|
}
|
|
|
|
.border-purple-400\/100 {
|
|
border-color: rgb(192 132 252 / 1);
|
|
}
|
|
|
|
.border-purple-400\/15 {
|
|
border-color: rgb(192 132 252 / 0.15);
|
|
}
|
|
|
|
.border-purple-400\/20 {
|
|
border-color: rgb(192 132 252 / 0.2);
|
|
}
|
|
|
|
.border-purple-400\/25 {
|
|
border-color: rgb(192 132 252 / 0.25);
|
|
}
|
|
|
|
.border-purple-400\/30 {
|
|
border-color: rgb(192 132 252 / 0.3);
|
|
}
|
|
|
|
.border-purple-400\/35 {
|
|
border-color: rgb(192 132 252 / 0.35);
|
|
}
|
|
|
|
.border-purple-400\/40 {
|
|
border-color: rgb(192 132 252 / 0.4);
|
|
}
|
|
|
|
.border-purple-400\/45 {
|
|
border-color: rgb(192 132 252 / 0.45);
|
|
}
|
|
|
|
.border-purple-400\/5 {
|
|
border-color: rgb(192 132 252 / 0.05);
|
|
}
|
|
|
|
.border-purple-400\/50 {
|
|
border-color: rgb(192 132 252 / 0.5);
|
|
}
|
|
|
|
.border-purple-400\/55 {
|
|
border-color: rgb(192 132 252 / 0.55);
|
|
}
|
|
|
|
.border-purple-400\/60 {
|
|
border-color: rgb(192 132 252 / 0.6);
|
|
}
|
|
|
|
.border-purple-400\/65 {
|
|
border-color: rgb(192 132 252 / 0.65);
|
|
}
|
|
|
|
.border-purple-400\/70 {
|
|
border-color: rgb(192 132 252 / 0.7);
|
|
}
|
|
|
|
.border-purple-400\/75 {
|
|
border-color: rgb(192 132 252 / 0.75);
|
|
}
|
|
|
|
.border-purple-400\/80 {
|
|
border-color: rgb(192 132 252 / 0.8);
|
|
}
|
|
|
|
.border-purple-400\/85 {
|
|
border-color: rgb(192 132 252 / 0.85);
|
|
}
|
|
|
|
.border-purple-400\/90 {
|
|
border-color: rgb(192 132 252 / 0.9);
|
|
}
|
|
|
|
.border-purple-400\/95 {
|
|
border-color: rgb(192 132 252 / 0.95);
|
|
}
|
|
|
|
.border-red-200 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-red-300 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-red-400 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-red-400\/0 {
|
|
border-color: rgb(248 113 113 / 0);
|
|
}
|
|
|
|
.border-red-400\/10 {
|
|
border-color: rgb(248 113 113 / 0.1);
|
|
}
|
|
|
|
.border-red-400\/100 {
|
|
border-color: rgb(248 113 113 / 1);
|
|
}
|
|
|
|
.border-red-400\/15 {
|
|
border-color: rgb(248 113 113 / 0.15);
|
|
}
|
|
|
|
.border-red-400\/20 {
|
|
border-color: rgb(248 113 113 / 0.2);
|
|
}
|
|
|
|
.border-red-400\/25 {
|
|
border-color: rgb(248 113 113 / 0.25);
|
|
}
|
|
|
|
.border-red-400\/30 {
|
|
border-color: rgb(248 113 113 / 0.3);
|
|
}
|
|
|
|
.border-red-400\/35 {
|
|
border-color: rgb(248 113 113 / 0.35);
|
|
}
|
|
|
|
.border-red-400\/40 {
|
|
border-color: rgb(248 113 113 / 0.4);
|
|
}
|
|
|
|
.border-red-400\/45 {
|
|
border-color: rgb(248 113 113 / 0.45);
|
|
}
|
|
|
|
.border-red-400\/5 {
|
|
border-color: rgb(248 113 113 / 0.05);
|
|
}
|
|
|
|
.border-red-400\/50 {
|
|
border-color: rgb(248 113 113 / 0.5);
|
|
}
|
|
|
|
.border-red-400\/55 {
|
|
border-color: rgb(248 113 113 / 0.55);
|
|
}
|
|
|
|
.border-red-400\/60 {
|
|
border-color: rgb(248 113 113 / 0.6);
|
|
}
|
|
|
|
.border-red-400\/65 {
|
|
border-color: rgb(248 113 113 / 0.65);
|
|
}
|
|
|
|
.border-red-400\/70 {
|
|
border-color: rgb(248 113 113 / 0.7);
|
|
}
|
|
|
|
.border-red-400\/75 {
|
|
border-color: rgb(248 113 113 / 0.75);
|
|
}
|
|
|
|
.border-red-400\/80 {
|
|
border-color: rgb(248 113 113 / 0.8);
|
|
}
|
|
|
|
.border-red-400\/85 {
|
|
border-color: rgb(248 113 113 / 0.85);
|
|
}
|
|
|
|
.border-red-400\/90 {
|
|
border-color: rgb(248 113 113 / 0.9);
|
|
}
|
|
|
|
.border-red-400\/95 {
|
|
border-color: rgb(248 113 113 / 0.95);
|
|
}
|
|
|
|
.border-red-500 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-rose-300 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-sky-200 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-slate-200 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-slate-300 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-teal-200 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-teal-300 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-teal-400 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-transparent {
|
|
border-color: transparent;
|
|
}
|
|
|
|
.border-violet-200 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-violet-300 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-white {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-white\/20 {
|
|
border-color: rgb(255 255 255 / 0.2);
|
|
}
|
|
|
|
.border-white\/25 {
|
|
border-color: rgb(255 255 255 / 0.25);
|
|
}
|
|
|
|
.border-white\/30 {
|
|
border-color: rgb(255 255 255 / 0.3);
|
|
}
|
|
|
|
.border-white\/35 {
|
|
border-color: rgb(255 255 255 / 0.35);
|
|
}
|
|
|
|
.border-white\/50 {
|
|
border-color: rgb(255 255 255 / 0.5);
|
|
}
|
|
|
|
.border-yellow-300 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-yellow-400 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.border-yellow-400\/0 {
|
|
border-color: rgb(250 204 21 / 0);
|
|
}
|
|
|
|
.border-yellow-400\/10 {
|
|
border-color: rgb(250 204 21 / 0.1);
|
|
}
|
|
|
|
.border-yellow-400\/100 {
|
|
border-color: rgb(250 204 21 / 1);
|
|
}
|
|
|
|
.border-yellow-400\/15 {
|
|
border-color: rgb(250 204 21 / 0.15);
|
|
}
|
|
|
|
.border-yellow-400\/20 {
|
|
border-color: rgb(250 204 21 / 0.2);
|
|
}
|
|
|
|
.border-yellow-400\/25 {
|
|
border-color: rgb(250 204 21 / 0.25);
|
|
}
|
|
|
|
.border-yellow-400\/30 {
|
|
border-color: rgb(250 204 21 / 0.3);
|
|
}
|
|
|
|
.border-yellow-400\/35 {
|
|
border-color: rgb(250 204 21 / 0.35);
|
|
}
|
|
|
|
.border-yellow-400\/40 {
|
|
border-color: rgb(250 204 21 / 0.4);
|
|
}
|
|
|
|
.border-yellow-400\/45 {
|
|
border-color: rgb(250 204 21 / 0.45);
|
|
}
|
|
|
|
.border-yellow-400\/5 {
|
|
border-color: rgb(250 204 21 / 0.05);
|
|
}
|
|
|
|
.border-yellow-400\/50 {
|
|
border-color: rgb(250 204 21 / 0.5);
|
|
}
|
|
|
|
.border-yellow-400\/55 {
|
|
border-color: rgb(250 204 21 / 0.55);
|
|
}
|
|
|
|
.border-yellow-400\/60 {
|
|
border-color: rgb(250 204 21 / 0.6);
|
|
}
|
|
|
|
.border-yellow-400\/65 {
|
|
border-color: rgb(250 204 21 / 0.65);
|
|
}
|
|
|
|
.border-yellow-400\/70 {
|
|
border-color: rgb(250 204 21 / 0.7);
|
|
}
|
|
|
|
.border-yellow-400\/75 {
|
|
border-color: rgb(250 204 21 / 0.75);
|
|
}
|
|
|
|
.border-yellow-400\/80 {
|
|
border-color: rgb(250 204 21 / 0.8);
|
|
}
|
|
|
|
.border-yellow-400\/85 {
|
|
border-color: rgb(250 204 21 / 0.85);
|
|
}
|
|
|
|
.border-yellow-400\/90 {
|
|
border-color: rgb(250 204 21 / 0.9);
|
|
}
|
|
|
|
.border-yellow-400\/95 {
|
|
border-color: rgb(250 204 21 / 0.95);
|
|
}
|
|
|
|
.border-t-white {
|
|
--tw-border-opacity: 1;
|
|
border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.bg-\[\#009247\] {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(0 146 71 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-\[\#1e1e1e\] {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(30 30 30 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-\[\#242527\] {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(36 37 39 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-\[\#252526\] {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(37 37 38 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-\[\#AF1F16\] {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(175 31 22 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-\[\#BD2A21\] {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(189 42 33 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-\[\#D5DF50\] {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(213 223 80 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-\[\#D7DF23\] {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(215 223 35 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-\[\#F90527\] {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(249 5 39 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-\[\#F90527\]\/10 {
|
|
background-color: rgb(249 5 39 / 0.1);
|
|
}
|
|
|
|
.bg-\[\#F90527\]\/30 {
|
|
background-color: rgb(249 5 39 / 0.3);
|
|
}
|
|
|
|
.bg-\[\#F9A01B\] {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(249 160 27 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-\[\#FFB550\] {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(255 181 80 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-\[\#FFFFFF\] {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-\[rgb\(254_0_2\/1\)\] {
|
|
background-color: rgb(254 0 2/1);
|
|
}
|
|
|
|
.bg-\[var\(--action-green\)\] {
|
|
background-color: var(--action-green);
|
|
}
|
|
|
|
.bg-amber-100 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-amber-50 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-black {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-black\/10 {
|
|
background-color: rgb(0 0 0 / 0.1);
|
|
}
|
|
|
|
.bg-black\/20 {
|
|
background-color: rgb(0 0 0 / 0.2);
|
|
}
|
|
|
|
.bg-black\/50 {
|
|
background-color: rgb(0 0 0 / 0.5);
|
|
}
|
|
|
|
.bg-blue-100 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-blue-400 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-blue-50 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-blue-50\/0 {
|
|
background-color: rgb(239 246 255 / 0);
|
|
}
|
|
|
|
.bg-blue-50\/10 {
|
|
background-color: rgb(239 246 255 / 0.1);
|
|
}
|
|
|
|
.bg-blue-50\/100 {
|
|
background-color: rgb(239 246 255 / 1);
|
|
}
|
|
|
|
.bg-blue-50\/15 {
|
|
background-color: rgb(239 246 255 / 0.15);
|
|
}
|
|
|
|
.bg-blue-50\/20 {
|
|
background-color: rgb(239 246 255 / 0.2);
|
|
}
|
|
|
|
.bg-blue-50\/25 {
|
|
background-color: rgb(239 246 255 / 0.25);
|
|
}
|
|
|
|
.bg-blue-50\/30 {
|
|
background-color: rgb(239 246 255 / 0.3);
|
|
}
|
|
|
|
.bg-blue-50\/35 {
|
|
background-color: rgb(239 246 255 / 0.35);
|
|
}
|
|
|
|
.bg-blue-50\/40 {
|
|
background-color: rgb(239 246 255 / 0.4);
|
|
}
|
|
|
|
.bg-blue-50\/45 {
|
|
background-color: rgb(239 246 255 / 0.45);
|
|
}
|
|
|
|
.bg-blue-50\/5 {
|
|
background-color: rgb(239 246 255 / 0.05);
|
|
}
|
|
|
|
.bg-blue-50\/50 {
|
|
background-color: rgb(239 246 255 / 0.5);
|
|
}
|
|
|
|
.bg-blue-50\/55 {
|
|
background-color: rgb(239 246 255 / 0.55);
|
|
}
|
|
|
|
.bg-blue-50\/60 {
|
|
background-color: rgb(239 246 255 / 0.6);
|
|
}
|
|
|
|
.bg-blue-50\/65 {
|
|
background-color: rgb(239 246 255 / 0.65);
|
|
}
|
|
|
|
.bg-blue-50\/70 {
|
|
background-color: rgb(239 246 255 / 0.7);
|
|
}
|
|
|
|
.bg-blue-50\/75 {
|
|
background-color: rgb(239 246 255 / 0.75);
|
|
}
|
|
|
|
.bg-blue-50\/80 {
|
|
background-color: rgb(239 246 255 / 0.8);
|
|
}
|
|
|
|
.bg-blue-50\/85 {
|
|
background-color: rgb(239 246 255 / 0.85);
|
|
}
|
|
|
|
.bg-blue-50\/90 {
|
|
background-color: rgb(239 246 255 / 0.9);
|
|
}
|
|
|
|
.bg-blue-50\/95 {
|
|
background-color: rgb(239 246 255 / 0.95);
|
|
}
|
|
|
|
.bg-blue-500 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-blue-500\/0 {
|
|
background-color: rgb(59 130 246 / 0);
|
|
}
|
|
|
|
.bg-blue-500\/10 {
|
|
background-color: rgb(59 130 246 / 0.1);
|
|
}
|
|
|
|
.bg-blue-500\/100 {
|
|
background-color: rgb(59 130 246 / 1);
|
|
}
|
|
|
|
.bg-blue-500\/15 {
|
|
background-color: rgb(59 130 246 / 0.15);
|
|
}
|
|
|
|
.bg-blue-500\/20 {
|
|
background-color: rgb(59 130 246 / 0.2);
|
|
}
|
|
|
|
.bg-blue-500\/25 {
|
|
background-color: rgb(59 130 246 / 0.25);
|
|
}
|
|
|
|
.bg-blue-500\/30 {
|
|
background-color: rgb(59 130 246 / 0.3);
|
|
}
|
|
|
|
.bg-blue-500\/35 {
|
|
background-color: rgb(59 130 246 / 0.35);
|
|
}
|
|
|
|
.bg-blue-500\/40 {
|
|
background-color: rgb(59 130 246 / 0.4);
|
|
}
|
|
|
|
.bg-blue-500\/45 {
|
|
background-color: rgb(59 130 246 / 0.45);
|
|
}
|
|
|
|
.bg-blue-500\/5 {
|
|
background-color: rgb(59 130 246 / 0.05);
|
|
}
|
|
|
|
.bg-blue-500\/50 {
|
|
background-color: rgb(59 130 246 / 0.5);
|
|
}
|
|
|
|
.bg-blue-500\/55 {
|
|
background-color: rgb(59 130 246 / 0.55);
|
|
}
|
|
|
|
.bg-blue-500\/60 {
|
|
background-color: rgb(59 130 246 / 0.6);
|
|
}
|
|
|
|
.bg-blue-500\/65 {
|
|
background-color: rgb(59 130 246 / 0.65);
|
|
}
|
|
|
|
.bg-blue-500\/70 {
|
|
background-color: rgb(59 130 246 / 0.7);
|
|
}
|
|
|
|
.bg-blue-500\/75 {
|
|
background-color: rgb(59 130 246 / 0.75);
|
|
}
|
|
|
|
.bg-blue-500\/80 {
|
|
background-color: rgb(59 130 246 / 0.8);
|
|
}
|
|
|
|
.bg-blue-500\/85 {
|
|
background-color: rgb(59 130 246 / 0.85);
|
|
}
|
|
|
|
.bg-blue-500\/90 {
|
|
background-color: rgb(59 130 246 / 0.9);
|
|
}
|
|
|
|
.bg-blue-500\/95 {
|
|
background-color: rgb(59 130 246 / 0.95);
|
|
}
|
|
|
|
.bg-blue-600 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-brand-100 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(253 235 211 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-brand-300 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(255 181 80 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-brand-400 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(255 139 73 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-brand-50 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(254 247 238 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-brand-500 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(254 0 2 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-brand-600 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(222 78 50 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-cyan-500 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-emerald-100 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-emerald-50 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-emerald-500 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-emerald-600 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-fuchsia-50 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-fuchsia-500 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-gray-100 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(234 238 245 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-gray-200 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-gray-300 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-gray-400 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-gray-50 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-gray-50\/0 {
|
|
background-color: rgb(249 250 251 / 0);
|
|
}
|
|
|
|
.bg-gray-50\/10 {
|
|
background-color: rgb(249 250 251 / 0.1);
|
|
}
|
|
|
|
.bg-gray-50\/100 {
|
|
background-color: rgb(249 250 251 / 1);
|
|
}
|
|
|
|
.bg-gray-50\/15 {
|
|
background-color: rgb(249 250 251 / 0.15);
|
|
}
|
|
|
|
.bg-gray-50\/20 {
|
|
background-color: rgb(249 250 251 / 0.2);
|
|
}
|
|
|
|
.bg-gray-50\/25 {
|
|
background-color: rgb(249 250 251 / 0.25);
|
|
}
|
|
|
|
.bg-gray-50\/30 {
|
|
background-color: rgb(249 250 251 / 0.3);
|
|
}
|
|
|
|
.bg-gray-50\/35 {
|
|
background-color: rgb(249 250 251 / 0.35);
|
|
}
|
|
|
|
.bg-gray-50\/40 {
|
|
background-color: rgb(249 250 251 / 0.4);
|
|
}
|
|
|
|
.bg-gray-50\/45 {
|
|
background-color: rgb(249 250 251 / 0.45);
|
|
}
|
|
|
|
.bg-gray-50\/5 {
|
|
background-color: rgb(249 250 251 / 0.05);
|
|
}
|
|
|
|
.bg-gray-50\/50 {
|
|
background-color: rgb(249 250 251 / 0.5);
|
|
}
|
|
|
|
.bg-gray-50\/55 {
|
|
background-color: rgb(249 250 251 / 0.55);
|
|
}
|
|
|
|
.bg-gray-50\/60 {
|
|
background-color: rgb(249 250 251 / 0.6);
|
|
}
|
|
|
|
.bg-gray-50\/65 {
|
|
background-color: rgb(249 250 251 / 0.65);
|
|
}
|
|
|
|
.bg-gray-50\/70 {
|
|
background-color: rgb(249 250 251 / 0.7);
|
|
}
|
|
|
|
.bg-gray-50\/75 {
|
|
background-color: rgb(249 250 251 / 0.75);
|
|
}
|
|
|
|
.bg-gray-50\/80 {
|
|
background-color: rgb(249 250 251 / 0.8);
|
|
}
|
|
|
|
.bg-gray-50\/85 {
|
|
background-color: rgb(249 250 251 / 0.85);
|
|
}
|
|
|
|
.bg-gray-50\/90 {
|
|
background-color: rgb(249 250 251 / 0.9);
|
|
}
|
|
|
|
.bg-gray-50\/95 {
|
|
background-color: rgb(249 250 251 / 0.95);
|
|
}
|
|
|
|
.bg-gray-500 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-gray-500\/0 {
|
|
background-color: rgb(107 114 128 / 0);
|
|
}
|
|
|
|
.bg-gray-500\/10 {
|
|
background-color: rgb(107 114 128 / 0.1);
|
|
}
|
|
|
|
.bg-gray-500\/100 {
|
|
background-color: rgb(107 114 128 / 1);
|
|
}
|
|
|
|
.bg-gray-500\/15 {
|
|
background-color: rgb(107 114 128 / 0.15);
|
|
}
|
|
|
|
.bg-gray-500\/20 {
|
|
background-color: rgb(107 114 128 / 0.2);
|
|
}
|
|
|
|
.bg-gray-500\/25 {
|
|
background-color: rgb(107 114 128 / 0.25);
|
|
}
|
|
|
|
.bg-gray-500\/30 {
|
|
background-color: rgb(107 114 128 / 0.3);
|
|
}
|
|
|
|
.bg-gray-500\/35 {
|
|
background-color: rgb(107 114 128 / 0.35);
|
|
}
|
|
|
|
.bg-gray-500\/40 {
|
|
background-color: rgb(107 114 128 / 0.4);
|
|
}
|
|
|
|
.bg-gray-500\/45 {
|
|
background-color: rgb(107 114 128 / 0.45);
|
|
}
|
|
|
|
.bg-gray-500\/5 {
|
|
background-color: rgb(107 114 128 / 0.05);
|
|
}
|
|
|
|
.bg-gray-500\/50 {
|
|
background-color: rgb(107 114 128 / 0.5);
|
|
}
|
|
|
|
.bg-gray-500\/55 {
|
|
background-color: rgb(107 114 128 / 0.55);
|
|
}
|
|
|
|
.bg-gray-500\/60 {
|
|
background-color: rgb(107 114 128 / 0.6);
|
|
}
|
|
|
|
.bg-gray-500\/65 {
|
|
background-color: rgb(107 114 128 / 0.65);
|
|
}
|
|
|
|
.bg-gray-500\/70 {
|
|
background-color: rgb(107 114 128 / 0.7);
|
|
}
|
|
|
|
.bg-gray-500\/75 {
|
|
background-color: rgb(107 114 128 / 0.75);
|
|
}
|
|
|
|
.bg-gray-500\/80 {
|
|
background-color: rgb(107 114 128 / 0.8);
|
|
}
|
|
|
|
.bg-gray-500\/85 {
|
|
background-color: rgb(107 114 128 / 0.85);
|
|
}
|
|
|
|
.bg-gray-500\/90 {
|
|
background-color: rgb(107 114 128 / 0.9);
|
|
}
|
|
|
|
.bg-gray-500\/95 {
|
|
background-color: rgb(107 114 128 / 0.95);
|
|
}
|
|
|
|
.bg-gray-700 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-gray-900 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(36 37 39 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-green-100 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(213 223 80 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-green-400 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-green-50 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-green-50\/0 {
|
|
background-color: rgb(240 253 244 / 0);
|
|
}
|
|
|
|
.bg-green-50\/10 {
|
|
background-color: rgb(240 253 244 / 0.1);
|
|
}
|
|
|
|
.bg-green-50\/100 {
|
|
background-color: rgb(240 253 244 / 1);
|
|
}
|
|
|
|
.bg-green-50\/15 {
|
|
background-color: rgb(240 253 244 / 0.15);
|
|
}
|
|
|
|
.bg-green-50\/20 {
|
|
background-color: rgb(240 253 244 / 0.2);
|
|
}
|
|
|
|
.bg-green-50\/25 {
|
|
background-color: rgb(240 253 244 / 0.25);
|
|
}
|
|
|
|
.bg-green-50\/30 {
|
|
background-color: rgb(240 253 244 / 0.3);
|
|
}
|
|
|
|
.bg-green-50\/35 {
|
|
background-color: rgb(240 253 244 / 0.35);
|
|
}
|
|
|
|
.bg-green-50\/40 {
|
|
background-color: rgb(240 253 244 / 0.4);
|
|
}
|
|
|
|
.bg-green-50\/45 {
|
|
background-color: rgb(240 253 244 / 0.45);
|
|
}
|
|
|
|
.bg-green-50\/5 {
|
|
background-color: rgb(240 253 244 / 0.05);
|
|
}
|
|
|
|
.bg-green-50\/50 {
|
|
background-color: rgb(240 253 244 / 0.5);
|
|
}
|
|
|
|
.bg-green-50\/55 {
|
|
background-color: rgb(240 253 244 / 0.55);
|
|
}
|
|
|
|
.bg-green-50\/60 {
|
|
background-color: rgb(240 253 244 / 0.6);
|
|
}
|
|
|
|
.bg-green-50\/65 {
|
|
background-color: rgb(240 253 244 / 0.65);
|
|
}
|
|
|
|
.bg-green-50\/70 {
|
|
background-color: rgb(240 253 244 / 0.7);
|
|
}
|
|
|
|
.bg-green-50\/75 {
|
|
background-color: rgb(240 253 244 / 0.75);
|
|
}
|
|
|
|
.bg-green-50\/80 {
|
|
background-color: rgb(240 253 244 / 0.8);
|
|
}
|
|
|
|
.bg-green-50\/85 {
|
|
background-color: rgb(240 253 244 / 0.85);
|
|
}
|
|
|
|
.bg-green-50\/90 {
|
|
background-color: rgb(240 253 244 / 0.9);
|
|
}
|
|
|
|
.bg-green-50\/95 {
|
|
background-color: rgb(240 253 244 / 0.95);
|
|
}
|
|
|
|
.bg-green-500 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(0 146 71 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-green-500\/0 {
|
|
background-color: rgb(0 146 71 / 0);
|
|
}
|
|
|
|
.bg-green-500\/10 {
|
|
background-color: rgb(0 146 71 / 0.1);
|
|
}
|
|
|
|
.bg-green-500\/100 {
|
|
background-color: rgb(0 146 71 / 1);
|
|
}
|
|
|
|
.bg-green-500\/15 {
|
|
background-color: rgb(0 146 71 / 0.15);
|
|
}
|
|
|
|
.bg-green-500\/20 {
|
|
background-color: rgb(0 146 71 / 0.2);
|
|
}
|
|
|
|
.bg-green-500\/25 {
|
|
background-color: rgb(0 146 71 / 0.25);
|
|
}
|
|
|
|
.bg-green-500\/30 {
|
|
background-color: rgb(0 146 71 / 0.3);
|
|
}
|
|
|
|
.bg-green-500\/35 {
|
|
background-color: rgb(0 146 71 / 0.35);
|
|
}
|
|
|
|
.bg-green-500\/40 {
|
|
background-color: rgb(0 146 71 / 0.4);
|
|
}
|
|
|
|
.bg-green-500\/45 {
|
|
background-color: rgb(0 146 71 / 0.45);
|
|
}
|
|
|
|
.bg-green-500\/5 {
|
|
background-color: rgb(0 146 71 / 0.05);
|
|
}
|
|
|
|
.bg-green-500\/50 {
|
|
background-color: rgb(0 146 71 / 0.5);
|
|
}
|
|
|
|
.bg-green-500\/55 {
|
|
background-color: rgb(0 146 71 / 0.55);
|
|
}
|
|
|
|
.bg-green-500\/60 {
|
|
background-color: rgb(0 146 71 / 0.6);
|
|
}
|
|
|
|
.bg-green-500\/65 {
|
|
background-color: rgb(0 146 71 / 0.65);
|
|
}
|
|
|
|
.bg-green-500\/70 {
|
|
background-color: rgb(0 146 71 / 0.7);
|
|
}
|
|
|
|
.bg-green-500\/75 {
|
|
background-color: rgb(0 146 71 / 0.75);
|
|
}
|
|
|
|
.bg-green-500\/80 {
|
|
background-color: rgb(0 146 71 / 0.8);
|
|
}
|
|
|
|
.bg-green-500\/85 {
|
|
background-color: rgb(0 146 71 / 0.85);
|
|
}
|
|
|
|
.bg-green-500\/90 {
|
|
background-color: rgb(0 146 71 / 0.9);
|
|
}
|
|
|
|
.bg-green-500\/95 {
|
|
background-color: rgb(0 146 71 / 0.95);
|
|
}
|
|
|
|
.bg-green-600 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-indigo-100 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-indigo-400 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-indigo-50 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-orange-100 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-orange-400 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-orange-50 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-orange-50\/0 {
|
|
background-color: rgb(255 247 237 / 0);
|
|
}
|
|
|
|
.bg-orange-50\/10 {
|
|
background-color: rgb(255 247 237 / 0.1);
|
|
}
|
|
|
|
.bg-orange-50\/100 {
|
|
background-color: rgb(255 247 237 / 1);
|
|
}
|
|
|
|
.bg-orange-50\/15 {
|
|
background-color: rgb(255 247 237 / 0.15);
|
|
}
|
|
|
|
.bg-orange-50\/20 {
|
|
background-color: rgb(255 247 237 / 0.2);
|
|
}
|
|
|
|
.bg-orange-50\/25 {
|
|
background-color: rgb(255 247 237 / 0.25);
|
|
}
|
|
|
|
.bg-orange-50\/30 {
|
|
background-color: rgb(255 247 237 / 0.3);
|
|
}
|
|
|
|
.bg-orange-50\/35 {
|
|
background-color: rgb(255 247 237 / 0.35);
|
|
}
|
|
|
|
.bg-orange-50\/40 {
|
|
background-color: rgb(255 247 237 / 0.4);
|
|
}
|
|
|
|
.bg-orange-50\/45 {
|
|
background-color: rgb(255 247 237 / 0.45);
|
|
}
|
|
|
|
.bg-orange-50\/5 {
|
|
background-color: rgb(255 247 237 / 0.05);
|
|
}
|
|
|
|
.bg-orange-50\/50 {
|
|
background-color: rgb(255 247 237 / 0.5);
|
|
}
|
|
|
|
.bg-orange-50\/55 {
|
|
background-color: rgb(255 247 237 / 0.55);
|
|
}
|
|
|
|
.bg-orange-50\/60 {
|
|
background-color: rgb(255 247 237 / 0.6);
|
|
}
|
|
|
|
.bg-orange-50\/65 {
|
|
background-color: rgb(255 247 237 / 0.65);
|
|
}
|
|
|
|
.bg-orange-50\/70 {
|
|
background-color: rgb(255 247 237 / 0.7);
|
|
}
|
|
|
|
.bg-orange-50\/75 {
|
|
background-color: rgb(255 247 237 / 0.75);
|
|
}
|
|
|
|
.bg-orange-50\/80 {
|
|
background-color: rgb(255 247 237 / 0.8);
|
|
}
|
|
|
|
.bg-orange-50\/85 {
|
|
background-color: rgb(255 247 237 / 0.85);
|
|
}
|
|
|
|
.bg-orange-50\/90 {
|
|
background-color: rgb(255 247 237 / 0.9);
|
|
}
|
|
|
|
.bg-orange-50\/95 {
|
|
background-color: rgb(255 247 237 / 0.95);
|
|
}
|
|
|
|
.bg-orange-500 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-orange-500\/0 {
|
|
background-color: rgb(249 115 22 / 0);
|
|
}
|
|
|
|
.bg-orange-500\/10 {
|
|
background-color: rgb(249 115 22 / 0.1);
|
|
}
|
|
|
|
.bg-orange-500\/100 {
|
|
background-color: rgb(249 115 22 / 1);
|
|
}
|
|
|
|
.bg-orange-500\/15 {
|
|
background-color: rgb(249 115 22 / 0.15);
|
|
}
|
|
|
|
.bg-orange-500\/20 {
|
|
background-color: rgb(249 115 22 / 0.2);
|
|
}
|
|
|
|
.bg-orange-500\/25 {
|
|
background-color: rgb(249 115 22 / 0.25);
|
|
}
|
|
|
|
.bg-orange-500\/30 {
|
|
background-color: rgb(249 115 22 / 0.3);
|
|
}
|
|
|
|
.bg-orange-500\/35 {
|
|
background-color: rgb(249 115 22 / 0.35);
|
|
}
|
|
|
|
.bg-orange-500\/40 {
|
|
background-color: rgb(249 115 22 / 0.4);
|
|
}
|
|
|
|
.bg-orange-500\/45 {
|
|
background-color: rgb(249 115 22 / 0.45);
|
|
}
|
|
|
|
.bg-orange-500\/5 {
|
|
background-color: rgb(249 115 22 / 0.05);
|
|
}
|
|
|
|
.bg-orange-500\/50 {
|
|
background-color: rgb(249 115 22 / 0.5);
|
|
}
|
|
|
|
.bg-orange-500\/55 {
|
|
background-color: rgb(249 115 22 / 0.55);
|
|
}
|
|
|
|
.bg-orange-500\/60 {
|
|
background-color: rgb(249 115 22 / 0.6);
|
|
}
|
|
|
|
.bg-orange-500\/65 {
|
|
background-color: rgb(249 115 22 / 0.65);
|
|
}
|
|
|
|
.bg-orange-500\/70 {
|
|
background-color: rgb(249 115 22 / 0.7);
|
|
}
|
|
|
|
.bg-orange-500\/75 {
|
|
background-color: rgb(249 115 22 / 0.75);
|
|
}
|
|
|
|
.bg-orange-500\/80 {
|
|
background-color: rgb(249 115 22 / 0.8);
|
|
}
|
|
|
|
.bg-orange-500\/85 {
|
|
background-color: rgb(249 115 22 / 0.85);
|
|
}
|
|
|
|
.bg-orange-500\/90 {
|
|
background-color: rgb(249 115 22 / 0.9);
|
|
}
|
|
|
|
.bg-orange-500\/95 {
|
|
background-color: rgb(249 115 22 / 0.95);
|
|
}
|
|
|
|
.bg-pink-500 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-purple-100 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-purple-400 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-purple-50 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-purple-50\/0 {
|
|
background-color: rgb(250 245 255 / 0);
|
|
}
|
|
|
|
.bg-purple-50\/10 {
|
|
background-color: rgb(250 245 255 / 0.1);
|
|
}
|
|
|
|
.bg-purple-50\/100 {
|
|
background-color: rgb(250 245 255 / 1);
|
|
}
|
|
|
|
.bg-purple-50\/15 {
|
|
background-color: rgb(250 245 255 / 0.15);
|
|
}
|
|
|
|
.bg-purple-50\/20 {
|
|
background-color: rgb(250 245 255 / 0.2);
|
|
}
|
|
|
|
.bg-purple-50\/25 {
|
|
background-color: rgb(250 245 255 / 0.25);
|
|
}
|
|
|
|
.bg-purple-50\/30 {
|
|
background-color: rgb(250 245 255 / 0.3);
|
|
}
|
|
|
|
.bg-purple-50\/35 {
|
|
background-color: rgb(250 245 255 / 0.35);
|
|
}
|
|
|
|
.bg-purple-50\/40 {
|
|
background-color: rgb(250 245 255 / 0.4);
|
|
}
|
|
|
|
.bg-purple-50\/45 {
|
|
background-color: rgb(250 245 255 / 0.45);
|
|
}
|
|
|
|
.bg-purple-50\/5 {
|
|
background-color: rgb(250 245 255 / 0.05);
|
|
}
|
|
|
|
.bg-purple-50\/50 {
|
|
background-color: rgb(250 245 255 / 0.5);
|
|
}
|
|
|
|
.bg-purple-50\/55 {
|
|
background-color: rgb(250 245 255 / 0.55);
|
|
}
|
|
|
|
.bg-purple-50\/60 {
|
|
background-color: rgb(250 245 255 / 0.6);
|
|
}
|
|
|
|
.bg-purple-50\/65 {
|
|
background-color: rgb(250 245 255 / 0.65);
|
|
}
|
|
|
|
.bg-purple-50\/70 {
|
|
background-color: rgb(250 245 255 / 0.7);
|
|
}
|
|
|
|
.bg-purple-50\/75 {
|
|
background-color: rgb(250 245 255 / 0.75);
|
|
}
|
|
|
|
.bg-purple-50\/80 {
|
|
background-color: rgb(250 245 255 / 0.8);
|
|
}
|
|
|
|
.bg-purple-50\/85 {
|
|
background-color: rgb(250 245 255 / 0.85);
|
|
}
|
|
|
|
.bg-purple-50\/90 {
|
|
background-color: rgb(250 245 255 / 0.9);
|
|
}
|
|
|
|
.bg-purple-50\/95 {
|
|
background-color: rgb(250 245 255 / 0.95);
|
|
}
|
|
|
|
.bg-purple-500 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-purple-500\/0 {
|
|
background-color: rgb(168 85 247 / 0);
|
|
}
|
|
|
|
.bg-purple-500\/10 {
|
|
background-color: rgb(168 85 247 / 0.1);
|
|
}
|
|
|
|
.bg-purple-500\/100 {
|
|
background-color: rgb(168 85 247 / 1);
|
|
}
|
|
|
|
.bg-purple-500\/15 {
|
|
background-color: rgb(168 85 247 / 0.15);
|
|
}
|
|
|
|
.bg-purple-500\/20 {
|
|
background-color: rgb(168 85 247 / 0.2);
|
|
}
|
|
|
|
.bg-purple-500\/25 {
|
|
background-color: rgb(168 85 247 / 0.25);
|
|
}
|
|
|
|
.bg-purple-500\/30 {
|
|
background-color: rgb(168 85 247 / 0.3);
|
|
}
|
|
|
|
.bg-purple-500\/35 {
|
|
background-color: rgb(168 85 247 / 0.35);
|
|
}
|
|
|
|
.bg-purple-500\/40 {
|
|
background-color: rgb(168 85 247 / 0.4);
|
|
}
|
|
|
|
.bg-purple-500\/45 {
|
|
background-color: rgb(168 85 247 / 0.45);
|
|
}
|
|
|
|
.bg-purple-500\/5 {
|
|
background-color: rgb(168 85 247 / 0.05);
|
|
}
|
|
|
|
.bg-purple-500\/50 {
|
|
background-color: rgb(168 85 247 / 0.5);
|
|
}
|
|
|
|
.bg-purple-500\/55 {
|
|
background-color: rgb(168 85 247 / 0.55);
|
|
}
|
|
|
|
.bg-purple-500\/60 {
|
|
background-color: rgb(168 85 247 / 0.6);
|
|
}
|
|
|
|
.bg-purple-500\/65 {
|
|
background-color: rgb(168 85 247 / 0.65);
|
|
}
|
|
|
|
.bg-purple-500\/70 {
|
|
background-color: rgb(168 85 247 / 0.7);
|
|
}
|
|
|
|
.bg-purple-500\/75 {
|
|
background-color: rgb(168 85 247 / 0.75);
|
|
}
|
|
|
|
.bg-purple-500\/80 {
|
|
background-color: rgb(168 85 247 / 0.8);
|
|
}
|
|
|
|
.bg-purple-500\/85 {
|
|
background-color: rgb(168 85 247 / 0.85);
|
|
}
|
|
|
|
.bg-purple-500\/90 {
|
|
background-color: rgb(168 85 247 / 0.9);
|
|
}
|
|
|
|
.bg-purple-500\/95 {
|
|
background-color: rgb(168 85 247 / 0.95);
|
|
}
|
|
|
|
.bg-red-100 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-red-400 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-red-400\/30 {
|
|
background-color: rgb(248 113 113 / 0.3);
|
|
}
|
|
|
|
.bg-red-50 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-red-50\/0 {
|
|
background-color: rgb(254 242 242 / 0);
|
|
}
|
|
|
|
.bg-red-50\/10 {
|
|
background-color: rgb(254 242 242 / 0.1);
|
|
}
|
|
|
|
.bg-red-50\/100 {
|
|
background-color: rgb(254 242 242 / 1);
|
|
}
|
|
|
|
.bg-red-50\/15 {
|
|
background-color: rgb(254 242 242 / 0.15);
|
|
}
|
|
|
|
.bg-red-50\/20 {
|
|
background-color: rgb(254 242 242 / 0.2);
|
|
}
|
|
|
|
.bg-red-50\/25 {
|
|
background-color: rgb(254 242 242 / 0.25);
|
|
}
|
|
|
|
.bg-red-50\/30 {
|
|
background-color: rgb(254 242 242 / 0.3);
|
|
}
|
|
|
|
.bg-red-50\/35 {
|
|
background-color: rgb(254 242 242 / 0.35);
|
|
}
|
|
|
|
.bg-red-50\/40 {
|
|
background-color: rgb(254 242 242 / 0.4);
|
|
}
|
|
|
|
.bg-red-50\/45 {
|
|
background-color: rgb(254 242 242 / 0.45);
|
|
}
|
|
|
|
.bg-red-50\/5 {
|
|
background-color: rgb(254 242 242 / 0.05);
|
|
}
|
|
|
|
.bg-red-50\/50 {
|
|
background-color: rgb(254 242 242 / 0.5);
|
|
}
|
|
|
|
.bg-red-50\/55 {
|
|
background-color: rgb(254 242 242 / 0.55);
|
|
}
|
|
|
|
.bg-red-50\/60 {
|
|
background-color: rgb(254 242 242 / 0.6);
|
|
}
|
|
|
|
.bg-red-50\/65 {
|
|
background-color: rgb(254 242 242 / 0.65);
|
|
}
|
|
|
|
.bg-red-50\/70 {
|
|
background-color: rgb(254 242 242 / 0.7);
|
|
}
|
|
|
|
.bg-red-50\/75 {
|
|
background-color: rgb(254 242 242 / 0.75);
|
|
}
|
|
|
|
.bg-red-50\/80 {
|
|
background-color: rgb(254 242 242 / 0.8);
|
|
}
|
|
|
|
.bg-red-50\/85 {
|
|
background-color: rgb(254 242 242 / 0.85);
|
|
}
|
|
|
|
.bg-red-50\/90 {
|
|
background-color: rgb(254 242 242 / 0.9);
|
|
}
|
|
|
|
.bg-red-50\/95 {
|
|
background-color: rgb(254 242 242 / 0.95);
|
|
}
|
|
|
|
.bg-red-500 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-red-500\/0 {
|
|
background-color: rgb(239 68 68 / 0);
|
|
}
|
|
|
|
.bg-red-500\/10 {
|
|
background-color: rgb(239 68 68 / 0.1);
|
|
}
|
|
|
|
.bg-red-500\/100 {
|
|
background-color: rgb(239 68 68 / 1);
|
|
}
|
|
|
|
.bg-red-500\/15 {
|
|
background-color: rgb(239 68 68 / 0.15);
|
|
}
|
|
|
|
.bg-red-500\/20 {
|
|
background-color: rgb(239 68 68 / 0.2);
|
|
}
|
|
|
|
.bg-red-500\/25 {
|
|
background-color: rgb(239 68 68 / 0.25);
|
|
}
|
|
|
|
.bg-red-500\/30 {
|
|
background-color: rgb(239 68 68 / 0.3);
|
|
}
|
|
|
|
.bg-red-500\/35 {
|
|
background-color: rgb(239 68 68 / 0.35);
|
|
}
|
|
|
|
.bg-red-500\/40 {
|
|
background-color: rgb(239 68 68 / 0.4);
|
|
}
|
|
|
|
.bg-red-500\/45 {
|
|
background-color: rgb(239 68 68 / 0.45);
|
|
}
|
|
|
|
.bg-red-500\/5 {
|
|
background-color: rgb(239 68 68 / 0.05);
|
|
}
|
|
|
|
.bg-red-500\/50 {
|
|
background-color: rgb(239 68 68 / 0.5);
|
|
}
|
|
|
|
.bg-red-500\/55 {
|
|
background-color: rgb(239 68 68 / 0.55);
|
|
}
|
|
|
|
.bg-red-500\/60 {
|
|
background-color: rgb(239 68 68 / 0.6);
|
|
}
|
|
|
|
.bg-red-500\/65 {
|
|
background-color: rgb(239 68 68 / 0.65);
|
|
}
|
|
|
|
.bg-red-500\/70 {
|
|
background-color: rgb(239 68 68 / 0.7);
|
|
}
|
|
|
|
.bg-red-500\/75 {
|
|
background-color: rgb(239 68 68 / 0.75);
|
|
}
|
|
|
|
.bg-red-500\/80 {
|
|
background-color: rgb(239 68 68 / 0.8);
|
|
}
|
|
|
|
.bg-red-500\/85 {
|
|
background-color: rgb(239 68 68 / 0.85);
|
|
}
|
|
|
|
.bg-red-500\/90 {
|
|
background-color: rgb(239 68 68 / 0.9);
|
|
}
|
|
|
|
.bg-red-500\/95 {
|
|
background-color: rgb(239 68 68 / 0.95);
|
|
}
|
|
|
|
.bg-red-600 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-rose-100 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-rose-50 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-sky-50 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-sky-500 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-teal-50 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-transparent {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.bg-violet-50 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-violet-500 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(139 92 246 / 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\/20 {
|
|
background-color: rgb(255 255 255 / 0.2);
|
|
}
|
|
|
|
.bg-white\/50 {
|
|
background-color: rgb(255 255 255 / 0.5);
|
|
}
|
|
|
|
.bg-white\/60 {
|
|
background-color: rgb(255 255 255 / 0.6);
|
|
}
|
|
|
|
.bg-white\/70 {
|
|
background-color: rgb(255 255 255 / 0.7);
|
|
}
|
|
|
|
.bg-white\/80 {
|
|
background-color: rgb(255 255 255 / 0.8);
|
|
}
|
|
|
|
.bg-white\/95 {
|
|
background-color: rgb(255 255 255 / 0.95);
|
|
}
|
|
|
|
.bg-yellow-100 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-yellow-400 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-yellow-50 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-yellow-50\/0 {
|
|
background-color: rgb(254 252 232 / 0);
|
|
}
|
|
|
|
.bg-yellow-50\/10 {
|
|
background-color: rgb(254 252 232 / 0.1);
|
|
}
|
|
|
|
.bg-yellow-50\/100 {
|
|
background-color: rgb(254 252 232 / 1);
|
|
}
|
|
|
|
.bg-yellow-50\/15 {
|
|
background-color: rgb(254 252 232 / 0.15);
|
|
}
|
|
|
|
.bg-yellow-50\/20 {
|
|
background-color: rgb(254 252 232 / 0.2);
|
|
}
|
|
|
|
.bg-yellow-50\/25 {
|
|
background-color: rgb(254 252 232 / 0.25);
|
|
}
|
|
|
|
.bg-yellow-50\/30 {
|
|
background-color: rgb(254 252 232 / 0.3);
|
|
}
|
|
|
|
.bg-yellow-50\/35 {
|
|
background-color: rgb(254 252 232 / 0.35);
|
|
}
|
|
|
|
.bg-yellow-50\/40 {
|
|
background-color: rgb(254 252 232 / 0.4);
|
|
}
|
|
|
|
.bg-yellow-50\/45 {
|
|
background-color: rgb(254 252 232 / 0.45);
|
|
}
|
|
|
|
.bg-yellow-50\/5 {
|
|
background-color: rgb(254 252 232 / 0.05);
|
|
}
|
|
|
|
.bg-yellow-50\/50 {
|
|
background-color: rgb(254 252 232 / 0.5);
|
|
}
|
|
|
|
.bg-yellow-50\/55 {
|
|
background-color: rgb(254 252 232 / 0.55);
|
|
}
|
|
|
|
.bg-yellow-50\/60 {
|
|
background-color: rgb(254 252 232 / 0.6);
|
|
}
|
|
|
|
.bg-yellow-50\/65 {
|
|
background-color: rgb(254 252 232 / 0.65);
|
|
}
|
|
|
|
.bg-yellow-50\/70 {
|
|
background-color: rgb(254 252 232 / 0.7);
|
|
}
|
|
|
|
.bg-yellow-50\/75 {
|
|
background-color: rgb(254 252 232 / 0.75);
|
|
}
|
|
|
|
.bg-yellow-50\/80 {
|
|
background-color: rgb(254 252 232 / 0.8);
|
|
}
|
|
|
|
.bg-yellow-50\/85 {
|
|
background-color: rgb(254 252 232 / 0.85);
|
|
}
|
|
|
|
.bg-yellow-50\/90 {
|
|
background-color: rgb(254 252 232 / 0.9);
|
|
}
|
|
|
|
.bg-yellow-50\/95 {
|
|
background-color: rgb(254 252 232 / 0.95);
|
|
}
|
|
|
|
.bg-yellow-500 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.bg-yellow-500\/0 {
|
|
background-color: rgb(234 179 8 / 0);
|
|
}
|
|
|
|
.bg-yellow-500\/10 {
|
|
background-color: rgb(234 179 8 / 0.1);
|
|
}
|
|
|
|
.bg-yellow-500\/100 {
|
|
background-color: rgb(234 179 8 / 1);
|
|
}
|
|
|
|
.bg-yellow-500\/15 {
|
|
background-color: rgb(234 179 8 / 0.15);
|
|
}
|
|
|
|
.bg-yellow-500\/20 {
|
|
background-color: rgb(234 179 8 / 0.2);
|
|
}
|
|
|
|
.bg-yellow-500\/25 {
|
|
background-color: rgb(234 179 8 / 0.25);
|
|
}
|
|
|
|
.bg-yellow-500\/30 {
|
|
background-color: rgb(234 179 8 / 0.3);
|
|
}
|
|
|
|
.bg-yellow-500\/35 {
|
|
background-color: rgb(234 179 8 / 0.35);
|
|
}
|
|
|
|
.bg-yellow-500\/40 {
|
|
background-color: rgb(234 179 8 / 0.4);
|
|
}
|
|
|
|
.bg-yellow-500\/45 {
|
|
background-color: rgb(234 179 8 / 0.45);
|
|
}
|
|
|
|
.bg-yellow-500\/5 {
|
|
background-color: rgb(234 179 8 / 0.05);
|
|
}
|
|
|
|
.bg-yellow-500\/50 {
|
|
background-color: rgb(234 179 8 / 0.5);
|
|
}
|
|
|
|
.bg-yellow-500\/55 {
|
|
background-color: rgb(234 179 8 / 0.55);
|
|
}
|
|
|
|
.bg-yellow-500\/60 {
|
|
background-color: rgb(234 179 8 / 0.6);
|
|
}
|
|
|
|
.bg-yellow-500\/65 {
|
|
background-color: rgb(234 179 8 / 0.65);
|
|
}
|
|
|
|
.bg-yellow-500\/70 {
|
|
background-color: rgb(234 179 8 / 0.7);
|
|
}
|
|
|
|
.bg-yellow-500\/75 {
|
|
background-color: rgb(234 179 8 / 0.75);
|
|
}
|
|
|
|
.bg-yellow-500\/80 {
|
|
background-color: rgb(234 179 8 / 0.8);
|
|
}
|
|
|
|
.bg-yellow-500\/85 {
|
|
background-color: rgb(234 179 8 / 0.85);
|
|
}
|
|
|
|
.bg-yellow-500\/90 {
|
|
background-color: rgb(234 179 8 / 0.9);
|
|
}
|
|
|
|
.bg-yellow-500\/95 {
|
|
background-color: rgb(234 179 8 / 0.95);
|
|
}
|
|
|
|
.bg-opacity-50 {
|
|
--tw-bg-opacity: 0.5;
|
|
}
|
|
|
|
.bg-opacity-70 {
|
|
--tw-bg-opacity: 0.7;
|
|
}
|
|
|
|
.bg-\[radial-gradient\(circle_at_20\%_20\%\2c \#ffffff_0\%\2c transparent_45\%\)\2c radial-gradient\(circle_at_80\%_80\%\2c \#d5df50_0\%\2c transparent_38\%\)\] {
|
|
background-image: radial-gradient(circle at 20% 20%,#ffffff 0%,transparent 45%),radial-gradient(circle at 80% 80%,#d5df50 0%,transparent 38%);
|
|
}
|
|
|
|
.bg-gradient-to-br {
|
|
background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
|
|
}
|
|
|
|
.bg-gradient-to-r {
|
|
background-image: linear-gradient(to right, var(--tw-gradient-stops));
|
|
}
|
|
|
|
.from-\[\#252526\] {
|
|
--tw-gradient-from: #252526 var(--tw-gradient-from-position);
|
|
--tw-gradient-to: rgb(37 37 38 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
}
|
|
|
|
.from-\[\#E70B2A\] {
|
|
--tw-gradient-from: #E70B2A var(--tw-gradient-from-position);
|
|
--tw-gradient-to: rgb(231 11 42 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
}
|
|
|
|
.from-\[\#F90527\] {
|
|
--tw-gradient-from: #F90527 var(--tw-gradient-from-position);
|
|
--tw-gradient-to: rgb(249 5 39 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
}
|
|
|
|
.from-blue-100 {
|
|
--tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
|
|
--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
}
|
|
|
|
.from-blue-50 {
|
|
--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
|
|
--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
}
|
|
|
|
.from-brand-50 {
|
|
--tw-gradient-from: #fef7ee var(--tw-gradient-from-position);
|
|
--tw-gradient-to: rgb(254 247 238 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
}
|
|
|
|
.from-emerald-50 {
|
|
--tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
|
|
--tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
}
|
|
|
|
.from-gray-400 {
|
|
--tw-gradient-from: #9ca3af var(--tw-gradient-from-position);
|
|
--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
}
|
|
|
|
.from-gray-50 {
|
|
--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
|
|
--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
}
|
|
|
|
.from-green-400 {
|
|
--tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
|
|
--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
}
|
|
|
|
.from-green-50 {
|
|
--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
|
|
--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
}
|
|
|
|
.from-pink-100 {
|
|
--tw-gradient-from: #fce7f3 var(--tw-gradient-from-position);
|
|
--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
}
|
|
|
|
.from-pink-50 {
|
|
--tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);
|
|
--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
}
|
|
|
|
.from-purple-100 {
|
|
--tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);
|
|
--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
}
|
|
|
|
.from-purple-400 {
|
|
--tw-gradient-from: #c084fc var(--tw-gradient-from-position);
|
|
--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
}
|
|
|
|
.from-red-100 {
|
|
--tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);
|
|
--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
}
|
|
|
|
.from-red-300 {
|
|
--tw-gradient-from: #fca5a5 var(--tw-gradient-from-position);
|
|
--tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
}
|
|
|
|
.from-red-50 {
|
|
--tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);
|
|
--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
}
|
|
|
|
.from-red-500 {
|
|
--tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
|
|
--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
}
|
|
|
|
.from-red-600 {
|
|
--tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
|
|
--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
}
|
|
|
|
.from-rose-50 {
|
|
--tw-gradient-from: #fff1f2 var(--tw-gradient-from-position);
|
|
--tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
}
|
|
|
|
.from-sky-50 {
|
|
--tw-gradient-from: #f0f9ff var(--tw-gradient-from-position);
|
|
--tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
}
|
|
|
|
.via-pink-300 {
|
|
--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), #f9a8d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
|
|
}
|
|
|
|
.via-pink-600 {
|
|
--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), #db2777 var(--tw-gradient-via-position), var(--tw-gradient-to);
|
|
}
|
|
|
|
.via-purple-50 {
|
|
--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), #faf5ff var(--tw-gradient-via-position), var(--tw-gradient-to);
|
|
}
|
|
|
|
.via-white {
|
|
--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
|
|
}
|
|
|
|
.to-\[\#1e1e1e\] {
|
|
--tw-gradient-to: #1e1e1e var(--tw-gradient-to-position);
|
|
}
|
|
|
|
.to-\[\#EA0E50\] {
|
|
--tw-gradient-to: #EA0E50 var(--tw-gradient-to-position);
|
|
}
|
|
|
|
.to-\[\#F50C52\] {
|
|
--tw-gradient-to: #F50C52 var(--tw-gradient-to-position);
|
|
}
|
|
|
|
.to-blue-50 {
|
|
--tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
|
|
}
|
|
|
|
.to-brand-100 {
|
|
--tw-gradient-to: #fdebd3 var(--tw-gradient-to-position);
|
|
}
|
|
|
|
.to-emerald-50 {
|
|
--tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position);
|
|
}
|
|
|
|
.to-gray-100 {
|
|
--tw-gradient-to: #EAEEF5 var(--tw-gradient-to-position);
|
|
}
|
|
|
|
.to-gray-200 {
|
|
--tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
|
|
}
|
|
|
|
.to-gray-500 {
|
|
--tw-gradient-to: #6b7280 var(--tw-gradient-to-position);
|
|
}
|
|
|
|
.to-green-50 {
|
|
--tw-gradient-to: #f0fdf4 var(--tw-gradient-to-position);
|
|
}
|
|
|
|
.to-green-500 {
|
|
--tw-gradient-to: #009247 var(--tw-gradient-to-position);
|
|
}
|
|
|
|
.to-indigo-50 {
|
|
--tw-gradient-to: #eef2ff var(--tw-gradient-to-position);
|
|
}
|
|
|
|
.to-orange-500 {
|
|
--tw-gradient-to: #f97316 var(--tw-gradient-to-position);
|
|
}
|
|
|
|
.to-pink-100 {
|
|
--tw-gradient-to: #fce7f3 var(--tw-gradient-to-position);
|
|
}
|
|
|
|
.to-pink-500 {
|
|
--tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
|
|
}
|
|
|
|
.to-purple-100 {
|
|
--tw-gradient-to: #f3e8ff var(--tw-gradient-to-position);
|
|
}
|
|
|
|
.to-purple-300 {
|
|
--tw-gradient-to: #d8b4fe var(--tw-gradient-to-position);
|
|
}
|
|
|
|
.to-purple-50 {
|
|
--tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
|
|
}
|
|
|
|
.to-purple-600 {
|
|
--tw-gradient-to: #9333ea var(--tw-gradient-to-position);
|
|
}
|
|
|
|
.to-red-600 {
|
|
--tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
|
|
}
|
|
|
|
.to-rose-50 {
|
|
--tw-gradient-to: #fff1f2 var(--tw-gradient-to-position);
|
|
}
|
|
|
|
.to-teal-100 {
|
|
--tw-gradient-to: #ccfbf1 var(--tw-gradient-to-position);
|
|
}
|
|
|
|
.bg-cover {
|
|
background-size: cover;
|
|
}
|
|
|
|
.bg-center {
|
|
background-position: center;
|
|
}
|
|
|
|
.fill-red-500 {
|
|
fill: #ef4444;
|
|
}
|
|
|
|
.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-10 {
|
|
padding: 2.5rem;
|
|
}
|
|
|
|
.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-8 {
|
|
padding: 2rem;
|
|
}
|
|
|
|
.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-8 {
|
|
padding-left: 2rem;
|
|
padding-right: 2rem;
|
|
}
|
|
|
|
.px-\[24px\] {
|
|
padding-left: 24px;
|
|
padding-right: 24px;
|
|
}
|
|
|
|
.px-\[36px\] {
|
|
padding-left: 36px;
|
|
padding-right: 36px;
|
|
}
|
|
|
|
.py-0\.5 {
|
|
padding-top: 0.125rem;
|
|
padding-bottom: 0.125rem;
|
|
}
|
|
|
|
.py-1 {
|
|
padding-top: 0.25rem;
|
|
padding-bottom: 0.25rem;
|
|
}
|
|
|
|
.py-10 {
|
|
padding-top: 2.5rem;
|
|
padding-bottom: 2.5rem;
|
|
}
|
|
|
|
.py-12 {
|
|
padding-top: 3rem;
|
|
padding-bottom: 3rem;
|
|
}
|
|
|
|
.py-16 {
|
|
padding-top: 4rem;
|
|
padding-bottom: 4rem;
|
|
}
|
|
|
|
.py-2 {
|
|
padding-top: 0.5rem;
|
|
padding-bottom: 0.5rem;
|
|
}
|
|
|
|
.py-2\.5 {
|
|
padding-top: 0.625rem;
|
|
padding-bottom: 0.625rem;
|
|
}
|
|
|
|
.py-20 {
|
|
padding-top: 5rem;
|
|
padding-bottom: 5rem;
|
|
}
|
|
|
|
.py-24 {
|
|
padding-top: 6rem;
|
|
padding-bottom: 6rem;
|
|
}
|
|
|
|
.py-3 {
|
|
padding-top: 0.75rem;
|
|
padding-bottom: 0.75rem;
|
|
}
|
|
|
|
.py-4 {
|
|
padding-top: 1rem;
|
|
padding-bottom: 1rem;
|
|
}
|
|
|
|
.py-8 {
|
|
padding-top: 2rem;
|
|
padding-bottom: 2rem;
|
|
}
|
|
|
|
.py-\[12px\] {
|
|
padding-top: 12px;
|
|
padding-bottom: 12px;
|
|
}
|
|
|
|
.py-\[32px\] {
|
|
padding-top: 32px;
|
|
padding-bottom: 32px;
|
|
}
|
|
|
|
.py-\[72px\] {
|
|
padding-top: 72px;
|
|
padding-bottom: 72px;
|
|
}
|
|
|
|
.pb-1 {
|
|
padding-bottom: 0.25rem;
|
|
}
|
|
|
|
.pb-12 {
|
|
padding-bottom: 3rem;
|
|
}
|
|
|
|
.pb-16 {
|
|
padding-bottom: 4rem;
|
|
}
|
|
|
|
.pb-24 {
|
|
padding-bottom: 6rem;
|
|
}
|
|
|
|
.pb-6 {
|
|
padding-bottom: 1.5rem;
|
|
}
|
|
|
|
.pl-2 {
|
|
padding-left: 0.5rem;
|
|
}
|
|
|
|
.pl-8 {
|
|
padding-left: 2rem;
|
|
}
|
|
|
|
.pr-12 {
|
|
padding-right: 3rem;
|
|
}
|
|
|
|
.pr-4 {
|
|
padding-right: 1rem;
|
|
}
|
|
|
|
.pt-3 {
|
|
padding-top: 0.75rem;
|
|
}
|
|
|
|
.pt-4 {
|
|
padding-top: 1rem;
|
|
}
|
|
|
|
.pt-8 {
|
|
padding-top: 2rem;
|
|
}
|
|
|
|
.pt-\[220px\] {
|
|
padding-top: 220px;
|
|
}
|
|
|
|
.text-left {
|
|
text-align: left;
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
|
|
.font-\[\'Barlow_Semi_Condensed\'\] {
|
|
font-family: 'Barlow Semi Condensed';
|
|
}
|
|
|
|
.font-\[\'Lato\'\] {
|
|
font-family: 'Lato';
|
|
}
|
|
|
|
.font-mono {
|
|
font-family: JetBrains Mono, monospace;
|
|
}
|
|
|
|
.font-sans {
|
|
font-family: Lato, system-ui, sans-serif;
|
|
}
|
|
|
|
.font-title {
|
|
font-family: Barlow Semi Condensed, sans-serif;
|
|
}
|
|
|
|
.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-6xl {
|
|
font-size: 3.75rem;
|
|
line-height: 1;
|
|
}
|
|
|
|
.text-8xl {
|
|
font-size: 6rem;
|
|
line-height: 1;
|
|
}
|
|
|
|
.text-\[11px\] {
|
|
font-size: 11px;
|
|
}
|
|
|
|
.text-\[13px\] {
|
|
font-size: 13px;
|
|
}
|
|
|
|
.text-\[15px\] {
|
|
font-size: 15px;
|
|
}
|
|
|
|
.text-\[18px\] {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.text-\[20px\] {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.text-\[24px\] {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.text-\[28px\] {
|
|
font-size: 28px;
|
|
}
|
|
|
|
.text-\[2rem\] {
|
|
font-size: 2rem;
|
|
}
|
|
|
|
.text-\[30px\] {
|
|
font-size: 30px;
|
|
}
|
|
|
|
.text-\[32px\] {
|
|
font-size: 32px;
|
|
}
|
|
|
|
.text-\[34px\] {
|
|
font-size: 34px;
|
|
}
|
|
|
|
.text-\[40px\] {
|
|
font-size: 40px;
|
|
}
|
|
|
|
.text-\[42px\] {
|
|
font-size: 42px;
|
|
}
|
|
|
|
.text-\[60px\] {
|
|
font-size: 60px;
|
|
}
|
|
|
|
.text-\[6rem\] {
|
|
font-size: 6rem;
|
|
}
|
|
|
|
.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-black {
|
|
font-weight: 900;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.italic {
|
|
font-style: italic;
|
|
}
|
|
|
|
.leading-\[29px\] {
|
|
line-height: 29px;
|
|
}
|
|
|
|
.leading-\[38px\] {
|
|
line-height: 38px;
|
|
}
|
|
|
|
.leading-\[48px\] {
|
|
line-height: 48px;
|
|
}
|
|
|
|
.leading-none {
|
|
line-height: 1;
|
|
}
|
|
|
|
.leading-relaxed {
|
|
line-height: 1.625;
|
|
}
|
|
|
|
.leading-tight {
|
|
line-height: 1.25;
|
|
}
|
|
|
|
.tracking-\[0\.18em\] {
|
|
letter-spacing: 0.18em;
|
|
}
|
|
|
|
.tracking-tight {
|
|
letter-spacing: -0.025em;
|
|
}
|
|
|
|
.tracking-wide {
|
|
letter-spacing: 0.025em;
|
|
}
|
|
|
|
.text-\[\#201D1E\] {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(32 29 30 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-\[\#454041\] {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(69 64 65 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-\[\#AF1F16\] {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(175 31 22 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-\[\#FFFFFF\] {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-amber-600 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(217 119 6 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-amber-700 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(180 83 9 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-amber-800 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(146 64 14 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-amber-900 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(120 53 15 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-black {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-blue-400 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(96 165 250 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-blue-500 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(59 130 246 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-blue-500\/0 {
|
|
color: rgb(59 130 246 / 0);
|
|
}
|
|
|
|
.text-blue-500\/10 {
|
|
color: rgb(59 130 246 / 0.1);
|
|
}
|
|
|
|
.text-blue-500\/100 {
|
|
color: rgb(59 130 246 / 1);
|
|
}
|
|
|
|
.text-blue-500\/15 {
|
|
color: rgb(59 130 246 / 0.15);
|
|
}
|
|
|
|
.text-blue-500\/20 {
|
|
color: rgb(59 130 246 / 0.2);
|
|
}
|
|
|
|
.text-blue-500\/25 {
|
|
color: rgb(59 130 246 / 0.25);
|
|
}
|
|
|
|
.text-blue-500\/30 {
|
|
color: rgb(59 130 246 / 0.3);
|
|
}
|
|
|
|
.text-blue-500\/35 {
|
|
color: rgb(59 130 246 / 0.35);
|
|
}
|
|
|
|
.text-blue-500\/40 {
|
|
color: rgb(59 130 246 / 0.4);
|
|
}
|
|
|
|
.text-blue-500\/45 {
|
|
color: rgb(59 130 246 / 0.45);
|
|
}
|
|
|
|
.text-blue-500\/5 {
|
|
color: rgb(59 130 246 / 0.05);
|
|
}
|
|
|
|
.text-blue-500\/50 {
|
|
color: rgb(59 130 246 / 0.5);
|
|
}
|
|
|
|
.text-blue-500\/55 {
|
|
color: rgb(59 130 246 / 0.55);
|
|
}
|
|
|
|
.text-blue-500\/60 {
|
|
color: rgb(59 130 246 / 0.6);
|
|
}
|
|
|
|
.text-blue-500\/65 {
|
|
color: rgb(59 130 246 / 0.65);
|
|
}
|
|
|
|
.text-blue-500\/70 {
|
|
color: rgb(59 130 246 / 0.7);
|
|
}
|
|
|
|
.text-blue-500\/75 {
|
|
color: rgb(59 130 246 / 0.75);
|
|
}
|
|
|
|
.text-blue-500\/80 {
|
|
color: rgb(59 130 246 / 0.8);
|
|
}
|
|
|
|
.text-blue-500\/85 {
|
|
color: rgb(59 130 246 / 0.85);
|
|
}
|
|
|
|
.text-blue-500\/90 {
|
|
color: rgb(59 130 246 / 0.9);
|
|
}
|
|
|
|
.text-blue-500\/95 {
|
|
color: rgb(59 130 246 / 0.95);
|
|
}
|
|
|
|
.text-blue-600 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(37 99 235 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-blue-600\/0 {
|
|
color: rgb(37 99 235 / 0);
|
|
}
|
|
|
|
.text-blue-600\/10 {
|
|
color: rgb(37 99 235 / 0.1);
|
|
}
|
|
|
|
.text-blue-600\/100 {
|
|
color: rgb(37 99 235 / 1);
|
|
}
|
|
|
|
.text-blue-600\/15 {
|
|
color: rgb(37 99 235 / 0.15);
|
|
}
|
|
|
|
.text-blue-600\/20 {
|
|
color: rgb(37 99 235 / 0.2);
|
|
}
|
|
|
|
.text-blue-600\/25 {
|
|
color: rgb(37 99 235 / 0.25);
|
|
}
|
|
|
|
.text-blue-600\/30 {
|
|
color: rgb(37 99 235 / 0.3);
|
|
}
|
|
|
|
.text-blue-600\/35 {
|
|
color: rgb(37 99 235 / 0.35);
|
|
}
|
|
|
|
.text-blue-600\/40 {
|
|
color: rgb(37 99 235 / 0.4);
|
|
}
|
|
|
|
.text-blue-600\/45 {
|
|
color: rgb(37 99 235 / 0.45);
|
|
}
|
|
|
|
.text-blue-600\/5 {
|
|
color: rgb(37 99 235 / 0.05);
|
|
}
|
|
|
|
.text-blue-600\/50 {
|
|
color: rgb(37 99 235 / 0.5);
|
|
}
|
|
|
|
.text-blue-600\/55 {
|
|
color: rgb(37 99 235 / 0.55);
|
|
}
|
|
|
|
.text-blue-600\/60 {
|
|
color: rgb(37 99 235 / 0.6);
|
|
}
|
|
|
|
.text-blue-600\/65 {
|
|
color: rgb(37 99 235 / 0.65);
|
|
}
|
|
|
|
.text-blue-600\/70 {
|
|
color: rgb(37 99 235 / 0.7);
|
|
}
|
|
|
|
.text-blue-600\/75 {
|
|
color: rgb(37 99 235 / 0.75);
|
|
}
|
|
|
|
.text-blue-600\/80 {
|
|
color: rgb(37 99 235 / 0.8);
|
|
}
|
|
|
|
.text-blue-600\/85 {
|
|
color: rgb(37 99 235 / 0.85);
|
|
}
|
|
|
|
.text-blue-600\/90 {
|
|
color: rgb(37 99 235 / 0.9);
|
|
}
|
|
|
|
.text-blue-600\/95 {
|
|
color: rgb(37 99 235 / 0.95);
|
|
}
|
|
|
|
.text-blue-700 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(29 78 216 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-blue-700\/0 {
|
|
color: rgb(29 78 216 / 0);
|
|
}
|
|
|
|
.text-blue-700\/10 {
|
|
color: rgb(29 78 216 / 0.1);
|
|
}
|
|
|
|
.text-blue-700\/100 {
|
|
color: rgb(29 78 216 / 1);
|
|
}
|
|
|
|
.text-blue-700\/15 {
|
|
color: rgb(29 78 216 / 0.15);
|
|
}
|
|
|
|
.text-blue-700\/20 {
|
|
color: rgb(29 78 216 / 0.2);
|
|
}
|
|
|
|
.text-blue-700\/25 {
|
|
color: rgb(29 78 216 / 0.25);
|
|
}
|
|
|
|
.text-blue-700\/30 {
|
|
color: rgb(29 78 216 / 0.3);
|
|
}
|
|
|
|
.text-blue-700\/35 {
|
|
color: rgb(29 78 216 / 0.35);
|
|
}
|
|
|
|
.text-blue-700\/40 {
|
|
color: rgb(29 78 216 / 0.4);
|
|
}
|
|
|
|
.text-blue-700\/45 {
|
|
color: rgb(29 78 216 / 0.45);
|
|
}
|
|
|
|
.text-blue-700\/5 {
|
|
color: rgb(29 78 216 / 0.05);
|
|
}
|
|
|
|
.text-blue-700\/50 {
|
|
color: rgb(29 78 216 / 0.5);
|
|
}
|
|
|
|
.text-blue-700\/55 {
|
|
color: rgb(29 78 216 / 0.55);
|
|
}
|
|
|
|
.text-blue-700\/60 {
|
|
color: rgb(29 78 216 / 0.6);
|
|
}
|
|
|
|
.text-blue-700\/65 {
|
|
color: rgb(29 78 216 / 0.65);
|
|
}
|
|
|
|
.text-blue-700\/70 {
|
|
color: rgb(29 78 216 / 0.7);
|
|
}
|
|
|
|
.text-blue-700\/75 {
|
|
color: rgb(29 78 216 / 0.75);
|
|
}
|
|
|
|
.text-blue-700\/80 {
|
|
color: rgb(29 78 216 / 0.8);
|
|
}
|
|
|
|
.text-blue-700\/85 {
|
|
color: rgb(29 78 216 / 0.85);
|
|
}
|
|
|
|
.text-blue-700\/90 {
|
|
color: rgb(29 78 216 / 0.9);
|
|
}
|
|
|
|
.text-blue-700\/95 {
|
|
color: rgb(29 78 216 / 0.95);
|
|
}
|
|
|
|
.text-brand-500 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(254 0 2 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-brand-600 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(222 78 50 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-brand-700 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(199 62 43 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-brand-900 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(129 45 37 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-cyan-400 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(34 211 238 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-emerald-700 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(4 120 87 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-emerald-800 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(6 95 70 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-fuchsia-700 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(162 28 175 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-gray-300 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(209 213 219 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-gray-400 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-gray-500 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-gray-500\/0 {
|
|
color: rgb(107 114 128 / 0);
|
|
}
|
|
|
|
.text-gray-500\/10 {
|
|
color: rgb(107 114 128 / 0.1);
|
|
}
|
|
|
|
.text-gray-500\/100 {
|
|
color: rgb(107 114 128 / 1);
|
|
}
|
|
|
|
.text-gray-500\/15 {
|
|
color: rgb(107 114 128 / 0.15);
|
|
}
|
|
|
|
.text-gray-500\/20 {
|
|
color: rgb(107 114 128 / 0.2);
|
|
}
|
|
|
|
.text-gray-500\/25 {
|
|
color: rgb(107 114 128 / 0.25);
|
|
}
|
|
|
|
.text-gray-500\/30 {
|
|
color: rgb(107 114 128 / 0.3);
|
|
}
|
|
|
|
.text-gray-500\/35 {
|
|
color: rgb(107 114 128 / 0.35);
|
|
}
|
|
|
|
.text-gray-500\/40 {
|
|
color: rgb(107 114 128 / 0.4);
|
|
}
|
|
|
|
.text-gray-500\/45 {
|
|
color: rgb(107 114 128 / 0.45);
|
|
}
|
|
|
|
.text-gray-500\/5 {
|
|
color: rgb(107 114 128 / 0.05);
|
|
}
|
|
|
|
.text-gray-500\/50 {
|
|
color: rgb(107 114 128 / 0.5);
|
|
}
|
|
|
|
.text-gray-500\/55 {
|
|
color: rgb(107 114 128 / 0.55);
|
|
}
|
|
|
|
.text-gray-500\/60 {
|
|
color: rgb(107 114 128 / 0.6);
|
|
}
|
|
|
|
.text-gray-500\/65 {
|
|
color: rgb(107 114 128 / 0.65);
|
|
}
|
|
|
|
.text-gray-500\/70 {
|
|
color: rgb(107 114 128 / 0.7);
|
|
}
|
|
|
|
.text-gray-500\/75 {
|
|
color: rgb(107 114 128 / 0.75);
|
|
}
|
|
|
|
.text-gray-500\/80 {
|
|
color: rgb(107 114 128 / 0.8);
|
|
}
|
|
|
|
.text-gray-500\/85 {
|
|
color: rgb(107 114 128 / 0.85);
|
|
}
|
|
|
|
.text-gray-500\/90 {
|
|
color: rgb(107 114 128 / 0.9);
|
|
}
|
|
|
|
.text-gray-500\/95 {
|
|
color: rgb(107 114 128 / 0.95);
|
|
}
|
|
|
|
.text-gray-600 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-gray-600\/0 {
|
|
color: rgb(75 85 99 / 0);
|
|
}
|
|
|
|
.text-gray-600\/10 {
|
|
color: rgb(75 85 99 / 0.1);
|
|
}
|
|
|
|
.text-gray-600\/100 {
|
|
color: rgb(75 85 99 / 1);
|
|
}
|
|
|
|
.text-gray-600\/15 {
|
|
color: rgb(75 85 99 / 0.15);
|
|
}
|
|
|
|
.text-gray-600\/20 {
|
|
color: rgb(75 85 99 / 0.2);
|
|
}
|
|
|
|
.text-gray-600\/25 {
|
|
color: rgb(75 85 99 / 0.25);
|
|
}
|
|
|
|
.text-gray-600\/30 {
|
|
color: rgb(75 85 99 / 0.3);
|
|
}
|
|
|
|
.text-gray-600\/35 {
|
|
color: rgb(75 85 99 / 0.35);
|
|
}
|
|
|
|
.text-gray-600\/40 {
|
|
color: rgb(75 85 99 / 0.4);
|
|
}
|
|
|
|
.text-gray-600\/45 {
|
|
color: rgb(75 85 99 / 0.45);
|
|
}
|
|
|
|
.text-gray-600\/5 {
|
|
color: rgb(75 85 99 / 0.05);
|
|
}
|
|
|
|
.text-gray-600\/50 {
|
|
color: rgb(75 85 99 / 0.5);
|
|
}
|
|
|
|
.text-gray-600\/55 {
|
|
color: rgb(75 85 99 / 0.55);
|
|
}
|
|
|
|
.text-gray-600\/60 {
|
|
color: rgb(75 85 99 / 0.6);
|
|
}
|
|
|
|
.text-gray-600\/65 {
|
|
color: rgb(75 85 99 / 0.65);
|
|
}
|
|
|
|
.text-gray-600\/70 {
|
|
color: rgb(75 85 99 / 0.7);
|
|
}
|
|
|
|
.text-gray-600\/75 {
|
|
color: rgb(75 85 99 / 0.75);
|
|
}
|
|
|
|
.text-gray-600\/80 {
|
|
color: rgb(75 85 99 / 0.8);
|
|
}
|
|
|
|
.text-gray-600\/85 {
|
|
color: rgb(75 85 99 / 0.85);
|
|
}
|
|
|
|
.text-gray-600\/90 {
|
|
color: rgb(75 85 99 / 0.9);
|
|
}
|
|
|
|
.text-gray-600\/95 {
|
|
color: rgb(75 85 99 / 0.95);
|
|
}
|
|
|
|
.text-gray-700 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(55 65 81 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-gray-700\/0 {
|
|
color: rgb(55 65 81 / 0);
|
|
}
|
|
|
|
.text-gray-700\/10 {
|
|
color: rgb(55 65 81 / 0.1);
|
|
}
|
|
|
|
.text-gray-700\/100 {
|
|
color: rgb(55 65 81 / 1);
|
|
}
|
|
|
|
.text-gray-700\/15 {
|
|
color: rgb(55 65 81 / 0.15);
|
|
}
|
|
|
|
.text-gray-700\/20 {
|
|
color: rgb(55 65 81 / 0.2);
|
|
}
|
|
|
|
.text-gray-700\/25 {
|
|
color: rgb(55 65 81 / 0.25);
|
|
}
|
|
|
|
.text-gray-700\/30 {
|
|
color: rgb(55 65 81 / 0.3);
|
|
}
|
|
|
|
.text-gray-700\/35 {
|
|
color: rgb(55 65 81 / 0.35);
|
|
}
|
|
|
|
.text-gray-700\/40 {
|
|
color: rgb(55 65 81 / 0.4);
|
|
}
|
|
|
|
.text-gray-700\/45 {
|
|
color: rgb(55 65 81 / 0.45);
|
|
}
|
|
|
|
.text-gray-700\/5 {
|
|
color: rgb(55 65 81 / 0.05);
|
|
}
|
|
|
|
.text-gray-700\/50 {
|
|
color: rgb(55 65 81 / 0.5);
|
|
}
|
|
|
|
.text-gray-700\/55 {
|
|
color: rgb(55 65 81 / 0.55);
|
|
}
|
|
|
|
.text-gray-700\/60 {
|
|
color: rgb(55 65 81 / 0.6);
|
|
}
|
|
|
|
.text-gray-700\/65 {
|
|
color: rgb(55 65 81 / 0.65);
|
|
}
|
|
|
|
.text-gray-700\/70 {
|
|
color: rgb(55 65 81 / 0.7);
|
|
}
|
|
|
|
.text-gray-700\/75 {
|
|
color: rgb(55 65 81 / 0.75);
|
|
}
|
|
|
|
.text-gray-700\/80 {
|
|
color: rgb(55 65 81 / 0.8);
|
|
}
|
|
|
|
.text-gray-700\/85 {
|
|
color: rgb(55 65 81 / 0.85);
|
|
}
|
|
|
|
.text-gray-700\/90 {
|
|
color: rgb(55 65 81 / 0.9);
|
|
}
|
|
|
|
.text-gray-700\/95 {
|
|
color: rgb(55 65 81 / 0.95);
|
|
}
|
|
|
|
.text-gray-800 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(31 41 55 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-gray-900 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(36 37 39 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-green-400 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(74 222 128 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-green-500 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(0 146 71 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-green-500\/0 {
|
|
color: rgb(0 146 71 / 0);
|
|
}
|
|
|
|
.text-green-500\/10 {
|
|
color: rgb(0 146 71 / 0.1);
|
|
}
|
|
|
|
.text-green-500\/100 {
|
|
color: rgb(0 146 71 / 1);
|
|
}
|
|
|
|
.text-green-500\/15 {
|
|
color: rgb(0 146 71 / 0.15);
|
|
}
|
|
|
|
.text-green-500\/20 {
|
|
color: rgb(0 146 71 / 0.2);
|
|
}
|
|
|
|
.text-green-500\/25 {
|
|
color: rgb(0 146 71 / 0.25);
|
|
}
|
|
|
|
.text-green-500\/30 {
|
|
color: rgb(0 146 71 / 0.3);
|
|
}
|
|
|
|
.text-green-500\/35 {
|
|
color: rgb(0 146 71 / 0.35);
|
|
}
|
|
|
|
.text-green-500\/40 {
|
|
color: rgb(0 146 71 / 0.4);
|
|
}
|
|
|
|
.text-green-500\/45 {
|
|
color: rgb(0 146 71 / 0.45);
|
|
}
|
|
|
|
.text-green-500\/5 {
|
|
color: rgb(0 146 71 / 0.05);
|
|
}
|
|
|
|
.text-green-500\/50 {
|
|
color: rgb(0 146 71 / 0.5);
|
|
}
|
|
|
|
.text-green-500\/55 {
|
|
color: rgb(0 146 71 / 0.55);
|
|
}
|
|
|
|
.text-green-500\/60 {
|
|
color: rgb(0 146 71 / 0.6);
|
|
}
|
|
|
|
.text-green-500\/65 {
|
|
color: rgb(0 146 71 / 0.65);
|
|
}
|
|
|
|
.text-green-500\/70 {
|
|
color: rgb(0 146 71 / 0.7);
|
|
}
|
|
|
|
.text-green-500\/75 {
|
|
color: rgb(0 146 71 / 0.75);
|
|
}
|
|
|
|
.text-green-500\/80 {
|
|
color: rgb(0 146 71 / 0.8);
|
|
}
|
|
|
|
.text-green-500\/85 {
|
|
color: rgb(0 146 71 / 0.85);
|
|
}
|
|
|
|
.text-green-500\/90 {
|
|
color: rgb(0 146 71 / 0.9);
|
|
}
|
|
|
|
.text-green-500\/95 {
|
|
color: rgb(0 146 71 / 0.95);
|
|
}
|
|
|
|
.text-green-600 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(22 163 74 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-green-600\/0 {
|
|
color: rgb(22 163 74 / 0);
|
|
}
|
|
|
|
.text-green-600\/10 {
|
|
color: rgb(22 163 74 / 0.1);
|
|
}
|
|
|
|
.text-green-600\/100 {
|
|
color: rgb(22 163 74 / 1);
|
|
}
|
|
|
|
.text-green-600\/15 {
|
|
color: rgb(22 163 74 / 0.15);
|
|
}
|
|
|
|
.text-green-600\/20 {
|
|
color: rgb(22 163 74 / 0.2);
|
|
}
|
|
|
|
.text-green-600\/25 {
|
|
color: rgb(22 163 74 / 0.25);
|
|
}
|
|
|
|
.text-green-600\/30 {
|
|
color: rgb(22 163 74 / 0.3);
|
|
}
|
|
|
|
.text-green-600\/35 {
|
|
color: rgb(22 163 74 / 0.35);
|
|
}
|
|
|
|
.text-green-600\/40 {
|
|
color: rgb(22 163 74 / 0.4);
|
|
}
|
|
|
|
.text-green-600\/45 {
|
|
color: rgb(22 163 74 / 0.45);
|
|
}
|
|
|
|
.text-green-600\/5 {
|
|
color: rgb(22 163 74 / 0.05);
|
|
}
|
|
|
|
.text-green-600\/50 {
|
|
color: rgb(22 163 74 / 0.5);
|
|
}
|
|
|
|
.text-green-600\/55 {
|
|
color: rgb(22 163 74 / 0.55);
|
|
}
|
|
|
|
.text-green-600\/60 {
|
|
color: rgb(22 163 74 / 0.6);
|
|
}
|
|
|
|
.text-green-600\/65 {
|
|
color: rgb(22 163 74 / 0.65);
|
|
}
|
|
|
|
.text-green-600\/70 {
|
|
color: rgb(22 163 74 / 0.7);
|
|
}
|
|
|
|
.text-green-600\/75 {
|
|
color: rgb(22 163 74 / 0.75);
|
|
}
|
|
|
|
.text-green-600\/80 {
|
|
color: rgb(22 163 74 / 0.8);
|
|
}
|
|
|
|
.text-green-600\/85 {
|
|
color: rgb(22 163 74 / 0.85);
|
|
}
|
|
|
|
.text-green-600\/90 {
|
|
color: rgb(22 163 74 / 0.9);
|
|
}
|
|
|
|
.text-green-600\/95 {
|
|
color: rgb(22 163 74 / 0.95);
|
|
}
|
|
|
|
.text-green-700 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(21 128 61 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-green-700\/0 {
|
|
color: rgb(21 128 61 / 0);
|
|
}
|
|
|
|
.text-green-700\/10 {
|
|
color: rgb(21 128 61 / 0.1);
|
|
}
|
|
|
|
.text-green-700\/100 {
|
|
color: rgb(21 128 61 / 1);
|
|
}
|
|
|
|
.text-green-700\/15 {
|
|
color: rgb(21 128 61 / 0.15);
|
|
}
|
|
|
|
.text-green-700\/20 {
|
|
color: rgb(21 128 61 / 0.2);
|
|
}
|
|
|
|
.text-green-700\/25 {
|
|
color: rgb(21 128 61 / 0.25);
|
|
}
|
|
|
|
.text-green-700\/30 {
|
|
color: rgb(21 128 61 / 0.3);
|
|
}
|
|
|
|
.text-green-700\/35 {
|
|
color: rgb(21 128 61 / 0.35);
|
|
}
|
|
|
|
.text-green-700\/40 {
|
|
color: rgb(21 128 61 / 0.4);
|
|
}
|
|
|
|
.text-green-700\/45 {
|
|
color: rgb(21 128 61 / 0.45);
|
|
}
|
|
|
|
.text-green-700\/5 {
|
|
color: rgb(21 128 61 / 0.05);
|
|
}
|
|
|
|
.text-green-700\/50 {
|
|
color: rgb(21 128 61 / 0.5);
|
|
}
|
|
|
|
.text-green-700\/55 {
|
|
color: rgb(21 128 61 / 0.55);
|
|
}
|
|
|
|
.text-green-700\/60 {
|
|
color: rgb(21 128 61 / 0.6);
|
|
}
|
|
|
|
.text-green-700\/65 {
|
|
color: rgb(21 128 61 / 0.65);
|
|
}
|
|
|
|
.text-green-700\/70 {
|
|
color: rgb(21 128 61 / 0.7);
|
|
}
|
|
|
|
.text-green-700\/75 {
|
|
color: rgb(21 128 61 / 0.75);
|
|
}
|
|
|
|
.text-green-700\/80 {
|
|
color: rgb(21 128 61 / 0.8);
|
|
}
|
|
|
|
.text-green-700\/85 {
|
|
color: rgb(21 128 61 / 0.85);
|
|
}
|
|
|
|
.text-green-700\/90 {
|
|
color: rgb(21 128 61 / 0.9);
|
|
}
|
|
|
|
.text-green-700\/95 {
|
|
color: rgb(21 128 61 / 0.95);
|
|
}
|
|
|
|
.text-green-800 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(22 101 52 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-green-900 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(20 83 45 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-indigo-700 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(67 56 202 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-orange-400 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(251 146 60 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-orange-500 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(249 115 22 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-orange-500\/0 {
|
|
color: rgb(249 115 22 / 0);
|
|
}
|
|
|
|
.text-orange-500\/10 {
|
|
color: rgb(249 115 22 / 0.1);
|
|
}
|
|
|
|
.text-orange-500\/100 {
|
|
color: rgb(249 115 22 / 1);
|
|
}
|
|
|
|
.text-orange-500\/15 {
|
|
color: rgb(249 115 22 / 0.15);
|
|
}
|
|
|
|
.text-orange-500\/20 {
|
|
color: rgb(249 115 22 / 0.2);
|
|
}
|
|
|
|
.text-orange-500\/25 {
|
|
color: rgb(249 115 22 / 0.25);
|
|
}
|
|
|
|
.text-orange-500\/30 {
|
|
color: rgb(249 115 22 / 0.3);
|
|
}
|
|
|
|
.text-orange-500\/35 {
|
|
color: rgb(249 115 22 / 0.35);
|
|
}
|
|
|
|
.text-orange-500\/40 {
|
|
color: rgb(249 115 22 / 0.4);
|
|
}
|
|
|
|
.text-orange-500\/45 {
|
|
color: rgb(249 115 22 / 0.45);
|
|
}
|
|
|
|
.text-orange-500\/5 {
|
|
color: rgb(249 115 22 / 0.05);
|
|
}
|
|
|
|
.text-orange-500\/50 {
|
|
color: rgb(249 115 22 / 0.5);
|
|
}
|
|
|
|
.text-orange-500\/55 {
|
|
color: rgb(249 115 22 / 0.55);
|
|
}
|
|
|
|
.text-orange-500\/60 {
|
|
color: rgb(249 115 22 / 0.6);
|
|
}
|
|
|
|
.text-orange-500\/65 {
|
|
color: rgb(249 115 22 / 0.65);
|
|
}
|
|
|
|
.text-orange-500\/70 {
|
|
color: rgb(249 115 22 / 0.7);
|
|
}
|
|
|
|
.text-orange-500\/75 {
|
|
color: rgb(249 115 22 / 0.75);
|
|
}
|
|
|
|
.text-orange-500\/80 {
|
|
color: rgb(249 115 22 / 0.8);
|
|
}
|
|
|
|
.text-orange-500\/85 {
|
|
color: rgb(249 115 22 / 0.85);
|
|
}
|
|
|
|
.text-orange-500\/90 {
|
|
color: rgb(249 115 22 / 0.9);
|
|
}
|
|
|
|
.text-orange-500\/95 {
|
|
color: rgb(249 115 22 / 0.95);
|
|
}
|
|
|
|
.text-orange-600 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(234 88 12 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-orange-600\/0 {
|
|
color: rgb(234 88 12 / 0);
|
|
}
|
|
|
|
.text-orange-600\/10 {
|
|
color: rgb(234 88 12 / 0.1);
|
|
}
|
|
|
|
.text-orange-600\/100 {
|
|
color: rgb(234 88 12 / 1);
|
|
}
|
|
|
|
.text-orange-600\/15 {
|
|
color: rgb(234 88 12 / 0.15);
|
|
}
|
|
|
|
.text-orange-600\/20 {
|
|
color: rgb(234 88 12 / 0.2);
|
|
}
|
|
|
|
.text-orange-600\/25 {
|
|
color: rgb(234 88 12 / 0.25);
|
|
}
|
|
|
|
.text-orange-600\/30 {
|
|
color: rgb(234 88 12 / 0.3);
|
|
}
|
|
|
|
.text-orange-600\/35 {
|
|
color: rgb(234 88 12 / 0.35);
|
|
}
|
|
|
|
.text-orange-600\/40 {
|
|
color: rgb(234 88 12 / 0.4);
|
|
}
|
|
|
|
.text-orange-600\/45 {
|
|
color: rgb(234 88 12 / 0.45);
|
|
}
|
|
|
|
.text-orange-600\/5 {
|
|
color: rgb(234 88 12 / 0.05);
|
|
}
|
|
|
|
.text-orange-600\/50 {
|
|
color: rgb(234 88 12 / 0.5);
|
|
}
|
|
|
|
.text-orange-600\/55 {
|
|
color: rgb(234 88 12 / 0.55);
|
|
}
|
|
|
|
.text-orange-600\/60 {
|
|
color: rgb(234 88 12 / 0.6);
|
|
}
|
|
|
|
.text-orange-600\/65 {
|
|
color: rgb(234 88 12 / 0.65);
|
|
}
|
|
|
|
.text-orange-600\/70 {
|
|
color: rgb(234 88 12 / 0.7);
|
|
}
|
|
|
|
.text-orange-600\/75 {
|
|
color: rgb(234 88 12 / 0.75);
|
|
}
|
|
|
|
.text-orange-600\/80 {
|
|
color: rgb(234 88 12 / 0.8);
|
|
}
|
|
|
|
.text-orange-600\/85 {
|
|
color: rgb(234 88 12 / 0.85);
|
|
}
|
|
|
|
.text-orange-600\/90 {
|
|
color: rgb(234 88 12 / 0.9);
|
|
}
|
|
|
|
.text-orange-600\/95 {
|
|
color: rgb(234 88 12 / 0.95);
|
|
}
|
|
|
|
.text-orange-700 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(194 65 12 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-orange-700\/0 {
|
|
color: rgb(194 65 12 / 0);
|
|
}
|
|
|
|
.text-orange-700\/10 {
|
|
color: rgb(194 65 12 / 0.1);
|
|
}
|
|
|
|
.text-orange-700\/100 {
|
|
color: rgb(194 65 12 / 1);
|
|
}
|
|
|
|
.text-orange-700\/15 {
|
|
color: rgb(194 65 12 / 0.15);
|
|
}
|
|
|
|
.text-orange-700\/20 {
|
|
color: rgb(194 65 12 / 0.2);
|
|
}
|
|
|
|
.text-orange-700\/25 {
|
|
color: rgb(194 65 12 / 0.25);
|
|
}
|
|
|
|
.text-orange-700\/30 {
|
|
color: rgb(194 65 12 / 0.3);
|
|
}
|
|
|
|
.text-orange-700\/35 {
|
|
color: rgb(194 65 12 / 0.35);
|
|
}
|
|
|
|
.text-orange-700\/40 {
|
|
color: rgb(194 65 12 / 0.4);
|
|
}
|
|
|
|
.text-orange-700\/45 {
|
|
color: rgb(194 65 12 / 0.45);
|
|
}
|
|
|
|
.text-orange-700\/5 {
|
|
color: rgb(194 65 12 / 0.05);
|
|
}
|
|
|
|
.text-orange-700\/50 {
|
|
color: rgb(194 65 12 / 0.5);
|
|
}
|
|
|
|
.text-orange-700\/55 {
|
|
color: rgb(194 65 12 / 0.55);
|
|
}
|
|
|
|
.text-orange-700\/60 {
|
|
color: rgb(194 65 12 / 0.6);
|
|
}
|
|
|
|
.text-orange-700\/65 {
|
|
color: rgb(194 65 12 / 0.65);
|
|
}
|
|
|
|
.text-orange-700\/70 {
|
|
color: rgb(194 65 12 / 0.7);
|
|
}
|
|
|
|
.text-orange-700\/75 {
|
|
color: rgb(194 65 12 / 0.75);
|
|
}
|
|
|
|
.text-orange-700\/80 {
|
|
color: rgb(194 65 12 / 0.8);
|
|
}
|
|
|
|
.text-orange-700\/85 {
|
|
color: rgb(194 65 12 / 0.85);
|
|
}
|
|
|
|
.text-orange-700\/90 {
|
|
color: rgb(194 65 12 / 0.9);
|
|
}
|
|
|
|
.text-orange-700\/95 {
|
|
color: rgb(194 65 12 / 0.95);
|
|
}
|
|
|
|
.text-pink-400 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(244 114 182 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-pink-600 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(219 39 119 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-purple-400 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(192 132 252 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-purple-500 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(168 85 247 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-purple-500\/0 {
|
|
color: rgb(168 85 247 / 0);
|
|
}
|
|
|
|
.text-purple-500\/10 {
|
|
color: rgb(168 85 247 / 0.1);
|
|
}
|
|
|
|
.text-purple-500\/100 {
|
|
color: rgb(168 85 247 / 1);
|
|
}
|
|
|
|
.text-purple-500\/15 {
|
|
color: rgb(168 85 247 / 0.15);
|
|
}
|
|
|
|
.text-purple-500\/20 {
|
|
color: rgb(168 85 247 / 0.2);
|
|
}
|
|
|
|
.text-purple-500\/25 {
|
|
color: rgb(168 85 247 / 0.25);
|
|
}
|
|
|
|
.text-purple-500\/30 {
|
|
color: rgb(168 85 247 / 0.3);
|
|
}
|
|
|
|
.text-purple-500\/35 {
|
|
color: rgb(168 85 247 / 0.35);
|
|
}
|
|
|
|
.text-purple-500\/40 {
|
|
color: rgb(168 85 247 / 0.4);
|
|
}
|
|
|
|
.text-purple-500\/45 {
|
|
color: rgb(168 85 247 / 0.45);
|
|
}
|
|
|
|
.text-purple-500\/5 {
|
|
color: rgb(168 85 247 / 0.05);
|
|
}
|
|
|
|
.text-purple-500\/50 {
|
|
color: rgb(168 85 247 / 0.5);
|
|
}
|
|
|
|
.text-purple-500\/55 {
|
|
color: rgb(168 85 247 / 0.55);
|
|
}
|
|
|
|
.text-purple-500\/60 {
|
|
color: rgb(168 85 247 / 0.6);
|
|
}
|
|
|
|
.text-purple-500\/65 {
|
|
color: rgb(168 85 247 / 0.65);
|
|
}
|
|
|
|
.text-purple-500\/70 {
|
|
color: rgb(168 85 247 / 0.7);
|
|
}
|
|
|
|
.text-purple-500\/75 {
|
|
color: rgb(168 85 247 / 0.75);
|
|
}
|
|
|
|
.text-purple-500\/80 {
|
|
color: rgb(168 85 247 / 0.8);
|
|
}
|
|
|
|
.text-purple-500\/85 {
|
|
color: rgb(168 85 247 / 0.85);
|
|
}
|
|
|
|
.text-purple-500\/90 {
|
|
color: rgb(168 85 247 / 0.9);
|
|
}
|
|
|
|
.text-purple-500\/95 {
|
|
color: rgb(168 85 247 / 0.95);
|
|
}
|
|
|
|
.text-purple-600 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(147 51 234 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-purple-600\/0 {
|
|
color: rgb(147 51 234 / 0);
|
|
}
|
|
|
|
.text-purple-600\/10 {
|
|
color: rgb(147 51 234 / 0.1);
|
|
}
|
|
|
|
.text-purple-600\/100 {
|
|
color: rgb(147 51 234 / 1);
|
|
}
|
|
|
|
.text-purple-600\/15 {
|
|
color: rgb(147 51 234 / 0.15);
|
|
}
|
|
|
|
.text-purple-600\/20 {
|
|
color: rgb(147 51 234 / 0.2);
|
|
}
|
|
|
|
.text-purple-600\/25 {
|
|
color: rgb(147 51 234 / 0.25);
|
|
}
|
|
|
|
.text-purple-600\/30 {
|
|
color: rgb(147 51 234 / 0.3);
|
|
}
|
|
|
|
.text-purple-600\/35 {
|
|
color: rgb(147 51 234 / 0.35);
|
|
}
|
|
|
|
.text-purple-600\/40 {
|
|
color: rgb(147 51 234 / 0.4);
|
|
}
|
|
|
|
.text-purple-600\/45 {
|
|
color: rgb(147 51 234 / 0.45);
|
|
}
|
|
|
|
.text-purple-600\/5 {
|
|
color: rgb(147 51 234 / 0.05);
|
|
}
|
|
|
|
.text-purple-600\/50 {
|
|
color: rgb(147 51 234 / 0.5);
|
|
}
|
|
|
|
.text-purple-600\/55 {
|
|
color: rgb(147 51 234 / 0.55);
|
|
}
|
|
|
|
.text-purple-600\/60 {
|
|
color: rgb(147 51 234 / 0.6);
|
|
}
|
|
|
|
.text-purple-600\/65 {
|
|
color: rgb(147 51 234 / 0.65);
|
|
}
|
|
|
|
.text-purple-600\/70 {
|
|
color: rgb(147 51 234 / 0.7);
|
|
}
|
|
|
|
.text-purple-600\/75 {
|
|
color: rgb(147 51 234 / 0.75);
|
|
}
|
|
|
|
.text-purple-600\/80 {
|
|
color: rgb(147 51 234 / 0.8);
|
|
}
|
|
|
|
.text-purple-600\/85 {
|
|
color: rgb(147 51 234 / 0.85);
|
|
}
|
|
|
|
.text-purple-600\/90 {
|
|
color: rgb(147 51 234 / 0.9);
|
|
}
|
|
|
|
.text-purple-600\/95 {
|
|
color: rgb(147 51 234 / 0.95);
|
|
}
|
|
|
|
.text-purple-700 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(126 34 206 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-purple-700\/0 {
|
|
color: rgb(126 34 206 / 0);
|
|
}
|
|
|
|
.text-purple-700\/10 {
|
|
color: rgb(126 34 206 / 0.1);
|
|
}
|
|
|
|
.text-purple-700\/100 {
|
|
color: rgb(126 34 206 / 1);
|
|
}
|
|
|
|
.text-purple-700\/15 {
|
|
color: rgb(126 34 206 / 0.15);
|
|
}
|
|
|
|
.text-purple-700\/20 {
|
|
color: rgb(126 34 206 / 0.2);
|
|
}
|
|
|
|
.text-purple-700\/25 {
|
|
color: rgb(126 34 206 / 0.25);
|
|
}
|
|
|
|
.text-purple-700\/30 {
|
|
color: rgb(126 34 206 / 0.3);
|
|
}
|
|
|
|
.text-purple-700\/35 {
|
|
color: rgb(126 34 206 / 0.35);
|
|
}
|
|
|
|
.text-purple-700\/40 {
|
|
color: rgb(126 34 206 / 0.4);
|
|
}
|
|
|
|
.text-purple-700\/45 {
|
|
color: rgb(126 34 206 / 0.45);
|
|
}
|
|
|
|
.text-purple-700\/5 {
|
|
color: rgb(126 34 206 / 0.05);
|
|
}
|
|
|
|
.text-purple-700\/50 {
|
|
color: rgb(126 34 206 / 0.5);
|
|
}
|
|
|
|
.text-purple-700\/55 {
|
|
color: rgb(126 34 206 / 0.55);
|
|
}
|
|
|
|
.text-purple-700\/60 {
|
|
color: rgb(126 34 206 / 0.6);
|
|
}
|
|
|
|
.text-purple-700\/65 {
|
|
color: rgb(126 34 206 / 0.65);
|
|
}
|
|
|
|
.text-purple-700\/70 {
|
|
color: rgb(126 34 206 / 0.7);
|
|
}
|
|
|
|
.text-purple-700\/75 {
|
|
color: rgb(126 34 206 / 0.75);
|
|
}
|
|
|
|
.text-purple-700\/80 {
|
|
color: rgb(126 34 206 / 0.8);
|
|
}
|
|
|
|
.text-purple-700\/85 {
|
|
color: rgb(126 34 206 / 0.85);
|
|
}
|
|
|
|
.text-purple-700\/90 {
|
|
color: rgb(126 34 206 / 0.9);
|
|
}
|
|
|
|
.text-purple-700\/95 {
|
|
color: rgb(126 34 206 / 0.95);
|
|
}
|
|
|
|
.text-purple-800 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(107 33 168 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-red-300 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(252 165 165 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-red-400 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(248 113 113 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-red-500 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(239 68 68 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-red-500\/0 {
|
|
color: rgb(239 68 68 / 0);
|
|
}
|
|
|
|
.text-red-500\/10 {
|
|
color: rgb(239 68 68 / 0.1);
|
|
}
|
|
|
|
.text-red-500\/100 {
|
|
color: rgb(239 68 68 / 1);
|
|
}
|
|
|
|
.text-red-500\/15 {
|
|
color: rgb(239 68 68 / 0.15);
|
|
}
|
|
|
|
.text-red-500\/20 {
|
|
color: rgb(239 68 68 / 0.2);
|
|
}
|
|
|
|
.text-red-500\/25 {
|
|
color: rgb(239 68 68 / 0.25);
|
|
}
|
|
|
|
.text-red-500\/30 {
|
|
color: rgb(239 68 68 / 0.3);
|
|
}
|
|
|
|
.text-red-500\/35 {
|
|
color: rgb(239 68 68 / 0.35);
|
|
}
|
|
|
|
.text-red-500\/40 {
|
|
color: rgb(239 68 68 / 0.4);
|
|
}
|
|
|
|
.text-red-500\/45 {
|
|
color: rgb(239 68 68 / 0.45);
|
|
}
|
|
|
|
.text-red-500\/5 {
|
|
color: rgb(239 68 68 / 0.05);
|
|
}
|
|
|
|
.text-red-500\/50 {
|
|
color: rgb(239 68 68 / 0.5);
|
|
}
|
|
|
|
.text-red-500\/55 {
|
|
color: rgb(239 68 68 / 0.55);
|
|
}
|
|
|
|
.text-red-500\/60 {
|
|
color: rgb(239 68 68 / 0.6);
|
|
}
|
|
|
|
.text-red-500\/65 {
|
|
color: rgb(239 68 68 / 0.65);
|
|
}
|
|
|
|
.text-red-500\/70 {
|
|
color: rgb(239 68 68 / 0.7);
|
|
}
|
|
|
|
.text-red-500\/75 {
|
|
color: rgb(239 68 68 / 0.75);
|
|
}
|
|
|
|
.text-red-500\/80 {
|
|
color: rgb(239 68 68 / 0.8);
|
|
}
|
|
|
|
.text-red-500\/85 {
|
|
color: rgb(239 68 68 / 0.85);
|
|
}
|
|
|
|
.text-red-500\/90 {
|
|
color: rgb(239 68 68 / 0.9);
|
|
}
|
|
|
|
.text-red-500\/95 {
|
|
color: rgb(239 68 68 / 0.95);
|
|
}
|
|
|
|
.text-red-600 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(220 38 38 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-red-600\/0 {
|
|
color: rgb(220 38 38 / 0);
|
|
}
|
|
|
|
.text-red-600\/10 {
|
|
color: rgb(220 38 38 / 0.1);
|
|
}
|
|
|
|
.text-red-600\/100 {
|
|
color: rgb(220 38 38 / 1);
|
|
}
|
|
|
|
.text-red-600\/15 {
|
|
color: rgb(220 38 38 / 0.15);
|
|
}
|
|
|
|
.text-red-600\/20 {
|
|
color: rgb(220 38 38 / 0.2);
|
|
}
|
|
|
|
.text-red-600\/25 {
|
|
color: rgb(220 38 38 / 0.25);
|
|
}
|
|
|
|
.text-red-600\/30 {
|
|
color: rgb(220 38 38 / 0.3);
|
|
}
|
|
|
|
.text-red-600\/35 {
|
|
color: rgb(220 38 38 / 0.35);
|
|
}
|
|
|
|
.text-red-600\/40 {
|
|
color: rgb(220 38 38 / 0.4);
|
|
}
|
|
|
|
.text-red-600\/45 {
|
|
color: rgb(220 38 38 / 0.45);
|
|
}
|
|
|
|
.text-red-600\/5 {
|
|
color: rgb(220 38 38 / 0.05);
|
|
}
|
|
|
|
.text-red-600\/50 {
|
|
color: rgb(220 38 38 / 0.5);
|
|
}
|
|
|
|
.text-red-600\/55 {
|
|
color: rgb(220 38 38 / 0.55);
|
|
}
|
|
|
|
.text-red-600\/60 {
|
|
color: rgb(220 38 38 / 0.6);
|
|
}
|
|
|
|
.text-red-600\/65 {
|
|
color: rgb(220 38 38 / 0.65);
|
|
}
|
|
|
|
.text-red-600\/70 {
|
|
color: rgb(220 38 38 / 0.7);
|
|
}
|
|
|
|
.text-red-600\/75 {
|
|
color: rgb(220 38 38 / 0.75);
|
|
}
|
|
|
|
.text-red-600\/80 {
|
|
color: rgb(220 38 38 / 0.8);
|
|
}
|
|
|
|
.text-red-600\/85 {
|
|
color: rgb(220 38 38 / 0.85);
|
|
}
|
|
|
|
.text-red-600\/90 {
|
|
color: rgb(220 38 38 / 0.9);
|
|
}
|
|
|
|
.text-red-600\/95 {
|
|
color: rgb(220 38 38 / 0.95);
|
|
}
|
|
|
|
.text-red-700 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(185 28 28 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-red-700\/0 {
|
|
color: rgb(185 28 28 / 0);
|
|
}
|
|
|
|
.text-red-700\/10 {
|
|
color: rgb(185 28 28 / 0.1);
|
|
}
|
|
|
|
.text-red-700\/100 {
|
|
color: rgb(185 28 28 / 1);
|
|
}
|
|
|
|
.text-red-700\/15 {
|
|
color: rgb(185 28 28 / 0.15);
|
|
}
|
|
|
|
.text-red-700\/20 {
|
|
color: rgb(185 28 28 / 0.2);
|
|
}
|
|
|
|
.text-red-700\/25 {
|
|
color: rgb(185 28 28 / 0.25);
|
|
}
|
|
|
|
.text-red-700\/30 {
|
|
color: rgb(185 28 28 / 0.3);
|
|
}
|
|
|
|
.text-red-700\/35 {
|
|
color: rgb(185 28 28 / 0.35);
|
|
}
|
|
|
|
.text-red-700\/40 {
|
|
color: rgb(185 28 28 / 0.4);
|
|
}
|
|
|
|
.text-red-700\/45 {
|
|
color: rgb(185 28 28 / 0.45);
|
|
}
|
|
|
|
.text-red-700\/5 {
|
|
color: rgb(185 28 28 / 0.05);
|
|
}
|
|
|
|
.text-red-700\/50 {
|
|
color: rgb(185 28 28 / 0.5);
|
|
}
|
|
|
|
.text-red-700\/55 {
|
|
color: rgb(185 28 28 / 0.55);
|
|
}
|
|
|
|
.text-red-700\/60 {
|
|
color: rgb(185 28 28 / 0.6);
|
|
}
|
|
|
|
.text-red-700\/65 {
|
|
color: rgb(185 28 28 / 0.65);
|
|
}
|
|
|
|
.text-red-700\/70 {
|
|
color: rgb(185 28 28 / 0.7);
|
|
}
|
|
|
|
.text-red-700\/75 {
|
|
color: rgb(185 28 28 / 0.75);
|
|
}
|
|
|
|
.text-red-700\/80 {
|
|
color: rgb(185 28 28 / 0.8);
|
|
}
|
|
|
|
.text-red-700\/85 {
|
|
color: rgb(185 28 28 / 0.85);
|
|
}
|
|
|
|
.text-red-700\/90 {
|
|
color: rgb(185 28 28 / 0.9);
|
|
}
|
|
|
|
.text-red-700\/95 {
|
|
color: rgb(185 28 28 / 0.95);
|
|
}
|
|
|
|
.text-red-800 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(153 27 27 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-red-900 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(127 29 29 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-rose-600 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(225 29 72 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-rose-700 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(190 18 60 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-sky-700 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(3 105 161 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-slate-500 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(100 116 139 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-slate-600 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(71 85 105 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-slate-700 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(51 65 85 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-slate-800 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(30 41 59 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-teal-700 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(15 118 110 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-teal-800 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(17 94 89 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-transparent {
|
|
color: transparent;
|
|
}
|
|
|
|
.text-violet-700 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(109 40 217 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-white {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-white\/95 {
|
|
color: rgb(255 255 255 / 0.95);
|
|
}
|
|
|
|
.text-yellow-500 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(234 179 8 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-yellow-500\/0 {
|
|
color: rgb(234 179 8 / 0);
|
|
}
|
|
|
|
.text-yellow-500\/10 {
|
|
color: rgb(234 179 8 / 0.1);
|
|
}
|
|
|
|
.text-yellow-500\/100 {
|
|
color: rgb(234 179 8 / 1);
|
|
}
|
|
|
|
.text-yellow-500\/15 {
|
|
color: rgb(234 179 8 / 0.15);
|
|
}
|
|
|
|
.text-yellow-500\/20 {
|
|
color: rgb(234 179 8 / 0.2);
|
|
}
|
|
|
|
.text-yellow-500\/25 {
|
|
color: rgb(234 179 8 / 0.25);
|
|
}
|
|
|
|
.text-yellow-500\/30 {
|
|
color: rgb(234 179 8 / 0.3);
|
|
}
|
|
|
|
.text-yellow-500\/35 {
|
|
color: rgb(234 179 8 / 0.35);
|
|
}
|
|
|
|
.text-yellow-500\/40 {
|
|
color: rgb(234 179 8 / 0.4);
|
|
}
|
|
|
|
.text-yellow-500\/45 {
|
|
color: rgb(234 179 8 / 0.45);
|
|
}
|
|
|
|
.text-yellow-500\/5 {
|
|
color: rgb(234 179 8 / 0.05);
|
|
}
|
|
|
|
.text-yellow-500\/50 {
|
|
color: rgb(234 179 8 / 0.5);
|
|
}
|
|
|
|
.text-yellow-500\/55 {
|
|
color: rgb(234 179 8 / 0.55);
|
|
}
|
|
|
|
.text-yellow-500\/60 {
|
|
color: rgb(234 179 8 / 0.6);
|
|
}
|
|
|
|
.text-yellow-500\/65 {
|
|
color: rgb(234 179 8 / 0.65);
|
|
}
|
|
|
|
.text-yellow-500\/70 {
|
|
color: rgb(234 179 8 / 0.7);
|
|
}
|
|
|
|
.text-yellow-500\/75 {
|
|
color: rgb(234 179 8 / 0.75);
|
|
}
|
|
|
|
.text-yellow-500\/80 {
|
|
color: rgb(234 179 8 / 0.8);
|
|
}
|
|
|
|
.text-yellow-500\/85 {
|
|
color: rgb(234 179 8 / 0.85);
|
|
}
|
|
|
|
.text-yellow-500\/90 {
|
|
color: rgb(234 179 8 / 0.9);
|
|
}
|
|
|
|
.text-yellow-500\/95 {
|
|
color: rgb(234 179 8 / 0.95);
|
|
}
|
|
|
|
.text-yellow-600 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(202 138 4 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-yellow-600\/0 {
|
|
color: rgb(202 138 4 / 0);
|
|
}
|
|
|
|
.text-yellow-600\/10 {
|
|
color: rgb(202 138 4 / 0.1);
|
|
}
|
|
|
|
.text-yellow-600\/100 {
|
|
color: rgb(202 138 4 / 1);
|
|
}
|
|
|
|
.text-yellow-600\/15 {
|
|
color: rgb(202 138 4 / 0.15);
|
|
}
|
|
|
|
.text-yellow-600\/20 {
|
|
color: rgb(202 138 4 / 0.2);
|
|
}
|
|
|
|
.text-yellow-600\/25 {
|
|
color: rgb(202 138 4 / 0.25);
|
|
}
|
|
|
|
.text-yellow-600\/30 {
|
|
color: rgb(202 138 4 / 0.3);
|
|
}
|
|
|
|
.text-yellow-600\/35 {
|
|
color: rgb(202 138 4 / 0.35);
|
|
}
|
|
|
|
.text-yellow-600\/40 {
|
|
color: rgb(202 138 4 / 0.4);
|
|
}
|
|
|
|
.text-yellow-600\/45 {
|
|
color: rgb(202 138 4 / 0.45);
|
|
}
|
|
|
|
.text-yellow-600\/5 {
|
|
color: rgb(202 138 4 / 0.05);
|
|
}
|
|
|
|
.text-yellow-600\/50 {
|
|
color: rgb(202 138 4 / 0.5);
|
|
}
|
|
|
|
.text-yellow-600\/55 {
|
|
color: rgb(202 138 4 / 0.55);
|
|
}
|
|
|
|
.text-yellow-600\/60 {
|
|
color: rgb(202 138 4 / 0.6);
|
|
}
|
|
|
|
.text-yellow-600\/65 {
|
|
color: rgb(202 138 4 / 0.65);
|
|
}
|
|
|
|
.text-yellow-600\/70 {
|
|
color: rgb(202 138 4 / 0.7);
|
|
}
|
|
|
|
.text-yellow-600\/75 {
|
|
color: rgb(202 138 4 / 0.75);
|
|
}
|
|
|
|
.text-yellow-600\/80 {
|
|
color: rgb(202 138 4 / 0.8);
|
|
}
|
|
|
|
.text-yellow-600\/85 {
|
|
color: rgb(202 138 4 / 0.85);
|
|
}
|
|
|
|
.text-yellow-600\/90 {
|
|
color: rgb(202 138 4 / 0.9);
|
|
}
|
|
|
|
.text-yellow-600\/95 {
|
|
color: rgb(202 138 4 / 0.95);
|
|
}
|
|
|
|
.text-yellow-700 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(161 98 7 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.text-yellow-700\/0 {
|
|
color: rgb(161 98 7 / 0);
|
|
}
|
|
|
|
.text-yellow-700\/10 {
|
|
color: rgb(161 98 7 / 0.1);
|
|
}
|
|
|
|
.text-yellow-700\/100 {
|
|
color: rgb(161 98 7 / 1);
|
|
}
|
|
|
|
.text-yellow-700\/15 {
|
|
color: rgb(161 98 7 / 0.15);
|
|
}
|
|
|
|
.text-yellow-700\/20 {
|
|
color: rgb(161 98 7 / 0.2);
|
|
}
|
|
|
|
.text-yellow-700\/25 {
|
|
color: rgb(161 98 7 / 0.25);
|
|
}
|
|
|
|
.text-yellow-700\/30 {
|
|
color: rgb(161 98 7 / 0.3);
|
|
}
|
|
|
|
.text-yellow-700\/35 {
|
|
color: rgb(161 98 7 / 0.35);
|
|
}
|
|
|
|
.text-yellow-700\/40 {
|
|
color: rgb(161 98 7 / 0.4);
|
|
}
|
|
|
|
.text-yellow-700\/45 {
|
|
color: rgb(161 98 7 / 0.45);
|
|
}
|
|
|
|
.text-yellow-700\/5 {
|
|
color: rgb(161 98 7 / 0.05);
|
|
}
|
|
|
|
.text-yellow-700\/50 {
|
|
color: rgb(161 98 7 / 0.5);
|
|
}
|
|
|
|
.text-yellow-700\/55 {
|
|
color: rgb(161 98 7 / 0.55);
|
|
}
|
|
|
|
.text-yellow-700\/60 {
|
|
color: rgb(161 98 7 / 0.6);
|
|
}
|
|
|
|
.text-yellow-700\/65 {
|
|
color: rgb(161 98 7 / 0.65);
|
|
}
|
|
|
|
.text-yellow-700\/70 {
|
|
color: rgb(161 98 7 / 0.7);
|
|
}
|
|
|
|
.text-yellow-700\/75 {
|
|
color: rgb(161 98 7 / 0.75);
|
|
}
|
|
|
|
.text-yellow-700\/80 {
|
|
color: rgb(161 98 7 / 0.8);
|
|
}
|
|
|
|
.text-yellow-700\/85 {
|
|
color: rgb(161 98 7 / 0.85);
|
|
}
|
|
|
|
.text-yellow-700\/90 {
|
|
color: rgb(161 98 7 / 0.9);
|
|
}
|
|
|
|
.text-yellow-700\/95 {
|
|
color: rgb(161 98 7 / 0.95);
|
|
}
|
|
|
|
.underline-offset-4 {
|
|
text-underline-offset: 4px;
|
|
}
|
|
|
|
.antialiased {
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.opacity-90 {
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.mix-blend-multiply {
|
|
mix-blend-mode: multiply;
|
|
}
|
|
|
|
.shadow {
|
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
}
|
|
|
|
.shadow-2xl {
|
|
--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
|
|
--tw-shadow-colored: 0 25px 50px -12px 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-inner {
|
|
--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
|
|
--tw-shadow-colored: inset 0 2px 4px 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);
|
|
}
|
|
|
|
.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-xl {
|
|
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
|
|
box-shadow: 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;
|
|
}
|
|
|
|
.ring {
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
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-brand-200 {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(251 211 165 / var(--tw-ring-opacity, 1));
|
|
}
|
|
|
|
.ring-green-400 {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1));
|
|
}
|
|
|
|
.ring-red-200 {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1));
|
|
}
|
|
|
|
.ring-yellow-400 {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
|
|
}
|
|
|
|
.blur {
|
|
--tw-blur: blur(8px);
|
|
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);
|
|
}
|
|
|
|
.drop-shadow-2xl {
|
|
--tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
|
|
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);
|
|
}
|
|
|
|
.filter {
|
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
}
|
|
|
|
.backdrop-blur-lg {
|
|
--tw-backdrop-blur: blur(16px);
|
|
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
}
|
|
|
|
.backdrop-blur-md {
|
|
--tw-backdrop-blur: blur(12px);
|
|
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
}
|
|
|
|
.backdrop-blur-sm {
|
|
--tw-backdrop-blur: blur(4px);
|
|
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
}
|
|
|
|
.transition {
|
|
transition-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-shadow {
|
|
transition-property: box-shadow;
|
|
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-150 {
|
|
transition-duration: 150ms;
|
|
}
|
|
|
|
.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);
|
|
}
|
|
|
|
.\[-webkit-text-stroke\:2px_black\] {
|
|
-webkit-text-stroke: 2px black;
|
|
}
|
|
|
|
.\[-webkit-text-stroke\:2px_white\] {
|
|
-webkit-text-stroke: 2px white;
|
|
}
|
|
|
|
.placeholder\:text-gray-400::-moz-placeholder {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.placeholder\:text-gray-400::placeholder {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.hover\:-translate-y-0\.5:hover {
|
|
--tw-translate-y: -0.125rem;
|
|
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));
|
|
}
|
|
|
|
.hover\:scale-105:hover {
|
|
--tw-scale-x: 1.05;
|
|
--tw-scale-y: 1.05;
|
|
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));
|
|
}
|
|
|
|
.hover\:scale-110:hover {
|
|
--tw-scale-x: 1.1;
|
|
--tw-scale-y: 1.1;
|
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
}
|
|
|
|
.hover\:scale-125:hover {
|
|
--tw-scale-x: 1.25;
|
|
--tw-scale-y: 1.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));
|
|
}
|
|
|
|
.hover\:scale-\[1\.02\]:hover {
|
|
--tw-scale-x: 1.02;
|
|
--tw-scale-y: 1.02;
|
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
}
|
|
|
|
.hover\:scale-\[1\.03\]:hover {
|
|
--tw-scale-x: 1.03;
|
|
--tw-scale-y: 1.03;
|
|
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));
|
|
}
|
|
|
|
.hover\:border-brand-300:hover {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(255 181 80 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.hover\:border-brand-400:hover {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(255 139 73 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.hover\:border-green-300:hover {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.hover\:border-green-400:hover {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.hover\:border-red-300:hover {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.hover\:bg-\[\#2a2a2a\]:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(42 42 42 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.hover\:bg-\[\#F90527\]:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(249 5 39 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.hover\:bg-\[rgb\(230_0_0\/1\)\]:hover {
|
|
background-color: rgb(230 0 0/1);
|
|
}
|
|
|
|
.hover\:bg-\[rgb\(235_119_63\/1\)\]:hover {
|
|
background-color: rgb(235 119 63/1);
|
|
}
|
|
|
|
.hover\:bg-black\/10:hover {
|
|
background-color: rgb(0 0 0 / 0.1);
|
|
}
|
|
|
|
.hover\:bg-black\/20:hover {
|
|
background-color: rgb(0 0 0 / 0.2);
|
|
}
|
|
|
|
.hover\:bg-blue-600\/20:hover {
|
|
background-color: rgb(37 99 235 / 0.2);
|
|
}
|
|
|
|
.hover\:bg-brand-200:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(251 211 165 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.hover\:bg-emerald-600:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.hover\:bg-emerald-700:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.hover\:bg-gray-100:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(234 238 245 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.hover\:bg-gray-200:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.hover\:bg-gray-300:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.hover\:bg-gray-50:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.hover\:bg-gray-600:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.hover\:bg-green-100:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(213 223 80 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.hover\:bg-green-200:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.hover\:bg-green-600:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.hover\:bg-red-600:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.hover\:bg-red-700:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.hover\:bg-white:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.hover\:bg-white\/10:hover {
|
|
background-color: rgb(255 255 255 / 0.1);
|
|
}
|
|
|
|
.hover\:bg-white\/20:hover {
|
|
background-color: rgb(255 255 255 / 0.2);
|
|
}
|
|
|
|
.hover\:bg-opacity-50:hover {
|
|
--tw-bg-opacity: 0.5;
|
|
}
|
|
|
|
.hover\:from-red-700:hover {
|
|
--tw-gradient-from: #b91c1c var(--tw-gradient-from-position);
|
|
--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
}
|
|
|
|
.hover\:via-pink-700:hover {
|
|
--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-from), #be185d var(--tw-gradient-via-position), var(--tw-gradient-to);
|
|
}
|
|
|
|
.hover\:to-purple-700:hover {
|
|
--tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
|
|
}
|
|
|
|
.hover\:text-black\/80:hover {
|
|
color: rgb(0 0 0 / 0.8);
|
|
}
|
|
|
|
.hover\:text-blue-600:hover {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(37 99 235 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.hover\:text-gray-300:hover {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(209 213 219 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.hover\:text-gray-600:hover {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.hover\:text-gray-800:hover {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(31 41 55 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.hover\:underline:hover {
|
|
text-decoration-line: underline;
|
|
}
|
|
|
|
.hover\:shadow:hover {
|
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
}
|
|
|
|
.hover\:shadow-lg:hover {
|
|
--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);
|
|
}
|
|
|
|
.hover\:shadow-xl:hover {
|
|
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
}
|
|
|
|
.focus\:border-emerald-600:focus {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.focus\:border-teal-600:focus {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.focus\:border-transparent:focus {
|
|
border-color: transparent;
|
|
}
|
|
|
|
.focus\:outline-none:focus {
|
|
outline: 2px solid transparent;
|
|
outline-offset: 2px;
|
|
}
|
|
|
|
.focus\:ring-2:focus {
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
}
|
|
|
|
.focus\:ring-green-300:focus {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1));
|
|
}
|
|
|
|
.focus\:ring-green-500:focus {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(0 146 71 / var(--tw-ring-opacity, 1));
|
|
}
|
|
|
|
.focus\:ring-opacity-50:focus {
|
|
--tw-ring-opacity: 0.5;
|
|
}
|
|
|
|
.active\:translate-y-0:active {
|
|
--tw-translate-y: 0px;
|
|
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));
|
|
}
|
|
|
|
.active\:scale-95:active {
|
|
--tw-scale-x: .95;
|
|
--tw-scale-y: .95;
|
|
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));
|
|
}
|
|
|
|
.disabled\:cursor-not-allowed:disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.disabled\:bg-gray-300:disabled {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.disabled\:text-gray-500:disabled {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.disabled\:opacity-50:disabled {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.group\/conceitos-extra:focus-within .group-focus-within\/conceitos-extra\:opacity-100 {
|
|
opacity: 1;
|
|
}
|
|
|
|
.group:hover .group-hover\:scale-110 {
|
|
--tw-scale-x: 1.1;
|
|
--tw-scale-y: 1.1;
|
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
}
|
|
|
|
.group:hover .group-hover\:bg-gray-200 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.group:hover .group-hover\:bg-gray-300 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.group:hover .group-hover\:bg-gray-700 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.group:hover .group-hover\:text-green-600 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(22 163 74 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.group\/conceitos-extra:hover .group-hover\/conceitos-extra\:opacity-100 {
|
|
opacity: 1;
|
|
}
|
|
|
|
.group:hover .group-hover\:opacity-100 {
|
|
opacity: 1;
|
|
}
|
|
|
|
.peer:checked ~ .peer-checked\:block {
|
|
display: block;
|
|
}
|
|
|
|
.peer:checked ~ .peer-checked\:hidden {
|
|
display: none;
|
|
}
|
|
|
|
.peer:checked ~ .peer-checked\:max-h-\[1000px\] {
|
|
max-height: 1000px;
|
|
}
|
|
|
|
.peer:checked ~ .peer-checked\:pt-6 {
|
|
padding-top: 1.5rem;
|
|
}
|
|
|
|
.data-\[prd-ready\=false\]\:opacity-50[data-prd-ready="false"] {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
@media (min-width: 640px) {
|
|
.sm\:mb-0 {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.sm\:block {
|
|
display: block;
|
|
}
|
|
|
|
.sm\:flex {
|
|
display: flex;
|
|
}
|
|
|
|
.sm\:hidden {
|
|
display: none;
|
|
}
|
|
|
|
.sm\:max-w-3xl {
|
|
max-width: 48rem;
|
|
}
|
|
|
|
.sm\:grid-cols-2 {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
}
|
|
|
|
.sm\:flex-row {
|
|
flex-direction: row;
|
|
}
|
|
|
|
.sm\:items-center {
|
|
align-items: center;
|
|
}
|
|
|
|
.sm\:justify-between {
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.sm\:px-6 {
|
|
padding-left: 1.5rem;
|
|
padding-right: 1.5rem;
|
|
}
|
|
|
|
.sm\:py-24 {
|
|
padding-top: 6rem;
|
|
padding-bottom: 6rem;
|
|
}
|
|
|
|
.sm\:py-32 {
|
|
padding-top: 8rem;
|
|
padding-bottom: 8rem;
|
|
}
|
|
|
|
.sm\:text-2xl {
|
|
font-size: 1.5rem;
|
|
line-height: 2rem;
|
|
}
|
|
|
|
.sm\:text-4xl {
|
|
font-size: 2.25rem;
|
|
line-height: 2.5rem;
|
|
}
|
|
|
|
.sm\:text-5xl {
|
|
font-size: 3rem;
|
|
line-height: 1;
|
|
}
|
|
|
|
.sm\:text-\[50px\] {
|
|
font-size: 50px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.md\:inline {
|
|
display: inline;
|
|
}
|
|
|
|
.md\:flex {
|
|
display: flex;
|
|
}
|
|
|
|
.md\:hidden {
|
|
display: none;
|
|
}
|
|
|
|
.md\:h-20 {
|
|
height: 5rem;
|
|
}
|
|
|
|
.md\:h-\[500px\] {
|
|
height: 500px;
|
|
}
|
|
|
|
.md\:w-20 {
|
|
width: 5rem;
|
|
}
|
|
|
|
.md\:max-w-\[378\.67px\] {
|
|
max-width: 378.67px;
|
|
}
|
|
|
|
.md\:max-w-\[400px\] {
|
|
max-width: 400px;
|
|
}
|
|
|
|
.md\:grid-cols-2 {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
}
|
|
|
|
.md\:grid-cols-3 {
|
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
}
|
|
|
|
.md\:flex-row {
|
|
flex-direction: row;
|
|
}
|
|
|
|
.md\:flex-row-reverse {
|
|
flex-direction: row-reverse;
|
|
}
|
|
|
|
.md\:justify-end {
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.md\:gap-12 {
|
|
gap: 3rem;
|
|
}
|
|
|
|
.md\:gap-16 {
|
|
gap: 4rem;
|
|
}
|
|
|
|
.md\:gap-6 {
|
|
gap: 1.5rem;
|
|
}
|
|
|
|
.md\:gap-7 {
|
|
gap: 1.75rem;
|
|
}
|
|
|
|
.md\:px-0 {
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
}
|
|
|
|
.md\:px-16 {
|
|
padding-left: 4rem;
|
|
padding-right: 4rem;
|
|
}
|
|
|
|
.md\:px-20 {
|
|
padding-left: 5rem;
|
|
padding-right: 5rem;
|
|
}
|
|
|
|
.md\:px-\[120px\] {
|
|
padding-left: 120px;
|
|
padding-right: 120px;
|
|
}
|
|
|
|
.md\:py-20 {
|
|
padding-top: 5rem;
|
|
padding-bottom: 5rem;
|
|
}
|
|
|
|
.md\:py-\[106px\] {
|
|
padding-top: 106px;
|
|
padding-bottom: 106px;
|
|
}
|
|
|
|
.md\:pb-16 {
|
|
padding-bottom: 4rem;
|
|
}
|
|
|
|
.md\:pt-12 {
|
|
padding-top: 3rem;
|
|
}
|
|
|
|
.md\:text-5xl {
|
|
font-size: 3rem;
|
|
line-height: 1;
|
|
}
|
|
|
|
.md\:text-\[32px\] {
|
|
font-size: 32px;
|
|
}
|
|
|
|
.md\:text-\[40px\] {
|
|
font-size: 40px;
|
|
}
|
|
|
|
.md\:text-\[46px\] {
|
|
font-size: 46px;
|
|
}
|
|
|
|
.md\:text-\[56px\] {
|
|
font-size: 56px;
|
|
}
|
|
|
|
.md\:text-\[76px\] {
|
|
font-size: 76px;
|
|
}
|
|
|
|
.md\:text-\[86px\] {
|
|
font-size: 86px;
|
|
}
|
|
|
|
.md\:text-base {
|
|
font-size: 1rem;
|
|
line-height: 1.5rem;
|
|
}
|
|
|
|
.md\:text-lg {
|
|
font-size: 1.125rem;
|
|
line-height: 1.75rem;
|
|
}
|
|
|
|
.md\:text-xl {
|
|
font-size: 1.25rem;
|
|
line-height: 1.75rem;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1024px) {
|
|
.lg\:col-span-4 {
|
|
grid-column: span 4 / span 4;
|
|
}
|
|
|
|
.lg\:mt-0 {
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.lg\:mt-32 {
|
|
margin-top: 8rem;
|
|
}
|
|
|
|
.lg\:mt-\[158px\] {
|
|
margin-top: 158px;
|
|
}
|
|
|
|
.lg\:mt-\[195px\] {
|
|
margin-top: 195px;
|
|
}
|
|
|
|
.lg\:mt-\[86px\] {
|
|
margin-top: 86px;
|
|
}
|
|
|
|
.lg\:block {
|
|
display: block;
|
|
}
|
|
|
|
.lg\:grid {
|
|
display: grid;
|
|
}
|
|
|
|
.lg\:hidden {
|
|
display: none;
|
|
}
|
|
|
|
.lg\:h-12 {
|
|
height: 3rem;
|
|
}
|
|
|
|
.lg\:h-8 {
|
|
height: 2rem;
|
|
}
|
|
|
|
.lg\:w-1\/3 {
|
|
width: 33.333333%;
|
|
}
|
|
|
|
.lg\:w-12 {
|
|
width: 3rem;
|
|
}
|
|
|
|
.lg\:w-8 {
|
|
width: 2rem;
|
|
}
|
|
|
|
.lg\:w-\[40\%\] {
|
|
width: 40%;
|
|
}
|
|
|
|
.lg\:w-\[45\%\] {
|
|
width: 45%;
|
|
}
|
|
|
|
.lg\:w-\[55\%\] {
|
|
width: 55%;
|
|
}
|
|
|
|
.lg\:w-\[60\%\] {
|
|
width: 60%;
|
|
}
|
|
|
|
.lg\:w-\[90\%\] {
|
|
width: 90%;
|
|
}
|
|
|
|
.lg\:w-auto {
|
|
width: auto;
|
|
}
|
|
|
|
.lg\:max-w-none {
|
|
max-width: none;
|
|
}
|
|
|
|
.lg\:grid-cols-2 {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
}
|
|
|
|
.lg\:grid-cols-3 {
|
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
}
|
|
|
|
.lg\:grid-cols-4 {
|
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
}
|
|
|
|
.lg\:flex-row {
|
|
flex-direction: row;
|
|
}
|
|
|
|
.lg\:items-center {
|
|
align-items: center;
|
|
}
|
|
|
|
.lg\:gap-1 {
|
|
gap: 0.25rem;
|
|
}
|
|
|
|
.lg\:gap-8 {
|
|
gap: 2rem;
|
|
}
|
|
|
|
.lg\:px-10 {
|
|
padding-left: 2.5rem;
|
|
padding-right: 2.5rem;
|
|
}
|
|
|
|
.lg\:px-12 {
|
|
padding-left: 3rem;
|
|
padding-right: 3rem;
|
|
}
|
|
|
|
.lg\:px-3 {
|
|
padding-left: 0.75rem;
|
|
padding-right: 0.75rem;
|
|
}
|
|
|
|
.lg\:px-5 {
|
|
padding-left: 1.25rem;
|
|
padding-right: 1.25rem;
|
|
}
|
|
|
|
.lg\:px-8 {
|
|
padding-left: 2rem;
|
|
padding-right: 2rem;
|
|
}
|
|
|
|
.lg\:px-9 {
|
|
padding-left: 2.25rem;
|
|
padding-right: 2.25rem;
|
|
}
|
|
|
|
.lg\:px-\[120px\] {
|
|
padding-left: 120px;
|
|
padding-right: 120px;
|
|
}
|
|
|
|
.lg\:py-1\.5 {
|
|
padding-top: 0.375rem;
|
|
padding-bottom: 0.375rem;
|
|
}
|
|
|
|
.lg\:py-12 {
|
|
padding-top: 3rem;
|
|
padding-bottom: 3rem;
|
|
}
|
|
|
|
.lg\:py-16 {
|
|
padding-top: 4rem;
|
|
padding-bottom: 4rem;
|
|
}
|
|
|
|
.lg\:py-2 {
|
|
padding-top: 0.5rem;
|
|
padding-bottom: 0.5rem;
|
|
}
|
|
|
|
.lg\:py-3 {
|
|
padding-top: 0.75rem;
|
|
padding-bottom: 0.75rem;
|
|
}
|
|
|
|
.lg\:py-32 {
|
|
padding-top: 8rem;
|
|
padding-bottom: 8rem;
|
|
}
|
|
|
|
.lg\:py-40 {
|
|
padding-top: 10rem;
|
|
padding-bottom: 10rem;
|
|
}
|
|
|
|
.lg\:py-\[106px\] {
|
|
padding-top: 106px;
|
|
padding-bottom: 106px;
|
|
}
|
|
|
|
.lg\:py-\[72px\] {
|
|
padding-top: 72px;
|
|
padding-bottom: 72px;
|
|
}
|
|
|
|
.lg\:pr-0 {
|
|
padding-right: 0px;
|
|
}
|
|
|
|
.lg\:pt-\[72px\] {
|
|
padding-top: 72px;
|
|
}
|
|
|
|
.lg\:text-2xl {
|
|
font-size: 1.5rem;
|
|
line-height: 2rem;
|
|
}
|
|
|
|
.lg\:text-5xl {
|
|
font-size: 3rem;
|
|
line-height: 1;
|
|
}
|
|
|
|
.lg\:text-\[24px\] {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.lg\:text-\[28px\] {
|
|
font-size: 28px;
|
|
}
|
|
|
|
.lg\:text-\[70px\] {
|
|
font-size: 70px;
|
|
}
|
|
|
|
.lg\:text-base {
|
|
font-size: 1rem;
|
|
line-height: 1.5rem;
|
|
}
|
|
|
|
.lg\:text-lg {
|
|
font-size: 1.125rem;
|
|
line-height: 1.75rem;
|
|
}
|
|
|
|
.lg\:text-sm {
|
|
font-size: 0.875rem;
|
|
line-height: 1.25rem;
|
|
}
|
|
|
|
.lg\:text-xl {
|
|
font-size: 1.25rem;
|
|
line-height: 1.75rem;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1280px) {
|
|
.xl\:block {
|
|
display: block;
|
|
}
|
|
|
|
.xl\:hidden {
|
|
display: none;
|
|
}
|
|
|
|
.xl\:w-1\/3 {
|
|
width: 33.333333%;
|
|
}
|
|
|
|
.xl\:w-\[30\%\] {
|
|
width: 30%;
|
|
}
|
|
|
|
.xl\:w-\[70\%\] {
|
|
width: 70%;
|
|
}
|
|
|
|
.xl\:grid-cols-5 {
|
|
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
}
|
|
|
|
.xl\:flex-row {
|
|
flex-direction: row;
|
|
}
|
|
|
|
.xl\:gap-16 {
|
|
gap: 4rem;
|
|
}
|
|
|
|
.xl\:self-stretch {
|
|
align-self: stretch;
|
|
}
|
|
|
|
.xl\:p-\[106px\] {
|
|
padding: 106px;
|
|
}
|
|
|
|
.xl\:px-\[120px\] {
|
|
padding-left: 120px;
|
|
padding-right: 120px;
|
|
}
|
|
|
|
.xl\:py-\[64px\] {
|
|
padding-top: 64px;
|
|
padding-bottom: 64px;
|
|
}
|
|
|
|
.xl\:py-\[72px\] {
|
|
padding-top: 72px;
|
|
padding-bottom: 72px;
|
|
}
|
|
|
|
.xl\:text-2xl {
|
|
font-size: 1.5rem;
|
|
line-height: 2rem;
|
|
}
|
|
|
|
.xl\:text-\[20px\] {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.xl\:text-\[32px\] {
|
|
font-size: 32px;
|
|
}
|
|
|
|
.xl\:text-\[40px\] {
|
|
font-size: 40px;
|
|
}
|
|
|
|
.xl\:text-\[64px\] {
|
|
font-size: 64px;
|
|
}
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
.dark\:border-gray-700 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
|
|
}
|
|
|
|
.dark\:bg-gray-900 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(36 37 39 / var(--tw-bg-opacity, 1));
|
|
}
|
|
|
|
.dark\:text-brand-500 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(254 0 2 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.dark\:text-gray-500 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.dark\:hover\:text-blue-400:hover {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(96 165 250 / var(--tw-text-opacity, 1));
|
|
}
|
|
|
|
.dark\:hover\:text-brand-500:hover {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(254 0 2 / var(--tw-text-opacity, 1));
|
|
}
|
|
}
|