1664 lines
37 KiB
CSS
1664 lines
37 KiB
CSS
/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
|
|
@layer properties;
|
|
@layer theme, base, components, utilities;
|
|
@layer theme {
|
|
:root, :host {
|
|
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
|
|
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
"Courier New", monospace;
|
|
--color-red-600: oklch(57.7% 0.245 27.325);
|
|
--color-blue-600: oklch(54.6% 0.245 262.881);
|
|
--color-blue-700: oklch(48.8% 0.243 264.376);
|
|
--color-gray-50: oklch(98.5% 0.002 247.839);
|
|
--color-gray-100: oklch(96.7% 0.003 264.542);
|
|
--color-gray-200: oklch(92.8% 0.006 264.531);
|
|
--color-gray-300: oklch(87.2% 0.01 258.338);
|
|
--color-gray-500: oklch(55.1% 0.027 264.364);
|
|
--color-gray-700: oklch(37.3% 0.034 259.733);
|
|
--color-gray-900: oklch(21% 0.034 264.665);
|
|
--color-black: #000;
|
|
--color-white: #fff;
|
|
--spacing: 0.25rem;
|
|
--text-sm: 0.875rem;
|
|
--text-sm--line-height: calc(1.25 / 0.875);
|
|
--text-lg: 1.125rem;
|
|
--text-lg--line-height: calc(1.75 / 1.125);
|
|
--text-xl: 1.25rem;
|
|
--text-xl--line-height: calc(1.75 / 1.25);
|
|
--text-3xl: 1.875rem;
|
|
--text-3xl--line-height: calc(2.25 / 1.875);
|
|
--font-weight-medium: 500;
|
|
--font-weight-semibold: 600;
|
|
--font-weight-bold: 700;
|
|
--tracking-tight: -0.025em;
|
|
--tracking-wide: 0.025em;
|
|
--leading-tight: 1.25;
|
|
--leading-snug: 1.375;
|
|
--radius-md: 0.375rem;
|
|
--radius-lg: 0.5rem;
|
|
--radius-xl: 0.75rem;
|
|
--ease-out: cubic-bezier(0, 0, 0.2, 1);
|
|
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
|
|
--default-transition-duration: 150ms;
|
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
--default-font-family: var(--font-sans);
|
|
--default-mono-font-family: var(--font-mono);
|
|
}
|
|
}
|
|
@layer base {
|
|
*, ::after, ::before, ::backdrop, ::file-selector-button {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0 solid;
|
|
}
|
|
html, :host {
|
|
line-height: 1.5;
|
|
-webkit-text-size-adjust: 100%;
|
|
tab-size: 4;
|
|
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
-webkit-tap-highlight-color: transparent;
|
|
}
|
|
hr {
|
|
height: 0;
|
|
color: inherit;
|
|
border-top-width: 1px;
|
|
}
|
|
abbr:where([title]) {
|
|
-webkit-text-decoration: underline dotted;
|
|
text-decoration: underline dotted;
|
|
}
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-size: inherit;
|
|
font-weight: inherit;
|
|
}
|
|
a {
|
|
color: inherit;
|
|
-webkit-text-decoration: inherit;
|
|
text-decoration: inherit;
|
|
}
|
|
b, strong {
|
|
font-weight: bolder;
|
|
}
|
|
code, kbd, samp, pre {
|
|
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
font-size: 1em;
|
|
}
|
|
small {
|
|
font-size: 80%;
|
|
}
|
|
sub, sup {
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline;
|
|
}
|
|
sub {
|
|
bottom: -0.25em;
|
|
}
|
|
sup {
|
|
top: -0.5em;
|
|
}
|
|
table {
|
|
text-indent: 0;
|
|
border-color: inherit;
|
|
border-collapse: collapse;
|
|
}
|
|
:-moz-focusring {
|
|
outline: auto;
|
|
}
|
|
progress {
|
|
vertical-align: baseline;
|
|
}
|
|
summary {
|
|
display: list-item;
|
|
}
|
|
ol, ul, menu {
|
|
list-style: none;
|
|
}
|
|
img, svg, video, canvas, audio, iframe, embed, object {
|
|
display: block;
|
|
vertical-align: middle;
|
|
}
|
|
img, video {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
button, input, select, optgroup, textarea, ::file-selector-button {
|
|
font: inherit;
|
|
font-feature-settings: inherit;
|
|
font-variation-settings: inherit;
|
|
letter-spacing: inherit;
|
|
color: inherit;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
opacity: 1;
|
|
}
|
|
:where(select:is([multiple], [size])) optgroup {
|
|
font-weight: bolder;
|
|
}
|
|
:where(select:is([multiple], [size])) optgroup option {
|
|
padding-inline-start: 20px;
|
|
}
|
|
::file-selector-button {
|
|
margin-inline-end: 4px;
|
|
}
|
|
::placeholder {
|
|
opacity: 1;
|
|
}
|
|
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
::placeholder {
|
|
color: currentcolor;
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
}
|
|
}
|
|
}
|
|
textarea {
|
|
resize: vertical;
|
|
}
|
|
::-webkit-search-decoration {
|
|
-webkit-appearance: none;
|
|
}
|
|
::-webkit-date-and-time-value {
|
|
min-height: 1lh;
|
|
text-align: inherit;
|
|
}
|
|
::-webkit-datetime-edit {
|
|
display: inline-flex;
|
|
}
|
|
::-webkit-datetime-edit-fields-wrapper {
|
|
padding: 0;
|
|
}
|
|
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
|
|
padding-block: 0;
|
|
}
|
|
::-webkit-calendar-picker-indicator {
|
|
line-height: 1;
|
|
}
|
|
:-moz-ui-invalid {
|
|
box-shadow: none;
|
|
}
|
|
button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
|
|
appearance: button;
|
|
}
|
|
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
|
|
height: auto;
|
|
}
|
|
[hidden]:where(:not([hidden="until-found"])) {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@layer utilities {
|
|
.visible {
|
|
visibility: visible;
|
|
}
|
|
.absolute {
|
|
position: absolute;
|
|
}
|
|
.fixed {
|
|
position: fixed;
|
|
}
|
|
.relative {
|
|
position: relative;
|
|
}
|
|
.static {
|
|
position: static;
|
|
}
|
|
.inset-0 {
|
|
inset: 0;
|
|
}
|
|
.top-0 {
|
|
top: 0;
|
|
}
|
|
.top-2 {
|
|
top: calc(var(--spacing) * 2);
|
|
}
|
|
.right-0 {
|
|
right: 0;
|
|
}
|
|
.right-2 {
|
|
right: calc(var(--spacing) * 2);
|
|
}
|
|
.right-3 {
|
|
right: calc(var(--spacing) * 3);
|
|
}
|
|
.bottom-0 {
|
|
bottom: 0;
|
|
}
|
|
.bottom-8 {
|
|
bottom: calc(var(--spacing) * 8);
|
|
}
|
|
.left-0 {
|
|
left: 0;
|
|
}
|
|
.left-12 {
|
|
left: calc(var(--spacing) * 12);
|
|
}
|
|
.z-10 {
|
|
z-index: 10;
|
|
}
|
|
.z-20 {
|
|
z-index: 20;
|
|
}
|
|
.z-\[1000\] {
|
|
z-index: 1000;
|
|
}
|
|
.m-0 {
|
|
margin: 0;
|
|
}
|
|
.m-3 {
|
|
margin: calc(var(--spacing) * 3);
|
|
}
|
|
.mx-auto {
|
|
margin-inline: auto;
|
|
}
|
|
.my-\[20vh\] {
|
|
margin-block: 20vh;
|
|
}
|
|
.mt-0\.5 {
|
|
margin-top: calc(var(--spacing) * 0.5);
|
|
}
|
|
.mt-1 {
|
|
margin-top: var(--spacing);
|
|
}
|
|
.mt-2 {
|
|
margin-top: calc(var(--spacing) * 2);
|
|
}
|
|
.mt-4 {
|
|
margin-top: calc(var(--spacing) * 4);
|
|
}
|
|
.mt-auto {
|
|
margin-top: auto;
|
|
}
|
|
.mr-3 {
|
|
margin-right: calc(var(--spacing) * 3);
|
|
}
|
|
.mb-0\.5 {
|
|
margin-bottom: calc(var(--spacing) * 0.5);
|
|
}
|
|
.mb-1 {
|
|
margin-bottom: var(--spacing);
|
|
}
|
|
.mb-2 {
|
|
margin-bottom: calc(var(--spacing) * 2);
|
|
}
|
|
.mb-2\.5 {
|
|
margin-bottom: calc(var(--spacing) * 2.5);
|
|
}
|
|
.mb-3 {
|
|
margin-bottom: calc(var(--spacing) * 3);
|
|
}
|
|
.mb-4 {
|
|
margin-bottom: calc(var(--spacing) * 4);
|
|
}
|
|
.mb-5 {
|
|
margin-bottom: calc(var(--spacing) * 5);
|
|
}
|
|
.mb-6 {
|
|
margin-bottom: calc(var(--spacing) * 6);
|
|
}
|
|
.mb-\[22px\] {
|
|
margin-bottom: 22px;
|
|
}
|
|
.-ml-4 {
|
|
margin-left: calc(var(--spacing) * -4);
|
|
}
|
|
.ml-12 {
|
|
margin-left: calc(var(--spacing) * 12);
|
|
}
|
|
.block {
|
|
display: block;
|
|
}
|
|
.flex {
|
|
display: flex;
|
|
}
|
|
.grid {
|
|
display: grid;
|
|
}
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
.inline-block {
|
|
display: inline-block;
|
|
}
|
|
.h-0 {
|
|
height: 0;
|
|
}
|
|
.h-1\.5 {
|
|
height: calc(var(--spacing) * 1.5);
|
|
}
|
|
.h-2 {
|
|
height: calc(var(--spacing) * 2);
|
|
}
|
|
.h-2\.5 {
|
|
height: calc(var(--spacing) * 2.5);
|
|
}
|
|
.h-3\.5 {
|
|
height: calc(var(--spacing) * 3.5);
|
|
}
|
|
.h-4 {
|
|
height: calc(var(--spacing) * 4);
|
|
}
|
|
.h-7 {
|
|
height: calc(var(--spacing) * 7);
|
|
}
|
|
.h-8 {
|
|
height: calc(var(--spacing) * 8);
|
|
}
|
|
.h-9 {
|
|
height: calc(var(--spacing) * 9);
|
|
}
|
|
.h-20 {
|
|
height: calc(var(--spacing) * 20);
|
|
}
|
|
.h-\[18px\] {
|
|
height: 18px;
|
|
}
|
|
.h-\[38px\] {
|
|
height: 38px;
|
|
}
|
|
.h-\[52px\] {
|
|
height: 52px;
|
|
}
|
|
.h-\[54px\] {
|
|
height: 54px;
|
|
}
|
|
.h-\[56px\] {
|
|
height: 56px;
|
|
}
|
|
.h-\[160px\] {
|
|
height: 160px;
|
|
}
|
|
.h-\[180px\] {
|
|
height: 180px;
|
|
}
|
|
.h-\[calc\(100vh-130px\)\] {
|
|
height: calc(100vh - 130px);
|
|
}
|
|
.h-full {
|
|
height: 100%;
|
|
}
|
|
.min-h-\[72px\] {
|
|
min-height: 72px;
|
|
}
|
|
.min-h-\[260px\] {
|
|
min-height: 260px;
|
|
}
|
|
.min-h-screen {
|
|
min-height: 100vh;
|
|
}
|
|
.w-1 {
|
|
width: var(--spacing);
|
|
}
|
|
.w-2 {
|
|
width: calc(var(--spacing) * 2);
|
|
}
|
|
.w-2\.5 {
|
|
width: calc(var(--spacing) * 2.5);
|
|
}
|
|
.w-3\.5 {
|
|
width: calc(var(--spacing) * 3.5);
|
|
}
|
|
.w-4 {
|
|
width: calc(var(--spacing) * 4);
|
|
}
|
|
.w-7 {
|
|
width: calc(var(--spacing) * 7);
|
|
}
|
|
.w-8 {
|
|
width: calc(var(--spacing) * 8);
|
|
}
|
|
.w-9 {
|
|
width: calc(var(--spacing) * 9);
|
|
}
|
|
.w-20 {
|
|
width: calc(var(--spacing) * 20);
|
|
}
|
|
.w-64 {
|
|
width: calc(var(--spacing) * 64);
|
|
}
|
|
.w-80 {
|
|
width: calc(var(--spacing) * 80);
|
|
}
|
|
.w-\[18px\] {
|
|
width: 18px;
|
|
}
|
|
.w-\[38px\] {
|
|
width: 38px;
|
|
}
|
|
.w-auto {
|
|
width: auto;
|
|
}
|
|
.w-full {
|
|
width: 100%;
|
|
}
|
|
.max-w-\[170px\] {
|
|
max-width: 170px;
|
|
}
|
|
.max-w-\[180px\] {
|
|
max-width: 180px;
|
|
}
|
|
.max-w-\[1600px\] {
|
|
max-width: 1600px;
|
|
}
|
|
.min-w-0 {
|
|
min-width: 0;
|
|
}
|
|
.min-w-\[600px\] {
|
|
min-width: 600px;
|
|
}
|
|
.min-w-full {
|
|
min-width: 100%;
|
|
}
|
|
.flex-1 {
|
|
flex: 1;
|
|
}
|
|
.flex-shrink-0 {
|
|
flex-shrink: 0;
|
|
}
|
|
.shrink-0 {
|
|
flex-shrink: 0;
|
|
}
|
|
.border-collapse {
|
|
border-collapse: collapse;
|
|
}
|
|
.transform {
|
|
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
}
|
|
.animate-\[ping_1\.5s_cubic-bezier\(0\,0\.2\,0\.8\,1\)_infinite\] {
|
|
animation: ping 1.5s cubic-bezier(0,0.2,0.8,1) infinite;
|
|
}
|
|
.cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
.appearance-none {
|
|
appearance: none;
|
|
}
|
|
.grid-cols-1 {
|
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
}
|
|
.flex-col {
|
|
flex-direction: column;
|
|
}
|
|
.flex-wrap {
|
|
flex-wrap: wrap;
|
|
}
|
|
.items-center {
|
|
align-items: center;
|
|
}
|
|
.items-end {
|
|
align-items: flex-end;
|
|
}
|
|
.items-start {
|
|
align-items: flex-start;
|
|
}
|
|
.justify-between {
|
|
justify-content: space-between;
|
|
}
|
|
.justify-center {
|
|
justify-content: center;
|
|
}
|
|
.gap-1\.5 {
|
|
gap: calc(var(--spacing) * 1.5);
|
|
}
|
|
.gap-2 {
|
|
gap: calc(var(--spacing) * 2);
|
|
}
|
|
.gap-2\.5 {
|
|
gap: calc(var(--spacing) * 2.5);
|
|
}
|
|
.gap-3 {
|
|
gap: calc(var(--spacing) * 3);
|
|
}
|
|
.gap-3\.5 {
|
|
gap: calc(var(--spacing) * 3.5);
|
|
}
|
|
.gap-4 {
|
|
gap: calc(var(--spacing) * 4);
|
|
}
|
|
.gap-6 {
|
|
gap: calc(var(--spacing) * 6);
|
|
}
|
|
.gap-8 {
|
|
gap: calc(var(--spacing) * 8);
|
|
}
|
|
.space-y-2 {
|
|
:where(& > :not(:last-child)) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
|
|
margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
|
|
}
|
|
}
|
|
.space-y-4 {
|
|
:where(& > :not(:last-child)) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
|
|
margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
|
|
}
|
|
}
|
|
.divide-y {
|
|
:where(& > :not(:last-child)) {
|
|
--tw-divide-y-reverse: 0;
|
|
border-bottom-style: var(--tw-border-style);
|
|
border-top-style: var(--tw-border-style);
|
|
border-top-width: calc(1px * var(--tw-divide-y-reverse));
|
|
border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
}
|
|
}
|
|
.divide-gray-200 {
|
|
:where(& > :not(:last-child)) {
|
|
border-color: var(--color-gray-200);
|
|
}
|
|
}
|
|
.overflow-hidden {
|
|
overflow: hidden;
|
|
}
|
|
.overflow-visible {
|
|
overflow: visible;
|
|
}
|
|
.overflow-x-auto {
|
|
overflow-x: auto;
|
|
}
|
|
.rounded {
|
|
border-radius: 0.25rem;
|
|
}
|
|
.rounded-\[10px\] {
|
|
border-radius: 10px;
|
|
}
|
|
.rounded-full {
|
|
border-radius: calc(infinity * 1px);
|
|
}
|
|
.rounded-lg {
|
|
border-radius: var(--radius-lg);
|
|
}
|
|
.rounded-md {
|
|
border-radius: var(--radius-md);
|
|
}
|
|
.rounded-xl {
|
|
border-radius: var(--radius-xl);
|
|
}
|
|
.border {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 1px;
|
|
}
|
|
.border-0 {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 0px;
|
|
}
|
|
.border-2 {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 2px;
|
|
}
|
|
.border-\[3px\] {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 3px;
|
|
}
|
|
.border-b {
|
|
border-bottom-style: var(--tw-border-style);
|
|
border-bottom-width: 1px;
|
|
}
|
|
.border-l-\[3px\] {
|
|
border-left-style: var(--tw-border-style);
|
|
border-left-width: 3px;
|
|
}
|
|
.border-dashed {
|
|
--tw-border-style: dashed;
|
|
border-style: dashed;
|
|
}
|
|
.border-none {
|
|
--tw-border-style: none;
|
|
border-style: none;
|
|
}
|
|
.border-\[\#0087ff\] {
|
|
border-color: #0087ff;
|
|
}
|
|
.border-\[\#e4eaf2\] {
|
|
border-color: #e4eaf2;
|
|
}
|
|
.border-\[\#eef2f8\] {
|
|
border-color: #eef2f8;
|
|
}
|
|
.border-gray-300 {
|
|
border-color: var(--color-gray-300);
|
|
}
|
|
.border-transparent {
|
|
border-color: transparent;
|
|
}
|
|
.border-white {
|
|
border-color: var(--color-white);
|
|
}
|
|
.border-white\/10 {
|
|
border-color: color-mix(in srgb, #fff 10%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
|
|
}
|
|
}
|
|
.bg-\[\#00a3a1\] {
|
|
background-color: #00a3a1;
|
|
}
|
|
.bg-\[\#003b71\] {
|
|
background-color: #003b71;
|
|
}
|
|
.bg-\[\#6b9ed2\] {
|
|
background-color: #6b9ed2;
|
|
}
|
|
.bg-\[\#22a06b\] {
|
|
background-color: #22a06b;
|
|
}
|
|
.bg-\[\#0066b3\] {
|
|
background-color: #0066b3;
|
|
}
|
|
.bg-\[\#c0d4e6\] {
|
|
background-color: #c0d4e6;
|
|
}
|
|
.bg-\[\#c8102e\] {
|
|
background-color: #c8102e;
|
|
}
|
|
.bg-\[\#e2eefb\] {
|
|
background-color: #e2eefb;
|
|
}
|
|
.bg-\[\#e3f6ed\] {
|
|
background-color: #e3f6ed;
|
|
}
|
|
.bg-\[\#e8f4f4\] {
|
|
background-color: #e8f4f4;
|
|
}
|
|
.bg-\[\#f4a300\] {
|
|
background-color: #f4a300;
|
|
}
|
|
.bg-\[\#f4f7fb\] {
|
|
background-color: #f4f7fb;
|
|
}
|
|
.bg-\[\#fde5e8\] {
|
|
background-color: #fde5e8;
|
|
}
|
|
.bg-\[\#fff4dd\] {
|
|
background-color: #fff4dd;
|
|
}
|
|
.bg-\[\#ffffe0\] {
|
|
background-color: #ffffe0;
|
|
}
|
|
.bg-\[\#ffffff14\] {
|
|
background-color: #ffffff14;
|
|
}
|
|
.bg-blue-600 {
|
|
background-color: var(--color-blue-600);
|
|
}
|
|
.bg-gray-50 {
|
|
background-color: var(--color-gray-50);
|
|
}
|
|
.bg-gray-100 {
|
|
background-color: var(--color-gray-100);
|
|
}
|
|
.bg-transparent {
|
|
background-color: transparent;
|
|
}
|
|
.bg-white {
|
|
background-color: var(--color-white);
|
|
}
|
|
.bg-white\/10 {
|
|
background-color: color-mix(in srgb, #fff 10%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
|
|
}
|
|
}
|
|
.bg-gradient-to-br {
|
|
--tw-gradient-position: to bottom right in oklab;
|
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
}
|
|
.bg-\[url\(\'data\:image\/svg\+xml\,\%3csvg_xmlns\=\%27http\:\/\/www\.w3\.org\/2000\/svg\%27_viewBox\=\%270_0_24_24\%27_fill\=\%27none\%27_stroke\=\%27currentColor\%27_stroke-width\=\%272\%27\%3e\%3cline_x1\=\%273\%27_y1\=\%276\%27_x2\=\%2721\%27_y2\=\%276\%27\/\%3e\%3cline_x1\=\%273\%27_y1\=\%2712\%27_x2\=\%2721\%27_y2\=\%2712\%27\/\%3e\%3cline_x1\=\%273\%27_y1\=\%2718\%27_x2\=\%2721\%27_y2\=\%2718\%27\/\%3e\%3c\/svg\%3e\'\)\] {
|
|
background-image: url('data:image/svg+xml,%3csvg_xmlns=%27http://www.w3.org/2000/svg%27_viewBox=%270_0_24_24%27_fill=%27none%27_stroke=%27currentColor%27_stroke-width=%272%27%3e%3cline_x1=%273%27_y1=%276%27_x2=%2721%27_y2=%276%27/%3e%3cline_x1=%273%27_y1=%2712%27_x2=%2721%27_y2=%2712%27/%3e%3cline_x1=%273%27_y1=%2718%27_x2=%2721%27_y2=%2718%27/%3e%3c/svg%3e');
|
|
}
|
|
.from-\[\#00a3a1\] {
|
|
--tw-gradient-from: #00a3a1;
|
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
}
|
|
.from-\[\#0066b3\] {
|
|
--tw-gradient-from: #0066b3;
|
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
}
|
|
.to-\[\#00a3a1\] {
|
|
--tw-gradient-to: #00a3a1;
|
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
}
|
|
.to-\[\#0066b3\] {
|
|
--tw-gradient-to: #0066b3;
|
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
}
|
|
.bg-\[length\:20px\] {
|
|
background-size: 20px;
|
|
}
|
|
.bg-center {
|
|
background-position: center;
|
|
}
|
|
.bg-no-repeat {
|
|
background-repeat: no-repeat;
|
|
}
|
|
.object-contain {
|
|
object-fit: contain;
|
|
}
|
|
.p-0 {
|
|
padding: 0;
|
|
}
|
|
.p-3 {
|
|
padding: calc(var(--spacing) * 3);
|
|
}
|
|
.p-4 {
|
|
padding: calc(var(--spacing) * 4);
|
|
}
|
|
.p-5 {
|
|
padding: calc(var(--spacing) * 5);
|
|
}
|
|
.p-6 {
|
|
padding: calc(var(--spacing) * 6);
|
|
}
|
|
.p-8 {
|
|
padding: calc(var(--spacing) * 8);
|
|
}
|
|
.p-\[18px\] {
|
|
padding: 18px;
|
|
}
|
|
.px-1 {
|
|
padding-inline: var(--spacing);
|
|
}
|
|
.px-2\.5 {
|
|
padding-inline: calc(var(--spacing) * 2.5);
|
|
}
|
|
.px-3 {
|
|
padding-inline: calc(var(--spacing) * 3);
|
|
}
|
|
.px-3\.5 {
|
|
padding-inline: calc(var(--spacing) * 3.5);
|
|
}
|
|
.px-4 {
|
|
padding-inline: calc(var(--spacing) * 4);
|
|
}
|
|
.px-6 {
|
|
padding-inline: calc(var(--spacing) * 6);
|
|
}
|
|
.px-7 {
|
|
padding-inline: calc(var(--spacing) * 7);
|
|
}
|
|
.px-\[7px\] {
|
|
padding-inline: 7px;
|
|
}
|
|
.px-\[14px\] {
|
|
padding-inline: 14px;
|
|
}
|
|
.px-\[18px\] {
|
|
padding-inline: 18px;
|
|
}
|
|
.py-1 {
|
|
padding-block: var(--spacing);
|
|
}
|
|
.py-1\.5 {
|
|
padding-block: calc(var(--spacing) * 1.5);
|
|
}
|
|
.py-2 {
|
|
padding-block: calc(var(--spacing) * 2);
|
|
}
|
|
.py-2\.5 {
|
|
padding-block: calc(var(--spacing) * 2.5);
|
|
}
|
|
.py-3 {
|
|
padding-block: calc(var(--spacing) * 3);
|
|
}
|
|
.py-4 {
|
|
padding-block: calc(var(--spacing) * 4);
|
|
}
|
|
.py-\[1px\] {
|
|
padding-block: 1px;
|
|
}
|
|
.py-\[3px\] {
|
|
padding-block: 3px;
|
|
}
|
|
.pt-2 {
|
|
padding-top: calc(var(--spacing) * 2);
|
|
}
|
|
.pt-4 {
|
|
padding-top: calc(var(--spacing) * 4);
|
|
}
|
|
.pt-5 {
|
|
padding-top: calc(var(--spacing) * 5);
|
|
}
|
|
.pt-9 {
|
|
padding-top: calc(var(--spacing) * 9);
|
|
}
|
|
.pr-2 {
|
|
padding-right: calc(var(--spacing) * 2);
|
|
}
|
|
.pr-3\.5 {
|
|
padding-right: calc(var(--spacing) * 3.5);
|
|
}
|
|
.pb-2 {
|
|
padding-bottom: calc(var(--spacing) * 2);
|
|
}
|
|
.pb-3 {
|
|
padding-bottom: calc(var(--spacing) * 3);
|
|
}
|
|
.pb-3\.5 {
|
|
padding-bottom: calc(var(--spacing) * 3.5);
|
|
}
|
|
.pb-6 {
|
|
padding-bottom: calc(var(--spacing) * 6);
|
|
}
|
|
.pb-8 {
|
|
padding-bottom: calc(var(--spacing) * 8);
|
|
}
|
|
.pl-1 {
|
|
padding-left: var(--spacing);
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
.text-left {
|
|
text-align: left;
|
|
}
|
|
.text-3xl {
|
|
font-size: var(--text-3xl);
|
|
line-height: var(--tw-leading, var(--text-3xl--line-height));
|
|
}
|
|
.text-lg {
|
|
font-size: var(--text-lg);
|
|
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
}
|
|
.text-sm {
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
}
|
|
.text-xl {
|
|
font-size: var(--text-xl);
|
|
line-height: var(--tw-leading, var(--text-xl--line-height));
|
|
}
|
|
.text-\[10px\] {
|
|
font-size: 10px;
|
|
}
|
|
.text-\[11px\] {
|
|
font-size: 11px;
|
|
}
|
|
.text-\[12px\] {
|
|
font-size: 12px;
|
|
}
|
|
.text-\[13px\] {
|
|
font-size: 13px;
|
|
}
|
|
.text-\[14px\] {
|
|
font-size: 14px;
|
|
}
|
|
.text-\[15px\] {
|
|
font-size: 15px;
|
|
}
|
|
.text-\[16px\] {
|
|
font-size: 16px;
|
|
}
|
|
.text-\[18px\] {
|
|
font-size: 18px;
|
|
}
|
|
.text-\[22px\] {
|
|
font-size: 22px;
|
|
}
|
|
.text-\[26px\] {
|
|
font-size: 26px;
|
|
}
|
|
.leading-\[1\.2\] {
|
|
--tw-leading: 1.2;
|
|
line-height: 1.2;
|
|
}
|
|
.leading-none {
|
|
--tw-leading: 1;
|
|
line-height: 1;
|
|
}
|
|
.leading-snug {
|
|
--tw-leading: var(--leading-snug);
|
|
line-height: var(--leading-snug);
|
|
}
|
|
.leading-tight {
|
|
--tw-leading: var(--leading-tight);
|
|
line-height: var(--leading-tight);
|
|
}
|
|
.font-bold {
|
|
--tw-font-weight: var(--font-weight-bold);
|
|
font-weight: var(--font-weight-bold);
|
|
}
|
|
.font-medium {
|
|
--tw-font-weight: var(--font-weight-medium);
|
|
font-weight: var(--font-weight-medium);
|
|
}
|
|
.font-semibold {
|
|
--tw-font-weight: var(--font-weight-semibold);
|
|
font-weight: var(--font-weight-semibold);
|
|
}
|
|
.tracking-\[0\.02em\] {
|
|
--tw-tracking: 0.02em;
|
|
letter-spacing: 0.02em;
|
|
}
|
|
.tracking-\[0\.06em\] {
|
|
--tw-tracking: 0.06em;
|
|
letter-spacing: 0.06em;
|
|
}
|
|
.tracking-\[0\.08em\] {
|
|
--tw-tracking: 0.08em;
|
|
letter-spacing: 0.08em;
|
|
}
|
|
.tracking-\[0\.12em\] {
|
|
--tw-tracking: 0.12em;
|
|
letter-spacing: 0.12em;
|
|
}
|
|
.tracking-tight {
|
|
--tw-tracking: var(--tracking-tight);
|
|
letter-spacing: var(--tracking-tight);
|
|
}
|
|
.tracking-wide {
|
|
--tw-tracking: var(--tracking-wide);
|
|
letter-spacing: var(--tracking-wide);
|
|
}
|
|
.whitespace-nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
.text-\[\#00a3a1\] {
|
|
color: #00a3a1;
|
|
}
|
|
.text-\[\#00d4d1\] {
|
|
color: #00d4d1;
|
|
}
|
|
.text-\[\#1f2a3a\] {
|
|
color: #1f2a3a;
|
|
}
|
|
.text-\[\#003b71\] {
|
|
color: #003b71;
|
|
}
|
|
.text-\[\#5a6577\] {
|
|
color: #5a6577;
|
|
}
|
|
.text-\[\#8a96a8\] {
|
|
color: #8a96a8;
|
|
}
|
|
.text-\[\#8aa4c4\] {
|
|
color: #8aa4c4;
|
|
}
|
|
.text-\[\#22a06b\] {
|
|
color: #22a06b;
|
|
}
|
|
.text-\[\#0066b3\] {
|
|
color: #0066b3;
|
|
}
|
|
.text-\[\#647892\] {
|
|
color: #647892;
|
|
}
|
|
.text-\[\#aac1de\] {
|
|
color: #aac1de;
|
|
}
|
|
.text-\[\#b06b00\] {
|
|
color: #b06b00;
|
|
}
|
|
.text-\[\#b8c8df\] {
|
|
color: #b8c8df;
|
|
}
|
|
.text-\[\#c1d2e7\] {
|
|
color: #c1d2e7;
|
|
}
|
|
.text-\[\#c8102e\] {
|
|
color: #c8102e;
|
|
}
|
|
.text-\[\#d9f1f0\] {
|
|
color: #d9f1f0;
|
|
}
|
|
.text-\[\#dc2626\] {
|
|
color: #dc2626;
|
|
}
|
|
.text-gray-500 {
|
|
color: var(--color-gray-500);
|
|
}
|
|
.text-gray-700 {
|
|
color: var(--color-gray-700);
|
|
}
|
|
.text-gray-900 {
|
|
color: var(--color-gray-900);
|
|
}
|
|
.text-red-600 {
|
|
color: var(--color-red-600);
|
|
}
|
|
.text-white {
|
|
color: var(--color-white);
|
|
}
|
|
.uppercase {
|
|
text-transform: uppercase;
|
|
}
|
|
.italic {
|
|
font-style: italic;
|
|
}
|
|
.underline {
|
|
text-decoration-line: underline;
|
|
}
|
|
.opacity-0 {
|
|
opacity: 0%;
|
|
}
|
|
.shadow-\[0_-1px_2px_rgba\(0\,0\,0\,0\.2\)\] {
|
|
--tw-shadow: 0 -1px 2px var(--tw-shadow-color, rgba(0,0,0,0.2));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.shadow-\[0_1px_2px_rgba\(15\,23\,42\,\.06\)\] {
|
|
--tw-shadow: 0 1px 2px var(--tw-shadow-color, rgba(15,23,42,.06));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.shadow-inner {
|
|
--tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.shadow-lg {
|
|
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.shadow-sm {
|
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.shadow-xl {
|
|
--tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.ring-1 {
|
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.ring-black {
|
|
--tw-ring-color: var(--color-black);
|
|
}
|
|
.transition-all {
|
|
transition-property: all;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
.transition-colors {
|
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
.transition-opacity {
|
|
transition-property: opacity;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
.delay-100 {
|
|
transition-delay: 100ms;
|
|
}
|
|
.delay-200 {
|
|
transition-delay: 200ms;
|
|
}
|
|
.delay-300 {
|
|
transition-delay: 300ms;
|
|
}
|
|
.delay-500 {
|
|
transition-delay: 500ms;
|
|
}
|
|
.delay-\[100ms\] {
|
|
transition-delay: 100ms;
|
|
}
|
|
.delay-\[200ms\] {
|
|
transition-delay: 200ms;
|
|
}
|
|
.delay-\[300ms\] {
|
|
transition-delay: 300ms;
|
|
}
|
|
.delay-\[400ms\] {
|
|
transition-delay: 400ms;
|
|
}
|
|
.delay-\[500ms\] {
|
|
transition-delay: 500ms;
|
|
}
|
|
.delay-\[600ms\] {
|
|
transition-delay: 600ms;
|
|
}
|
|
.delay-\[700ms\] {
|
|
transition-delay: 700ms;
|
|
}
|
|
.delay-\[800ms\] {
|
|
transition-delay: 800ms;
|
|
}
|
|
.delay-\[900ms\] {
|
|
transition-delay: 900ms;
|
|
}
|
|
.duration-150 {
|
|
--tw-duration: 150ms;
|
|
transition-duration: 150ms;
|
|
}
|
|
.duration-200 {
|
|
--tw-duration: 200ms;
|
|
transition-duration: 200ms;
|
|
}
|
|
.duration-500 {
|
|
--tw-duration: 500ms;
|
|
transition-duration: 500ms;
|
|
}
|
|
.duration-700 {
|
|
--tw-duration: 700ms;
|
|
transition-duration: 700ms;
|
|
}
|
|
.duration-1000 {
|
|
--tw-duration: 1000ms;
|
|
transition-duration: 1000ms;
|
|
}
|
|
.duration-\[1500ms\] {
|
|
--tw-duration: 1500ms;
|
|
transition-duration: 1500ms;
|
|
}
|
|
.ease-in-out {
|
|
--tw-ease: var(--ease-in-out);
|
|
transition-timing-function: var(--ease-in-out);
|
|
}
|
|
.ease-out {
|
|
--tw-ease: var(--ease-out);
|
|
transition-timing-function: var(--ease-out);
|
|
}
|
|
.outline-none {
|
|
--tw-outline-style: none;
|
|
outline-style: none;
|
|
}
|
|
.select-none {
|
|
-webkit-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.group-hover\:w-1\.5 {
|
|
&:is(:where(.group):hover *) {
|
|
@media (hover: hover) {
|
|
width: calc(var(--spacing) * 1.5);
|
|
}
|
|
}
|
|
}
|
|
.group-hover\:opacity-100 {
|
|
&:is(:where(.group):hover *) {
|
|
@media (hover: hover) {
|
|
opacity: 100%;
|
|
}
|
|
}
|
|
}
|
|
.peer-checked\:flex {
|
|
&:is(:where(.peer):checked ~ *) {
|
|
display: flex;
|
|
}
|
|
}
|
|
.backdrop\:animate-\[fadeIn_0\.5s_ease-in-out\] {
|
|
&::backdrop {
|
|
animation: fadeIn 0.5s ease-in-out;
|
|
}
|
|
}
|
|
.backdrop\:bg-black\/40 {
|
|
&::backdrop {
|
|
background-color: color-mix(in srgb, #000 40%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
|
|
}
|
|
}
|
|
}
|
|
.open\:animate-\[slideUp_1\.5s_cubic-bezier\(0\.05\,0\.89\,0\.25\,1\.02\)_0\.3s\,fadeIn_0\.5s_ease-in-out_0\.3s\] {
|
|
&:is([open], :popover-open, :open) {
|
|
animation: slideUp 1.5s cubic-bezier(0.05,0.89,0.25,1.02) 0.3s,fadeIn 0.5s ease-in-out 0.3s;
|
|
}
|
|
}
|
|
.focus-within\:border-\[\#0066b3\] {
|
|
&:focus-within {
|
|
border-color: #0066b3;
|
|
}
|
|
}
|
|
.hover\:bg-\[\#003b71\] {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: #003b71;
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-\[\#3b6ea2\] {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: #3b6ea2;
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-\[\#e8eef7\] {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: #e8eef7;
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-\[\#f4f7fb\] {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: #f4f7fb;
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-\[\#fafcfe\] {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: #fafcfe;
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-\[\#ffffff2e\] {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: #ffffff2e;
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-blue-700 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--color-blue-700);
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-gray-50 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--color-gray-50);
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-gray-100 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--color-gray-100);
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-white\/5 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: color-mix(in srgb, #fff 5%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.hover\:text-white {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
color: var(--color-white);
|
|
}
|
|
}
|
|
}
|
|
.focus\:outline-none {
|
|
&:focus {
|
|
--tw-outline-style: none;
|
|
outline-style: none;
|
|
}
|
|
}
|
|
.active\:bg-\[\#6b9ed2\] {
|
|
&:active {
|
|
background-color: #6b9ed2;
|
|
}
|
|
}
|
|
.sm\:flex {
|
|
@media (width >= 40rem) {
|
|
display: flex;
|
|
}
|
|
}
|
|
.sm\:grid-cols-2 {
|
|
@media (width >= 40rem) {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
}
|
|
}
|
|
.sm\:flex-row {
|
|
@media (width >= 40rem) {
|
|
flex-direction: row;
|
|
}
|
|
}
|
|
.sm\:items-end {
|
|
@media (width >= 40rem) {
|
|
align-items: flex-end;
|
|
}
|
|
}
|
|
.md\:sticky {
|
|
@media (width >= 48rem) {
|
|
position: sticky;
|
|
}
|
|
}
|
|
.md\:top-0 {
|
|
@media (width >= 48rem) {
|
|
top: 0;
|
|
}
|
|
}
|
|
.md\:flex {
|
|
@media (width >= 48rem) {
|
|
display: flex;
|
|
}
|
|
}
|
|
.md\:hidden {
|
|
@media (width >= 48rem) {
|
|
display: none;
|
|
}
|
|
}
|
|
.md\:h-screen {
|
|
@media (width >= 48rem) {
|
|
height: 100vh;
|
|
}
|
|
}
|
|
.md\:w-\[260px\] {
|
|
@media (width >= 48rem) {
|
|
width: 260px;
|
|
}
|
|
}
|
|
.md\:grid-cols-2 {
|
|
@media (width >= 48rem) {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
}
|
|
}
|
|
.md\:flex-row {
|
|
@media (width >= 48rem) {
|
|
flex-direction: row;
|
|
}
|
|
}
|
|
.md\:items-center {
|
|
@media (width >= 48rem) {
|
|
align-items: center;
|
|
}
|
|
}
|
|
.md\:gap-0 {
|
|
@media (width >= 48rem) {
|
|
gap: 0;
|
|
}
|
|
}
|
|
.md\:overflow-y-auto {
|
|
@media (width >= 48rem) {
|
|
overflow-y: auto;
|
|
}
|
|
}
|
|
.md\:p-7 {
|
|
@media (width >= 48rem) {
|
|
padding: calc(var(--spacing) * 7);
|
|
}
|
|
}
|
|
.md\:px-7 {
|
|
@media (width >= 48rem) {
|
|
padding-inline: calc(var(--spacing) * 7);
|
|
}
|
|
}
|
|
.md\:py-0 {
|
|
@media (width >= 48rem) {
|
|
padding-block: 0;
|
|
}
|
|
}
|
|
.lg\:col-span-1 {
|
|
@media (width >= 64rem) {
|
|
grid-column: span 1 / span 1;
|
|
}
|
|
}
|
|
.lg\:flex {
|
|
@media (width >= 64rem) {
|
|
display: flex;
|
|
}
|
|
}
|
|
.lg\:grid-cols-4 {
|
|
@media (width >= 64rem) {
|
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
}
|
|
}
|
|
.lg\:grid-cols-\[2fr_1fr\] {
|
|
@media (width >= 64rem) {
|
|
grid-template-columns: 2fr 1fr;
|
|
}
|
|
}
|
|
.lg\:flex-row {
|
|
@media (width >= 64rem) {
|
|
flex-direction: row;
|
|
}
|
|
}
|
|
.lg\:items-center {
|
|
@media (width >= 64rem) {
|
|
align-items: center;
|
|
}
|
|
}
|
|
.lg\:pr-4 {
|
|
@media (width >= 64rem) {
|
|
padding-right: calc(var(--spacing) * 4);
|
|
}
|
|
}
|
|
.\[\&\.active\]\:border-\[\#00a3a1\] {
|
|
&.active {
|
|
border-color: #00a3a1;
|
|
}
|
|
}
|
|
.\[\&\.active\]\:bg-gradient-to-r {
|
|
&.active {
|
|
--tw-gradient-position: to right in oklab;
|
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
}
|
|
}
|
|
.\[\&\.active\]\:from-\[\#00a3a12e\] {
|
|
&.active {
|
|
--tw-gradient-from: #00a3a12e;
|
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
}
|
|
}
|
|
.\[\&\.active\]\:to-transparent {
|
|
&.active {
|
|
--tw-gradient-to: transparent;
|
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
}
|
|
}
|
|
.\[\&\.active\]\:text-white {
|
|
&.active {
|
|
color: var(--color-white);
|
|
}
|
|
}
|
|
}
|
|
@property --tw-rotate-x {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-rotate-y {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-rotate-z {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-skew-x {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-skew-y {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-space-y-reverse {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@property --tw-divide-y-reverse {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@property --tw-border-style {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: solid;
|
|
}
|
|
@property --tw-gradient-position {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-gradient-from {
|
|
syntax: "<color>";
|
|
inherits: false;
|
|
initial-value: #0000;
|
|
}
|
|
@property --tw-gradient-via {
|
|
syntax: "<color>";
|
|
inherits: false;
|
|
initial-value: #0000;
|
|
}
|
|
@property --tw-gradient-to {
|
|
syntax: "<color>";
|
|
inherits: false;
|
|
initial-value: #0000;
|
|
}
|
|
@property --tw-gradient-stops {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-gradient-via-stops {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-gradient-from-position {
|
|
syntax: "<length-percentage>";
|
|
inherits: false;
|
|
initial-value: 0%;
|
|
}
|
|
@property --tw-gradient-via-position {
|
|
syntax: "<length-percentage>";
|
|
inherits: false;
|
|
initial-value: 50%;
|
|
}
|
|
@property --tw-gradient-to-position {
|
|
syntax: "<length-percentage>";
|
|
inherits: false;
|
|
initial-value: 100%;
|
|
}
|
|
@property --tw-leading {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-font-weight {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-tracking {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
@property --tw-shadow-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-shadow-alpha {
|
|
syntax: "<percentage>";
|
|
inherits: false;
|
|
initial-value: 100%;
|
|
}
|
|
@property --tw-inset-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
@property --tw-inset-shadow-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-inset-shadow-alpha {
|
|
syntax: "<percentage>";
|
|
inherits: false;
|
|
initial-value: 100%;
|
|
}
|
|
@property --tw-ring-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-ring-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
@property --tw-inset-ring-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-inset-ring-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
@property --tw-ring-inset {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-ring-offset-width {
|
|
syntax: "<length>";
|
|
inherits: false;
|
|
initial-value: 0px;
|
|
}
|
|
@property --tw-ring-offset-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: #fff;
|
|
}
|
|
@property --tw-ring-offset-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
@property --tw-duration {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-ease {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@keyframes ping {
|
|
75%, 100% {
|
|
transform: scale(2);
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@layer properties {
|
|
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
*, ::before, ::after, ::backdrop {
|
|
--tw-rotate-x: initial;
|
|
--tw-rotate-y: initial;
|
|
--tw-rotate-z: initial;
|
|
--tw-skew-x: initial;
|
|
--tw-skew-y: initial;
|
|
--tw-space-y-reverse: 0;
|
|
--tw-divide-y-reverse: 0;
|
|
--tw-border-style: solid;
|
|
--tw-gradient-position: initial;
|
|
--tw-gradient-from: #0000;
|
|
--tw-gradient-via: #0000;
|
|
--tw-gradient-to: #0000;
|
|
--tw-gradient-stops: initial;
|
|
--tw-gradient-via-stops: initial;
|
|
--tw-gradient-from-position: 0%;
|
|
--tw-gradient-via-position: 50%;
|
|
--tw-gradient-to-position: 100%;
|
|
--tw-leading: initial;
|
|
--tw-font-weight: initial;
|
|
--tw-tracking: initial;
|
|
--tw-shadow: 0 0 #0000;
|
|
--tw-shadow-color: initial;
|
|
--tw-shadow-alpha: 100%;
|
|
--tw-inset-shadow: 0 0 #0000;
|
|
--tw-inset-shadow-color: initial;
|
|
--tw-inset-shadow-alpha: 100%;
|
|
--tw-ring-color: initial;
|
|
--tw-ring-shadow: 0 0 #0000;
|
|
--tw-inset-ring-color: initial;
|
|
--tw-inset-ring-shadow: 0 0 #0000;
|
|
--tw-ring-inset: initial;
|
|
--tw-ring-offset-width: 0px;
|
|
--tw-ring-offset-color: #fff;
|
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
--tw-duration: initial;
|
|
--tw-ease: initial;
|
|
}
|
|
}
|
|
}
|