.w2dc-dash {
max-width: 1100px;
margin: 0 auto;
font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, sans-serif;
color: #1e293b;
font-size: 14px;
line-height: 1.5;
box-sizing: border-box;
}
.w2dc-dash *,
.w2dc-dash *::before,
.w2dc-dash *::after { box-sizing: border-box; } .w2dc-dash__header {
display: flex;
flex-wrap: wrap;
gap: 16px;
align-items: center;
justify-content: space-between;
padding: 16px 20px;
background: #f9fafb;
border: 1px solid #e5e7eb;
border-radius: 8px;
margin-bottom: 16px;
}
.w2dc-dash__user { display: flex; align-items: center; gap: 12px; }
.w2dc-dash__avatar { border-radius: 50%; }
.w2dc-dash__user-name { font-weight: 600; }
.w2dc-dash__user-email { color: #6b7280; font-size: 13px; }
.w2dc-dash__actions { display: flex; gap: 8px; flex-wrap: wrap; } .w2dc-dash__btn,
a.w2dc-dash__btn,
a.w2dc-dash__btn:link,
a.w2dc-dash__btn:visited {
display: inline-block;
padding: 8px 16px;
font-size: 13px;
font-weight: 500;
color: #1e293b;
background: #fff;
border: 1px solid #d1d5db;
border-radius: 6px;
cursor: pointer;
text-decoration: none;
transition: background 0.12s, border-color 0.12s, color 0.12s;
line-height: 1.4;
}
.w2dc-dash__btn:hover,
.w2dc-dash__btn:focus,
a.w2dc-dash__btn:hover,
a.w2dc-dash__btn:focus,
a.w2dc-dash__btn:active {
background: #f3f4f6;
border-color: #9ca3af;
color: #1e293b;
text-decoration: none;
} .w2dc-dash__btn--primary,
a.w2dc-dash__btn--primary,
a.w2dc-dash__btn--primary:link,
a.w2dc-dash__btn--primary:visited {
background: var(--w2dc-button-primary, #2271b1);
border-color: var(--w2dc-button-primary, #2271b1);
color: var(--w2dc-button-text, #ffffff);
} .w2dc-dash__btn--primary:hover,
.w2dc-dash__btn--primary:focus,
a.w2dc-dash__btn--primary:hover,
a.w2dc-dash__btn--primary:focus,
a.w2dc-dash__btn--primary:active {
background: var(--w2dc-button-secondary, #185a8d);
border-color: var(--w2dc-button-secondary, #185a8d);
color: var(--w2dc-button-text, #ffffff);
}
.w2dc-dash__btn--block { display: block; width: 100%; text-align: center; } .w2dc-dash__tabs {
display: flex;
gap: 2px;
border-bottom: 1px solid #e5e7eb;
margin-bottom: 16px;
} .w2dc-dash__tab,
a.w2dc-dash__tab,
a.w2dc-dash__tab:link,
a.w2dc-dash__tab:visited {
padding: 10px 18px;
color: #6b7280;
background: transparent;
border: 1px solid transparent;
border-bottom: none;
border-radius: 6px 6px 0 0;
cursor: pointer;
text-decoration: none;
font-size: 14px;
font-weight: 500;
transition: color 0.12s, background 0.12s, border-color 0.12s;
position: relative;
top: 1px;
}
.w2dc-dash__tab:hover,
.w2dc-dash__tab:focus,
a.w2dc-dash__tab:hover,
a.w2dc-dash__tab:focus { color: #1e293b; background: #f9fafb; text-decoration: none; }
.w2dc-dash__tab.is-active,
a.w2dc-dash__tab.is-active,
a.w2dc-dash__tab.is-active:hover,
a.w2dc-dash__tab.is-active:focus {
color: var(--w2dc-primary, #2271b1);
background: #fff;
border-color: #e5e7eb;
} .w2dc-dash__body { padding-bottom: 32px; } .w2dc-dash-messages { margin-bottom: 16px; }
.w2dc-dash-msg {
padding: 10px 14px;
border: 1px solid;
border-radius: 6px;
margin-bottom: 8px;
font-size: 13px;
}
.w2dc-dash-msg--success {
background: #ecfdf5;
border-color: #a7f3d0;
color: #065f46;
}
.w2dc-dash-msg--error {
background: #fef2f2;
border-color: #fecaca;
color: #991b1b;
}
.w2dc-dash-msg--info {
background: #eff6ff;
border-color: #bfdbfe;
color: #1e40af;
} .w2dc-dash__anon-section {
margin: 0 1rem 1.5rem;
padding: 1.25rem 1.5rem 1rem;
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 8px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
} .w2dc-dash__required { color: #dc2626; font-weight: 700; margin-left: 2px; } .w2dc-dash--auth { max-width: 420px; }
.w2dc-dash__auth-card {
padding: 24px 24px 20px;
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 8px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.w2dc-dash__auth-title {
margin: 0 0 16px 0;
font-size: 20px;
font-weight: 600;
color: #1e293b;
}
.w2dc-dash__auth-links {
margin-top: 14px;
font-size: 13px;
color: #6b7280;
text-align: center;
}
.w2dc-dash__auth-links a,
.w2dc-dash__auth-links a:link,
.w2dc-dash__auth-links a:visited {
color: var(--w2dc-links, #2271b1);
text-decoration: none;
}
.w2dc-dash__auth-links a:hover,
.w2dc-dash__auth-links a:focus,
.w2dc-dash__auth-links a:active {
color: var(--w2dc-links-hover, #185a8d);
text-decoration: underline;
}
.w2dc-dash__auth-divider { color: #d1d5db; padding: 0 6px; } .w2dc-dash__form { display: flex; flex-direction: column; gap: 12px; }
.w2dc-dash__field {
display: flex;
flex-direction: column;
gap: 4px;
}
.w2dc-dash__field > span {
font-size: 13px;
font-weight: 500;
color: #475569;
}
.w2dc-dash__field input[type="text"],
.w2dc-dash__field input[type="email"],
.w2dc-dash__field input[type="password"] {
width: 100%;
padding: 8px 12px;
border: 1px solid #d1d5db;
border-radius: 6px;
background: #fff;
font-size: 14px;
color: #1e293b;
transition: border-color 0.12s, box-shadow 0.12s;
}
.w2dc-dash__field input:focus {
outline: none;
border-color: var(--w2dc-primary, #2271b1);
box-shadow: 0 0 0 3px rgba(34, 113, 177, 0.15);
}
.w2dc-dash__field input:disabled {
background: #f3f4f6;
color: #6b7280;
cursor: not-allowed;
}
.w2dc-dash__check {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
color: #475569;
cursor: pointer;
}
.w2dc-dash__check input { margin: 0; }
.w2dc-dash__hint {
font-size: 12px;
color: #6b7280;
font-style: italic;
margin: 4px 0 0;
}
.w2dc-dash__fieldset {
border: 1px solid #e5e7eb;
border-radius: 6px;
padding: 12px 16px;
margin: 8px 0;
}
.w2dc-dash__fieldset legend {
padding: 0 6px;
font-weight: 600;
color: #1e293b;
font-size: 13px;
} .w2dc-dash__table {
width: 100%;
border-collapse: collapse;
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 8px;
overflow: hidden;
font-size: 13px;
}
.w2dc-dash__table th,
.w2dc-dash__table td {
padding: 10px 14px;
text-align: left;
border-bottom: 1px solid #f3f4f6;
vertical-align: middle;
}
.w2dc-dash__table th {
background: #f9fafb;
font-weight: 600;
color: #475569;
text-transform: uppercase;
font-size: 11px;
letter-spacing: 0.4px;
}
.w2dc-dash__table tr:last-child td { border-bottom: none; }
a.w2dc-dash__link-title,
a.w2dc-dash__link-title:link,
a.w2dc-dash__link-title:visited {
color: var(--w2dc-links, #2271b1);
text-decoration: none;
font-weight: 500;
}
a.w2dc-dash__link-title:hover,
a.w2dc-dash__link-title:focus,
a.w2dc-dash__link-title:active {
color: var(--w2dc-links-hover, #185a8d);
text-decoration: underline;
}
.w2dc-dash__muted { color: #9ca3af; font-style: italic; } .w2dc-dash__badge {
display: inline-block;
padding: 2px 8px;
border-radius: 999px;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.4px;
background: #f3f4f6;
color: #475569;
}
.w2dc-dash__badge--active   { background: #dcfce7; color: #166534; }
.w2dc-dash__badge--publish  { background: #dcfce7; color: #166534; }
.w2dc-dash__badge--expired  { background: #fee2e2; color: #991b1b; }
.w2dc-dash__badge--pending  { background: #fef3c7; color: #92400e; }
.w2dc-dash__badge--draft    { background: #e0e7ff; color: #3730a3; }
.w2dc-dash__badge--unpaid   { background: #fed7aa; color: #9a3412; }
.w2dc-dash__badge--stopped  { background: #f3f4f6; color: #475569; } .w2dc-dash__badge--completed  { background: #dcfce7; color: #166534; }
.w2dc-dash__badge--processing { background: #dbeafe; color: #1e40af; }
.w2dc-dash__badge--on-hold    { background: #fef3c7; color: #92400e; }
.w2dc-dash__badge--cancelled,
.w2dc-dash__badge--failed     { background: #fee2e2; color: #991b1b; }
.w2dc-dash__badge--refunded   { background: #e0e7ff; color: #3730a3; } .w2dc-dash__pagination {
margin-top: 16px;
display: flex;
justify-content: center;
gap: 4px;
}
.w2dc-dash__pagination .page-numbers {
padding: 6px 12px;
border: 1px solid #e5e7eb;
border-radius: 4px;
color: #475569;
text-decoration: none;
font-size: 13px;
}
.w2dc-dash__pagination .page-numbers:hover {
background: #f3f4f6;
color: #1e293b;
}
.w2dc-dash__pagination .page-numbers.current {
background: var(--w2dc-button-primary, #2271b1);
border-color: var(--w2dc-button-primary, #2271b1);
color: var(--w2dc-button-text, #ffffff);
} .w2dc-dash__empty {
padding: 48px 24px;
text-align: center;
background: #f9fafb;
border: 1px dashed #d1d5db;
border-radius: 8px;
color: #6b7280;
}
.w2dc-dash__empty p { margin: 0 0 16px 0; font-size: 15px; } .w2dc-dash__detail {
display: grid;
grid-template-columns: 1fr 280px;
gap: 20px;
align-items: start;
}
@media (max-width: 768px) {
.w2dc-dash__detail { grid-template-columns: 1fr; }
}
.w2dc-dash__detail-main {
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 8px;
padding: 16px 20px;
}
.w2dc-dash__breadcrumb { margin-bottom: 8px; font-size: 13px; }
.w2dc-dash__breadcrumb a { color: #6b7280; text-decoration: none; }
.w2dc-dash__breadcrumb a:hover { color: #1e293b; }
.w2dc-dash__detail-title {
margin: 0 0 16px 0;
font-size: 22px;
font-weight: 600;
color: #1e293b;
}
.w2dc-dash__metabox {
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 8px;
padding: 16px;
}
.w2dc-dash__metabox-title {
margin: 0 0 12px 0;
font-size: 13px;
font-weight: 600;
color: #475569;
text-transform: uppercase;
letter-spacing: 0.4px;
padding-bottom: 8px;
border-bottom: 1px solid #f3f4f6;
}
.w2dc-dash__metabox-row {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 6px;
padding: 8px 0;
font-size: 13px;
}
.w2dc-dash__metabox-row + .w2dc-dash__metabox-row {
border-top: 1px solid #f3f4f6;
}
.w2dc-dash__metabox-label {
color: #6b7280;
font-weight: 500;
} .w2dc-dash--submit {
max-width: 48rem;
margin-left: auto;
margin-right: auto;
}
.w2dc-dash__submit-header {
padding: 1.5rem 1rem 0; margin-bottom: 1.5rem;
}
.w2dc-dash__submit-title {
margin: 0 0 4px 0;
font-size: 24px;
font-weight: 600;
color: #1e293b;
}
.w2dc-dash__submit-userline {
font-size: 13px;
color: #6b7280;
}
.w2dc-dash__submit-userline a,
.w2dc-dash__submit-userline a:link,
.w2dc-dash__submit-userline a:visited {
color: var(--w2dc-links, #2271b1);
text-decoration: none;
}
.w2dc-dash__submit-userline a:hover,
.w2dc-dash__submit-userline a:focus,
.w2dc-dash__submit-userline a:active {
color: var(--w2dc-links-hover, #185a8d);
text-decoration: underline;
} .w2dc-dash-error {
padding: 14px 18px;
background: #fef2f2;
border: 1px solid #fecaca;
border-radius: 6px;
color: #991b1b;
font-family: ui-monospace, SFMono-Regular, monospace;
font-size: 12px;
} .w2dc-pwd__row {
display: flex;
gap: 6px;
align-items: stretch;
}
.w2dc-pwd__input {
flex: 1 1 auto;
min-width: 0;
}
.w2dc-pwd__btn {
flex: 0 0 auto;
padding: 6px 10px;
font-size: 12px;
line-height: 1.2;
color: #374151;
background: #f3f4f6;
border: 1px solid #d1d5db;
border-radius: 4px;
cursor: pointer;
}
.w2dc-pwd__btn:hover {
background: #e5e7eb;
}
.w2dc-pwd__meter {
margin-top: 6px;
font-size: 12px;
color: #6b7280;
}
.w2dc-pwd__meter-bar {
width: 100%;
height: 4px;
background: #e5e7eb;
border-radius: 2px;
overflow: hidden;
margin-bottom: 4px;
}
.w2dc-pwd__meter-bar > span {
display: block;
height: 100%;
width: 0;
background: transparent;
transition: width 120ms ease, background 120ms ease;
}
.w2dc-pwd__match {
margin-top: 4px;
font-size: 12px;
} .w2dc-dash__publish-messages {
flex: 1 1 100%;
}
.w2dc-dash__publish-messages > div {
box-sizing: border-box;
width: 100%;
}  .w2dc-dash__metabox-history {
padding: 8px 0;
border-top: 1px solid #f3f4f6;
}
.w2dc-dash__metabox-subtitle {
margin: 0 0 8px;
font-size: 12px;
font-weight: 600;
color: #6b7280;
text-transform: uppercase;
letter-spacing: 0.4px;
}
.w2dc-dash .w2dc-log__list {
list-style: none;
margin: 0;
padding: 0;
}
.w2dc-dash .w2dc-log__item {
padding: 8px 0;
border-bottom: 1px solid #f1f5f9;
}
.w2dc-dash .w2dc-log__item:first-child { padding-top: 0; }
.w2dc-dash .w2dc-log__item:last-child  { border-bottom: 0; padding-bottom: 0; }
.w2dc-dash .w2dc-log__head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
}
.w2dc-dash .w2dc-log__when {
color: #6b7280;
font-size: 11px;
white-space: nowrap;
}
.w2dc-dash .w2dc-log__meta {
margin-top: 3px;
color: #475569;
font-size: 12px;
line-height: 1.4;
}
.w2dc-dash .w2dc-log__badge {
display: inline-block;
padding: 2px 10px;
border-radius: 12px;
font-size: 11px;
font-weight: 600;
background: #e5e7eb;
color: #1f2937;
letter-spacing: 0.2px;
}
.w2dc-dash .w2dc-log__event--created            { background: #dbeafe; color: #1e40af; }
.w2dc-dash .w2dc-log__event--activated          { background: #dcfce7; color: #166534; }
.w2dc-dash .w2dc-log__event--renewed            { background: #ccfbf1; color: #0f766e; }
.w2dc-dash .w2dc-log__event--expired            { background: #fee2e2; color: #991b1b; }
.w2dc-dash .w2dc-log__event--expiration_changed { background: #fef3c7; color: #92400e; }
.w2dc-dash .w2dc-log__empty {
margin: 0;
color: #6b7280;
font-style: italic;
font-size: 12px;
} .w2dc-dash__btn--saving {
opacity: 0.75;
pointer-events: none;
}
.w2dc-dash__btn--saving::before {
content: "";
display: inline-block;
width: 13px;
height: 13px;
border: 2px solid rgba(255, 255, 255, 0.35);
border-top-color: #fff;
border-radius: 50%;
margin-right: 8px;
vertical-align: -2px;
animation: w2dc-dash-btn-spin 0.6s linear infinite;
}
@keyframes w2dc-dash-btn-spin {
to { transform: rotate(360deg); }
} .w2dc-dash__th--thumb,
.w2dc-dash__td--thumb {
width: 40px;
padding-right: 0; } .w2dc-dash__table td.w2dc-dash__td--thumb img {
display: block;
width: 40px !important;
height: 40px !important;
max-width: none !important;
object-fit: cover;
border-radius: 4px;
}@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-50: oklch(97.1% 0.013 17.38);
--color-red-100: oklch(93.6% 0.032 17.717);
--color-red-200: oklch(88.5% 0.062 18.334);
--color-red-300: oklch(80.8% 0.114 19.571);
--color-red-400: oklch(70.4% 0.191 22.216);
--color-red-500: oklch(63.7% 0.237 25.331);
--color-red-600: oklch(57.7% 0.245 27.325);
--color-red-700: oklch(50.5% 0.213 27.518);
--color-orange-50: oklch(98% 0.016 73.684);
--color-orange-200: oklch(90.1% 0.076 70.697);
--color-orange-400: oklch(75% 0.183 55.934);
--color-amber-50: oklch(98.7% 0.022 95.277);
--color-amber-200: oklch(92.4% 0.12 95.746);
--color-amber-800: oklch(47.3% 0.137 46.201);
--color-green-50: oklch(98.2% 0.018 155.826);
--color-green-100: oklch(96.2% 0.044 156.743);
--color-green-200: oklch(92.5% 0.084 155.995);
--color-green-300: oklch(87.1% 0.15 154.449);
--color-green-700: oklch(52.7% 0.154 150.069);
--color-blue-50: oklch(97% 0.014 254.604);
--color-blue-100: oklch(93.2% 0.032 255.585);
--color-blue-200: oklch(88.2% 0.059 254.128);
--color-blue-300: oklch(80.9% 0.105 251.813);
--color-blue-400: oklch(70.7% 0.165 254.624);
--color-blue-500: oklch(62.3% 0.214 259.815);
--color-blue-600: oklch(54.6% 0.245 262.881);
--color-blue-700: oklch(48.8% 0.243 264.376);
--color-indigo-50: oklch(96.2% 0.018 272.314);
--color-indigo-100: oklch(93% 0.034 272.788);
--color-indigo-200: oklch(87% 0.065 274.039);
--color-indigo-300: oklch(78.5% 0.115 274.713);
--color-indigo-400: oklch(67.3% 0.182 276.935);
--color-indigo-600: oklch(51.1% 0.262 276.966);
--color-indigo-700: oklch(45.7% 0.24 277.023);
--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-400: oklch(70.7% 0.022 261.325);
--color-gray-500: oklch(55.1% 0.027 264.364);
--color-gray-600: oklch(44.6% 0.03 256.802);
--color-gray-700: oklch(37.3% 0.034 259.733);
--color-gray-800: oklch(27.8% 0.033 256.848);
--color-white: #fff;
--spacing: 0.25rem;
--container-3xl: 48rem;
--text-xs: 0.75rem;
--text-xs--line-height: calc(1 / 0.75);
--text-sm: 0.875rem;
--text-sm--line-height: calc(1.25 / 0.875);
--text-base: 1rem;
--text-base--line-height: calc(1.5 / 1);
--text-lg: 1.125rem;
--text-lg--line-height: calc(1.75 / 1.125);
--font-weight-medium: 500;
--font-weight-semibold: 600;
--font-weight-bold: 700;
--tracking-wide: 0.025em;
--tracking-wider: 0.05em;
--radius-md: 0.375rem;
--radius-lg: 0.5rem;
--ease-out: cubic-bezier(0, 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%;
-moz-tab-size: 4;
-o-tab-size: 4;
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;
}
::-moz-placeholder {
opacity: 1;
}
::placeholder {
opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
::-moz-placeholder {
color: currentcolor;
@supports (color: color-mix(in lab, red, red)) {
color: color-mix(in oklab, currentcolor 50%, transparent);
}
}
::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 {
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
height: auto;
}
[hidden]:where(:not([hidden="until-found"])) {
display: none !important;
}
}
@layer utilities {
.pointer-events-none {
pointer-events: none;
}
.collapse {
visibility: collapse;
}
.invisible {
visibility: hidden;
}
.visible {
visibility: visible;
}
.absolute {
position: absolute;
}
.fixed {
position: fixed;
}
.relative {
position: relative;
}
.static {
position: static;
}
.sticky {
position: sticky;
}
.inset-x-2 {
inset-inline: calc(var(--spacing) * 2);
}
.inset-y-0 {
inset-block: calc(var(--spacing) * 0);
}
.start {
inset-inline-start: var(--spacing);
}
.end {
inset-inline-end: var(--spacing);
}
.top-1\/2 {
top: calc(1 / 2 * 100%);
}
.-right-1 {
right: calc(var(--spacing) * -1);
}
.right-0 {
right: calc(var(--spacing) * 0);
}
.bottom-0 {
bottom: calc(var(--spacing) * 0);
}
.-left-1 {
left: calc(var(--spacing) * -1);
}
.left-0 {
left: calc(var(--spacing) * 0);
}
.z-5 {
z-index: 5;
}
.z-6 {
z-index: 6;
}
.z-10 {
z-index: 10;
}
.z-30 {
z-index: 30;
}
.float-right {
float: right;
}
.container {
width: 100%;
@media (width >= 40rem) {
max-width: 40rem;
}
@media (width >= 48rem) {
max-width: 48rem;
}
@media (width >= 64rem) {
max-width: 64rem;
}
@media (width >= 80rem) {
max-width: 80rem;
}
@media (width >= 96rem) {
max-width: 96rem;
}
}
.mx-1 {
margin-inline: calc(var(--spacing) * 1);
}
.mx-auto {
margin-inline: auto;
}
.my-0\.5 {
margin-block: calc(var(--spacing) * 0.5);
}
.mt-0\.5 {
margin-top: calc(var(--spacing) * 0.5);
}
.mt-1 {
margin-top: calc(var(--spacing) * 1);
}
.mt-1\.5 {
margin-top: calc(var(--spacing) * 1.5);
}
.mt-2 {
margin-top: calc(var(--spacing) * 2);
}
.mt-6 {
margin-top: calc(var(--spacing) * 6);
}
.mt-8 {
margin-top: calc(var(--spacing) * 8);
}
.mr-1 {
margin-right: calc(var(--spacing) * 1);
}
.mb-0\.5 {
margin-bottom: calc(var(--spacing) * 0.5);
}
.mb-1 {
margin-bottom: calc(var(--spacing) * 1);
}
.mb-1\.5 {
margin-bottom: calc(var(--spacing) * 1.5);
}
.mb-2 {
margin-bottom: calc(var(--spacing) * 2);
}
.mb-3 {
margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
margin-bottom: calc(var(--spacing) * 4);
}
.ml-1\.5 {
margin-left: calc(var(--spacing) * 1.5);
}
.ml-4 {
margin-left: calc(var(--spacing) * 4);
}
.ml-5 {
margin-left: calc(var(--spacing) * 5);
}
.ml-auto {
margin-left: auto;
}
.block {
display: block;
}
.contents {
display: contents;
}
.flex {
display: flex;
}
.grid {
display: grid;
}
.hidden {
display: none;
}
.inline {
display: inline;
}
.inline-block {
display: inline-block;
}
.inline-flex {
display: inline-flex;
}
.table {
display: table;
}
.aspect-square {
aspect-ratio: 1 / 1;
}
.h-1\.5 {
height: calc(var(--spacing) * 1.5);
}
.h-2\.5 {
height: calc(var(--spacing) * 2.5);
}
.h-5 {
height: calc(var(--spacing) * 5);
}
.h-6 {
height: calc(var(--spacing) * 6);
}
.h-7 {
height: calc(var(--spacing) * 7);
}
.h-10 {
height: calc(var(--spacing) * 10);
}
.h-12 {
height: calc(var(--spacing) * 12);
}
.h-64 {
height: calc(var(--spacing) * 64);
}
.h-\[3px\] {
height: 3px;
}
.h-full {
height: 100%;
}
.max-h-48 {
max-height: calc(var(--spacing) * 48);
}
.max-h-52 {
max-height: calc(var(--spacing) * 52);
}
.max-h-64 {
max-height: calc(var(--spacing) * 64);
}
.min-h-\[44px\] {
min-height: 44px;
}
.min-h-\[48px\] {
min-height: 48px;
}
.min-h-\[52px\] {
min-height: 52px;
}
.min-h-full {
min-height: 100%;
}
.w-1 {
width: calc(var(--spacing) * 1);
}
.w-1\.5 {
width: calc(var(--spacing) * 1.5);
}
.w-2\.5 {
width: calc(var(--spacing) * 2.5);
}
.w-5 {
width: calc(var(--spacing) * 5);
}
.w-6 {
width: calc(var(--spacing) * 6);
}
.w-7 {
width: calc(var(--spacing) * 7);
}
.w-10 {
width: calc(var(--spacing) * 10);
}
.w-16 {
width: calc(var(--spacing) * 16);
}
.w-20 {
width: calc(var(--spacing) * 20);
}
.w-40 {
width: calc(var(--spacing) * 40);
}
.w-60 {
width: calc(var(--spacing) * 60);
}
.w-full {
width: 100%;
}
.max-w-3xl {
max-width: var(--container-3xl);
}
.min-w-0 {
min-width: calc(var(--spacing) * 0);
}
.min-w-\[140px\] {
min-width: 140px;
}
.min-w-\[180px\] {
min-width: 180px;
}
.flex-1 {
flex: 1;
}
.flex-shrink {
flex-shrink: 1;
}
.flex-shrink-0 {
flex-shrink: 0;
}
.shrink {
flex-shrink: 1;
}
.grow {
flex-grow: 1;
}
.-translate-y-1\/2 {
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
translate: var(--tw-translate-x) var(--tw-translate-y);
}
.scale-\[1\.01\] {
scale: 1.01;
}
.transform {
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-col-resize {
cursor: col-resize;
}
.cursor-grab {
cursor: grab;
}
.cursor-not-allowed {
cursor: not-allowed;
}
.cursor-pointer {
cursor: pointer;
}
.resize {
resize: both;
}
.grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-8 {
grid-template-columns: repeat(8, 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-0\.5 {
gap: calc(var(--spacing) * 0.5);
}
.gap-1 {
gap: calc(var(--spacing) * 1);
}
.gap-1\.5 {
gap: calc(var(--spacing) * 1.5);
}
.gap-2 {
gap: calc(var(--spacing) * 2);
}
.gap-3 {
gap: calc(var(--spacing) * 3);
}
.gap-4 {
gap: calc(var(--spacing) * 4);
}
.space-y-0\.5 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 0.5) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 0.5) * calc(1 - var(--tw-space-y-reverse)));
}
}
.space-y-1 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
}
}
.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-3 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 3) * 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)));
}
}
.gap-x-6 {
-moz-column-gap: calc(var(--spacing) * 6);
column-gap: calc(var(--spacing) * 6);
}
.gap-y-2 {
row-gap: calc(var(--spacing) * 2);
}
.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.overflow-hidden {
overflow: hidden;
}
.overflow-y-auto {
overflow-y: auto;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-full {
border-radius: calc(infinity * 1px);
}
.rounded-lg {
border-radius: var(--radius-lg);
}
.rounded-md {
border-radius: var(--radius-md);
}
.rounded-b-lg {
border-bottom-right-radius: var(--radius-lg);
border-bottom-left-radius: var(--radius-lg);
}
.border {
border-style: var(--tw-border-style);
border-width: 1px;
}
.border-2 {
border-style: var(--tw-border-style);
border-width: 2px;
}
.border-t {
border-top-style: var(--tw-border-style);
border-top-width: 1px;
}
.border-t-0 {
border-top-style: var(--tw-border-style);
border-top-width: 0px;
}
.border-t-2 {
border-top-style: var(--tw-border-style);
border-top-width: 2px;
}
.border-r {
border-right-style: var(--tw-border-style);
border-right-width: 1px;
}
.border-b {
border-bottom-style: var(--tw-border-style);
border-bottom-width: 1px;
}
.border-l {
border-left-style: var(--tw-border-style);
border-left-width: 1px;
}
.border-dashed {
--tw-border-style: dashed;
border-style: dashed;
}
.border-none {
--tw-border-style: none;
border-style: none;
}
.border-amber-200 {
border-color: var(--color-amber-200);
}
.border-blue-200 {
border-color: var(--color-blue-200);
}
.border-blue-300 {
border-color: var(--color-blue-300);
}
.border-blue-400 {
border-color: var(--color-blue-400);
}
.border-blue-500 {
border-color: var(--color-blue-500);
}
.border-blue-600 {
border-color: var(--color-blue-600);
}
.border-gray-100 {
border-color: var(--color-gray-100);
}
.border-gray-200 {
border-color: var(--color-gray-200);
}
.border-gray-200\/60 {
border-color: color-mix(in srgb, oklch(92.8% 0.006 264.531) 60%, transparent);
@supports (color: color-mix(in lab, red, red)) {
border-color: color-mix(in oklab, var(--color-gray-200) 60%, transparent);
}
}
.border-gray-300 {
border-color: var(--color-gray-300);
}
.border-green-200 {
border-color: var(--color-green-200);
}
.border-green-300 {
border-color: var(--color-green-300);
}
.border-indigo-300 {
border-color: var(--color-indigo-300);
}
.border-indigo-400 {
border-color: var(--color-indigo-400);
}
.border-orange-400 {
border-color: var(--color-orange-400);
}
.border-red-200 {
border-color: var(--color-red-200);
}
.border-red-300 {
border-color: var(--color-red-300);
}
.border-transparent {
border-color: transparent;
}
.border-t-blue-500 {
border-top-color: var(--color-blue-500);
}
.bg-amber-50 {
background-color: var(--color-amber-50);
}
.bg-blue-50 {
background-color: var(--color-blue-50);
}
.bg-blue-50\/50 {
background-color: color-mix(in srgb, oklch(97% 0.014 254.604) 50%, transparent);
@supports (color: color-mix(in lab, red, red)) {
background-color: color-mix(in oklab, var(--color-blue-50) 50%, transparent);
}
}
.bg-blue-100 {
background-color: var(--color-blue-100);
}
.bg-blue-500 {
background-color: var(--color-blue-500);
}
.bg-blue-600 {
background-color: var(--color-blue-600);
}
.bg-gray-50 {
background-color: var(--color-gray-50);
}
.bg-gray-50\/50 {
background-color: color-mix(in srgb, oklch(98.5% 0.002 247.839) 50%, transparent);
@supports (color: color-mix(in lab, red, red)) {
background-color: color-mix(in oklab, var(--color-gray-50) 50%, transparent);
}
}
.bg-gray-100 {
background-color: var(--color-gray-100);
}
.bg-gray-200 {
background-color: var(--color-gray-200);
}
.bg-green-50 {
background-color: var(--color-green-50);
}
.bg-green-100 {
background-color: var(--color-green-100);
}
.bg-indigo-50 {
background-color: var(--color-indigo-50);
}
.bg-indigo-50\/50 {
background-color: color-mix(in srgb, oklch(96.2% 0.018 272.314) 50%, transparent);
@supports (color: color-mix(in lab, red, red)) {
background-color: color-mix(in oklab, var(--color-indigo-50) 50%, transparent);
}
}
.bg-orange-50\/30 {
background-color: color-mix(in srgb, oklch(98% 0.016 73.684) 30%, transparent);
@supports (color: color-mix(in lab, red, red)) {
background-color: color-mix(in oklab, var(--color-orange-50) 30%, transparent);
}
}
.bg-orange-50\/50 {
background-color: color-mix(in srgb, oklch(98% 0.016 73.684) 50%, transparent);
@supports (color: color-mix(in lab, red, red)) {
background-color: color-mix(in oklab, var(--color-orange-50) 50%, transparent);
}
}
.bg-red-50 {
background-color: var(--color-red-50);
}
.bg-red-100 {
background-color: var(--color-red-100);
}
.bg-transparent {
background-color: transparent;
}
.bg-white {
background-color: var(--color-white);
}
.p-0\.5 {
padding: calc(var(--spacing) * 0.5);
}
.p-1 {
padding: calc(var(--spacing) * 1);
}
.p-2 {
padding: calc(var(--spacing) * 2);
}
.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);
}
.px-1 {
padding-inline: calc(var(--spacing) * 1);
}
.px-1\.5 {
padding-inline: calc(var(--spacing) * 1.5);
}
.px-2 {
padding-inline: calc(var(--spacing) * 2);
}
.px-2\.5 {
padding-inline: calc(var(--spacing) * 2.5);
}
.px-3 {
padding-inline: calc(var(--spacing) * 3);
}
.px-4 {
padding-inline: calc(var(--spacing) * 4);
}
.px-6 {
padding-inline: calc(var(--spacing) * 6);
}
.py-0\.5 {
padding-block: calc(var(--spacing) * 0.5);
}
.py-1 {
padding-block: calc(var(--spacing) * 1);
}
.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-6 {
padding-block: calc(var(--spacing) * 6);
}
.py-16 {
padding-block: calc(var(--spacing) * 16);
}
.pt-3 {
padding-top: calc(var(--spacing) * 3);
}
.pb-0\.5 {
padding-bottom: calc(var(--spacing) * 0.5);
}
.pb-2 {
padding-bottom: calc(var(--spacing) * 2);
}
.pb-16 {
padding-bottom: calc(var(--spacing) * 16);
}
.pb-24 {
padding-bottom: calc(var(--spacing) * 24);
}
.pl-5 {
padding-left: calc(var(--spacing) * 5);
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.align-middle {
vertical-align: middle;
}
.font-mono {
font-family: var(--font-mono);
}
.text-base {
font-size: var(--text-base);
line-height: var(--tw-leading, var(--text-base--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-xs {
font-size: var(--text-xs);
line-height: var(--tw-leading, var(--text-xs--line-height));
}
.text-\[9px\] {
font-size: 9px;
}
.text-\[10px\] {
font-size: 10px;
}
.text-\[11px\] {
font-size: 11px;
}
.leading-none {
--tw-leading: 1;
line-height: 1;
}
.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-wide {
--tw-tracking: var(--tracking-wide);
letter-spacing: var(--tracking-wide);
}
.tracking-wider {
--tw-tracking: var(--tracking-wider);
letter-spacing: var(--tracking-wider);
}
.whitespace-nowrap {
white-space: nowrap;
}
.text-amber-800 {
color: var(--color-amber-800);
}
.text-blue-500 {
color: var(--color-blue-500);
}
.text-blue-600 {
color: var(--color-blue-600);
}
.text-blue-700 {
color: var(--color-blue-700);
}
.text-gray-300 {
color: var(--color-gray-300);
}
.text-gray-400 {
color: var(--color-gray-400);
}
.text-gray-500 {
color: var(--color-gray-500);
}
.text-gray-600 {
color: var(--color-gray-600);
}
.text-gray-700 {
color: var(--color-gray-700);
}
.text-gray-800 {
color: var(--color-gray-800);
}
.text-green-700 {
color: var(--color-green-700);
}
.text-indigo-600 {
color: var(--color-indigo-600);
}
.text-indigo-700 {
color: var(--color-indigo-700);
}
.text-red-400 {
color: var(--color-red-400);
}
.text-red-500 {
color: var(--color-red-500);
}
.text-red-600 {
color: var(--color-red-600);
}
.text-red-700 {
color: var(--color-red-700);
}
.text-white {
color: var(--color-white);
}
.capitalize {
text-transform: capitalize;
}
.lowercase {
text-transform: lowercase;
}
.uppercase {
text-transform: uppercase;
}
.italic {
font-style: italic;
}
.underline {
text-decoration-line: underline;
}
.opacity-0 {
opacity: 0%;
}
.opacity-30 {
opacity: 30%;
}
.opacity-40 {
opacity: 40%;
}
.shadow {
--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-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 {
--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-2 {
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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-blue-200 {
--tw-ring-color: var(--color-blue-200);
}
.ring-blue-400 {
--tw-ring-color: var(--color-blue-400);
}
.ring-indigo-200 {
--tw-ring-color: var(--color-indigo-200);
}
.ring-orange-200 {
--tw-ring-color: var(--color-orange-200);
}
.outline {
outline-style: var(--tw-outline-style);
outline-width: 1px;
}
.blur {
--tw-blur: blur(8px);
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.drop-shadow {
--tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
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, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.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));
}
.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;
-moz-user-select: none;
user-select: none;
}
.\[autopopups\:solver\] {
autopopups: solver;
}
.group-hover\:opacity-100 {
&:is(:where(.group):hover *) {
@media (hover: hover) {
opacity: 100%;
}
}
}
.last\:border-b-0 {
&:last-child {
border-bottom-style: var(--tw-border-style);
border-bottom-width: 0px;
}
}
.hover\:border-blue-300 {
&:hover {
@media (hover: hover) {
border-color: var(--color-blue-300);
}
}
}
.hover\:border-gray-300 {
&:hover {
@media (hover: hover) {
border-color: var(--color-gray-300);
}
}
}
.hover\:border-red-300 {
&:hover {
@media (hover: hover) {
border-color: var(--color-red-300);
}
}
}
.hover\:bg-blue-50 {
&:hover {
@media (hover: hover) {
background-color: var(--color-blue-50);
}
}
}
.hover\:bg-blue-400 {
&:hover {
@media (hover: hover) {
background-color: var(--color-blue-400);
}
}
}
.hover\:bg-blue-600 {
&:hover {
@media (hover: hover) {
background-color: var(--color-blue-600);
}
}
}
.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-indigo-100 {
&:hover {
@media (hover: hover) {
background-color: var(--color-indigo-100);
}
}
}
.hover\:bg-red-50 {
&:hover {
@media (hover: hover) {
background-color: var(--color-red-50);
}
}
}
.hover\:bg-red-100 {
&:hover {
@media (hover: hover) {
background-color: var(--color-red-100);
}
}
}
.hover\:text-blue-500 {
&:hover {
@media (hover: hover) {
color: var(--color-blue-500);
}
}
}
.hover\:text-gray-600 {
&:hover {
@media (hover: hover) {
color: var(--color-gray-600);
}
}
}
.hover\:text-gray-700 {
&:hover {
@media (hover: hover) {
color: var(--color-gray-700);
}
}
}
.hover\:text-red-400 {
&:hover {
@media (hover: hover) {
color: var(--color-red-400);
}
}
}
.hover\:text-red-500 {
&:hover {
@media (hover: hover) {
color: var(--color-red-500);
}
}
}
.hover\:text-red-600 {
&:hover {
@media (hover: hover) {
color: var(--color-red-600);
}
}
}
.hover\:underline {
&:hover {
@media (hover: hover) {
text-decoration-line: underline;
}
}
}
.focus\:border-blue-400 {
&:focus {
border-color: var(--color-blue-400);
}
}
.focus\:border-blue-500 {
&:focus {
border-color: var(--color-blue-500);
}
}
.focus\:bg-white {
&:focus {
background-color: var(--color-white);
}
}
.focus\:ring-1 {
&:focus {
--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);
}
}
.focus\:ring-blue-200 {
&:focus {
--tw-ring-color: var(--color-blue-200);
}
}
.focus\:ring-blue-500 {
&:focus {
--tw-ring-color: var(--color-blue-500);
}
}
.focus\:outline-none {
&:focus {
--tw-outline-style: none;
outline-style: none;
}
}
.active\:cursor-grabbing {
&:active {
cursor: grabbing;
}
}
.disabled\:cursor-not-allowed {
&:disabled {
cursor: not-allowed;
}
}
.disabled\:opacity-20 {
&:disabled {
opacity: 20%;
}
}
.disabled\:opacity-40 {
&:disabled {
opacity: 40%;
}
}
.disabled\:opacity-50 {
&:disabled {
opacity: 50%;
}
}
}
#adminmenu img,
#adminmenu svg,
#adminmenu div.wp-menu-image img,
#adminmenu div.wp-menu-image svg,
#wpadminbar img,
#wpadminbar svg,
.wrap .dashicons,
.wrap .dashicons-before::before {
display: inline;
vertical-align: middle;
}
:root {
--w2dc-primary: #00acb5;
--w2dc-secondary: #008c94;
--w2dc-btn1: #00acb5;
--w2dc-btn2: #008c94;
--w2dc-btn-text: #ffffff;
--w2dc-link: #00acb5;
--w2dc-link-hover: #008c94;
--w2dc-primary-light: var(--w2dc-primary);
@supports (color: color-mix(in lab, red, red)) {
--w2dc-primary-light: color-mix(in srgb, var(--w2dc-primary) 12%, white);
}
--w2dc-primary-lighter: var(--w2dc-primary);
@supports (color: color-mix(in lab, red, red)) {
--w2dc-primary-lighter: color-mix(in srgb, var(--w2dc-primary) 6%, white);
}
}
.w2dc-listing-form-wrap {
font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, sans-serif;
font-size: 14px;
line-height: 1.6;
color: #334155;
}
.w2dc-listing-form-wrap .w2dc-fa,
.w2dc-listing-form-wrap i[class*="w2dc-fa-"] {
font-family: FontAwesome !important;
font-style: normal !important;
font-weight: normal !important;
display: inline-block !important;
line-height: 1 !important;
text-rendering: auto !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.w2dc-listing-form-wrap [class*="w2dc-fa-"]::before {
font-family: FontAwesome !important;
}
.w2dc-listing-form-wrap .w2dc-group-header {
display: flex;
align-items: center;
gap: 8px;
background: var(--w2dc-primary);
color: var(--w2dc-btn-text);
padding: 10px 15px;
border-radius: 8px;
font-weight: 600;
font-size: 15px;
letter-spacing: 0.01em;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
transition: background 0.15s;
}
.w2dc-listing-form-wrap .w2dc-group-header:hover {
background: var(--w2dc-secondary, var(--w2dc-primary));
filter: brightness(0.92);
}
.w2dc-listing-form-wrap input[type="text"],
.w2dc-listing-form-wrap input[type="number"],
.w2dc-listing-form-wrap input[type="email"],
.w2dc-listing-form-wrap input[type="url"],
.w2dc-listing-form-wrap input[type="tel"],
.w2dc-listing-form-wrap input[type="date"],
.w2dc-listing-form-wrap input[type="time"],
.w2dc-listing-form-wrap textarea,
.w2dc-listing-form-wrap select {
width: 100%;
padding: 10px 14px;
border: 1px solid #d1d5db;
border-radius: 8px;
font-size: 14px;
color: #334155;
background: #fff;
transition: border-color 0.15s, box-shadow 0.15s;
outline: none;
}
.w2dc-listing-form-wrap input:focus,
.w2dc-listing-form-wrap textarea:focus,
.w2dc-listing-form-wrap select:focus {
border-color: var(--w2dc-primary);
box-shadow: 0 0 0 3px var(--w2dc-primary-light);
}
.w2dc-listing-form-wrap .w2dc-tags-input-wrap {
display: flex;
flex-wrap: wrap;
gap: 6px;
border: 1px solid #d1d5db;
border-radius: 8px;
padding: 8px 10px;
background: #fff;
min-height: 44px;
cursor: text;
transition: border-color 0.15s, box-shadow 0.15s;
}
.w2dc-listing-form-wrap .w2dc-tags-input-wrap:focus-within {
border-color: var(--w2dc-primary);
box-shadow: 0 0 0 3px var(--w2dc-primary-light);
}
.w2dc-listing-form-wrap .w2dc-tags-input-wrap input {
flex: 1 1 120px;
min-width: 120px;
border: none !important;
padding: 2px 4px !important;
box-shadow: none !important;
outline: none !important;
font-size: 14px;
background: transparent;
}
.w2dc-listing-form-wrap .w2dc-tag-chip {
display: inline-flex;
align-items: center;
gap: 4px;
padding: 3px 10px;
font-size: 12px;
font-weight: 500;
border-radius: 9999px;
background: var(--w2dc-primary-light);
color: var(--w2dc-primary);
border: 1px solid var(--w2dc-primary);
@supports (color: color-mix(in lab, red, red)) {
border: 1px solid color-mix(in srgb, var(--w2dc-primary) 25%, transparent);
}
line-height: 1.4;
}
.w2dc-listing-form-wrap .w2dc-tag-chip .w2dc-tag-new {
font-size: 9px;
opacity: 0.6;
font-weight: 400;
}
.w2dc-listing-form-wrap .w2dc-tag-chip button {
background: none;
border: none;
color: var(--w2dc-primary);
cursor: pointer;
font-size: 14px;
font-weight: bold;
line-height: 1;
padding: 0;
margin-left: 2px;
opacity: 0.6;
transition: opacity 0.15s, color 0.15s;
}
.w2dc-listing-form-wrap .w2dc-tag-chip button:hover {
opacity: 1;
color: #dc2626;
}
.w2dc-listing-form-wrap .w2dc-tags-dropdown {
position: absolute;
z-index: 20;
left: 0;
right: 0;
margin-top: 4px;
border: 1px solid #e5e7eb;
border-radius: 10px;
background: #fff;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
max-height: 200px;
overflow-y: auto;
}
.w2dc-listing-form-wrap .w2dc-tags-dropdown button {
display: block;
width: 100%;
text-align: left;
padding: 9px 14px;
font-size: 13px;
color: #475569;
background: none;
border: none;
cursor: pointer;
transition: background 0.1s, color 0.1s;
}
.w2dc-listing-form-wrap .w2dc-tags-dropdown button:hover,
.w2dc-listing-form-wrap .w2dc-tags-dropdown button.highlighted {
background: var(--w2dc-primary-lighter);
color: var(--w2dc-primary);
}
.w2dc-listing-form-wrap .w2dc-tags-dropdown .w2dc-create-tag {
border-top: 1px solid #f1f5f9;
color: #059669;
font-weight: 500;
}
.w2dc-listing-form-wrap .w2dc-tags-dropdown .w2dc-create-tag:hover,
.w2dc-listing-form-wrap .w2dc-tags-dropdown .w2dc-create-tag.highlighted {
background: #ecfdf5;
color: #047857;
}
.w2dc-listing-form-wrap input[type="checkbox"],
.w2dc-listing-form-wrap input[type="radio"] {
appearance: auto;
-webkit-appearance: auto;
-moz-appearance: auto;
width: auto;
height: auto;
margin: 0;
padding: 0;
background: initial;
border: initial;
border-radius: initial;
box-shadow: none;
accent-color: var(--w2dc-primary, #2271b1);
vertical-align: middle;
}
.w2dc-listing-form-wrap .w2dc-category-list {
max-height: 220px;
overflow-y: auto;
border: 1px solid #d1d5db;
border-radius: 8px;
padding: 8px;
background: #fff;
}
.w2dc-listing-form-wrap .w2dc-category-list label {
display: flex;
align-items: center;
gap: 8px;
padding: 5px 6px;
font-size: 13px;
color: #475569;
cursor: pointer;
border-radius: 4px;
transition: background 0.1s;
}
.w2dc-listing-form-wrap .w2dc-category-list label:hover {
background: var(--w2dc-primary-lighter);
}
.w2dc-listing-form-wrap .w2dc-category-list input[type="checkbox"] {
width: auto;
accent-color: var(--w2dc-primary);
}
.w2dc-listing-form-wrap .w2dc-btn-primary {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
padding: 10px 24px;
font-size: 14px;
font-weight: 600;
color: var(--w2dc-btn-text);
background: var(--w2dc-btn1);
border: none;
border-radius: 8px;
cursor: pointer;
transition: filter 0.15s, box-shadow 0.15s;
}
.w2dc-listing-form-wrap .w2dc-btn-primary:hover {
filter: brightness(0.9);
box-shadow: 0 2px 8px var(--w2dc-btn1);
@supports (color: color-mix(in lab, red, red)) {
box-shadow: 0 2px 8px color-mix(in srgb, var(--w2dc-btn1) 30%, transparent);
}
}
.w2dc-listing-form-wrap .w2dc-btn-secondary {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
padding: 10px 24px;
font-size: 14px;
font-weight: 500;
color: #475569;
background: #f8fafc;
border: 1px solid #d1d5db;
border-radius: 8px;
cursor: pointer;
transition: background 0.15s, border-color 0.15s;
}
.w2dc-listing-form-wrap .w2dc-btn-secondary:hover {
background: #f1f5f9;
border-color: #94a3b8;
}
.w2dc-listing-form-wrap a {
color: var(--w2dc-link, var(--w2dc-primary));
text-decoration: none;
transition: color 0.15s;
}
.w2dc-listing-form-wrap a:hover {
color: var(--w2dc-link-hover, var(--w2dc-secondary));
}
.w2dc-listing-form-wrap .w2dc-field-label {
display: block;
font-size: 13px;
font-weight: 600;
color: #374151;
margin-bottom: 6px;
}
.w2dc-listing-form-wrap .w2dc-field-required {
color: #dc2626;
font-weight: 400;
margin-left: 2px;
}
.w2dc-listing-form-wrap .w2dc-field-description {
font-size: 12px;
color: #9ca3af;
margin-top: 4px;
}
.w2dc-listing-form-wrap .w2dc-field-error {
font-size: 12px;
color: #dc2626;
margin-top: 4px;
}
@keyframes w2dc-toast-in {
from {
opacity: 0;
transform: translateX(20px) scale(0.95);
}
to {
opacity: 1;
transform: translateX(0) scale(1);
}
}
.w2dc-quill-wrap .ql-container {
min-height: var(--editor-height, 120px);
font-size: 14px;
font-family: inherit;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
.w2dc-quill-wrap .ql-toolbar {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
background: #f9fafb;
}
.w2dc-quill-wrap .ql-editor {
min-height: var(--editor-height, 120px);
}
.w2dc-quill-wrap .ql-editor.ql-blank::before {
font-style: normal;
color: #9ca3af;
}
.w2dc-quill-wrap .ql-container {
overflow: visible;
}
.w2dc-quill-wrap .ql-tooltip {
z-index: 10;
}
.w2dc-quill-wrap {
overflow: visible !important;
}
.w2dc-quill-wrap .ql-container.ql-snow {
overflow: visible !important;
}
.w2dc-quill-wrap .ql-snow .ql-tooltip {
z-index: 100;
left: 0 !important;
}
.w2dc-listing-form-wrap > * {
min-height: 0;
}
.w2dc-listing-form-wrap button.w2dc-custom-select-trigger.w2dc-custom-select-trigger {
display: flex;
align-items: center;
width: 100%;
text-align: left;
padding: 10px 15px;
gap: 8px;
background: var(--w2dc-btn1);
color: var(--w2dc-btn-text);
border: none;
border-radius: 8px;
font-size: 14px;
font-weight: 500;
cursor: pointer;
outline: none;
box-shadow: none;
transition: filter 0.15s;
}
.w2dc-listing-form-wrap button.w2dc-custom-select-trigger.w2dc-custom-select-trigger:hover {
filter: brightness(0.92);
box-shadow: none;
}
.w2dc-listing-form-wrap .w2dc-date-input {
cursor: pointer;
}
.w2dc-listing-form-wrap .w2dc-date-input::-webkit-calendar-picker-indicator {
cursor: pointer;
}
.w2dc-listing-form-wrap .w2dc-date-input::-webkit-datetime-edit-fields-wrapper {
cursor: pointer;
}
.w2dc-listing-form-wrap .w2dc-date-input::-webkit-datetime-edit-text,
.w2dc-listing-form-wrap .w2dc-date-input::-webkit-datetime-edit-month-field,
.w2dc-listing-form-wrap .w2dc-date-input::-webkit-datetime-edit-day-field,
.w2dc-listing-form-wrap .w2dc-date-input::-webkit-datetime-edit-year-field {
cursor: pointer;
}
.w2dc-map-marker {
border-radius: 50% 50% 50% 0;
height: 40px;
width: 40px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
cursor: pointer;
text-align: center;
box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.w2dc-map-marker::after {
background: #fff;
border-radius: 50%;
content: "";
display: block;
height: 78%;
left: 11%;
position: absolute;
top: 11%;
width: 78%;
}
.w2dc-map-marker .w2dc-map-marker-icon {
font-size: 22px !important;
position: relative;
top: 20%;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
z-index: 1;
vertical-align: middle;
}
.w2dc-listing-form-wrap .w2dc-addr-row {
position: relative;
display: flex;
align-items: center;
}
.w2dc-listing-form-wrap .w2dc-addr-row__input {
flex: 1 1 auto;
width: 100%;
padding-right: 30px;
}
.w2dc-listing-form-wrap .w2dc-addr-row__btn {
position: absolute;
top: 50%;
right: 6px;
transform: translateY(-50%);
width: 22px;
height: 22px;
padding: 0;
border: 0;
background: transparent;
color: #9ca3af;
cursor: pointer;
border-radius: 50%;
font-size: 16px;
line-height: 1;
display: inline-flex;
align-items: center;
justify-content: center;
transition: background 0.12s, color 0.12s;
}
.w2dc-listing-form-wrap .w2dc-addr-row__btn:hover {
background: #f3f4f6;
color: #4b5563;
}
.w2dc-listing-form-wrap .w2dc-addr-row__btn:focus {
outline: none;
background: #f3f4f6;
color: #4b5563;
box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.25);
}
.w2dc-listing-form-wrap .w2dc-addr-row__btn:disabled {
opacity: 0.6;
cursor: progress;
}
@property --tw-translate-x {
syntax: "*";
inherits: false;
initial-value: 0;
}
@property --tw-translate-y {
syntax: "*";
inherits: false;
initial-value: 0;
}
@property --tw-translate-z {
syntax: "*";
inherits: false;
initial-value: 0;
}
@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-border-style {
syntax: "*";
inherits: false;
initial-value: solid;
}
@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-outline-style {
syntax: "*";
inherits: false;
initial-value: solid;
}
@property --tw-blur {
syntax: "*";
inherits: false;
}
@property --tw-brightness {
syntax: "*";
inherits: false;
}
@property --tw-contrast {
syntax: "*";
inherits: false;
}
@property --tw-grayscale {
syntax: "*";
inherits: false;
}
@property --tw-hue-rotate {
syntax: "*";
inherits: false;
}
@property --tw-invert {
syntax: "*";
inherits: false;
}
@property --tw-opacity {
syntax: "*";
inherits: false;
}
@property --tw-saturate {
syntax: "*";
inherits: false;
}
@property --tw-sepia {
syntax: "*";
inherits: false;
}
@property --tw-drop-shadow {
syntax: "*";
inherits: false;
}
@property --tw-drop-shadow-color {
syntax: "*";
inherits: false;
}
@property --tw-drop-shadow-alpha {
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
@property --tw-drop-shadow-size {
syntax: "*";
inherits: false;
}
@property --tw-ease {
syntax: "*";
inherits: false;
}
@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-translate-x: 0;
--tw-translate-y: 0;
--tw-translate-z: 0;
--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-border-style: solid;
--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-outline-style: solid;
--tw-blur: initial;
--tw-brightness: initial;
--tw-contrast: initial;
--tw-grayscale: initial;
--tw-hue-rotate: initial;
--tw-invert: initial;
--tw-opacity: initial;
--tw-saturate: initial;
--tw-sepia: initial;
--tw-drop-shadow: initial;
--tw-drop-shadow-color: initial;
--tw-drop-shadow-alpha: 100%;
--tw-drop-shadow-size: initial;
--tw-ease: initial;
}
}
}