|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /home/matalashes/.trash/public.bak300125/assets/theme/public/css/ |
Upload File : |
/*
! tailwindcss v3.4.1 | 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 */
color: inherit;
/* 1 */
margin: 0;
/* 2 */
padding: 0;
/* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button;
/* 1 */
background-color: transparent;
/* 2 */
background-image: none;
/* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
-webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
margin: 0;
}
fieldset {
margin: 0;
padding: 0;
}
legend {
padding: 0;
}
ol,
ul,
menu {
list-style: none;
margin: 0;
padding: 0;
}
/*
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;
}
*, ::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: ;
}
::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: ;
}
.container {
width: 100%;
}
@media (min-width: 640px) {
.container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.container {
max-width: 1024px;
}
}
@media (min-width: 1160px) {
.container {
max-width: 1160px;
}
}
.fixed {
position: fixed;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.inset-0 {
inset: 0px;
}
.bottom-0 {
bottom: 0px;
}
.bottom-\[2\%\] {
bottom: 2%;
}
.bottom-\[20\%\] {
bottom: 20%;
}
.left-0 {
left: 0px;
}
.left-1\/2 {
left: 50%;
}
.left-\[-12\%\] {
left: -12%;
}
.left-\[-22\%\] {
left: -22%;
}
.left-\[-5\%\] {
left: -5%;
}
.left-\[5\%\] {
left: 5%;
}
.left-\[calc\(-50\%\+10px\)\] {
left: calc(-50% + 10px);
}
.left-\[calc\(-50\%\+20px\)\] {
left: calc(-50% + 20px);
}
.right-\[-15\%\] {
right: -15%;
}
.right-\[-20\%\] {
right: -20%;
}
.right-\[-25\%\] {
right: -25%;
}
.right-\[32px\] {
right: 32px;
}
.right-\[calc\(50\%\+10px\)\] {
right: calc(50% + 10px);
}
.right-\[calc\(50\%\+20px\)\] {
right: calc(50% + 20px);
}
.top-0 {
top: 0px;
}
.top-\[-10px\] {
top: -10px;
}
.top-\[15px\] {
top: 15px;
}
.top-\[2\%\] {
top: 2%;
}
.top-\[20\%\] {
top: 20%;
}
.-z-10 {
z-index: -10;
}
.-z-20 {
z-index: -20;
}
.z-0 {
z-index: 0;
}
.z-50 {
z-index: 50;
}
.z-\[2\] {
z-index: 2;
}
.m-0 {
margin: 0px;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.my-\[84px\] {
margin-top: 84px;
margin-bottom: 84px;
}
.-mx-2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.mb-10 {
margin-bottom: 2.5rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.mb-3 {
margin-bottom: 0.75rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.mb-5 {
margin-bottom: 1.25rem;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.mb-\[24px\] {
margin-bottom: 24px;
}
.ml-2 {
margin-left: 0.5rem;
}
.ml-4 {
margin-left: 1rem;
}
.mr-2 {
margin-right: 0.5rem;
}
.mt-0 {
margin-top: 0px;
}
.mt-1 {
margin-top: 0.25rem;
}
.mt-4 {
margin-top: 1rem;
}
.mt-6 {
margin-top: 1.5rem;
}
.mt-8 {
margin-top: 2rem;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.\!flex {
display: flex !important;
}
.flex {
display: flex;
}
.inline-flex {
display: inline-flex;
}
.table {
display: table;
}
.hidden {
display: none;
}
.h-0 {
height: 0px;
}
.h-10 {
height: 2.5rem;
}
.h-20 {
height: 5rem;
}
.h-4 {
height: 1rem;
}
.h-5 {
height: 1.25rem;
}
.h-6 {
height: 1.5rem;
}
.h-\[120px\] {
height: 120px;
}
.h-\[130px\] {
height: 130px;
}
.h-\[134px\] {
height: 134px;
}
.h-\[140px\] {
height: 140px;
}
.h-\[184px\] {
height: 184px;
}
.h-\[1px\] {
height: 1px;
}
.h-\[200px\] {
height: 200px;
}
.h-\[20px\] {
height: 20px;
}
.h-\[213px\] {
height: 213px;
}
.h-\[24px\] {
height: 24px;
}
.h-\[279px\] {
height: 279px;
}
.h-\[28px\] {
height: 28px;
}
.h-\[293px\] {
height: 293px;
}
.h-\[32px\] {
height: 32px;
}
.h-\[40px\] {
height: 40px;
}
.h-\[72px\] {
height: 72px;
}
.h-\[80px\] {
height: 80px;
}
.h-fit {
height: -moz-fit-content;
height: fit-content;
}
.min-h-screen {
min-height: 100vh;
}
.w-10 {
width: 2.5rem;
}
.w-20 {
width: 5rem;
}
.w-4 {
width: 1rem;
}
.w-5 {
width: 1.25rem;
}
.w-6 {
width: 1.5rem;
}
.w-96 {
width: 24rem;
}
.w-\[116px\] {
width: 116px;
}
.w-\[120px\] {
width: 120px;
}
.w-\[130px\] {
width: 130px;
}
.w-\[134px\] {
width: 134px;
}
.w-\[184px\] {
width: 184px;
}
.w-\[186px\] {
width: 186px;
}
.w-\[200px\] {
width: 200px;
}
.w-\[24px\] {
width: 24px;
}
.w-\[252px\] {
width: 252px;
}
.w-\[28px\] {
width: 28px;
}
.w-\[40px\] {
width: 40px;
}
.w-\[423px\] {
width: 423px;
}
.w-\[580px\] {
width: 580px;
}
.w-\[590px\] {
width: 590px;
}
.w-\[72px\] {
width: 72px;
}
.w-\[80px\] {
width: 80px;
}
.w-full {
width: 100%;
}
.max-w-\[637px\] {
max-width: 637px;
}
.max-w-full {
max-width: 100%;
}
.flex-1 {
flex: 1 1 0%;
}
.shrink-0 {
flex-shrink: 0;
}
.flex-grow {
flex-grow: 1;
}
.basis-1\/2 {
flex-basis: 50%;
}
.basis-2\/5 {
flex-basis: 40%;
}
.basis-\[45\%\] {
flex-basis: 45%;
}
.basis-\[48\%\] {
flex-basis: 48%;
}
.basis-\[47\%\] {
flex-basis: 47%;
}
.basis-\[46\%\] {
flex-basis: 46%;
}
.basis-1\/4 {
flex-basis: 25%;
}
.basis-\[20\%\] {
flex-basis: 20%;
}
.basis-\[25\%\] {
flex-basis: 25%;
}
.basis-\[50\%\] {
flex-basis: 50%;
}
.table-auto {
table-layout: auto;
}
.border-collapse {
border-collapse: collapse;
}
.-translate-x-1\/2 {
--tw-translate-x: -50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
--tw-translate-y: -50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
cursor: pointer;
}
.flex-row {
flex-direction: row;
}
.flex-col {
flex-direction: column;
}
.flex-wrap {
flex-wrap: wrap;
}
.items-start {
align-items: flex-start;
}
.items-center {
align-items: center;
}
.justify-end {
justify-content: flex-end;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.gap-2 {
gap: 0.5rem;
}
.gap-4 {
gap: 1rem;
}
.gap-6 {
gap: 1.5rem;
}
.gap-7 {
gap: 1.75rem;
}
.gap-8 {
gap: 2rem;
}
.overflow-hidden {
overflow: hidden;
}
.overflow-x-auto {
overflow-x: auto;
}
.overflow-x-hidden {
overflow-x: hidden;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-2xl {
border-radius: 1rem;
}
.rounded-3xl {
border-radius: 1.5rem;
}
.rounded-\[24px\] {
border-radius: 24px;
}
.rounded-\[8px\] {
border-radius: 8px;
}
.rounded-full {
border-radius: 9999px;
}
.rounded-lg {
border-radius: 0.5rem;
}
.rounded-md {
border-radius: 0.375rem;
}
.rounded-sm {
border-radius: 0.125rem;
}
.border {
border-width: 1px;
}
.border-0 {
border-width: 0px;
}
.border-2 {
border-width: 2px;
}
.border-t {
border-top-width: 1px;
}
.border-solid {
border-style: solid;
}
.border-none {
border-style: none;
}
.border-slate-100 {
--tw-border-opacity: 1;
border-color: rgb(241 245 249 / var(--tw-border-opacity));
}
.border-white {
--tw-border-opacity: 1;
border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-blue-500 {
--tw-bg-opacity: 1;
background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-gray-900 {
--tw-bg-opacity: 1;
background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-greenday {
--tw-bg-opacity: 1;
background-color: rgb(70 183 83 / var(--tw-bg-opacity));
}
.bg-neutral-200 {
--tw-bg-opacity: 1;
background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.bg-primary {
--tw-bg-opacity: 1;
background-color: rgb(41 52 129 / var(--tw-bg-opacity));
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-30 {
--tw-bg-opacity: 0.3;
}
.bg-gradient-to-r {
background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-candy {
--tw-gradient-from: #8DA1FD var(--tw-gradient-from-position);
--tw-gradient-to: rgb(141 161 253 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-candy {
--tw-gradient-to: rgb(141 161 253 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), #8DA1FD var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-blue-500 {
--tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}
.to-purple {
--tw-gradient-to: #FFB7FD var(--tw-gradient-to-position);
}
.bg-clip-text {
-webkit-background-clip: text;
background-clip: text;
}
.p-4 {
padding: 1rem;
}
.p-8 {
padding: 2rem;
}
.p-\[16px\] {
padding: 16px;
}
.p-\[1px\] {
padding: 1px;
}
.px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.py-\[12px\] {
padding-top: 12px;
padding-bottom: 12px;
}
.py-\[18px\] {
padding-top: 18px;
padding-bottom: 18px;
}
.py-\[24px\] {
padding-top: 24px;
padding-bottom: 24px;
}
.py-\[9px\] {
padding-top: 9px;
padding-bottom: 9px;
}
.pb-4 {
padding-bottom: 1rem;
}
.pb-5 {
padding-bottom: 1.25rem;
}
.pb-\[36px\] {
padding-bottom: 36px;
}
.pl-4 {
padding-left: 1rem;
}
.pt-12 {
padding-top: 3rem;
}
.pt-6 {
padding-top: 1.5rem;
}
.\!text-left {
text-align: left !important;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.font-body {
font-family: Quicksand, sans-serif;
}
.font-primary {
font-family: Livvic, sans-serif;
}
.\!text-base {
font-size: 1rem !important;
line-height: 1.5rem !important;
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.text-\[14px\] {
font-size: 14px;
}
.text-\[24px\] {
font-size: 24px;
}
.text-base {
font-size: 1rem;
line-height: 1.5rem;
}
.text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.text-xs {
font-size: 0.75rem;
line-height: 1rem;
}
.\!font-bold {
font-weight: 700 !important;
}
.font-bold {
font-weight: 700;
}
.font-medium {
font-weight: 500;
}
.font-normal {
font-weight: 400;
}
.font-semibold {
font-weight: 600;
}
.leading-6 {
line-height: 1.5rem;
}
.leading-\[32px\] {
line-height: 32px;
}
.leading-normal {
line-height: 1.5;
}
.tracking-normal {
letter-spacing: 0em;
}
.tracking-wide {
letter-spacing: 0.025em;
}
.text-indigo-600 {
--tw-text-opacity: 1;
color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-primary {
--tw-text-opacity: 1;
color: rgb(41 52 129 / var(--tw-text-opacity));
}
.text-red-500 {
--tw-text-opacity: 1;
color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600 {
--tw-text-opacity: 1;
color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-transparent {
color: transparent;
}
.text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0 {
opacity: 0;
}
.opacity-50 {
opacity: 0.5;
}
.shadow-lg {
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.backdrop-blur-sm {
--tw-backdrop-blur: blur(4px);
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-all {
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.duration-300 {
transition-duration: 300ms;
}
.ease-in {
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body, html {
height: 100%;
width: 100%;
margin: 0;
}
body {
background: linear-gradient(165deg, #C2CDFF 23.08%, #FDDBFC 74.25%);
background-attachment: fixed;
}
button {
background: linear-gradient(175deg, #8DA1FD 30.41%, #FFB7FD 81.97%);
}
.bg-base {
background-image: linear-gradient(136.03deg, #8DA1FD 30.41%, #FFB7FD 81.97%);
}
.glowtext {
background: linear-gradient(176.22deg, #8DA1FD 42.43%, #FFB7FD 82.84%);
}
/* Hide the radio button */
.form-check-input {
display: none;
}
/* Button styles */
.button-base {
display: inline-block;
padding: 10px 20px;
background: linear-gradient(175deg, #8DA1FD 30.41%, #FFB7FD 81.97%);
color: #fff;
border: none;
border-radius: 8px;
cursor: pointer;
font-size: 14px;
line-height: 24px;
width: 100%;
}
.button-base.answered {
background: #C2CDFF;
}
/* Change button color on hover */
.button-base:hover {
background: #C2CDFF;
}
/* Style for checked state */
.form-check-input:checked + .button-base {
background: #C2CDFF;
}
/* Hide default checkbox */
.checkk {
display: none;
}
/* Style for the custom checkbox */
.checkk + label {
display: inline-block;
width: 24px;
/* Adjust width according to your image size */
height: 24px;
/* Adjust height according to your image size */
background-image: url('../images/icon-check.png');
/* URL to your check image */
background-size: cover;
cursor: pointer;
}
/* Style for checked state */
.checkk:checked + label {
background-image: url('../images/icon-check-checked.png');
/* URL to your checked image */
}
.info-user {
background-image: url('../images/hero-gradient.svg');
background-position: top right;
background-repeat: no-repeat;
}
.active-number {
background: linear-gradient(136.41deg, #FFA7FC 5.06%, #6CCEFF 94.94%);
}
.active-number p {
color: #ffffff;
}
.active-numbers span {
font-size: 16px;
font-weight: bold;
}
.base-table {
border-collapse: collapse;
width: 100%;
border-radius: 16px;
border: 1px solid #E5E7EB;
/* Adjust color as needed */
}
.base-table thead th {
padding: 24px 16px;
text-align: left;
font-size: 16px;
color: #293481;
}
.base-table tr {
border-bottom: 1px solid #E5E7EB;
}
.base-table td {
padding: 12px 16px;
}
@media(max-width: 992px){
iframe.instagram-media {
max-width: 100% !important;
width: 100% !important;
}
}
@media (max-width: 767px) {
.button-base {
padding: 8px 20px;
}
.info-box {
background-image: url('../images/hero-gradient-mobile.svg');
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}
}
@media (min-width: 768px) {
.info-box {
background-image: url('../images/hero-gradient-left.svg');
background-position: left;
background-repeat: no-repeat;
background-size: cover;
}
}
.hover\:overflow-hidden:hover {
overflow: hidden;
}
.hover\:rounded-\[8px\]:hover {
border-radius: 8px;
}
.hover\:bg-blue-600:hover {
--tw-bg-opacity: 1;
background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.hover\:bg-slate-200:hover {
--tw-bg-opacity: 1;
background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.group[open] .group-open\:opacity-0 {
opacity: 0;
}
.group[open] .group-open\:opacity-100 {
opacity: 1;
}
@media (min-width: 640px) {
.sm\:flex {
display: flex;
}
.sm\:h-\[24px\] {
height: 24px;
}
.sm\:h-\[32px\] {
height: 32px;
}
.sm\:w-\[139px\] {
width: 139px;
}
.sm\:w-\[186px\] {
width: 186px;
}
}
@media (min-width: 768px) {
.md\:bottom-\[-15\%\] {
bottom: -15%;
}
.md\:bottom-\[10\%\] {
bottom: 10%;
}
.md\:left-\[calc\(-50\%\+40px\)\] {
left: calc(-50% + 40px);
}
.md\:left-\[calc\(-50\%\+75px\)\] {
left: calc(-50% + 75px);
}
@media (min-width: 768px) {
.md\:md\:right-\[-5\%\] {
right: -5%;
}
}
.md\:right-\[-5\%\] {
right: -5%;
}
.md\:right-\[calc\(50\%\+30px\)\] {
right: calc(50% + 30px);
}
.md\:right-\[calc\(50\%\+75px\)\] {
right: calc(50% + 75px);
}
.md\:top-0 {
top: 0px;
}
.md\:top-\[-12\%\] {
top: -12%;
}
.md\:top-\[-15\%\] {
top: -15%;
}
.md\:top-\[-20\%\] {
top: -20%;
}
.md\:top-\[-6\%\] {
top: -6%;
}
.md\:top-\[-7\%\] {
top: -7%;
}
.md\:order-1 {
order: 1;
}
.md\:order-2 {
order: 2;
}
.md\:order-3 {
order: 3;
}
.md\:mx-0 {
margin-left: 0px;
margin-right: 0px;
}
.md\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.md\:my-\[144px\] {
margin-top: 144px;
margin-bottom: 144px;
}
.md\:mb-0 {
margin-bottom: 0px;
}
.md\:mb-4 {
margin-bottom: 1rem;
}
.md\:mb-5 {
margin-bottom: 1.25rem;
}
.md\:mb-8 {
margin-bottom: 2rem;
}
.md\:mb-\[40px\] {
margin-bottom: 40px;
}
.md\:mb-\[56px\] {
margin-bottom: 56px;
}
.md\:ml-12 {
margin-left: 3rem;
}
.md\:mr-2 {
margin-right: 0.5rem;
}
.md\:mr-\[-150px\] {
margin-right: -150px;
}
.md\:mt-0 {
margin-top: 0px;
}
.md\:mt-\[56px\] {
margin-top: 56px;
}
.md\:ml-5 {
margin-left: 1.25rem;
}
.md\:block {
display: block;
}
.md\:h-\[120px\] {
height: 120px;
}
.md\:h-\[60px\] {
height: 60px;
}
.md\:w-1\/2 {
width: 50%;
}
.md\:w-1\/3 {
width: 33.333333%;
}
.md\:w-\[120px\] {
width: 120px;
}
.md\:w-\[185px\] {
width: 185px;
}
.md\:w-\[45\%\] {
width: 45%;
}
.md\:w-\[450px\] {
width: 450px;
}
.md\:w-\[591px\] {
width: 591px;
}
.md\:w-auto {
width: auto;
}
.md\:w-96 {
width: 24rem;
}
.md\:max-w-\[564px\] {
max-width: 564px;
}
.md\:max-w-\[646px\] {
max-width: 646px;
}
.md\:max-w-\[650px\] {
max-width: 650px;
}
.md\:max-w-\[700px\] {
max-width: 700px;
}
.md\:max-w-\[800px\] {
max-width: 800px;
}
.md\:flex-1 {
flex: 1 1 0%;
}
.md\:flex-grow {
flex-grow: 1;
}
.md\:basis-\[25\%\] {
flex-basis: 25%;
}
.md\:flex-row {
flex-direction: row;
}
.md\:flex-nowrap {
flex-wrap: nowrap;
}
.md\:items-center {
align-items: center;
}
.md\:justify-end {
justify-content: flex-end;
}
.md\:justify-center {
justify-content: center;
}
.md\:gap-0 {
gap: 0px;
}
.md\:gap-8 {
gap: 2rem;
}
.md\:gap-4 {
gap: 1rem;
}
.md\:gap-2 {
gap: 0.5rem;
}
.md\:rounded-2xl {
border-radius: 1rem;
}
.md\:rounded-\[16px\] {
border-radius: 16px;
}
.md\:p-10 {
padding: 2.5rem;
}
.md\:p-6 {
padding: 1.5rem;
}
.md\:p-8 {
padding: 2rem;
}
.md\:p-\[24px\] {
padding: 24px;
}
.md\:px-0 {
padding-left: 0px;
padding-right: 0px;
}
.md\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.md\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.md\:px-\[32px\] {
padding-left: 32px;
padding-right: 32px;
}
.md\:py-\[18px\] {
padding-top: 18px;
padding-bottom: 18px;
}
.md\:pb-8 {
padding-bottom: 2rem;
}
.md\:text-left {
text-align: left;
}
.md\:text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.md\:text-\[18px\] {
font-size: 18px;
}
.md\:text-\[32px\] {
font-size: 32px;
}
.md\:text-\[40px\] {
font-size: 40px;
}
.md\:text-base {
font-size: 1rem;
line-height: 1.5rem;
}
.md\:text-lg {
font-size: 1.125rem;
line-height: 1.75rem;
}
.md\:leading-8 {
line-height: 2rem;
}
.md\:leading-\[48px\] {
line-height: 48px;
}
.md\:leading-\[56px\] {
line-height: 56px;
}
@media not all and (min-width: 1024px) {
.md\:max-lg\:bottom-\[2\%\] {
bottom: 2%;
}
.md\:max-lg\:left-\[-7\%\] {
left: -7%;
}
.md\:max-lg\:left-\[2\%\] {
left: 2%;
}
.md\:max-lg\:right-\[-7\%\] {
right: -7%;
}
.md\:max-lg\:top-\[10\%\] {
top: 10%;
}
.md\:max-lg\:top-\[2\%\] {
top: 2%;
}
.md\:max-lg\:flex {
display: flex;
}
.md\:max-lg\:flex-col {
flex-direction: column;
}
.md\:max-lg\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
}
}
@media (min-width: 1024px) {
.lg\:bottom-\[-14\%\] {
bottom: -14%;
}
.lg\:left-\[26\.6\%\] {
left: 26.6%;
}
.lg\:left-\[30\%\] {
left: 30%;
}
.lg\:right-\[10\%\] {
right: 10%;
}
.lg\:top-\[0\%\] {
top: 0%;
}
}
@media (min-width: 1160px) {
.xl\:bottom-0 {
bottom: 0px;
}
.xl\:bottom-\[18\%\] {
bottom: 18%;
}
.xl\:bottom-\[30\%\] {
bottom: 30%;
}
.xl\:left-\[15\%\] {
left: 15%;
}
.xl\:left-\[20\%\] {
left: 20%;
}
.xl\:right-\[22\%\] {
right: 22%;
}
.xl\:right-\[26\%\] {
right: 26%;
}
.xl\:top-0 {
top: 0px;
}
.xl\:top-\[10\%\] {
top: 10%;
}
.xl\:top-\[3\%\] {
top: 3%;
}
.xl\:top-\[5\%\] {
top: 5%;
}
.xl\:-z-10 {
z-index: -10;
}
.xl\:block {
display: block;
}
.xl\:flex {
display: flex;
}
.xl\:flex-row {
flex-direction: row;
}
.xl\:flex-col {
flex-direction: column;
}
.xl\:overflow-x-visible {
overflow-x: visible;
}
.xl\:border-l {
border-left-width: 1px;
}
.xl\:border-r {
border-right-width: 1px;
}
.xl\:border-solid {
border-style: solid;
}
.xl\:border-slate-200 {
--tw-border-opacity: 1;
border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.xl\:px-0 {
padding-left: 0px;
padding-right: 0px;
}
}