/* ! tailwindcss v3.1.8 | 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. */ html { line-height: 1.5; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -moz-tab-size: 4; /* 3 */ -o-tab-size: 4; tab-size: 4; /* 3 */ font-family: ui-sans-serif, system-ui; /* 4 */ } /* 1. Remove the margin in all browsers. 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. */ body { margin: 0; /* 1 */ line-height: inherit; /* 2 */ } /* 1. Add the correct height in Firefox. 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) 3. Ensure horizontal rules are visible by default. */ hr { height: 0; /* 1 */ color: inherit; /* 2 */ border-top-width: 1px; /* 3 */ } /* Add the correct text decoration in Chrome, Edge, and Safari. */ abbr:where([title]) { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; } /* Remove the default font size and weight for headings. */ h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; } /* Reset links to optimize for opt-in styling instead of opt-out. */ a { color: inherit; text-decoration: inherit; } /* Add the correct font weight in Edge and Safari. */ b, strong { font-weight: bolder; } /* 1. Use the user's configured `mono` font family by default. 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp, pre { font-family: ui-monospace, SFMono-Regular; /* 1 */ font-size: 1em; /* 2 */ } /* Add the correct font size in all browsers. */ small { font-size: 80%; } /* Prevent `sub` and `sup` elements from affecting the line height in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) 3. Remove gaps between table borders by default. */ table { text-indent: 0; /* 1 */ border-color: inherit; /* 2 */ border-collapse: collapse; /* 3 */ } /* 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. 3. Remove default padding in all browsers. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ font-weight: inherit; /* 1 */ line-height: inherit; /* 1 */ color: inherit; /* 1 */ margin: 0; /* 2 */ padding: 0; /* 3 */ } /* Remove the inheritance of text transform in Edge and Firefox. */ button, select { text-transform: none; } /* 1. Correct the inability to style clickable types in iOS and Safari. 2. Remove default button styles. */ button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; /* 1 */ background-color: transparent; /* 2 */ background-image: none; /* 2 */ } /* Use the modern Firefox focus style for all focusable elements. */ :-moz-focusring { outline: auto; } /* Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) */ :-moz-ui-invalid { box-shadow: none; } /* Add the correct vertical alignment in Chrome and Firefox. */ progress { vertical-align: baseline; } /* Correct the cursor style of increment and decrement buttons in Safari. */ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; } /* 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ [type='search'] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /* Remove the inner padding in Chrome and Safari on macOS. */ ::-webkit-search-decoration { -webkit-appearance: none; } /* 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Add the correct display in Chrome and Safari. */ summary { display: list-item; } /* Removes the default spacing and border for appropriate elements. */ blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { margin: 0; } fieldset { margin: 0; padding: 0; } legend { padding: 0; } ol, ul, menu { list-style: none; margin: 0; padding: 0; } /* Prevent resizing textareas horizontally by default. */ textarea { resize: vertical; } /* 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) 2. Set the default placeholder color to the user's configured gray 400 color. */ input::-moz-placeholder, textarea::-moz-placeholder { opacity: 1; /* 1 */ color: #9ca3af; /* 2 */ } input::placeholder, textarea::placeholder { opacity: 1; /* 1 */ color: #9ca3af; /* 2 */ } /* Set the default cursor for buttons. */ button, [role="button"] { cursor: pointer; } /* Make sure disabled buttons don't get the pointer cursor. */ :disabled { cursor: default; } /* 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) This can trigger a poorly considered lint error in some tools but is included by design. */ img, svg, video, canvas, audio, iframe, embed, object { display: block; /* 1 */ vertical-align: middle; /* 2 */ } /* Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) */ img, video { max-width: 100%; height: auto; } *, ::before, ::after { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; } ::-webkit-backdrop { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; } ::backdrop { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; } .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: 1280px) { .container { max-width: 1280px; } } @media (min-width: 1536px) { .container { max-width: 1536px; } } .fixed { position: fixed; } .absolute { position: absolute; } .relative { position: relative; } .inset-0 { top: 0px; right: 0px; bottom: 0px; left: 0px; } .top-full { top: 100%; } .left-0 { left: 0px; } .bottom-0 { bottom: 0px; } .top-0 { top: 0px; } .top-1\/3 { top: 33.333333%; } .left-1\/3 { left: 33.333333%; } .right-0 { right: 0px; } .bottom-4 { bottom: 1rem; } .top-20 { top: 5rem; } .top-10 { top: 2.5rem; } .top-2 { top: 0.5rem; } .z-20 { z-index: 20; } .z-10 { z-index: 10; } .col-span-2 { grid-column: span 2 / span 2; } .col-span-1 { grid-column: span 1 / span 1; } .row-span-1 { grid-row: span 1 / span 1; } .clear-both { clear: both; } .m-0 { margin: 0px; } .mx-auto { margin-left: auto; margin-right: auto; } .my-1 { margin-top: 0.25rem; margin-bottom: 0.25rem; } .ml-3 { margin-left: 0.75rem; } .mt-2 { margin-top: 0.5rem; } .mb-0 { margin-bottom: 0px; } .ml-2 { margin-left: 0.5rem; } .-mt-1 { margin-top: -0.25rem; } .-mr-1 { margin-right: -0.25rem; } .mt-4 { margin-top: 1rem; } .-mb-px { margin-bottom: -1px; } .mr-2 { margin-right: 0.5rem; } .mt-1 { margin-top: 0.25rem; } .mb-2 { margin-bottom: 0.5rem; } .mt-3 { margin-top: 0.75rem; } .block { display: block; } .inline-block { display: inline-block; } .inline { display: inline; } .flex { display: flex; } .inline-flex { display: inline-flex; } .table { display: table; } .table-cell { display: table-cell; } .table-row { display: table-row; } .grid { display: grid; } .hidden { display: none; } .h-6 { height: 1.5rem; } .h-5 { height: 1.25rem; } .h-auto { height: auto; } .h-4 { height: 1rem; } .h-0\.5 { height: 0.125rem; } .h-0 { height: 0px; } .h-16 { height: 4rem; } .h-full { height: 100%; } .h-\[86\%\] { height: 86%; } .h-8 { height: 2rem; } .h-\[90\%\] { height: 90%; } .h-\[44px\] { height: 44px; } .h-3 { height: 0.75rem; } .h-\[692px\] { height: 692px; } .h-12 { height: 3rem; } .max-h-48 { max-height: 12rem; } .max-h-\[592px\] { max-height: 592px; } .max-h-96 { max-height: 24rem; } .max-h-32 { max-height: 8rem; } .min-h-full { min-height: 100%; } .w-full { width: 100%; } .w-96 { width: 24rem; } .w-6 { width: 1.5rem; } .w-5 { width: 1.25rem; } .w-4 { width: 1rem; } .w-max { width: -webkit-max-content; width: -moz-max-content; width: max-content; } .w-16 { width: 4rem; } .w-1\/3 { width: 33.333333%; } .w-2\/3 { width: 66.666667%; } .w-8 { width: 2rem; } .w-3 { width: 0.75rem; } .w-12 { width: 3rem; } .w-32 { width: 8rem; } .max-w-\[45px\] { max-width: 45px; } .flex-auto { flex: 1 1 auto; } .flex-shrink-0 { flex-shrink: 0; } .flex-grow { flex-grow: 1; } .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)); } @-webkit-keyframes pulse { 50% { opacity: .5; } } @keyframes pulse { 50% { opacity: .5; } } .animate-pulse { -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; } @-webkit-keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } } @keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } } .animate-ping { -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; } .cursor-pointer { cursor: pointer; } .list-none { list-style-type: none; } .appearance-none { -webkit-appearance: none; -moz-appearance: none; appearance: none; } .grid-flow-row { grid-auto-flow: row; } .grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); } .grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); } .flex-row { flex-direction: row; } .flex-wrap { flex-wrap: wrap; } .items-end { align-items: flex-end; } .items-center { align-items: center; } .justify-start { justify-content: flex-start; } .justify-center { justify-content: center; } .justify-between { justify-content: space-between; } .justify-items-center { justify-items: center; } .gap-1 { gap: 0.25rem; } .gap-2 { gap: 0.5rem; } .gap-x-2 { -moz-column-gap: 0.5rem; column-gap: 0.5rem; } .gap-x-0\.5 { -moz-column-gap: 0.125rem; column-gap: 0.125rem; } .gap-x-0 { -moz-column-gap: 0px; column-gap: 0px; } .gap-x-4 { -moz-column-gap: 1rem; column-gap: 1rem; } .space-x-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.75rem * var(--tw-space-x-reverse)); margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); } .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))); } .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)); } .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)); } .overflow-auto { overflow: auto; } .overflow-hidden { overflow: hidden; } .overflow-y-auto { overflow-y: auto; } .overflow-ellipsis { text-overflow: ellipsis; } .whitespace-nowrap { white-space: nowrap; } .rounded-3xl { border-radius: 1.5rem; } .rounded-md { border-radius: 0.375rem; } .rounded-full { border-radius: 9999px; } .rounded-t-none { border-top-left-radius: 0px; border-top-right-radius: 0px; } .border { border-width: 1px; } .border-b-\[1px\] { border-bottom-width: 1px; } .border-dashed { border-style: dashed; } .border-input-border { --tw-border-opacity: 1; border-color: rgb(64 70 86 / var(--tw-border-opacity)); } .border-main-secondary { --tw-border-opacity: 1; border-color: rgb(130 134 139 / var(--tw-border-opacity)); } .border-transparent { border-color: transparent; } .border-gray-300 { --tw-border-opacity: 1; border-color: rgb(209 213 219 / var(--tw-border-opacity)); } .border-opacity-25 { --tw-border-opacity: 0.25; } .bg-main-900 { --tw-bg-opacity: 1; background-color: rgb(22 29 49 / var(--tw-bg-opacity)); } .bg-main-800 { --tw-bg-opacity: 1; background-color: rgb(40 48 70 / var(--tw-bg-opacity)); } .bg-main-700 { --tw-bg-opacity: 1; background-color: rgb(52 61 85 / var(--tw-bg-opacity)); } .bg-main-800\/40 { background-color: rgb(40 48 70 / 0.4); } .bg-main-labelbgSecondary { background-color: rgba(130,134,139,.30); } .bg-main-indigo { --tw-bg-opacity: 1; background-color: rgb(102 16 242 / var(--tw-bg-opacity)); } .bg-main-primary { --tw-bg-opacity: 1; background-color: rgb(115 103 240 / var(--tw-bg-opacity)); } .bg-main-800\/80 { background-color: rgb(40 48 70 / 0.8); } .bg-main-900\/60 { background-color: rgb(22 29 49 / 0.6); } .bg-purple-400 { --tw-bg-opacity: 1; background-color: rgb(192 132 252 / var(--tw-bg-opacity)); } .bg-purple-500 { --tw-bg-opacity: 1; background-color: rgb(168 85 247 / var(--tw-bg-opacity)); } .bg-main-danger { --tw-bg-opacity: 1; background-color: rgb(234 84 85 / var(--tw-bg-opacity)); } .bg-orange-400 { --tw-bg-opacity: 1; background-color: rgb(251 146 60 / var(--tw-bg-opacity)); } .bg-orange-500 { --tw-bg-opacity: 1; background-color: rgb(249 115 22 / var(--tw-bg-opacity)); } .bg-main-labelbgPrimary { background-color: rgba(115,103,240,.12); } .bg-black { --tw-bg-opacity: 1; background-color: rgb(0 0 0 / var(--tw-bg-opacity)); } .bg-main-800\/60 { background-color: rgb(40 48 70 / 0.6); } .bg-red-100 { --tw-bg-opacity: 1; background-color: rgb(254 226 226 / var(--tw-bg-opacity)); } .bg-white { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } .bg-main-700\/40 { background-color: rgb(52 61 85 / 0.4); } .bg-main-labelbgSuccess { background-color: rgba(40,199,111,.12); } .bg-main-labelbgInfo { background-color: rgba(0,207,232,.12); } .bg-opacity-10 { --tw-bg-opacity: 0.1; } .bg-opacity-75 { --tw-bg-opacity: 0.75; } .bg-opacity-40 { --tw-bg-opacity: 0.4; } .bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); } .bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-stops)); } .from-\[\#7367F0\] { --tw-gradient-from: #7367F0; --tw-gradient-to: rgb(115 103 240 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-main-900 { --tw-gradient-from: #161D31; --tw-gradient-to: rgb(22 29 49 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .to-\[\#5f58c3\] { --tw-gradient-to: #5f58c3; } .to-\[\#8e84fc\] { --tw-gradient-to: #8e84fc; } .bg-clip-text { -webkit-background-clip: text; background-clip: text; } .p-2 { padding: 0.5rem; } .p-1\.5 { padding: 0.375rem; } .p-1 { padding: 0.25rem; } .p-0\.5 { padding: 0.125rem; } .p-0 { padding: 0px; } .p-4 { padding: 1rem; } .p-3 { padding: 0.75rem; } .px-1 { padding-left: 0.25rem; padding-right: 0.25rem; } .py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; } .py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; } .px-3 { padding-left: 0.75rem; padding-right: 0.75rem; } .py-0 { padding-top: 0px; padding-bottom: 0px; } .px-2 { padding-left: 0.5rem; padding-right: 0.5rem; } .py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; } .px-4 { padding-left: 1rem; padding-right: 1rem; } .py-8 { padding-top: 2rem; padding-bottom: 2rem; } .py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; } .px-5 { padding-left: 1.25rem; padding-right: 1.25rem; } .pl-10 { padding-left: 2.5rem; } .pt-4 { padding-top: 1rem; } .pb-2 { padding-bottom: 0.5rem; } .pt-16 { padding-top: 4rem; } .pt-3 { padding-top: 0.75rem; } .pl-4 { padding-left: 1rem; } .pt-0 { padding-top: 0px; } .text-left { text-align: left; } .text-center { text-align: center; } .align-middle { vertical-align: middle; } .font-montserrat { font-family: Montserrat, ui-sans-serif, system-ui; } .text-xl { font-size: 1.25rem; line-height: 1.75rem; } .text-base { font-size: 1rem; line-height: 1.5rem; } .text-sm { font-size: 0.875rem; line-height: 1.25rem; } .text-xs { font-size: 0.75rem; line-height: 1rem; } .text-2xl { font-size: 1.5rem; line-height: 2rem; } .text-lg { font-size: 1.125rem; line-height: 1.75rem; } .text-3xl { font-size: 1.875rem; line-height: 2.25rem; } .text-6xl { font-size: 3.75rem; line-height: 1; } .font-semibold { font-weight: 600; } .font-bold { font-weight: 700; } .font-extrabold { font-weight: 800; } .font-medium { font-weight: 500; } .uppercase { text-transform: uppercase; } .italic { font-style: italic; } .leading-normal { line-height: 1.5; } .leading-tight { line-height: 1.25; } .leading-6 { line-height: 1.5rem; } .tracking-normal { letter-spacing: 0em; } .tracking-wider { letter-spacing: 0.05em; } .tracking-wide { letter-spacing: 0.025em; } .text-gray-300 { --tw-text-opacity: 1; color: rgb(209 213 219 / var(--tw-text-opacity)); } .text-main-logo { --tw-text-opacity: 1; color: rgb(115 103 240 / var(--tw-text-opacity)); } .text-\[\#D0D2D6\] { --tw-text-opacity: 1; color: rgb(208 210 214 / var(--tw-text-opacity)); } .text-\[\#7367F0\] { --tw-text-opacity: 1; color: rgb(115 103 240 / var(--tw-text-opacity)); } .text-gray-50 { --tw-text-opacity: 1; color: rgb(249 250 251 / var(--tw-text-opacity)); } .text-white { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); } .text-transparent { color: transparent; } .text-main-purple { --tw-text-opacity: 1; color: rgb(115 103 240 / var(--tw-text-opacity)); } .text-main-warning { --tw-text-opacity: 1; color: rgb(255 159 67 / var(--tw-text-opacity)); } .text-main-primary { --tw-text-opacity: 1; color: rgb(115 103 240 / var(--tw-text-opacity)); } .text-main-success { --tw-text-opacity: 1; color: rgb(40 199 111 / var(--tw-text-opacity)); } .text-gray-400 { --tw-text-opacity: 1; color: rgb(156 163 175 / var(--tw-text-opacity)); } .text-gray-100 { --tw-text-opacity: 1; color: rgb(243 244 246 / var(--tw-text-opacity)); } .text-main-orange { --tw-text-opacity: 1; color: rgb(255 159 67 / var(--tw-text-opacity)); } .text-\[\#FDB813\] { --tw-text-opacity: 1; color: rgb(253 184 19 / var(--tw-text-opacity)); } .text-red-600 { --tw-text-opacity: 1; color: rgb(220 38 38 / var(--tw-text-opacity)); } .text-gray-700 { --tw-text-opacity: 1; color: rgb(55 65 81 / var(--tw-text-opacity)); } .text-main-info { --tw-text-opacity: 1; color: rgb(0 207 232 / var(--tw-text-opacity)); } .no-underline { text-decoration-line: none; } .opacity-75 { opacity: 0.75; } .shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .shadow-navbar { --tw-shadow: 0 4px 24px 0 rgb(34 41 47 / 75%); --tw-shadow-colored: 0 4px 24px 0 var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .shadow-menu { --tw-shadow: 0 0 6px 1px rgb(115 103 240 / 60%); --tw-shadow-colored: 0 0 6px 1px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .shadow-lg { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .shadow-xl { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 10px 10px -5px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .shadow-sm { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .shadow-none { --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .outline-none { outline: 2px solid transparent; outline-offset: 2px; } .transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } .transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } .transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } .duration-150 { transition-duration: 150ms; } .duration-200 { transition-duration: 200ms; } .duration-500 { transition-duration: 500ms; } .duration-300 { transition-duration: 300ms; } .ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .line-clamp-1 { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; } .line-clamp-2 { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .scroll::-webkit-scrollbar { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #7367f0; width: 5px; height: 8px; } .scroll::-webkit-scrollbar-thumb { background-color: #7367f0; } .scroll::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6); background-color: #7367f0; } .last\:mr-0:last-child { margin-right: 0px; } .hover\:translate-x-1:hover { --tw-translate-x: 0.25rem; 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)); } .hover\:bg-\[\#161D31\]:hover { --tw-bg-opacity: 1; background-color: rgb(22 29 49 / var(--tw-bg-opacity)); } .hover\:bg-main-primary:hover { --tw-bg-opacity: 1; background-color: rgb(115 103 240 / var(--tw-bg-opacity)); } .hover\:bg-main-primary\/80:hover { background-color: rgb(115 103 240 / 0.8); } .hover\:bg-gray-100:hover { --tw-bg-opacity: 1; background-color: rgb(243 244 246 / var(--tw-bg-opacity)); } .hover\:text-main-orange:hover { --tw-text-opacity: 1; color: rgb(255 159 67 / var(--tw-text-opacity)); } .hover\:text-main-primary:hover { --tw-text-opacity: 1; color: rgb(115 103 240 / var(--tw-text-opacity)); } .hover\:text-main-warning:hover { --tw-text-opacity: 1; color: rgb(255 159 67 / var(--tw-text-opacity)); } .hover\:shadow-menu:hover { --tw-shadow: 0 0 6px 1px rgb(115 103 240 / 60%); --tw-shadow-colored: 0 0 6px 1px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .hover\:shadow-primary:hover { --tw-shadow: 0 0 10px #7367f0; --tw-shadow-colored: 0 0 10px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .focus\:border-input-focus:focus { --tw-border-opacity: 1; border-color: rgb(115 103 240 / var(--tw-border-opacity)); } .focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; } .focus\:ring-2:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); } .focus\:ring-red-500:focus { --tw-ring-opacity: 1; --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity)); } .focus\:ring-indigo-500:focus { --tw-ring-opacity: 1; --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity)); } .focus\:ring-offset-2:focus { --tw-ring-offset-width: 2px; } .group:hover .group-hover\:block { display: block; } .group:hover .group-hover\:scale-110 { --tw-scale-x: 1.1; --tw-scale-y: 1.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)); } .group:hover .group-hover\:bg-opacity-60 { --tw-bg-opacity: 0.6; } .group:hover .group-hover\:text-main-warning { --tw-text-opacity: 1; color: rgb(255 159 67 / var(--tw-text-opacity)); } .group:hover .group-hover\:opacity-60 { opacity: 0.6; } @media (min-width: 640px) { .sm\:my-8 { margin-top: 2rem; margin-bottom: 2rem; } .sm\:mx-0 { margin-left: 0px; margin-right: 0px; } .sm\:mt-0 { margin-top: 0px; } .sm\:ml-4 { margin-left: 1rem; } .sm\:ml-3 { margin-left: 0.75rem; } .sm\:flex { display: flex; } .sm\:h-10 { height: 2.5rem; } .sm\:w-full { width: 100%; } .sm\:w-10 { width: 2.5rem; } .sm\:w-auto { width: auto; } .sm\:max-w-lg { max-width: 32rem; } .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .sm\:flex-row-reverse { flex-direction: row-reverse; } .sm\:items-start { align-items: flex-start; } .sm\:items-center { align-items: center; } .sm\:p-0 { padding: 0px; } .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; } .sm\:text-left { text-align: left; } .sm\:text-sm { font-size: 0.875rem; line-height: 1.25rem; } } @media (min-width: 768px) { .md\:col-span-2 { grid-column: span 2 / span 2; } .md\:row-span-2 { grid-row: span 2 / span 2; } .md\:ml-0 { margin-left: 0px; } .md\:mt-0 { margin-top: 0px; } .md\:flex { display: flex; } .md\:grid { display: grid; } .md\:max-h-full { max-height: 100%; } .md\:w-1\/3 { width: 33.333333%; } .md\:w-2\/3 { width: 66.666667%; } .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .md\:gap-2 { gap: 0.5rem; } .md\:px-0 { padding-left: 0px; padding-right: 0px; } .md\:px-3 { padding-left: 0.75rem; padding-right: 0.75rem; } .md\:pl-2 { padding-left: 0.5rem; } .md\:text-2xl { font-size: 1.5rem; line-height: 2rem; } .md\:text-base { font-size: 1rem; line-height: 1.5rem; } } @media (min-width: 1024px) { .lg\:absolute { position: absolute; } .lg\:col-span-2 { grid-column: span 2 / span 2; } .lg\:block { display: block; } .lg\:flex { display: flex; } .lg\:table-cell { display: table-cell; } .lg\:w-3\/4 { width: 75%; } .lg\:w-1\/4 { width: 25%; } .lg\:w-3\/5 { width: 60%; } .lg\:w-1\/5 { width: 20%; } .lg\:w-1\/3 { width: 33.333333%; } .lg\:w-2\/3 { width: 66.666667%; } .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .lg\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); } .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .lg\:p-0 { padding: 0px; } .lg\:px-0 { padding-left: 0px; padding-right: 0px; } .lg\:pr-4 { padding-right: 1rem; } } @media (min-width: 1280px) { .xl\:absolute { position: absolute; } .xl\:relative { position: relative; } .xl\:col-span-3 { grid-column: span 3 / span 3; } .xl\:mt-5 { margin-top: 1.25rem; } .xl\:block { display: block; } .xl\:flex { display: flex; } .xl\:hidden { display: none; } .xl\:w-max { width: -webkit-max-content; width: -moz-max-content; width: max-content; } .xl\:w-1\/6 { width: 16.666667%; } .xl\:w-5\/6 { width: 83.333333%; } .xl\:w-1\/4 { width: 25%; } .xl\:w-3\/4 { width: 75%; } .xl\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } .xl\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .xl\:justify-between { justify-content: space-between; } .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(1rem * var(--tw-space-x-reverse)); margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); } .xl\:rounded-t { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } .xl\:bg-main-800 { --tw-bg-opacity: 1; background-color: rgb(40 48 70 / var(--tw-bg-opacity)); } .xl\:bg-main-700 { --tw-bg-opacity: 1; background-color: rgb(52 61 85 / var(--tw-bg-opacity)); } .xl\:bg-main-700\/40 { background-color: rgb(52 61 85 / 0.4); } .xl\:bg-main-700\/80 { background-color: rgb(52 61 85 / 0.8); } .xl\:bg-main-800\/80 { background-color: rgb(40 48 70 / 0.8); } .xl\:px-7 { padding-left: 1.75rem; padding-right: 1.75rem; } .xl\:px-2 { padding-left: 0.5rem; padding-right: 0.5rem; } .xl\:py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; } .xl\:px-4 { padding-left: 1rem; padding-right: 1rem; } .xl\:shadow { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } } @media (min-width: 1536px) { .\32xl\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); } .\32xl\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); } }