2022-11-08 11:04:39 +00:00
|
|
|
/*
|
2023-03-31 16:14:59 +00:00
|
|
|
! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com
|
2022-11-08 11:04:39 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
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.
|
2023-03-30 15:44:56 +00:00
|
|
|
6. Use the user's configured `sans` font-variation-settings by default.
|
2022-11-08 11:04:39 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
html {
|
|
|
|
line-height: 1.5;
|
|
|
|
/* 1 */
|
|
|
|
-webkit-text-size-adjust: 100%;
|
|
|
|
/* 2 */
|
|
|
|
-moz-tab-size: 4;
|
|
|
|
/* 3 */
|
|
|
|
-o-tab-size: 4;
|
|
|
|
tab-size: 4;
|
|
|
|
/* 3 */
|
|
|
|
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
|
|
/* 4 */
|
|
|
|
font-feature-settings: normal;
|
|
|
|
/* 5 */
|
2023-03-30 15:44:56 +00:00
|
|
|
font-variation-settings: normal;
|
|
|
|
/* 6 */
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
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. Correct the odd `em` font sizing in all browsers.
|
|
|
|
*/
|
|
|
|
|
|
|
|
code,
|
|
|
|
kbd,
|
|
|
|
samp,
|
|
|
|
pre {
|
|
|
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
|
|
/* 1 */
|
|
|
|
font-size: 1em;
|
|
|
|
/* 2 */
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
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-size: 100%;
|
|
|
|
/* 1 */
|
|
|
|
font-weight: inherit;
|
|
|
|
/* 1 */
|
|
|
|
line-height: 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,
|
|
|
|
[type='button'],
|
|
|
|
[type='reset'],
|
|
|
|
[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;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
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] {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
*, ::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-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: ;
|
|
|
|
}
|
|
|
|
|
|
|
|
::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-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: ;
|
|
|
|
}
|
2022-07-28 09:27:17 +00:00
|
|
|
|
|
|
|
.container {
|
2022-11-08 11:04:39 +00:00
|
|
|
width: 100%;
|
2022-07-28 09:27:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 640px) {
|
|
|
|
.container {
|
2022-11-08 11:04:39 +00:00
|
|
|
max-width: 640px;
|
2022-07-28 09:27:17 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
.container {
|
2022-11-08 11:04:39 +00:00
|
|
|
max-width: 768px;
|
2022-07-28 09:27:17 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1024px) {
|
|
|
|
.container {
|
2022-11-08 11:04:39 +00:00
|
|
|
max-width: 1024px;
|
2022-07-28 09:27:17 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1280px) {
|
|
|
|
.container {
|
2022-11-08 11:04:39 +00:00
|
|
|
max-width: 1280px;
|
2022-07-28 09:27:17 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1536px) {
|
|
|
|
.container {
|
2022-11-08 11:04:39 +00:00
|
|
|
max-width: 1536px;
|
2022-07-28 09:27:17 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.visible {
|
2022-11-08 11:04:39 +00:00
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
.static {
|
|
|
|
position: static;
|
2022-07-28 09:27:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.fixed {
|
2022-11-08 11:04:39 +00:00
|
|
|
position: fixed;
|
2022-07-28 09:27:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.absolute {
|
2022-11-08 11:04:39 +00:00
|
|
|
position: absolute;
|
2022-07-28 09:27:17 +00:00
|
|
|
}
|
|
|
|
|
2022-08-18 13:06:42 +00:00
|
|
|
.relative {
|
2022-11-08 11:04:39 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sticky {
|
|
|
|
position: sticky;
|
|
|
|
}
|
|
|
|
|
2023-05-01 06:14:10 +00:00
|
|
|
.-left-10 {
|
|
|
|
left: -2.5rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.bottom-0 {
|
|
|
|
bottom: 0px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.bottom-\[80px\] {
|
|
|
|
bottom: 80px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.left-0 {
|
|
|
|
left: 0px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.left-1 {
|
|
|
|
left: 0.25rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.left-\[-3px\] {
|
|
|
|
left: -3px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.right-0 {
|
|
|
|
right: 0px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.right-1 {
|
|
|
|
right: 0.25rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.right-\[-6px\] {
|
|
|
|
right: -6px;
|
2022-08-18 13:06:42 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.top-0 {
|
|
|
|
top: 0px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.top-10 {
|
|
|
|
top: 2.5rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.top-11 {
|
|
|
|
top: 2.75rem;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.top-\[52\%\] {
|
|
|
|
top: 52%;
|
2022-08-19 17:31:11 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.top-\[66px\] {
|
|
|
|
top: 66px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-full {
|
|
|
|
top: 100%;
|
|
|
|
}
|
|
|
|
|
2022-08-19 17:31:11 +00:00
|
|
|
.z-10 {
|
2022-11-08 11:04:39 +00:00
|
|
|
z-index: 10;
|
2022-08-19 17:31:11 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.z-50 {
|
|
|
|
z-index: 50;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.z-\[10000\] {
|
|
|
|
z-index: 10000;
|
2022-08-19 17:31:11 +00:00
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.z-\[10001\] {
|
|
|
|
z-index: 10001;
|
2022-08-08 08:41:31 +00:00
|
|
|
}
|
|
|
|
|
2023-05-01 06:14:10 +00:00
|
|
|
.z-\[49\] {
|
|
|
|
z-index: 49;
|
|
|
|
}
|
|
|
|
|
|
|
|
.float-right {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2023-09-10 09:47:12 +00:00
|
|
|
.m-1 {
|
|
|
|
margin: 0.25rem;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.m-auto {
|
|
|
|
margin: auto;
|
2022-07-28 09:27:17 +00:00
|
|
|
}
|
|
|
|
|
2023-05-01 06:14:10 +00:00
|
|
|
.\!my-4 {
|
|
|
|
margin-top: 1rem !important;
|
|
|
|
margin-bottom: 1rem !important;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.mx-5 {
|
|
|
|
margin-left: 1.25rem;
|
|
|
|
margin-right: 1.25rem;
|
2022-07-28 09:27:17 +00:00
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.my-10 {
|
|
|
|
margin-top: 2.5rem;
|
|
|
|
margin-bottom: 2.5rem;
|
2022-08-19 17:31:11 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.my-4 {
|
|
|
|
margin-top: 1rem;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.my-5 {
|
|
|
|
margin-top: 1.25rem;
|
|
|
|
margin-bottom: 1.25rem;
|
2022-08-19 17:31:11 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.my-\[40px\] {
|
|
|
|
margin-top: 40px;
|
|
|
|
margin-bottom: 40px;
|
2022-08-19 17:31:11 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mb-10 {
|
|
|
|
margin-bottom: 2.5rem;
|
2022-08-19 17:31:11 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mb-12 {
|
|
|
|
margin-bottom: 3rem;
|
2022-08-19 17:31:11 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mb-14 {
|
|
|
|
margin-bottom: 3.5rem;
|
2022-08-19 17:31:11 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mb-16 {
|
|
|
|
margin-bottom: 4rem;
|
2022-07-28 09:27:17 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mb-2 {
|
|
|
|
margin-bottom: 0.5rem;
|
2022-08-19 17:31:11 +00:00
|
|
|
}
|
|
|
|
|
2023-01-27 12:07:54 +00:00
|
|
|
.mb-20 {
|
|
|
|
margin-bottom: 5rem;
|
2022-08-19 17:31:11 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mb-24 {
|
|
|
|
margin-bottom: 6rem;
|
2022-08-19 17:31:11 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mb-3 {
|
|
|
|
margin-bottom: 0.75rem;
|
2022-08-19 17:31:11 +00:00
|
|
|
}
|
|
|
|
|
2024-01-27 16:52:34 +00:00
|
|
|
.mb-32 {
|
|
|
|
margin-bottom: 8rem;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mb-4 {
|
|
|
|
margin-bottom: 1rem;
|
2022-08-19 17:31:11 +00:00
|
|
|
}
|
|
|
|
|
2023-01-27 12:07:54 +00:00
|
|
|
.mb-5 {
|
|
|
|
margin-bottom: 1.25rem;
|
2022-08-19 17:31:11 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mb-6 {
|
|
|
|
margin-bottom: 1.5rem;
|
2022-08-08 08:41:31 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mb-7 {
|
|
|
|
margin-bottom: 1.75rem;
|
2022-07-28 09:27:17 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mb-8 {
|
|
|
|
margin-bottom: 2rem;
|
2022-08-19 17:31:11 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mb-9 {
|
|
|
|
margin-bottom: 2.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mb-\[11px\] {
|
|
|
|
margin-bottom: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mb-\[12px\] {
|
|
|
|
margin-bottom: 12px;
|
2022-08-08 08:41:31 +00:00
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.mb-\[16px\] {
|
|
|
|
margin-bottom: 16px;
|
2022-08-19 17:31:11 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mb-\[20px\] {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.mb-\[24px\] {
|
|
|
|
margin-bottom: 24px;
|
2022-08-19 17:31:11 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mb-\[28px\] {
|
|
|
|
margin-bottom: 28px;
|
2022-08-08 08:41:31 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mb-\[30px\] {
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mb-\[36px\] {
|
|
|
|
margin-bottom: 36px;
|
2022-08-08 08:41:31 +00:00
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.mb-\[40px\] {
|
|
|
|
margin-bottom: 40px;
|
2022-08-08 08:41:31 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mb-\[46px\] {
|
|
|
|
margin-bottom: 46px;
|
2022-08-19 17:31:11 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mb-\[50px\] {
|
|
|
|
margin-bottom: 50px;
|
2022-08-19 17:31:11 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mb-\[54px\] {
|
|
|
|
margin-bottom: 54px;
|
2022-08-19 17:31:11 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mb-\[62px\] {
|
|
|
|
margin-bottom: 62px;
|
2022-08-08 08:41:31 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mb-\[74px\] {
|
|
|
|
margin-bottom: 74px;
|
2022-08-19 17:31:11 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mb-\[75px\] {
|
|
|
|
margin-bottom: 75px;
|
2022-08-08 11:51:41 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mb-\[76px\] {
|
|
|
|
margin-bottom: 76px;
|
2022-08-08 08:41:31 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mb-\[80px\] {
|
|
|
|
margin-bottom: 80px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
2022-08-08 11:51:41 +00:00
|
|
|
|
2025-06-05 20:09:47 +00:00
|
|
|
.mb-\[8px\] {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
2024-05-08 08:32:15 +00:00
|
|
|
.mb-auto {
|
|
|
|
margin-bottom: auto;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.ml-\[-15px\] {
|
|
|
|
margin-left: -15px;
|
2022-08-08 08:41:31 +00:00
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.ml-\[-6px\] {
|
|
|
|
margin-left: -6px;
|
|
|
|
}
|
2022-08-15 09:25:04 +00:00
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mr-\[-4px\] {
|
|
|
|
margin-right: -4px;
|
2022-08-08 08:41:31 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mt-1 {
|
|
|
|
margin-top: 0.25rem;
|
2023-01-27 12:07:54 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mt-10 {
|
|
|
|
margin-top: 2.5rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mt-2 {
|
|
|
|
margin-top: 0.5rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-09-10 09:47:12 +00:00
|
|
|
.mt-6 {
|
|
|
|
margin-top: 1.5rem;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mt-\[-100px\] {
|
|
|
|
margin-top: -100px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mt-\[10px\] {
|
|
|
|
margin-top: 10px;
|
2022-11-08 17:43:29 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mt-\[14px\] {
|
|
|
|
margin-top: 14px;
|
2022-11-08 17:43:29 +00:00
|
|
|
}
|
|
|
|
|
2024-04-26 22:01:57 +00:00
|
|
|
.mt-\[25px\] {
|
|
|
|
margin-top: 25px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mt-\[30px\] {
|
|
|
|
margin-top: 30px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mt-\[60px\] {
|
|
|
|
margin-top: 60px;
|
2023-01-27 12:07:54 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mt-\[66px\] {
|
|
|
|
margin-top: 66px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-09-10 09:47:12 +00:00
|
|
|
.mt-\[74px\] {
|
|
|
|
margin-top: 74px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mt-\[8px\] {
|
|
|
|
margin-top: 8px;
|
2022-11-08 13:20:10 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.mt-auto {
|
|
|
|
margin-top: auto;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.block {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-block {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2023-05-01 06:14:10 +00:00
|
|
|
.inline {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.flex {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table {
|
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grid {
|
|
|
|
display: grid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2023-09-10 09:47:12 +00:00
|
|
|
.h-1 {
|
|
|
|
height: 0.25rem;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.h-11 {
|
|
|
|
height: 2.75rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.h-4 {
|
|
|
|
height: 1rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.h-6 {
|
|
|
|
height: 1.5rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.h-\[110px\] {
|
|
|
|
height: 110px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.h-\[131px\] {
|
|
|
|
height: 131px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.h-\[138px\] {
|
|
|
|
height: 138px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.h-\[180px\] {
|
|
|
|
height: 180px;
|
|
|
|
}
|
|
|
|
|
2023-05-01 06:14:10 +00:00
|
|
|
.h-\[1px\] {
|
|
|
|
height: 1px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.h-\[215px\] {
|
|
|
|
height: 215px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2025-06-05 20:09:47 +00:00
|
|
|
.h-\[24px\] {
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.h-\[322px\] {
|
|
|
|
height: 322px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.h-\[32px\] {
|
|
|
|
height: 32px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.h-\[340px\] {
|
|
|
|
height: 340px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.h-\[34px\] {
|
|
|
|
height: 34px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.h-\[36px\] {
|
|
|
|
height: 36px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-01-27 12:07:54 +00:00
|
|
|
.h-\[40px\] {
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.h-\[44px\] {
|
|
|
|
height: 44px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-06-25 12:47:37 +00:00
|
|
|
.h-\[46px\] {
|
|
|
|
height: 46px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.h-\[480px\] {
|
|
|
|
height: 480px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.h-\[52px\] {
|
|
|
|
height: 52px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.h-\[55\%\] {
|
|
|
|
height: 55%;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.h-\[66px\] {
|
|
|
|
height: 66px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.h-\[80px\] {
|
|
|
|
height: 80px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.h-\[calc\(100\%-81\.42px\)\] {
|
|
|
|
height: calc(100% - 81.42px);
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2024-05-08 08:32:15 +00:00
|
|
|
.h-\[calc\(100vh-66px\)\] {
|
|
|
|
height: calc(100vh - 66px);
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.h-\[inherit\] {
|
|
|
|
height: inherit;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.h-auto {
|
|
|
|
height: auto;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.h-fit {
|
|
|
|
height: -moz-fit-content;
|
|
|
|
height: fit-content;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.h-full {
|
|
|
|
height: 100%;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.h-screen {
|
|
|
|
height: 100vh;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.max-h-\[226px\] {
|
|
|
|
max-height: 226px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.max-h-\[50px\] {
|
|
|
|
max-height: 50px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.min-h-\[131px\] {
|
|
|
|
min-height: 131px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.min-h-\[200px\] {
|
|
|
|
min-height: 200px;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.min-h-\[620px\] {
|
|
|
|
min-height: 620px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.min-h-\[inherit\] {
|
|
|
|
min-height: inherit;
|
|
|
|
}
|
|
|
|
|
2023-05-01 06:14:10 +00:00
|
|
|
.w-4 {
|
|
|
|
width: 1rem;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.w-8 {
|
|
|
|
width: 2rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w-\[175px\] {
|
|
|
|
width: 175px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.w-\[235px\] {
|
|
|
|
width: 235px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.w-\[238px\] {
|
|
|
|
width: 238px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.w-\[36px\] {
|
|
|
|
width: 36px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w-\[44px\] {
|
|
|
|
width: 44px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.w-\[630px\] {
|
|
|
|
width: 630px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.w-\[inherit\] {
|
|
|
|
width: inherit;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.w-auto {
|
|
|
|
width: auto;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.w-full {
|
|
|
|
width: 100%;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.min-w-\[152px\] {
|
|
|
|
min-width: 152px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.min-w-\[170px\] {
|
|
|
|
min-width: 170px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.min-w-\[180px\] {
|
|
|
|
min-width: 180px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.min-w-\[210px\] {
|
|
|
|
min-width: 210px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.min-w-\[300px\] {
|
|
|
|
min-width: 300px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.max-w-\[223px\] {
|
|
|
|
max-width: 223px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.max-w-\[230px\] {
|
|
|
|
max-width: 230px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.max-w-\[234px\] {
|
|
|
|
max-width: 234px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.max-w-\[240px\] {
|
|
|
|
max-width: 240px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.max-w-\[265px\] {
|
|
|
|
max-width: 265px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-09-10 09:47:12 +00:00
|
|
|
.max-w-\[280px\] {
|
|
|
|
max-width: 280px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.max-w-\[294px\] {
|
|
|
|
max-width: 294px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.max-w-\[400px\] {
|
|
|
|
max-width: 400px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.max-w-\[448px\] {
|
|
|
|
max-width: 448px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.max-w-\[468px\] {
|
|
|
|
max-width: 468px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.max-w-\[475px\] {
|
|
|
|
max-width: 475px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.max-w-\[500px\] {
|
|
|
|
max-width: 500px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.max-w-\[540px\] {
|
|
|
|
max-width: 540px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.max-w-\[541px\] {
|
|
|
|
max-width: 541px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.max-w-\[602px\] {
|
|
|
|
max-width: 602px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.max-w-\[617px\] {
|
|
|
|
max-width: 617px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.max-w-\[900px\] {
|
|
|
|
max-width: 900px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-1 {
|
|
|
|
flex: 1 1 0%;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.flex-\[1\] {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-\[2\.5\] {
|
|
|
|
flex: 2.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.border-separate {
|
|
|
|
border-collapse: separate;
|
|
|
|
}
|
|
|
|
|
|
|
|
.border-spacing-x-5 {
|
|
|
|
--tw-border-spacing-x: 1.25rem;
|
|
|
|
border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
|
|
|
|
}
|
|
|
|
|
|
|
|
.border-spacing-y-2 {
|
|
|
|
--tw-border-spacing-y: 0.5rem;
|
|
|
|
border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
|
|
|
|
}
|
|
|
|
|
|
|
|
.translate-x-\[-30\%\] {
|
|
|
|
--tw-translate-x: -30%;
|
|
|
|
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-\[-30\%\] {
|
|
|
|
--tw-translate-y: -30%;
|
|
|
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
|
|
}
|
|
|
|
|
|
|
|
.scale-100 {
|
|
|
|
--tw-scale-x: 1;
|
|
|
|
--tw-scale-y: 1;
|
|
|
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
|
|
}
|
|
|
|
|
|
|
|
.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));
|
|
|
|
}
|
|
|
|
|
|
|
|
.cursor-pointer {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.resize {
|
|
|
|
resize: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-inside {
|
|
|
|
list-style-position: inside;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-decimal {
|
|
|
|
list-style-type: decimal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grid-cols-1 {
|
|
|
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
|
|
}
|
|
|
|
|
2023-03-31 16:14:59 +00:00
|
|
|
.flex-row {
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.flex-col {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-col-reverse {
|
|
|
|
flex-direction: column-reverse;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-wrap {
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.items-start {
|
|
|
|
align-items: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
.items-end {
|
|
|
|
align-items: flex-end;
|
|
|
|
}
|
|
|
|
|
|
|
|
.items-center {
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.justify-end {
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
|
|
|
|
.justify-center {
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.justify-between {
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.justify-around {
|
|
|
|
justify-content: space-around;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.gap-1 {
|
|
|
|
gap: 0.25rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.gap-10 {
|
|
|
|
gap: 2.5rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-01-27 12:07:54 +00:00
|
|
|
.gap-12 {
|
|
|
|
gap: 3rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-09-10 09:47:12 +00:00
|
|
|
.gap-16 {
|
|
|
|
gap: 4rem;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.gap-2 {
|
|
|
|
gap: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.gap-3 {
|
|
|
|
gap: 0.75rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.gap-4 {
|
|
|
|
gap: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gap-5 {
|
|
|
|
gap: 1.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gap-6 {
|
|
|
|
gap: 1.5rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.gap-\[150px\] {
|
|
|
|
gap: 150px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.gap-\[20px\] {
|
|
|
|
gap: 20px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.gap-\[50px\] {
|
|
|
|
gap: 50px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.gap-x-10 {
|
|
|
|
-moz-column-gap: 2.5rem;
|
|
|
|
column-gap: 2.5rem;
|
|
|
|
}
|
|
|
|
|
2023-01-27 12:07:54 +00:00
|
|
|
.gap-y-32 {
|
|
|
|
row-gap: 8rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.self-center {
|
|
|
|
align-self: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.self-stretch {
|
|
|
|
align-self: stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.overflow-auto {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.overflow-hidden {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2023-04-24 18:32:31 +00:00
|
|
|
.truncate {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.whitespace-nowrap {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2023-09-10 09:47:12 +00:00
|
|
|
.break-words {
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.rounded {
|
|
|
|
border-radius: 0.25rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.rounded-\[12px\] {
|
|
|
|
border-radius: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rounded-\[20px\] {
|
|
|
|
border-radius: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rounded-\[30px\] {
|
|
|
|
border-radius: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rounded-\[34px\] {
|
|
|
|
border-radius: 34px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.rounded-\[4px\] {
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rounded-full {
|
|
|
|
border-radius: 9999px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.rounded-lg {
|
|
|
|
border-radius: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rounded-md {
|
|
|
|
border-radius: 0.375rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rounded-b-\[20px\] {
|
|
|
|
border-bottom-right-radius: 20px;
|
|
|
|
border-bottom-left-radius: 20px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.border {
|
2022-11-08 11:04:39 +00:00
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.border-\[1px\] {
|
2022-11-08 11:04:39 +00:00
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.border-solid {
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.border-\[\#0053D0\] {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgb(0 83 208 / var(--tw-border-opacity));
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.border-\[\#859096\] {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgb(133 144 150 / var(--tw-border-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.border-\[\#A8B0B4\] {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgb(168 176 180 / var(--tw-border-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.border-primary-light {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgb(0 83 208 / var(--tw-border-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.border-opacity-60 {
|
|
|
|
--tw-border-opacity: 0.6;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.bg-\[\#0053D0\] {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
background-color: rgb(0 83 208 / var(--tw-bg-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.bg-\[\#0197FF\] {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
background-color: rgb(1 151 255 / var(--tw-bg-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.bg-\[\#17203D\] {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
background-color: rgb(23 32 61 / var(--tw-bg-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.bg-\[\#48F6C2\] {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
background-color: rgb(72 246 194 / var(--tw-bg-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.bg-\[\#D9E7ED\] {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
background-color: rgb(217 231 237 / var(--tw-bg-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.bg-\[\#D9ECFF\] {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
background-color: rgb(217 236 255 / var(--tw-bg-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.bg-\[\#F0F1F2\] {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
background-color: rgb(240 241 242 / var(--tw-bg-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.bg-\[\#F3F6F7\] {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
background-color: rgb(243 246 247 / var(--tw-bg-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.bg-\[\#fff\] {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.bg-black {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
background-color: rgb(13 14 18 / var(--tw-bg-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.bg-card-bg-light {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.bg-card-desc-bg-light {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
background-color: rgb(217 231 237 / var(--tw-bg-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.bg-primary-bg-light {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.bg-primary-light {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(0 83 208 / var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.bg-secondary-bg-light {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(243 246 247 / var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.bg-transparent {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.bg-white {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-05-01 06:14:10 +00:00
|
|
|
.bg-yellow-200 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(254 240 138 / var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.fill-\[rgb\(60\2c 60\2c 60\)\] {
|
|
|
|
fill: rgb(60,60,60);
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.fill-black {
|
|
|
|
fill: #0D0E12;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.fill-grey-black {
|
|
|
|
fill: #3F484B;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fill-primary-light {
|
|
|
|
fill: #0053D0;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.p-1 {
|
|
|
|
padding: 0.25rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.p-2 {
|
|
|
|
padding: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.p-3 {
|
|
|
|
padding: 0.75rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.p-4 {
|
|
|
|
padding: 1rem;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.p-6 {
|
|
|
|
padding: 1.5rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-05-01 06:14:10 +00:00
|
|
|
.\!py-2 {
|
|
|
|
padding-top: 0.5rem !important;
|
|
|
|
padding-bottom: 0.5rem !important;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.px-0 {
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.px-20 {
|
|
|
|
padding-left: 5rem;
|
|
|
|
padding-right: 5rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.px-4 {
|
|
|
|
padding-left: 1rem;
|
|
|
|
padding-right: 1rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.px-5 {
|
|
|
|
padding-left: 1.25rem;
|
|
|
|
padding-right: 1.25rem;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.px-6 {
|
|
|
|
padding-left: 1.5rem;
|
|
|
|
padding-right: 1.5rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.px-8 {
|
|
|
|
padding-left: 2rem;
|
|
|
|
padding-right: 2rem;
|
|
|
|
}
|
|
|
|
|
2023-05-01 06:14:10 +00:00
|
|
|
.px-\[20px\] {
|
|
|
|
padding-left: 20px;
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.px-\[34px\] {
|
|
|
|
padding-left: 34px;
|
|
|
|
padding-right: 34px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.py-10 {
|
|
|
|
padding-top: 2.5rem;
|
|
|
|
padding-bottom: 2.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.py-12 {
|
|
|
|
padding-top: 3rem;
|
|
|
|
padding-bottom: 3rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.py-2 {
|
|
|
|
padding-top: 0.5rem;
|
|
|
|
padding-bottom: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.py-3 {
|
|
|
|
padding-top: 0.75rem;
|
|
|
|
padding-bottom: 0.75rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.py-4 {
|
|
|
|
padding-top: 1rem;
|
|
|
|
padding-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.py-5 {
|
|
|
|
padding-top: 1.25rem;
|
|
|
|
padding-bottom: 1.25rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.py-6 {
|
|
|
|
padding-top: 1.5rem;
|
|
|
|
padding-bottom: 1.5rem;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.py-8 {
|
|
|
|
padding-top: 2rem;
|
|
|
|
padding-bottom: 2rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.py-\[20px\] {
|
|
|
|
padding-top: 20px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.py-\[24px\] {
|
|
|
|
padding-top: 24px;
|
|
|
|
padding-bottom: 24px;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.py-\[50px\] {
|
|
|
|
padding-top: 50px;
|
|
|
|
padding-bottom: 50px;
|
|
|
|
}
|
|
|
|
|
2023-09-10 09:47:12 +00:00
|
|
|
.py-\[75px\] {
|
|
|
|
padding-top: 75px;
|
|
|
|
padding-bottom: 75px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.py-\[90px\] {
|
|
|
|
padding-top: 90px;
|
|
|
|
padding-bottom: 90px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.py-\[95px\] {
|
|
|
|
padding-top: 95px;
|
|
|
|
padding-bottom: 95px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.pb-4 {
|
|
|
|
padding-bottom: 1rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.pb-8 {
|
|
|
|
padding-bottom: 2rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.pb-\[90px\] {
|
|
|
|
padding-bottom: 90px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.pr-10 {
|
|
|
|
padding-right: 2.5rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.pt-2 {
|
|
|
|
padding-top: 0.5rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pt-4 {
|
|
|
|
padding-top: 1rem;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.pt-5 {
|
|
|
|
padding-top: 1.25rem;
|
2023-01-27 12:07:54 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.pt-\[106px\] {
|
|
|
|
padding-top: 106px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pt-\[30px\] {
|
|
|
|
padding-top: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pt-\[40px\] {
|
|
|
|
padding-top: 40px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.pt-\[66px\] {
|
|
|
|
padding-top: 66px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-09-10 09:47:12 +00:00
|
|
|
.text-left {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.text-center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2024-06-16 21:24:30 +00:00
|
|
|
.\!text-lg {
|
|
|
|
font-size: 1.125rem !important;
|
|
|
|
line-height: 1.75rem !important;
|
|
|
|
}
|
|
|
|
|
2024-01-27 16:52:34 +00:00
|
|
|
.text-2xl {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
line-height: 2rem;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.text-3xl {
|
|
|
|
font-size: 1.875rem;
|
|
|
|
line-height: 2.25rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.text-\[12px\] {
|
|
|
|
font-size: 12px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.text-\[14px\] {
|
|
|
|
font-size: 14px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.text-\[16px\] {
|
|
|
|
font-size: 16px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-01-27 12:07:54 +00:00
|
|
|
.text-\[18px\] {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.text-\[20px\] {
|
|
|
|
font-size: 20px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-09-10 09:47:12 +00:00
|
|
|
.text-\[24px\] {
|
|
|
|
font-size: 24px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.text-\[25px\] {
|
|
|
|
font-size: 25px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.text-\[28px\] {
|
|
|
|
font-size: 28px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.text-\[35px\] {
|
|
|
|
font-size: 35px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.text-\[38px\] {
|
|
|
|
font-size: 38px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.text-base {
|
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.5rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.text-lg {
|
|
|
|
font-size: 1.125rem;
|
|
|
|
line-height: 1.75rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.text-sm {
|
|
|
|
font-size: 0.875rem;
|
|
|
|
line-height: 1.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-xl {
|
|
|
|
font-size: 1.25rem;
|
|
|
|
line-height: 1.75rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.font-bold {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.font-light {
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.font-medium {
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
|
|
|
|
.font-normal {
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
2023-05-01 06:14:10 +00:00
|
|
|
.capitalize {
|
|
|
|
text-transform: capitalize;
|
|
|
|
}
|
|
|
|
|
|
|
|
.italic {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.leading-6 {
|
|
|
|
line-height: 1.5rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.leading-\[19px\] {
|
|
|
|
line-height: 19px;
|
2023-01-27 12:07:54 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.leading-\[24px\] {
|
|
|
|
line-height: 24px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.leading-\[26px\] {
|
|
|
|
line-height: 26px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.leading-\[28px\] {
|
|
|
|
line-height: 28px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.leading-\[33px\] {
|
|
|
|
line-height: 33px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.leading-\[34px\] {
|
|
|
|
line-height: 34px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.leading-\[36px\] {
|
|
|
|
line-height: 36px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.leading-\[43px\] {
|
|
|
|
line-height: 43px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.leading-\[45px\] {
|
|
|
|
line-height: 45px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.leading-\[46px\] {
|
|
|
|
line-height: 46px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tracking-\[0\.01em\] {
|
|
|
|
letter-spacing: 0.01em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tracking-\[0\.02em\] {
|
|
|
|
letter-spacing: 0.02em;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.tracking-\[0\.03em\] {
|
|
|
|
letter-spacing: 0.03em;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.tracking-\[0\.04em\] {
|
|
|
|
letter-spacing: 0.04em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tracking-\[0\.06em\] {
|
|
|
|
letter-spacing: 0.06em;
|
|
|
|
}
|
|
|
|
|
2023-05-01 06:14:10 +00:00
|
|
|
.\!text-\[rgb\(60\2c 60\2c 60\)\] {
|
|
|
|
--tw-text-opacity: 1 !important;
|
|
|
|
color: rgb(60 60 60 / var(--tw-text-opacity)) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.\!text-primary-pressed-light {
|
|
|
|
--tw-text-opacity: 1 !important;
|
|
|
|
color: rgb(64 122 210 / var(--tw-text-opacity)) !important;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.text-\[\#606C71\] {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-text-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
color: rgb(96 108 113 / var(--tw-text-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.text-\[\#A8B0B4\] {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-text-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
color: rgb(168 176 180 / var(--tw-text-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.text-\[\#DD0000\] {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-text-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
color: rgb(221 0 0 / var(--tw-text-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.text-active-blue {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-text-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
color: rgb(1 151 255 / var(--tw-text-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-black {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgb(13 14 18 / var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.text-grey-black {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-text-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
color: rgb(63 72 75 / var(--tw-text-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.text-primary-light {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-text-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
color: rgb(0 83 208 / var(--tw-text-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-white {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.underline {
|
|
|
|
text-decoration-line: underline;
|
|
|
|
}
|
|
|
|
|
2023-05-01 06:14:10 +00:00
|
|
|
.\!no-underline {
|
|
|
|
text-decoration-line: none !important;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.no-underline {
|
|
|
|
text-decoration-line: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.underline-offset-2 {
|
|
|
|
text-underline-offset: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.underline-offset-4 {
|
|
|
|
text-underline-offset: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.opacity-100 {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.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-\[0_0_3px_rgb\(60_72_88_\/_15\%\)\] {
|
|
|
|
--tw-shadow: 0 0 3px rgb(60 72 88 / 15%);
|
|
|
|
--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.shadow-\[0px_20px_30px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
|
|
|
|
--tw-shadow: 0px 20px 30px rgba(0,0,0,0.12);
|
|
|
|
--tw-shadow-colored: 0px 20px 30px var(--tw-shadow-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.shadow-\[0px_3px_12px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
|
|
|
|
--tw-shadow: 0px 3px 12px rgba(0,0,0,0.2);
|
|
|
|
--tw-shadow-colored: 0px 3px 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);
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.shadow-\[0px_50px_61px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
|
|
|
|
--tw-shadow: 0px 50px 61px rgba(0,0,0,0.12);
|
|
|
|
--tw-shadow-colored: 0px 50px 61px 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-\[2px_2px_0px_\#859096\] {
|
|
|
|
--tw-shadow: 2px 2px 0px #859096;
|
|
|
|
--tw-shadow-colored: 2px 2px 0px 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-\[inset_0px_2px_2px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
|
|
|
|
--tw-shadow: inset 0px 2px 2px rgba(0,0,0,0.15);
|
|
|
|
--tw-shadow-colored: inset 0px 2px 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);
|
|
|
|
}
|
|
|
|
|
|
|
|
.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);
|
|
|
|
}
|
|
|
|
|
|
|
|
.invert {
|
|
|
|
--tw-invert: invert(100%);
|
|
|
|
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);
|
|
|
|
}
|
|
|
|
|
|
|
|
.transition {
|
|
|
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
|
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
|
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
transition-duration: 150ms;
|
|
|
|
}
|
|
|
|
|
2023-01-27 12:07:54 +00:00
|
|
|
.placeholder\:text-base::-moz-placeholder {
|
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.placeholder\:text-base::placeholder {
|
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.placeholder\:font-normal::-moz-placeholder {
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
.placeholder\:font-normal::placeholder {
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
.placeholder\:tracking-\[0\.01em\]::-moz-placeholder {
|
|
|
|
letter-spacing: 0.01em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.placeholder\:tracking-\[0\.01em\]::placeholder {
|
|
|
|
letter-spacing: 0.01em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.placeholder\:text-grey-black::-moz-placeholder {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgb(63 72 75 / var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.placeholder\:text-grey-black::placeholder {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgb(63 72 75 / var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.before\:absolute::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.before\:h-full::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.before\:w-full::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.before\:bg-black::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(13 14 18 / var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.before\:bg-secondary-bg-light::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(243 246 247 / var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.before\:opacity-90::before {
|
|
|
|
content: var(--tw-content);
|
|
|
|
opacity: 0.9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.focus\:outline-none:focus {
|
|
|
|
outline: 2px solid transparent;
|
|
|
|
outline-offset: 2px;
|
|
|
|
}
|
|
|
|
|
2023-03-31 16:14:59 +00:00
|
|
|
:is([dir="ltr"] .ltr\:ml-8) {
|
|
|
|
margin-left: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
:is([dir="ltr"] .ltr\:mr-auto) {
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
:is([dir="ltr"] .ltr\:\!hidden) {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
:is([dir="ltr"] .ltr\:rounded-l-\[34px\]) {
|
|
|
|
border-top-left-radius: 34px;
|
|
|
|
border-bottom-left-radius: 34px;
|
|
|
|
}
|
|
|
|
|
|
|
|
:is([dir="ltr"] .ltr\:rounded-r-\[34px\]) {
|
|
|
|
border-top-right-radius: 34px;
|
|
|
|
border-bottom-right-radius: 34px;
|
|
|
|
}
|
|
|
|
|
|
|
|
:is([dir="rtl"] .rtl\:ml-auto) {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
:is([dir="rtl"] .rtl\:mr-8) {
|
|
|
|
margin-right: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
:is([dir="rtl"] .rtl\:\!hidden) {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
:is([dir="rtl"] .rtl\:rounded-l-\[34px\]) {
|
|
|
|
border-top-left-radius: 34px;
|
|
|
|
border-bottom-left-radius: 34px;
|
|
|
|
}
|
|
|
|
|
|
|
|
:is([dir="rtl"] .rtl\:rounded-r-\[34px\]) {
|
|
|
|
border-top-right-radius: 34px;
|
|
|
|
border-bottom-right-radius: 34px;
|
|
|
|
}
|
|
|
|
|
2023-09-10 09:47:12 +00:00
|
|
|
:is([dir="rtl"] .rtl\:text-right) {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:block) {
|
2022-11-08 11:04:39 +00:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:inline-block) {
|
2022-11-08 11:04:39 +00:00
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2023-05-01 06:14:10 +00:00
|
|
|
:is(.dark .dark\:flex) {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2023-03-31 16:14:59 +00:00
|
|
|
:is(.dark .dark\:\!hidden) {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:hidden) {
|
2022-11-08 11:04:39 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:rounded-\[6px\]) {
|
2022-11-08 11:04:39 +00:00
|
|
|
border-radius: 6px;
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:border) {
|
2022-11-08 11:04:39 +00:00
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:border-none) {
|
2022-11-08 11:04:39 +00:00
|
|
|
border-style: none;
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:border-primary-dark) {
|
2023-02-24 21:04:32 +00:00
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgb(112 240 249 / var(--tw-border-opacity));
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:border-white) {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-border-opacity: 1;
|
|
|
|
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:bg-\[\#0C0B13\]) {
|
2023-02-24 21:04:32 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(12 11 19 / var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:bg-\[\#0E2B57\]) {
|
2023-02-24 21:04:32 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(14 43 87 / var(--tw-bg-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:bg-\[\#11182F\]) {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(17 24 47 / var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:bg-\[\#171F3A\]) {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
background-color: rgb(23 31 58 / var(--tw-bg-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:bg-\[\#17203D\]) {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
background-color: rgb(23 32 61 / var(--tw-bg-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:bg-\[rgba\(112\2c 240\2c 249\2c 0\.2\)\]) {
|
2023-02-24 21:04:32 +00:00
|
|
|
background-color: rgba(112,240,249,0.2);
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:bg-black) {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
background-color: rgb(13 14 18 / var(--tw-bg-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:bg-card-bg-dark) {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(23 32 61 / var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:bg-card-desc-bg-dark) {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(27 50 92 / var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:bg-grey-black) {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(63 72 75 / var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:bg-primary-bg-dark) {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
background-color: rgb(12 11 19 / var(--tw-bg-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:bg-primary-dark) {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(112 240 249 / var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:bg-secondary-bg-dark) {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
background-color: rgb(17 24 47 / var(--tw-bg-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:bg-transparent) {
|
2023-02-24 21:04:32 +00:00
|
|
|
background-color: transparent;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:bg-opacity-\[0\.2\]) {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 0.2;
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:bg-gradient-radial-mobile) {
|
2022-11-08 11:04:39 +00:00
|
|
|
background-image: radial-gradient(77.4% 73.09% at -3.68% 100%, #17203D 0%, #0C0B13 100%);
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:fill-primary-dark) {
|
2022-11-08 11:04:39 +00:00
|
|
|
fill: #70F0F9;
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:fill-white) {
|
2023-02-24 21:04:32 +00:00
|
|
|
fill: #fff;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-05-01 06:14:10 +00:00
|
|
|
:is(.dark .dark\:\!text-white) {
|
|
|
|
--tw-text-opacity: 1 !important;
|
|
|
|
color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:text-\[\#70F0F9\]) {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgb(112 240 249 / var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:text-black) {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-text-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
color: rgb(13 14 18 / var(--tw-text-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:text-primary-dark) {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-text-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
color: rgb(112 240 249 / var(--tw-text-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:text-white) {
|
2023-02-24 21:04:32 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:opacity-\[0\.1\]) {
|
2022-11-08 11:04:39 +00:00
|
|
|
opacity: 0.1;
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:opacity-\[0\.2\]) {
|
2023-02-24 21:04:32 +00:00
|
|
|
opacity: 0.2;
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:shadow-none) {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-shadow: 0 0 #0000;
|
|
|
|
--tw-shadow-colored: 0 0 #0000;
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .placeholder\:dark\:text-white)::-moz-placeholder {
|
2023-01-27 12:07:54 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .placeholder\:dark\:text-white)::placeholder {
|
2023-01-27 12:07:54 +00:00
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:before\:bg-primary-bg-dark)::before {
|
2022-11-08 11:04:39 +00:00
|
|
|
content: var(--tw-content);
|
|
|
|
--tw-bg-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
background-color: rgb(12 11 19 / var(--tw-bg-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:before\:bg-white)::before {
|
2022-11-08 11:04:39 +00:00
|
|
|
content: var(--tw-content);
|
|
|
|
--tw-bg-opacity: 1;
|
2023-02-24 21:04:32 +00:00
|
|
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 640px) {
|
2023-09-10 09:47:12 +00:00
|
|
|
.sm\:block {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.sm\:grid-cols-2 {
|
|
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
|
|
}
|
|
|
|
|
2023-09-10 09:47:12 +00:00
|
|
|
.sm\:flex-row {
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.sm\:p-14 {
|
|
|
|
padding: 3.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sm\:px-1 {
|
|
|
|
padding-left: 0.25rem;
|
|
|
|
padding-right: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sm\:px-4 {
|
|
|
|
padding-left: 1rem;
|
|
|
|
padding-right: 1rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
.md\:static {
|
|
|
|
position: static;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.md\:mb-0 {
|
|
|
|
margin-bottom: 0px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-01-27 12:07:54 +00:00
|
|
|
.md\:mb-16 {
|
|
|
|
margin-bottom: 4rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.md\:mb-6 {
|
|
|
|
margin-bottom: 1.5rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.md\:mb-8 {
|
|
|
|
margin-bottom: 2rem;
|
2023-01-27 12:07:54 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.md\:mt-6 {
|
|
|
|
margin-top: 1.5rem;
|
2023-01-27 12:07:54 +00:00
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.md\:block {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:inline-block {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:flex {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:h-fit {
|
|
|
|
height: -moz-fit-content;
|
|
|
|
height: fit-content;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:max-h-\[660px\] {
|
|
|
|
max-height: 660px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:min-h-fit {
|
|
|
|
min-height: -moz-fit-content;
|
|
|
|
min-height: fit-content;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:w-\[168px\] {
|
|
|
|
width: 168px;
|
|
|
|
}
|
|
|
|
|
2023-01-27 12:07:54 +00:00
|
|
|
.md\:w-\[30\%\] {
|
|
|
|
width: 30%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:w-\[70\%\] {
|
|
|
|
width: 70%;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.md\:w-fit {
|
|
|
|
width: -moz-fit-content;
|
|
|
|
width: fit-content;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.md\:max-w-\[1276px\] {
|
|
|
|
max-width: 1276px;
|
|
|
|
}
|
|
|
|
|
2023-09-10 09:47:12 +00:00
|
|
|
.md\:max-w-\[220px\] {
|
|
|
|
max-width: 220px;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.md\:max-w-\[490px\] {
|
|
|
|
max-width: 490px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.md\:flex-1 {
|
|
|
|
flex: 1 1 0%;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-01-27 12:07:54 +00:00
|
|
|
.md\:flex-\[1\] {
|
|
|
|
flex: 1;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-01-27 12:07:54 +00:00
|
|
|
.md\:flex-\[2\] {
|
|
|
|
flex: 2;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.md\:flex-row {
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:flex-col-reverse {
|
|
|
|
flex-direction: column-reverse;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:items-start {
|
|
|
|
align-items: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:items-center {
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2023-01-27 12:07:54 +00:00
|
|
|
.md\:gap-14 {
|
|
|
|
gap: 3.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:gap-9 {
|
|
|
|
gap: 2.25rem;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.md\:p-10 {
|
|
|
|
padding: 2.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:p-\[60px\] {
|
|
|
|
padding: 60px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.md\:px-0 {
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.md\:px-10 {
|
|
|
|
padding-left: 2.5rem;
|
|
|
|
padding-right: 2.5rem;
|
|
|
|
}
|
|
|
|
|
2023-09-20 16:55:22 +00:00
|
|
|
.md\:py-16 {
|
|
|
|
padding-top: 4rem;
|
|
|
|
padding-bottom: 4rem;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.md\:py-7 {
|
|
|
|
padding-top: 1.75rem;
|
|
|
|
padding-bottom: 1.75rem;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.md\:py-8 {
|
|
|
|
padding-top: 2rem;
|
|
|
|
padding-bottom: 2rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.md\:text-left {
|
|
|
|
text-align: left;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2024-06-16 21:24:30 +00:00
|
|
|
.md\:\!text-xl {
|
|
|
|
font-size: 1.25rem !important;
|
|
|
|
line-height: 1.75rem !important;
|
|
|
|
}
|
|
|
|
|
2023-01-27 12:07:54 +00:00
|
|
|
.md\:text-\[20px\] {
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.md\:text-\[35px\] {
|
|
|
|
font-size: 35px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.md\:text-\[38px\] {
|
|
|
|
font-size: 38px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.md\:text-\[55px\] {
|
|
|
|
font-size: 55px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:leading-\[43px\] {
|
|
|
|
line-height: 43px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-01-27 12:07:54 +00:00
|
|
|
.md\:leading-\[55px\] {
|
|
|
|
line-height: 55px;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.md\:leading-\[63px\] {
|
|
|
|
line-height: 63px;
|
|
|
|
}
|
|
|
|
|
2023-03-31 16:14:59 +00:00
|
|
|
:is([dir="rtl"] .md\:rtl\:inline-block) {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
:is([dir="rtl"] .md\:rtl\:text-right) {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:md\:inline-block) {
|
2022-11-08 11:04:39 +00:00
|
|
|
display: inline-block;
|
|
|
|
}
|
2023-03-31 16:14:59 +00:00
|
|
|
|
|
|
|
:is(.dark .md\:dark\:inline-block) {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1024px) {
|
|
|
|
.lg\:absolute {
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:relative {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:top-0 {
|
|
|
|
top: 0px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.lg\:mb-0 {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.lg\:mb-20 {
|
|
|
|
margin-bottom: 5rem;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.lg\:mb-8 {
|
|
|
|
margin-bottom: 2rem;
|
2023-01-27 12:07:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:mb-\[54px\] {
|
|
|
|
margin-bottom: 54px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.lg\:mb-\[90px\] {
|
|
|
|
margin-bottom: 90px;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.lg\:mt-0 {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:mt-\[10px\] {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:flex {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2023-05-01 06:14:10 +00:00
|
|
|
.lg\:h-0 {
|
|
|
|
height: 0px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.lg\:h-\[642px\] {
|
|
|
|
height: 642px;
|
|
|
|
}
|
|
|
|
|
2024-05-08 08:32:15 +00:00
|
|
|
.lg\:h-\[66px\] {
|
|
|
|
height: 66px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.lg\:h-\[855px\] {
|
|
|
|
height: 855px;
|
|
|
|
}
|
|
|
|
|
2023-01-27 12:07:54 +00:00
|
|
|
.lg\:h-\[888px\] {
|
|
|
|
height: 888px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.lg\:h-\[890px\] {
|
|
|
|
height: 890px;
|
2023-01-27 12:07:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:h-\[950px\] {
|
|
|
|
height: 950px;
|
|
|
|
}
|
|
|
|
|
2023-09-10 09:47:12 +00:00
|
|
|
.lg\:h-\[calc\(100vh-66px\)\] {
|
|
|
|
height: calc(100vh - 66px);
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.lg\:h-auto {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:h-fit {
|
|
|
|
height: -moz-fit-content;
|
|
|
|
height: fit-content;
|
|
|
|
}
|
|
|
|
|
2023-09-10 09:47:12 +00:00
|
|
|
.lg\:max-h-\[888px\] {
|
|
|
|
max-height: 888px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:w-2\/5 {
|
|
|
|
width: 40%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:w-3\/5 {
|
|
|
|
width: 60%;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.lg\:w-auto {
|
|
|
|
width: auto;
|
2023-01-27 12:07:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:w-full {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2023-09-10 09:47:12 +00:00
|
|
|
.lg\:max-w-\[240px\] {
|
|
|
|
max-width: 240px;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.lg\:max-w-\[448px\] {
|
|
|
|
max-width: 448px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:grid-cols-4 {
|
|
|
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:flex-row {
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
2023-01-27 12:07:54 +00:00
|
|
|
.lg\:flex-col {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.lg\:items-start {
|
|
|
|
align-items: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:items-center {
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.lg\:gap-0 {
|
|
|
|
gap: 0px;
|
|
|
|
}
|
|
|
|
|
2023-01-27 12:07:54 +00:00
|
|
|
.lg\:gap-16 {
|
|
|
|
gap: 4rem;
|
|
|
|
}
|
|
|
|
|
2023-09-10 09:47:12 +00:00
|
|
|
.lg\:gap-28 {
|
|
|
|
gap: 7rem;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.lg\:gap-5 {
|
|
|
|
gap: 1.25rem;
|
2023-01-27 12:07:54 +00:00
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.lg\:gap-\[350px\] {
|
|
|
|
gap: 350px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:bg-transparent {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:bg-white {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.lg\:px-0 {
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.lg\:px-5 {
|
|
|
|
padding-left: 1.25rem;
|
|
|
|
padding-right: 1.25rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.lg\:px-7 {
|
|
|
|
padding-left: 1.75rem;
|
|
|
|
padding-right: 1.75rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:px-\[20px\] {
|
|
|
|
padding-left: 20px;
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.lg\:px-\[50px\] {
|
|
|
|
padding-left: 50px;
|
|
|
|
padding-right: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:py-0 {
|
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.lg\:py-2 {
|
|
|
|
padding-top: 0.5rem;
|
|
|
|
padding-bottom: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.lg\:py-4 {
|
|
|
|
padding-top: 1rem;
|
|
|
|
padding-bottom: 1rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.lg\:py-5 {
|
|
|
|
padding-top: 1.25rem;
|
|
|
|
padding-bottom: 1.25rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:py-\[50px\] {
|
|
|
|
padding-top: 50px;
|
|
|
|
padding-bottom: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:pt-0 {
|
|
|
|
padding-top: 0px;
|
|
|
|
}
|
|
|
|
|
2023-01-27 12:07:54 +00:00
|
|
|
.lg\:text-center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2023-09-10 09:47:12 +00:00
|
|
|
.lg\:text-\[32px\] {
|
|
|
|
font-size: 32px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.lg\:text-\[35px\] {
|
|
|
|
font-size: 35px;
|
2023-01-27 12:07:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:text-\[38px\] {
|
|
|
|
font-size: 38px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.lg\:text-\[45px\] {
|
|
|
|
font-size: 45px;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.lg\:text-\[65px\] {
|
|
|
|
font-size: 65px;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.lg\:text-base {
|
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.5rem;
|
2022-11-08 11:04:39 +00:00
|
|
|
}
|
|
|
|
|
2023-01-27 12:07:54 +00:00
|
|
|
.lg\:leading-\[36px\] {
|
|
|
|
line-height: 36px;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.lg\:leading-\[45px\] {
|
|
|
|
line-height: 45px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg\:shadow-\[0_0_3px_rgb\(60_72_88_\/_15\%\)\] {
|
|
|
|
--tw-shadow: 0 0 3px rgb(60 72 88 / 15%);
|
|
|
|
--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
|
|
}
|
|
|
|
|
2023-03-31 16:14:59 +00:00
|
|
|
:is([dir="ltr"] .ltr\:lg\:ml-4) {
|
|
|
|
margin-left: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
:is([dir="ltr"] .ltr\:lg\:ml-5) {
|
|
|
|
margin-left: 1.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
:is([dir="ltr"] .lg\:ltr\:text-left) {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
:is([dir="rtl"] .rtl\:lg\:mr-4) {
|
|
|
|
margin-right: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
:is([dir="rtl"] .rtl\:lg\:mr-5) {
|
|
|
|
margin-right: 1.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
:is([dir="rtl"] .lg\:rtl\:text-right) {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:lg\:flex) {
|
2022-11-08 11:04:39 +00:00
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:lg\:hidden) {
|
2022-11-08 11:04:39 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:lg\:bg-black) {
|
2022-11-08 11:04:39 +00:00
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(13 14 18 / var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:lg\:bg-gradient-radial) {
|
2022-11-08 11:04:39 +00:00
|
|
|
background-image: radial-gradient(88.77% 102.03% at 92.64% -13.22%, #17203D 0%, #0C0B13 100%);
|
|
|
|
}
|
|
|
|
|
2023-03-30 15:44:56 +00:00
|
|
|
:is(.dark .dark\:lg\:bg-none) {
|
2022-11-08 11:04:39 +00:00
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1280px) {
|
|
|
|
.xl\:absolute {
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.xl\:sticky {
|
|
|
|
position: sticky;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.xl\:mb-0 {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.xl\:mb-8 {
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.xl\:mb-\[25px\] {
|
|
|
|
margin-bottom: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.xl\:block {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.xl\:flex {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.xl\:hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.xl\:h-\[888px\] {
|
|
|
|
height: 888px;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.xl\:h-\[calc\(100vh-66px\)\] {
|
|
|
|
height: calc(100vh - 66px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.xl\:h-full {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.xl\:max-h-\[888px\] {
|
|
|
|
max-height: 888px;
|
|
|
|
}
|
|
|
|
|
2023-01-27 12:07:54 +00:00
|
|
|
.xl\:min-h-\[565px\] {
|
|
|
|
min-height: 565px;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.xl\:min-w-\[600px\] {
|
|
|
|
min-width: 600px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.xl\:max-w-\[600px\] {
|
|
|
|
max-width: 600px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.xl\:flex-row {
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
|
|
|
.xl\:flex-row-reverse {
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
}
|
|
|
|
|
|
|
|
.xl\:items-start {
|
|
|
|
align-items: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
.xl\:items-center {
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.xl\:justify-start {
|
|
|
|
justify-content: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
.xl\:justify-between {
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.xl\:justify-around {
|
|
|
|
justify-content: space-around;
|
|
|
|
}
|
|
|
|
|
|
|
|
.xl\:gap-10 {
|
|
|
|
gap: 2.5rem;
|
|
|
|
}
|
|
|
|
|
2023-02-24 21:04:32 +00:00
|
|
|
.xl\:gap-8 {
|
|
|
|
gap: 2rem;
|
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.xl\:text-left {
|
|
|
|
text-align: left;
|
2022-08-19 17:31:11 +00:00
|
|
|
}
|
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.xl\:text-justify {
|
|
|
|
text-align: justify;
|
2022-08-08 08:41:31 +00:00
|
|
|
}
|
2022-08-15 09:25:04 +00:00
|
|
|
|
2022-11-08 11:04:39 +00:00
|
|
|
.xl\:text-\[16px\] {
|
|
|
|
font-size: 16px;
|
2022-08-15 09:25:04 +00:00
|
|
|
}
|
2023-03-31 16:14:59 +00:00
|
|
|
|
|
|
|
:is([dir="ltr"] .ltr\:xl\:ml-10) {
|
|
|
|
margin-left: 2.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
:is([dir="ltr"] .ltr\:xl\:ml-8) {
|
|
|
|
margin-left: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
:is([dir="rtl"] .rtl\:xl\:mr-10) {
|
|
|
|
margin-right: 2.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
:is([dir="rtl"] .rtl\:xl\:mr-8) {
|
|
|
|
margin-right: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
:is([dir="rtl"] .xl\:rtl\:text-right) {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2022-08-28 15:19:41 +00:00
|
|
|
}
|