@sikka/hawa
Version:
Modern UI Kit made with Tailwind
2,420 lines (2,344 loc) • 117 kB
CSS
/*
! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
box-sizing: border-box; /* 1 */
border-width: 0; /* 2 */
border-style: solid; /* 2 */
border-color: #e5e7eb; /* 2 */
}
::before,
::after {
--tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
line-height: 1.5; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
-moz-tab-size: 4; /* 3 */
-o-tab-size: 4;
tab-size: 4; /* 3 */
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
font-feature-settings: normal; /* 5 */
font-variation-settings: normal; /* 6 */
-webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
margin: 0; /* 1 */
line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
height: 0; /* 1 */
color: inherit; /* 2 */
border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
color: inherit;
text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
font-feature-settings: normal; /* 2 */
font-variation-settings: normal; /* 3 */
font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
text-indent: 0; /* 1 */
border-color: inherit; /* 2 */
border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-feature-settings: inherit; /* 1 */
font-variation-settings: inherit; /* 1 */
font-size: 100%; /* 1 */
font-weight: inherit; /* 1 */
line-height: inherit; /* 1 */
letter-spacing: inherit; /* 1 */
color: inherit; /* 1 */
margin: 0; /* 2 */
padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
-webkit-appearance: button; /* 1 */
background-color: transparent; /* 2 */
background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
-webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
margin: 0;
}
fieldset {
margin: 0;
padding: 0;
}
legend {
padding: 0;
}
ol,
ul,
menu {
list-style: none;
margin: 0;
padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1; /* 1 */
color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
opacity: 1; /* 1 */
color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block; /* 1 */
vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
max-width: 100%;
height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
display: none;
}
:root {
--primary: 240 5.9% 10%;
/* --primary: 159 100% 33%; */
--primary-foreground: 0 0% 98%;
--constant-background: 0 0% 100%;
--background: 0 0% 100%;
--foreground: 240 10% 3.9%;
--card: 210 50% 98%;
--card-foreground: 240 10% 3.9%;
--popover: 0 0% 100%;
--popover-foreground: 240 10% 3.9%;
--secondary: 240 4.8% 95.9%;
--secondary-foreground: 240 5.9% 10%;
--muted: 240 4.8% 95.9%;
--muted-foreground: 240 3.8% 46.1%;
--accent: 240 4.8% 95.9%;
--accent-foreground: 240 5.9% 10%;
/* --destructive: 0 84.2% 60.2%; OLD LOW CONTRAST*/
--destructive: 0 72.22% 50.59%;
--destructive-foreground: 0 0% 98%;
--info: 209 62% 50%;
--info-foreground: 0 0% 98%;
--success: 148 48% 43%;
--success-foreground: 0 0% 98%;
--warning: 24 75% 50%;
--warning-foreground: 0 0% 98%;
--error: 0 84.2% 60.2%;
--error-foreground: 0 0% 98%;
--border: 240 5.9% 90%;
--input: 240 5.9% 90%;
--helper-text: 0 72% 51%;
--ring: 240 5% 64.9%;
--radius: 0.5rem;
--radius-inner: calc(var(--radius) - calc(var(--radius) / 3));
}
.dark {
--helper-text: 0 84% 60%;
/* --helper-text: 61 97% 45%; */
--background: 240 10% 3.9%;
--foreground: 0 0% 98%;
--primary: 0 0% 98%;
/* --primary: 159 100% 50%; */
--primary-foreground: 240 5.9% 10%;
--card: 0 0% 2%;
--card-foreground: 0 0% 98%;
--popover: 240 10% 3.9%;
--popover-foreground: 0 0% 98%;
--secondary: 240 3.7% 15.9%;
--secondary-foreground: 0 0% 98%;
--muted: 240 3.7% 15.9%;
--muted-foreground: 240 5% 64.9%;
--accent: 240 3.7% 15.9%;
--accent-foreground: 0 0% 98%;
--success: 106 70% 40%; /* A shade of green */
--success-foreground: 0 0% 100%; /* White */
--info: 200 100% 30%; /* A shade of blue */
--info-foreground: 0 0% 100%; /* White */
--warning: 45 100% 50%; /* A shade of yellow */
--warning-foreground: 0 0% 20%; /* Dark grey */
--destructive: 0 62.8% 30.6%;
--destructive-foreground: 0 85.7% 97.3%;
--border: 240 3.7% 15.9%;
--input: 240 3.7% 15.9%;
--ring: 240 4.9% 83.9%;
}
* {
border-color: hsl(var(--border));
}
body {
background-color: hsl(var(--background));
color: hsl(var(--foreground));
font-feature-settings:
"rlig" 1,
"calt" 1;
}
*, ::before, ::after {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}
::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}
.link::after {
content: url("data:image/svg+xml,%3Csvg stroke='%234c37eb' fill='none' stroke-width='2' viewBox='0 0 24 24' aria-hidden='true' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14'%3E%3C/path%3E%3C/svg%3E");
display: inline-block;
margin-left: 0.25em;
margin-right: 0.25em;
width: 0.75em;
vertical-align: middle;
color: hsl(var(--primary));
}
.link {
color: hsl(var(--primary));
}
.link:hover {
text-decoration: underline;
color: var(--button-primary-700);
}
.hawa-mask-fade-bottom {
-webkit-mask-image: linear-gradient(to bottom, #d1d4dc, transparent);
mask-image: linear-gradient(to bottom, #d1d4dc, transparent);
}
.hawa-mask-fade-top {
-webkit-mask-image: linear-gradient(to top, #d1d4dc, transparent);
mask-image: linear-gradient(to top, #d1d4dc, transparent);
}
.hawa-mask-fade-right {
-webkit-mask-image: linear-gradient(to right, #d1d4dc, transparent);
mask-image: linear-gradient(to right, #d1d4dc, transparent);
}
.hawa-mask-fade-left {
-webkit-mask-image: linear-gradient(to left, #d1d4dc, transparent);
mask-image: linear-gradient(to left, #d1d4dc, transparent);
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.radio-item {
position: relative;
}
.radio-item input[type="radio"] {
display: none;
}
.radio-item label:before {
content: " ";
display: inline-block;
position: relative;
top: 3px;
width: 15px;
height: 15px;
border-radius: 11px;
border: 2px solid #a3a3a3;
background-color: transparent;
}
.radio-item.margin-right label:before {
margin: 0 5px 0 0; /* top right bottom left */
}
.radio-item.margin-left label:before {
margin: 0 0 0 5px; /* top right bottom left */
}
.radio-item-default input[type="radio"]:checked + label:after {
border-radius: 100%;
width: 9px;
height: 9px;
position: absolute;
top: 6px;
content: " ";
display: block;
background: hsl(var(--primary));
}
.radio-item-default.right-3px input[type="radio"]:checked + label:after {
right: 3px;
}
.radio-item-default.left-3px input[type="radio"]:checked + label:after {
left: 3px;
}
.radio-item-bordered input[type="radio"]:checked + label:after {
border-radius: 100%;
width: 9px;
height: 9px;
position: absolute;
top: 22px;
content: " ";
display: block;
background: hsl(var(--primary));
}
.radio-item-bordered.left-23px input[type="radio"]:checked + label:after {
left: 23px;
}
.radio-item-bordered.right-19px input[type="radio"]:checked + label:after {
right: 19px;
}
/* .dark-shadow {
@apply shadow-[0_10px_15px_-3px_rgba(255,255,255,0.1),0_4px_6px_-2px_rgba(255,255,255,0.05)];
} */
.neo-brutalism {
border-radius: var(--radius);
border-width: 2px;
border-color: hsl(var(--primary));
padding-left: 1rem;
padding-right: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
font-weight: 700;
text-transform: uppercase;
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
--tw-shadow: 0.25rem 0.25rem hsl(var(--primary));
box-shadow: var(--tw-shadow);
}
.neo-brutalism:active {
--tw-translate-x: 0.125rem;
--tw-translate-y: 0.125rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
--tw-shadow: 0.125rem 0.125rem hsl(var(--primary));
box-shadow: var(--tw-shadow);
}
.neo-brutalism:is(.hawa-dark *) {
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.clickable-link {
cursor: pointer;
color: hsl(var(--primary) / 0.8);
text-decoration-line: underline;
text-underline-offset: 4px;
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.clickable-link:hover {
color: hsl(var(--primary));
}
.hawa-icon {
height: 1rem;
width: 1rem;
}
.ddm-w-parent {
width: var(--radix-dropdown-menu-trigger-width);
}
.popover-w-parent {
width: var(--radix-popover-trigger-width);
}
.badge {
background: rgb(220, 232, 58);
font-size: 10px !important;
border-radius: var(--radius);
padding: 2px 4px;
margin-right: 5px !important;
text-transform: uppercase;
}
.progress-loading {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 5px;
width: 80px;
overflow: hidden;
transform: translate3d(0, 0, 0);
}
.progress-loading::before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: hsl(var(--primary));
opacity: 0.1;
transition: background-color 0.3s ease;
}
.progress-loading::after {
content: "";
height: 100%;
width: 100%;
animation: wobble 1.75s ease-in-out infinite;
transform: translateX(-95%);
background-color: hsl(var(--primary));
transition: background-color 0.3s ease;
}
@keyframes wobble {
0%,
100% {
transform: translateX(-95%);
}
50% {
transform: translateX(95%);
}
}
.squircle-container {
transform-origin: center;
will-change: transform;
overflow: visible;
}
.squircle-car {
fill: none;
stroke: hsl(var(--primary));
stroke-dasharray: 15, 85;
stroke-dashoffset: 0;
stroke-linecap: round;
animation: travel 0.9s linear infinite;
will-change: stroke-dasharray, stroke-dashoffset;
transition: stroke 0.5s ease;
}
.square-car {
fill: none;
stroke: hsl(var(--primary));
stroke-dasharray: 25, 75;
stroke-dashoffset: 0;
stroke-linecap: round;
animation: travel 0.9s linear infinite;
will-change: stroke-dasharray, stroke-dashoffset;
transition: stroke 0.5s ease;
}
.squircle-track {
fill: none;
stroke: hsl(var(--primary));
opacity: 0.1;
transition: stroke 0.5s ease;
}
.circle-container {
transform-origin: center;
animation: rotate 0.8s linear infinite;
will-change: transform;
overflow: visible;
}
.circle-car {
fill: none;
/* stroke: hsl(var(--primary)); */
stroke-dasharray: 25, 75;
stroke-dashoffset: 0;
stroke-linecap: round;
transition: stroke 0.5s ease;
}
.circle-track {
fill: none;
/* stroke: hsl(var(--primary)); */
opacity: 0.1;
transition: stroke 0.5s ease;
}
.orbit-container {
--uib-size: 35px;
--uib-color: black;
--uib-speed: 1.5s;
--uib-dot-size: calc(var(--uib-size) * 0.4);
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: var(--uib-dot-size);
width: var(--uib-size);
}
.orbit-container::before,
.orbit-container::after {
content: "";
position: absolute;
height: var(--uib-dot-size);
width: var(--uib-dot-size);
border-radius: 50%;
background-color: hsl(var(--primary));
flex-shrink: 0;
transition: background-color 0.3s ease;
}
.orbit-container::before {
animation: orbit var(--uib-speed) linear infinite;
}
.orbit-container::after {
animation: orbit var(--uib-speed) linear calc(var(--uib-speed) / -2)
infinite;
}
@keyframes orbit {
0% {
transform: translateX(calc(var(--uib-size) * 0.25)) scale(0.73684);
opacity: 0.65;
}
5% {
transform: translateX(calc(var(--uib-size) * 0.235)) scale(0.684208);
opacity: 0.58;
}
10% {
transform: translateX(calc(var(--uib-size) * 0.182)) scale(0.631576);
opacity: 0.51;
}
15% {
transform: translateX(calc(var(--uib-size) * 0.129)) scale(0.578944);
opacity: 0.44;
}
20% {
transform: translateX(calc(var(--uib-size) * 0.076)) scale(0.526312);
opacity: 0.37;
}
25% {
transform: translateX(0%) scale(0.47368);
opacity: 0.3;
}
30% {
transform: translateX(calc(var(--uib-size) * -0.076)) scale(0.526312);
opacity: 0.37;
}
35% {
transform: translateX(calc(var(--uib-size) * -0.129)) scale(0.578944);
opacity: 0.44;
}
40% {
transform: translateX(calc(var(--uib-size) * -0.182)) scale(0.631576);
opacity: 0.51;
}
45% {
transform: translateX(calc(var(--uib-size) * -0.235)) scale(0.684208);
opacity: 0.58;
}
50% {
transform: translateX(calc(var(--uib-size) * -0.25)) scale(0.73684);
opacity: 0.65;
}
55% {
transform: translateX(calc(var(--uib-size) * -0.235)) scale(0.789472);
opacity: 0.72;
}
60% {
transform: translateX(calc(var(--uib-size) * -0.182)) scale(0.842104);
opacity: 0.79;
}
65% {
transform: translateX(calc(var(--uib-size) * -0.129)) scale(0.894736);
opacity: 0.86;
}
70% {
transform: translateX(calc(var(--uib-size) * -0.076)) scale(0.947368);
opacity: 0.93;
}
75% {
transform: translateX(0%) scale(1);
opacity: 1;
}
80% {
transform: translateX(calc(var(--uib-size) * 0.076)) scale(0.947368);
opacity: 0.93;
}
85% {
transform: translateX(calc(var(--uib-size) * 0.129)) scale(0.894736);
opacity: 0.86;
}
90% {
transform: translateX(calc(var(--uib-size) * 0.182)) scale(0.842104);
opacity: 0.79;
}
95% {
transform: translateX(calc(var(--uib-size) * 0.235)) scale(0.789472);
opacity: 0.72;
}
100% {
transform: translateX(calc(var(--uib-size) * 0.25)) scale(0.73684);
opacity: 0.65;
}
}
@keyframes rotate {
100% {
transform: rotate(360deg);
}
}
@keyframes travel {
0% {
stroke-dashoffset: 0;
}
100% {
stroke-dashoffset: -100;
}
}
.hawa-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.hawa-pointer-events-none {
pointer-events: none;
}
.hawa-pointer-events-auto {
pointer-events: auto;
}
.hawa-visible {
visibility: visible;
}
.hawa-invisible {
visibility: hidden;
}
.hawa-fixed {
position: fixed;
}
.hawa-absolute {
position: absolute;
}
.hawa-relative {
position: relative;
}
.hawa-sticky {
position: sticky;
}
.hawa-inset-0 {
inset: 0px;
}
.hawa-inset-x-0 {
left: 0px;
right: 0px;
}
.hawa-inset-y-0 {
top: 0px;
bottom: 0px;
}
.\!hawa-end-2 {
inset-inline-end: 0.5rem !important;
}
.\!hawa-start-\[32px\] {
inset-inline-start: 32px !important;
}
.-hawa-left-\[1px\] {
left: -1px;
}
.hawa--left-1 {
left: -0.25rem;
}
.hawa--left-\[16px\] {
left: -16px;
}
.hawa--right-\[16px\] {
right: -16px;
}
.hawa--start-1 {
inset-inline-start: -0.25rem;
}
.hawa-bottom-0 {
bottom: 0px;
}
.hawa-bottom-14 {
bottom: 3.5rem;
}
.hawa-bottom-2 {
bottom: 0.5rem;
}
.hawa-bottom-4 {
bottom: 1rem;
}
.hawa-bottom-\[50\%\] {
bottom: 50%;
}
.hawa-bottom-\[62px\] {
bottom: 62px;
}
.hawa-end-0 {
inset-inline-end: 0px;
}
.hawa-end-1 {
inset-inline-end: 0.25rem;
}
.hawa-end-2 {
inset-inline-end: 0.5rem;
}
.hawa-end-3 {
inset-inline-end: 0.75rem;
}
.hawa-left-0 {
left: 0px;
}
.hawa-left-2 {
left: 0.5rem;
}
.hawa-left-4 {
left: 1rem;
}
.hawa-left-\[50\%\] {
left: 50%;
}
.hawa-right-0 {
right: 0px;
}
.hawa-right-2 {
right: 0.5rem;
}
.hawa-right-3 {
right: 0.75rem;
}
.hawa-right-4 {
right: 1rem;
}
.hawa-start-0 {
inset-inline-start: 0px;
}
.hawa-start-1 {
inset-inline-start: 0.25rem;
}
.hawa-start-2 {
inset-inline-start: 0.5rem;
}
.hawa-start-2\.5 {
inset-inline-start: 0.625rem;
}
.hawa-start-3 {
inset-inline-start: 0.75rem;
}
.hawa-top-0 {
top: 0px;
}
.hawa-top-1\/2 {
top: 50%;
}
.hawa-top-14 {
top: 3.5rem;
}
.hawa-top-2 {
top: 0.5rem;
}
.hawa-top-2\.5 {
top: 0.625rem;
}
.hawa-top-3 {
top: 0.75rem;
}
.hawa-top-4 {
top: 1rem;
}
.hawa-top-\[124px\] {
top: 124px;
}
.hawa-top-\[142px\] {
top: 142px;
}
.hawa-top-\[178px\] {
top: 178px;
}
.hawa-top-\[1px\] {
top: 1px;
}
.hawa-top-\[22px\] {
top: 22px;
}
.hawa-top-\[47px\] {
top: 47px;
}
.hawa-top-\[50\%\] {
top: 50%;
}
.hawa-top-\[60\%\] {
top: 60%;
}
.hawa-top-\[60px\] {
top: 60px;
}
.hawa-top-\[62px\] {
top: 62px;
}
.hawa-top-\[72px\] {
top: 72px;
}
.hawa-top-full {
top: 100%;
}
.hawa-isolate {
isolation: isolate;
}
.hawa-z-0 {
z-index: 0;
}
.hawa-z-10 {
z-index: 10;
}
.hawa-z-20 {
z-index: 20;
}
.hawa-z-30 {
z-index: 30;
}
.hawa-z-40 {
z-index: 40;
}
.hawa-z-50 {
z-index: 50;
}
.hawa-z-\[100\] {
z-index: 100;
}
.hawa-z-\[1\] {
z-index: 1;
}
.hawa-z-\[900\] {
z-index: 900;
}
.hawa-m-0 {
margin: 0px;
}
.hawa-m-2 {
margin: 0.5rem;
}
.-hawa-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.hawa--mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.hawa-mx-0 {
margin-left: 0px;
margin-right: 0px;
}
.hawa-mx-0\.5 {
margin-left: 0.125rem;
margin-right: 0.125rem;
}
.hawa-mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.hawa-mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.hawa-mx-2\.5 {
margin-left: 0.625rem;
margin-right: 0.625rem;
}
.hawa-mx-auto {
margin-left: auto;
margin-right: auto;
}
.hawa-my-0 {
margin-top: 0px;
margin-bottom: 0px;
}
.hawa-my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.hawa-my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.-hawa-mt-4 {
margin-top: -1rem;
}
.hawa--mt-1 {
margin-top: -0.25rem;
}
.hawa-mb-0 {
margin-bottom: 0px;
}
.hawa-mb-0\.5 {
margin-bottom: 0.125rem;
}
.hawa-mb-1 {
margin-bottom: 0.25rem;
}
.hawa-mb-2 {
margin-bottom: 0.5rem;
}
.hawa-mb-3 {
margin-bottom: 0.75rem;
}
.hawa-mb-4 {
margin-bottom: 1rem;
}
.hawa-mb-5 {
margin-bottom: 1.25rem;
}
.hawa-me-0 {
margin-inline-end: 0px;
}
.hawa-me-2 {
margin-inline-end: 0.5rem;
}
.hawa-me-4 {
margin-inline-end: 1rem;
}
.hawa-ml-1 {
margin-left: 0.25rem;
}
.hawa-ml-14 {
margin-left: 3.5rem;
}
.hawa-ml-2 {
margin-left: 0.5rem;
}
.hawa-ml-40 {
margin-left: 10rem;
}
.hawa-ml-8 {
margin-left: 2rem;
}
.hawa-ml-auto {
margin-left: auto;
}
.hawa-mr-14 {
margin-right: 3.5rem;
}
.hawa-mr-2 {
margin-right: 0.5rem;
}
.hawa-mr-3 {
margin-right: 0.75rem;
}
.hawa-mr-4 {
margin-right: 1rem;
}
.hawa-mr-40 {
margin-right: 10rem;
}
.hawa-mr-8 {
margin-right: 2rem;
}
.hawa-ms-14 {
margin-inline-start: 3.5rem;
}
.hawa-ms-2 {
margin-inline-start: 0.5rem;
}
.hawa-ms-4 {
margin-inline-start: 1rem;
}
.hawa-ms-auto {
margin-inline-start: auto;
}
.hawa-mt-0 {
margin-top: 0px;
}
.hawa-mt-0\.5 {
margin-top: 0.125rem;
}
.hawa-mt-1 {
margin-top: 0.25rem;
}
.hawa-mt-1\.5 {
margin-top: 0.375rem;
}
.hawa-mt-2 {
margin-top: 0.5rem;
}
.hawa-mt-3 {
margin-top: 0.75rem;
}
.hawa-mt-4 {
margin-top: 1rem;
}
.hawa-mt-8 {
margin-top: 2rem;
}
.hawa-box-border {
box-sizing: border-box;
}
.hawa-block {
display: block;
}
.hawa-inline-block {
display: inline-block;
}
.hawa-flex {
display: flex;
}
.hawa-inline-flex {
display: inline-flex;
}
.hawa-grid {
display: grid;
}
.hawa-inline-grid {
display: inline-grid;
}
.hawa-hidden {
display: none;
}
.hawa-aspect-square {
aspect-ratio: 1 / 1;
}
.\!hawa-size-7 {
width: 1.75rem !important;
height: 1.75rem !important;
}
.\!hawa-h-8 {
height: 2rem !important;
}
.\!hawa-h-full {
height: 100% !important;
}
.hawa-h-0 {
height: 0px;
}
.hawa-h-1 {
height: 0.25rem;
}
.hawa-h-1\.5 {
height: 0.375rem;
}
.hawa-h-10 {
height: 2.5rem;
}
.hawa-h-11 {
height: 2.75rem;
}
.hawa-h-12 {
height: 3rem;
}
.hawa-h-14 {
height: 3.5rem;
}
.hawa-h-16 {
height: 4rem;
}
.hawa-h-2 {
height: 0.5rem;
}
.hawa-h-2\.5 {
height: 0.625rem;
}
.hawa-h-20 {
height: 5rem;
}
.hawa-h-24 {
height: 6rem;
}
.hawa-h-3 {
height: 0.75rem;
}
.hawa-h-3\.5 {
height: 0.875rem;
}
.hawa-h-4 {
height: 1rem;
}
.hawa-h-5 {
height: 1.25rem;
}
.hawa-h-6 {
height: 1.5rem;
}
.hawa-h-7 {
height: 1.75rem;
}
.hawa-h-8 {
height: 2rem;
}
.hawa-h-9 {
height: 2.25rem;
}
.hawa-h-\[0\.8px\] {
height: 0.8px;
}
.hawa-h-\[1\.2rem\] {
height: 1.2rem;
}
.hawa-h-\[130px\] {
height: 130px;
}
.hawa-h-\[14px\] {
height: 14px;
}
.hawa-h-\[15px\] {
height: 15px;
}
.hawa-h-\[16px\] {
height: 16px;
}
.hawa-h-\[189px\] {
height: 189px;
}
.hawa-h-\[1px\] {
height: 1px;
}
.hawa-h-\[200px\] {
height: 200px;
}
.hawa-h-\[20px\] {
height: 20px;
}
.hawa-h-\[21px\] {
height: 21px;
}
.hawa-h-\[25px\] {
height: 25px;
}
.hawa-h-\[26px\] {
height: 26px;
}
.hawa-h-\[30px\] {
height: 30px;
}
.hawa-h-\[32px\] {
height: 32px;
}
.hawa-h-\[38px\] {
height: 38px;
}
.hawa-h-\[40px\] {
height: 40px;
}
.hawa-h-\[44px\] {
height: 44px;
}
.hawa-h-\[46px\] {
height: 46px;
}
.hawa-h-\[48px\] {
height: 48px;
}
.hawa-h-\[572px\] {
height: 572px;
}
.hawa-h-\[600px\] {
height: 600px;
}
.hawa-h-\[64px\] {
height: 64px;
}
.hawa-h-\[72px\] {
height: 72px;
}
.hawa-h-\[88px\] {
height: 88px;
}
.hawa-h-\[calc\(100dvh\)\] {
height: calc(100dvh);
}
.hawa-h-\[var\(--radix-navigation-menu-viewport-height\)\] {
height: var(--radix-navigation-menu-viewport-height);
}
.hawa-h-auto {
height: auto;
}
.hawa-h-fit {
height: -moz-fit-content;
height: fit-content;
}
.hawa-h-full {
height: 100%;
}
.hawa-h-px {
height: 1px;
}
.hawa-max-h-56 {
max-height: 14rem;
}
.hawa-max-h-\[200px\] {
max-height: 200px;
}
.hawa-max-h-\[300px\] {
max-height: 300px;
}
.hawa-max-h-fit {
max-height: -moz-fit-content;
max-height: fit-content;
}
.hawa-max-h-full {
max-height: 100%;
}
.hawa-max-h-screen {
max-height: 100vh;
}
.\!hawa-min-h-\[50\%\] {
min-height: 50% !important;
}
.hawa-min-h-20 {
min-height: 5rem;
}
.hawa-min-h-40 {
min-height: 10rem;
}
.hawa-min-h-\[200px\] {
min-height: 200px;
}
.hawa-min-h-\[25px\] {
min-height: 25px;
}
.hawa-min-h-\[37\.75px\] {
min-height: 37.75px;
}
.hawa-min-h-\[40px\] {
min-height: 40px;
}
.hawa-min-h-fit {
min-height: -moz-fit-content;
min-height: fit-content;
}
.\!hawa-w-8 {
width: 2rem !important;
}
.\!hawa-w-full {
width: 100% !important;
}
.hawa-w-1 {
width: 0.25rem;
}
.hawa-w-1\/2 {
width: 50%;
}
.hawa-w-10 {
width: 2.5rem;
}
.hawa-w-12 {
width: 3rem;
}
.hawa-w-14 {
width: 3.5rem;
}
.hawa-w-16 {
width: 4rem;
}
.hawa-w-2 {
width: 0.5rem;
}
.hawa-w-2\.5 {
width: 0.625rem;
}
.hawa-w-20 {
width: 5rem;
}
.hawa-w-24 {
width: 6rem;
}
.hawa-w-3 {
width: 0.75rem;
}
.hawa-w-3\.5 {
width: 0.875rem;
}
.hawa-w-3\/4 {
width: 75%;
}
.hawa-w-4 {
width: 1rem;
}
.hawa-w-48 {
width: 12rem;
}
.hawa-w-5 {
width: 1.25rem;
}
.hawa-w-6 {
width: 1.5rem;
}
.hawa-w-64 {
width: 16rem;
}
.hawa-w-7 {
width: 1.75rem;
}
.hawa-w-8 {
width: 2rem;
}
.hawa-w-9 {
width: 2.25rem;
}
.hawa-w-\[0\.5px\] {
width: 0.5px;
}
.hawa-w-\[1\.2rem\] {
width: 1.2rem;
}
.hawa-w-\[100px\] {
width: 100px;
}
.hawa-w-\[14px\] {
width: 14px;
}
.hawa-w-\[16px\] {
width: 16px;
}
.hawa-w-\[1px\] {
width: 1px;
}
.hawa-w-\[200px\] {
width: 200px;
}
.hawa-w-\[21px\] {
width: 21px;
}
.hawa-w-\[26px\] {
width: 26px;
}
.hawa-w-\[272px\] {
width: 272px;
}
.hawa-w-\[300px\] {
width: 300px;
}
.hawa-w-\[37px\] {
width: 37px;
}
.hawa-w-\[3px\] {
width: 3px;
}
.hawa-w-\[42px\] {
width: 42px;
}
.hawa-w-\[47px\] {
width: 47px;
}
.hawa-w-\[50px\] {
width: 50px;
}
.hawa-w-\[72px\] {
width: 72px;
}
.hawa-w-\[88px\] {
width: 88px;
}
.hawa-w-\[90\%\] {
width: 90%;
}
.hawa-w-auto {
width: auto;
}
.hawa-w-fit {
width: -moz-fit-content;
width: fit-content;
}
.hawa-w-full {
width: 100%;
}
.hawa-w-max {
width: -moz-max-content;
width: max-content;
}
.hawa-w-px {
width: 1px;
}
.hawa-min-w-0 {
min-width: 0px;
}
.hawa-min-w-9 {
min-width: 2.25rem;
}
.hawa-min-w-\[12rem\] {
min-width: 12rem;
}
.hawa-min-w-\[65px\] {
min-width: 65px;
}
.hawa-min-w-\[8rem\] {
min-width: 8rem;
}
.hawa-min-w-fit {
min-width: -moz-fit-content;
min-width: fit-content;
}
.hawa-max-w-2xl {
max-width: 42rem;
}
.hawa-max-w-2xs {
max-width: 250px;
}
.hawa-max-w-\[200px\] {
max-width: 200px;
}
.hawa-max-w-\[52px\] {
max-width: 52px;
}
.hawa-max-w-fit {
max-width: -moz-fit-content;
max-width: fit-content;
}
.hawa-max-w-lg {
max-width: 32rem;
}
.hawa-max-w-max {
max-width: -moz-max-content;
max-width: max-content;
}
.hawa-max-w-md {
max-width: 28rem;
}
.hawa-max-w-screen-sm {
max-width: 640px;
}
.hawa-max-w-sm {
max-width: 24rem;
}
.hawa-max-w-xl {
max-width: 36rem;
}
.hawa-max-w-xs {
max-width: 20rem;
}
.hawa-flex-1 {
flex: 1 1 0%;
}
.hawa-flex-\[0_0_100\%\] {
flex: 0 0 100%;
}
.hawa-flex-shrink-0 {
flex-shrink: 0;
}
.hawa-shrink-0 {
flex-shrink: 0;
}
.hawa-flex-grow {
flex-grow: 1;
}
.hawa-grow {
flex-grow: 1;
}
.hawa-caption-bottom {
caption-side: bottom;
}
.hawa-border-collapse {
border-collapse: collapse;
}
.hawa-origin-center {
transform-origin: center;
}
.-hawa-translate-y-2 {
--tw-translate-y: -0.5rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-hawa-translate-y-full {
--tw-translate-y: -100%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hawa--translate-x-0\.5 {
--tw-translate-x: -0.125rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hawa--translate-y-1\/2 {
--tw-translate-y: -50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hawa-translate-x-0\.5 {
--tw-translate-x: 0.125rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hawa-translate-x-\[-50\%\] {
--tw-translate-x: -50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hawa-translate-y-1\/2 {
--tw-translate-y: 50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hawa-translate-y-\[-50\%\] {
--tw-translate-y: -50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hawa-translate-y-\[1\.1px\] {
--tw-translate-y: 1.1px;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hawa--rotate-90 {
--tw-rotate: -90deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hawa-rotate-0 {
--tw-rotate: 0deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hawa-rotate-180 {
--tw-rotate: 180deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hawa-rotate-45 {
--tw-rotate: 45deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hawa-rotate-90 {
--tw-rotate: 90deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hawa-scale-100 {
--tw-scale-x: 1;
--tw-scale-y: 1;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hawa-transform {
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes hawa-bounce {
0%, 100% {
transform: translateY(-25%);
animation-timing-function: cubic-bezier(0.8,0,1,1);
}
50% {
transform: none;
animation-timing-function: cubic-bezier(0,0,0.2,1);
}
}
.hawa-animate-bounce {
animation: hawa-bounce 1s infinite;
}
@keyframes hawa-pulse {
50% {
opacity: .5;
}
}
.hawa-animate-pulse {
animation: hawa-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.hawa-cursor-default {
cursor: default;
}
.hawa-cursor-help {
cursor: help;
}
.hawa-cursor-not-allowed {
cursor: not-allowed;
}
.hawa-cursor-pointer {
cursor: pointer;
}
.hawa-touch-none {
touch-action: none;
}
.hawa-select-none {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.hawa-select-text {
-webkit-user-select: text;
-moz-user-select: text;
user-select: text;
}
.hawa-resize-none {
resize: none;
}
.hawa-list-none {
list-style-type: none;
}
.hawa-appearance-none {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.hawa-grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.hawa-grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hawa-grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.hawa-grid-cols-\[1fr_repeat\(3\,_minmax\(0\,_1fr\)\)\] {
grid-template-columns: 1fr repeat(3, minmax(0, 1fr));
}
.hawa-grid-cols-\[repeat\(auto-fit\,_minmax\(300px\,_1fr\)\)\] {
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.hawa-flex-row {
flex-direction: row;
}
.hawa-flex-row-reverse {
flex-direction: row-reverse;
}
.hawa-flex-col {
flex-direction: column;
}
.hawa-flex-col-reverse {
flex-direction: column-reverse;
}
.hawa-flex-wrap {
flex-wrap: wrap;
}
.hawa-flex-nowrap {
flex-wrap: nowrap;
}
.hawa-items-start {
align-items: flex-start;
}
.hawa-items-end {
align-items: flex-end;
}
.hawa-items-center {
align-items: center;
}
.hawa-items-baseline {
align-items: baseline;
}
.hawa-justify-start {
justify-content: flex-start;
}
.hawa-justify-end {
justify-content: flex-end;
}
.hawa-justify-center {
justify-content: center;
}
.hawa-justify-between {
justify-content: space-between;
}
.hawa-gap-0 {
gap: 0px;
}
.hawa-gap-0\.5 {
gap: 0.125rem;
}
.hawa-gap-1 {
gap: 0.25rem;
}
.hawa-gap-1\.5 {
gap: 0.375rem;
}
.hawa-gap-2 {
gap: 0.5rem;
}
.hawa-gap-3 {
gap: 0.75rem;
}
.hawa-gap-4 {
gap: 1rem;
}
.hawa-gap-6 {
gap: 1.5rem;
}
.hawa-gap-x-16 {
-moz-column-gap: 4rem;
column-gap: 4rem;
}
.hawa-gap-x-2 {
-moz-column-gap: 0.5rem;
column-gap: 0.5rem;
}
.hawa-space-x-1 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.hawa-space-y-0 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.hawa-space-y-1 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.hawa-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.hawa-space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.hawa-space-y-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.hawa-space-y-5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.hawa-overflow-auto {
overflow: auto;
}
.hawa-overflow-hidden {
overflow: hidden;
}
.hawa-overflow-clip {
overflow: clip;
}
.hawa-overflow-x-auto {
overflow-x: auto;
}
.hawa-overflow-y-auto {
overflow-y: auto;
}
.hawa-overflow-x-hidden {
overflow-x: hidden;
}
.hawa-overflow-x-clip {
overflow-x: clip;
}
.hawa-overflow-y-scroll {
overflow-y: scroll;
}
.hawa-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.hawa-whitespace-nowrap {
white-space: nowrap;
}
.hawa-text-wrap {
text-wrap: wrap;
}
.hawa-text-nowrap {
text-wrap: nowrap;
}
.hawa-rounded {
border-radius: var(--radius);
}
.hawa-rounded-3xl {
border-radius: 1.5rem;
}
.hawa-rounded-\[2\.5rem\] {
border-radius: 2.5rem;
}
.hawa-rounded-\[2rem\] {
border-radius: 2rem;
}
.hawa-rounded-\[inherit\] {
border-radius: inherit;
}
.hawa-rounded-full {
border-radius: 9999px;
}
.hawa-rounded-inner {
border-radius: var(--radius-inner);
}
.hawa-rounded-lg {
border-radius: var(--radius);
}
.hawa-rounded-md {
border-radius: calc(var(--radius) - 2px);
}
.hawa-rounded-none {
border-radius: 0px;
}
.hawa-rounded-sm {
border-radius: calc(var(--radius) - 4px);
}
.hawa-rounded-xl {
border-radius: calc(var(--radius) + 4px);
}
.hawa-rounded-b {
border-bottom-right-radius: var(--radius);
border-bottom-left-radius: var(--radius);
}
.hawa-rounded-b-\[2rem\] {
border-bottom-right-radius: 2rem;
border-bottom-left-radius: 2rem;
}
.hawa-rounded-b-lg {
border-bottom-right-radius: var(--radius);
border-bottom-left-radius: var(--radius);
}
.hawa-rounded-b-none {
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
.hawa-rounded-e-none {
border-start-end-radius: 0px;
border-end-end-radius: 0px;
}
.hawa-rounded-l {
border-top-left-radius: var(--radius);
border-bottom-left-radius: var(--radius);
}
.hawa-rounded-l-lg {
border-top-left-radius: var(--radius);
border-bottom-left-radius: var(--radius);
}
.hawa-rounded-l-none {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.hawa-rounded-r-lg {
border-top-right-radius: var(--radius);
border-bottom-right-radius: var(--radius);
}
.hawa-rounded-r-none {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.hawa-rounded-t {
border-top-left-radius: var(--radius);
border-top-right-radius: var(--radius);
}
.hawa-rounded-t-\[2rem\] {
border-top-left-radius: 2rem;
border-top-right-radius: 2rem;
}
.hawa-rounded-t-lg {
border-top-left-radius: var(--radius);
border-top-right-radius: var(--radius);
}
.hawa-rounded-t-none {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.hawa-rounded-bl-lg {
border-bottom-left-radius: var(--radius);
}
.hawa-rounded-bl-none {
border-bottom-left-radius: 0px;
}
.hawa-rounded-tl-lg {
border-top-left-radius: var(--radius);
}
.hawa-rounded-tl-sm {
border-top-left-radius: calc(var(--radius) - 4px);
}
.hawa-rounded-tr-lg {
border-top-right-radius: var(--radius);
}
.hawa-rounded-tr-none {
border-top-right-radius: 0px;
}
.hawa-border {
border-width: 1px;
}
.hawa-border-2 {
border-width: 2px;
}
.hawa-border-\[14px\] {
border-width: 14px;
}
.hawa-border-x-0 {
border-left-width: 0px;
border-right-width: 0px;
}
.hawa-border-y {
border-top-width: 1px;
border-bottom-width: 1px;
}
.hawa-border-b {
border-bottom-width: 1px;
}
.hawa-border-b-0 {
border-bottom-width: 0px;
}
.hawa-border-b-2 {
border-bottom-width: 2px;
}
.hawa-border-b-\[1px\] {
border-bottom-width: 1px;
}
.hawa-border-e {
border-inline-end-width: 1px;
}
.hawa-border-e-2 {
border-inline-end-width: 2px;
}
.hawa-border-e-\[1px\] {
border-inline-end-width: 1px;
}
.hawa-border-l {
border-left-width: 1px;
}
.hawa-border-l-0 {
border-left-width: 0px;
}
.hawa-border-l-4 {
border-left-width: 4px;
}
.hawa-border-r {
border-right-width: 1px;
}
.hawa-border-r-4 {
border-right-width: 4px;
}
.hawa-border-s-\[1px\] {
border-inline-start-width: 1px;
}
.hawa-border-t {
border-top-width: 1px;
}
.hawa-border-t-0 {
border-top-width: 0px;
}
.hawa-border-dashed {
border-style: dashed;
}
.\!hawa-border-none {
border-style: none !important;
}
.hawa-border-none {
border-style: none;
}
.hawa-border-black {
--tw-border-opacity: 1;
border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.hawa-border-destructive {
--tw-border-opacity: 1;
border-color: hsl(var(--destructive) / var(--tw-border-opacity));
}
.hawa-border-error {
--tw-border-opacity: 1;
border-color: hsl(var(--error) / var(--tw-border-opacity));
}
.hawa-border-foreground\/10 {
border-color: hsl(var(--foreground) / 0.1);
}
.hawa-border-gray-800 {
--tw-border-opacity: 1;
border-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.hawa-border-input {
border-color: hsl(var(--input));
}
.hawa-border-primary {
border-color: hsl(var(--primary));
}
.hawa-border-transparent {
border-color: transparent;
}
.hawa-border-x-transparent {
border-left-color: transparent;
border-right-color: transparent;
}
.hawa-border-b-primary {
border-bottom-color: hsl(var(--primary));
}
.hawa-border-b-transparent {
border-bottom-color: transparent;
}
.hawa-border-e-primary {
border-inline-end-color: hsl(var(--primary));
}
.hawa-border-l-transparent {
border-left-color: transparent;
}
.hawa-border-t-transparent {
border-top-color: transparent;
}
.\!hawa-bg-destructive\/\[0\.3\] {
background-color: hsl(var(--destructive) / 0.3) !important;
}
.\!hawa-bg-primary {
background-color: hsl(var(--primary)) !important;
}
.\!hawa-bg-transparent {
background-color: transparent !important;
}
.hawa-bg-\[hsl\(var\(--constant-background\)\)\] {
background-color: hsl(var(--constant-background));
}
.hawa-bg-accent {
background-color: hsl(var(--accent));
}
.hawa-bg-background {
background-color: hsl(var(--background));
}
.hawa-bg-background\/80 {
background-color: hsl(var(--background) / 0.8);
}
.hawa-bg-black {
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hawa-bg-blue-200 {
--tw-bg-opacity: 1;
background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.hawa-bg-blue-500 {
--tw-bg-opacity: 1;
background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.hawa-bg-border {
background-color: hsl(var(--border));
}
.hawa-bg-card {
background-color: hsl(var(--card));
}
.hawa-bg-cyan-200 {
--tw-bg-opacity: 1;
background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}
.hawa-bg-destructive {
--tw-bg-opacity: 1;
background-color: hsl(var(--destructive) / var(--tw-bg-opacity));
}
.hawa-bg-destructive\/90 {
background-color: hsl(var(--destructive) / 0.9);
}
.hawa-bg-error {
--tw-bg-opacity: 1;
background-color: hsl(var(--error) / var(--tw-bg-opacity));
}
.hawa-bg-foreground {
background-color: hsl(var(--foreground));
}
.hawa-bg-foreground\/20 {
background-color: hsl(var(--foreground) / 0.2);
}
.hawa-bg-foreground\/5 {
background-color: hsl(var(--foreground) / 0.05);
}
.hawa-bg-gray-200 {
--tw-bg-opacity: 1;
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hawa-bg-gray-400 {
--tw-bg-opacity: 1;
background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.hawa-bg-gray-500 {
--tw-bg-opacity: 1;
background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.hawa-bg-gray-800 {
--tw-bg-opacity: 1;
background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.hawa-bg-gray-900 {
--tw-bg-opacity: 1;
background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.hawa-bg-green-200 {
--tw-bg-opacity: 1;
background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.hawa-bg-green-400 {
--tw-bg-opacity: 1;
background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.hawa-bg-green-500 {
--tw-bg-opacity: 1;
background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.hawa-bg-green-600 {
--tw-bg-opacity: 1;
background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.hawa-bg-info {
--tw-bg-opacity: 1;
background-color: hsl(var(--info) / var(--tw-bg-opacity));
}
.hawa-bg-info\/90 {
background-color: hsl(var(--info) / 0.9);
}
.hawa-bg-muted {
background-color: hsl(var(--muted));
}
.