/*
! tailwindcss v3.3.2 | 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.
*/

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: asdolFont, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* 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;
}

/* 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: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.collapse {
    visibility: collapse;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.-left-48 {
    left: -192px;
}

.-top-16 {
    top: -64px;
}

.-top-2 {
    top: -8px;
}

.bottom-0 {
    bottom: 0px;
}

.left-0 {
    left: 0px;
}

.left-1\/2 {
    left: 50%;
}

.left-20 {
    left: 80px;
}

.left-3 {
    left: 12px;
}

.left-48 {
    left: 192px;
}

.left-60 {
    left: 240px;
}

.left-8 {
    left: 32px;
}

.left-9 {
    left: 36px;
}

.left-\[184px\] {
    left: 184px;
}

.right-0 {
    right: 0px;
}

.right-2 {
    right: 8px;
}

.right-\[88px\] {
    right: 88px;
}

.top-0 {
    top: 0px;
}

.top-1 {
    top: 4px;
}

.top-1\/2 {
    top: 50%;
}

.top-2 {
    top: 8px;
}

.top-3 {
    top: 12px;
}

.top-40 {
    top: 160px;
}

.top-6 {
    top: 24px;
}

.top-\[184px\] {
    top: 184px;
}

.top-full {
    top: 100%;
}

.-z-10 {
    z-index: -10;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}

.z-40 {
    z-index: 40;
}

.z-\[2\] {
    z-index: 2;
}

.z-\[3\] {
    z-index: 3;
}

.z-\[4\] {
    z-index: 4;
}

.mx-2 {
    margin-left: 8px;
    margin-right: 8px;
}

.mx-4 {
    margin-left: 16px;
    margin-right: 16px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-2 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.my-4 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.-ml-\[234px\] {
    margin-left: -234px;
}

.-mt-1 {
    margin-top: -4px;
}

.-mt-1\.5 {
    margin-top: -6px;
}

.-mt-3 {
    margin-top: -12px;
}

.-mt-8 {
    margin-top: -32px;
}

.-mt-\[120px\] {
    margin-top: -120px;
}

.-mt-\[1px\] {
    margin-top: -1px;
}

.mb-1 {
    margin-bottom: 4px;
}

.mb-10 {
    margin-bottom: 40px;
}

.mb-11 {
    margin-bottom: 44px;
}

.mb-2 {
    margin-bottom: 8px;
}

.mb-4 {
    margin-bottom: 16px;
}

.mb-5 {
    margin-bottom: 20px;
}

.mb-6 {
    margin-bottom: 24px;
}

.mb-8 {
    margin-bottom: 32px;
}

.mb-\[100px\] {
    margin-bottom: 100px;
}

.ml-1 {
    margin-left: 4px;
}

.ml-10 {
    margin-left: 40px;
}

.ml-12 {
    margin-left: 48px;
}

.ml-23 {
    margin-left: 92px;
}


.ml-2 {
    margin-left: 8px;
}

.ml-3 {
    margin-left: 12px;
}

.ml-4 {
    margin-left: 16px;
}

.ml-6 {
    margin-left: 24px;
}

.mr-1 {
    margin-right: 4px;
}

.mr-10 {
    margin-right: 40px;
}

.mr-2 {
    margin-right: 8px;
}

.mr-4 {
    margin-right: 16px;
}

.mr-6 {
    margin-right: 24px;
}

.mr-8 {
    margin-right: 32px;
}

.mt-10 {
    margin-top: 40px;
}

.mt-2 {
    margin-top: 8px;
}

.mt-40 {
    margin-top: 160px;
}

.mt-5 {
    margin-top: 20px;
}

.mt-6 {
    margin-top: 24px;
}

.mt-8 {
    margin-top: 32px;
}

.mt-9 {
    margin-top: 36px;
}

.mt-\[1px\] {
    margin-top: 1px;
}

.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;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

.h-0 {
    height: 0px;
}

.h-10 {
    height: 40px;
}

.h-11 {
    height: 44px;
}

.h-12 {
    height: 48px;
}

.h-14 {
    height: 56px;
}

.h-16 {
    height: 64px;
}

.h-17 {
    height: 68px;
}

.h-2 {
    height: 8px;
}

.h-20 {
    height: 80px;
}

.h-24 {
    height: 96px;
}

.h-28 {
    height: 112px;
}

.h-3 {
    height: 12px;
}

.h-32 {
    height: 128px;
}

.h-36 {
    height: 144px;
}

.h-4 {
    height: 16px;
}

.h-40 {
    height: 160px;
}

.h-44 {
    height: 176px;
}

.h-48 {
    height: 192px;
}

.h-5 {
    height: 20px;
}

.h-52 {
    height: 208px;
}

.h-56 {
    height: 224px;
}

.h-6 {
    height: 24px;
}

.h-60 {
    height: 240px;
}

.h-64 {
    height: 256px;
}

.h-7 {
    height: 28px;
}

.h-72 {
    height: 288px;
}

.h-8 {
    height: 32px;
}

.h-80 {
    height: 320px;
}

.h-9 {
    height: 36px;
}

.h-\[100px\] {
    height: 100px;
}

.h-\[156px\] {
    height: 156px;
}

.h-\[1px\] {
    height: 1px;
}

.h-\[200px\] {
    height: 200px;
}

.h-\[257px\] {
    height: 257px;
}

.h-\[272px\] {
    height: 272px;
}

.h-\[300px\] {
    height: 300px;
}

.h-\[336px\] {
    height: 336px;
}

.h-\[412px\] {
    height: 412px;
}

.h-\[422px\] {
    height: 422px;
}

.h-\[464px\] {
    height: 464px;
}

.h-\[468px\] {
    height: 468px;
}

.h-\[470px\] {
    height: 470px;
}

.h-\[476px\] {
    height: 476px;
}

.h-\[560px\] {
    height: 560px;
}

.h-\[58px\] {
    height: 58px;
}

.h-\[700px\] {
    height: 700px;
}

.h-\[716px\] {
    height: 716px;
}

.h-\[72px\] {
    height: 72px;
}

.h-\[82px\] {
    height: 82px;
}

.h-\[90px\] {
    height: 90px;
}

.h-auto {
    height: auto;
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.min-h-\[208px\] {
    min-height: 208px;
}

.min-h-\[24px\] {
    min-height: 24px;
}

.min-h-\[588px\] {
    min-height: 588px;
}

.min-h-\[64px\] {
    min-height: 64px;
}

.min-h-\[80px\] {
    min-height: 80px;
}

.min-h-\[814px\] {
    min-height: 814px;
}

.min-h-\[850px\] {
    min-height: 850px;
}

.min-h-full {
    min-height: 100%;
}

.min-h-screen {
    min-height: 100vh;
}

.\!w-\[120px\] {
    width: 120px !important;
}

.w-0 {
    width: 0px;
}

.w-10 {
    width: 40px;
}

.w-12 {
    width: 48px;
}

.w-14 {
    width: 56px;
}

.w-16 {
    width: 64px;
}

.w-2 {
    width: 8px;
}

.w-20 {
    width: 80px;
}

.w-21 {
    width: 84px;
}

.w-22 {
    width: 88px;
}

.w-23 {
    width: 92px;
}

.w-24 {
    width: 96px;
}

.w-25 {
    width: 100px;
}

.w-28 {
    width: 112px;
}

.w-3 {
    width: 12px;
}

.w-32 {
    width: 128px;
}

.w-36 {
    width: 144px;
}

.w-4 {
    width: 16px;
}

.w-40 {
    width: 160px;
}

.w-44 {
    width: 176px;
}

.w-48 {
    width: 192px;
}

.w-5 {
    width: 20px;
}

.w-52 {
    width: 208px;
}

.w-56 {
    width: 224px;
}

.w-6 {
    width: 24px;
}

.w-60 {
    width: 240px;
}

.w-64 {
    width: 256px;
}

.w-7 {
    width: 28px;
}

.w-72 {
    width: 288px;
}

.w-8 {
    width: 32px;
}

.w-80 {
    width: 320px;
}

.w-96 {
    width: 384px;
}

.w-\[1008px\] {
    width: 1008px;
}

.w-\[100px\] {
    width: 100px;
}

.w-\[104px\] {
    width: 104px;
}

.w-\[1072px\] {
    width: 1072px;
}

.w-\[140px\] {
    width: 140px;
}

.w-\[184px\] {
    width: 184px;
}

.w-\[1px\] {
    width: 1px;
}

.w-\[300px\] {
    width: 300px;
}

.w-\[326px\] {
    width: 326px;
}

.w-\[352px\] {
    width: 352px;
}

.w-\[400px\] {
    width: 400px;
}

.w-\[428px\] {
    width: 428px;
}

.w-\[434px\] {
    width: 434px;
}

.w-\[448px\] {
    width: 448px;
}

.w-\[464px\] {
    width: 464px;
}

.w-\[468px\] {
    width: 468px;
}

.w-\[504px\] {
    width: 504px;
}

.w-\[544px\] {
    width: 544px;
}

.w-\[576px\] {
    width: 576px;
}

.w-\[592px\] {
    width: 592px;
}

.w-\[648px\] {
    width: 648px;
}

.w-\[680px\] {
    width: 680px;
}

.w-\[688px\] {
    width: 688px;
}

.w-\[68px\] {
    width: 68px;
}

.w-\[72px\] {
    width: 72px;
}

.w-\[768px\] {
    width: 768px;
}

.w-\[88px\] {
    width: 88px;
}

.w-\[944px\] {
    width: 944px;
}

.w-\[976px\] {
    width: 976px;
}

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

.w-screen {
    width: 100vw;
}

.max-w-\[112px\] {
    max-width: 112px;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-auto {
    flex: 1 1 auto;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.flex-grow-0 {
    flex-grow: 0;
}

.-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));
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.animate-\[spin_1\.2s_linear_infinite\] {
    animation: spin 1.2s linear infinite;
}

@keyframes popup {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.animate-popup {
    animation: popup .3s linear 1;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.animate-spin {
    animation: spin 1s linear infinite;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-wait {
    cursor: wait;
}

.resize {
    resize: both;
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.flex-col {
    flex-direction: column;
}

.flex-col-reverse {
    flex-direction: column-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.text-ellipsis {
    text-overflow: ellipsis;
}

.whitespace-normal {
    white-space: normal;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.break-words {
    overflow-wrap: break-word;
}

.break-all {
    word-break: break-all;
}

.rounded {
    border-radius: 4px;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 8px;
}

.rounded-l {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.rounded-l-2xl {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.rounded-l-\[4px\] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.rounded-r {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.rounded-r-\[4px\] {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-\[1px\] {
    border-width: 1px;
}

.border-x-2 {
    border-left-width: 2px;
    border-right-width: 2px;
}

.border-x-\[1px\] {
    border-left-width: 1px;
    border-right-width: 1px;
}

.border-y-\[1px\] {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.\!border-r-0 {
    border-right-width: 0px !important;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-b-\[1px\] {
    border-bottom-width: 1px;
}

.border-l {
    border-left-width: 1px;
}

.border-l-4 {
    border-left-width: 4px;
}

.border-r {
    border-right-width: 1px;
}

.border-r-2 {
    border-right-width: 2px;
}

.border-r-\[1px\] {
    border-right-width: 1px;
}

.border-t {
    border-top-width: 1px;
}

.border-t-2 {
    border-top-width: 2px;
}

.border-t-\[1px\] {
    border-top-width: 1px;
}

.border-solid {
    border-style: solid;
}

.border-dashed {
    border-style: dashed;
}

.border-dotted {
    border-style: dotted;
}

.border-none {
    border-style: none;
}

.border-\[\#999\] {
    --tw-border-opacity: 1;
    border-color: rgb(153 153 153 / var(--tw-border-opacity));
}

.border-\[\#D9D9D9\] {
    --tw-border-opacity: 1;
    border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-\[\#E6E6E6\] {
    --tw-border-opacity: 1;
    border-color: rgb(230 230 230 / var(--tw-border-opacity));
}

.border-\[\#F2F2F2\] {
    --tw-border-opacity: 1;
    border-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.border-\[\#d9d9d9\] {
    --tw-border-opacity: 1;
    border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.border-x-gray-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(243 244 246 / var(--tw-border-opacity));
    border-right-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-r-gray-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-r-gray-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.bg-\[\#333\] {
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.bg-\[\#666\] {
    --tw-bg-opacity: 1;
    background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}

.bg-\[\#999\] {
    --tw-bg-opacity: 1;
    background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}

.bg-\[\#E6E6E6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(230 230 230 / var(--tw-bg-opacity));
}

.bg-\[\#FFF4F2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 244 242 / var(--tw-bg-opacity));
}

.bg-\[\#d9d9d9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.bg-\[\#e5e5e5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.bg-\[\#f7f7f7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/30 {
    background-color: rgb(0 0 0 / 0.3);
}

.bg-transparent {
    background-color: transparent;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-20 {
    --tw-bg-opacity: 0.2;
}

.bg-opacity-40 {
    --tw-bg-opacity: 0.4;
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.p-1 {
    padding: 4px;
}

.p-2 {
    padding: 8px;
}

.p-3 {
    padding: 12px;
}

.p-4 {
    padding: 16px;
}

.p-\[2px\] {
    padding: 2px;
}

.px-1 {
    padding-left: 4px;
    padding-right: 4px;
}

.px-9 {
    padding-left: 36px;
    padding-right: 36px;
}

.px-10 {
    padding-left: 40px;
    padding-right: 40px;
}

.px-2 {
    padding-left: 8px;
    padding-right: 8px;
}

.px-24 {
    padding-left: 96px;
    padding-right: 96px;
}

.px-4 {
    padding-left: 16px;
    padding-right: 16px;
}

.px-5 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-6 {
    padding-left: 24px;
    padding-right: 24px;
}

.px-\[14px\] {
    padding-left: 14px;
    padding-right: 14px;
}

.py-2 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.py-4 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.py-6 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.py-8 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-\[2px\] {
    padding-top: 2px;
    padding-bottom: 2px;
}

.pb-16 {
    padding-bottom: 64px;
}

.pb-6 {
    padding-bottom: 24px;
}

.pb-8 {
    padding-bottom: 32px;
}

.pl-2 {
    padding-left: 8px;
}

.pl-32 {
    padding-left: 128px;
}

.pl-4 {
    padding-left: 16px;
}

.pl-6 {
    padding-left: 24px;
}

.pr-4 {
    padding-right: 16px;
}

.pt-2 {
    padding-top: 8px;
}

.pt-4 {
    padding-top: 16px;
}

.pt-8 {
    padding-top: 32px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.\!text-right {
    text-align: right !important;
}

.text-right {
    text-align: right;
}

.align-top {
    vertical-align: top;
}

.\!text-sm {
    font-size: 14px !important;
    line-height: normal !important;
}

.\!text-xl {
    font-size: 20px !important;
    line-height: normal !important;
}

.text-2\.5xl {
    font-size: 28px;
    line-height: normal;
}

.text-2xl {
    font-size: 24px;
    line-height: normal;
}

.text-3\.5xl {
    font-size: 32px;
    line-height: normal;
}

.text-4xl {
    font-size: 36px;
    line-height: normal;
}

.text-base {
    font-size: 16px;
    line-height: normal;
}

.text-lg {
    font-size: 18px;
    line-height: normal;
}

.text-sm {
    font-size: 14px;
    line-height: normal;
}

.text-xl {
    font-size: 20px;
    line-height: normal;
}

.text-xs {
    font-size: 12px;
    line-height: normal;
}

.font-bold {
    font-weight: 700;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.\!leading-none {
    line-height: 1 !important;
}

.leading-10 {
    line-height: 40px;
}

.leading-3 {
    line-height: 12px;
}

.leading-4 {
    line-height: 16px;
}

.leading-8 {
    line-height: 32px;
}

.leading-\[18px\] {
    line-height: 18px;
}

.leading-\[44px\] {
    line-height: 44px;
}

.leading-\[48px\] {
    line-height: 48px;
}

.leading-loose {
    line-height: 2;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
    text-decoration-line: underline;
}

.\!opacity-100 {
    opacity: 1 !important;
}

.opacity-0 {
    opacity: 0;
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -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-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -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);
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-\[1px\] {
    --tw-blur: blur(1px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -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 {
    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;
}

.container-width {
    width: 1200px;
}

.container-min-width {
    min-width: 1200px;
}

.custom-text-neutral-lv1 {
    --tw-text-opacity: 1px;
    color: #333333;
}

.custom-text-neutral-lv2 {
    --tw-text-opacity: 1px;
    color: #666666;
}

.custom-text-neutral-lv3 {
    --tw-text-opacity: 1px;
    color: #999999;
}

.custom-text-red-primary {
    --tw-text-opacity: 1px;
    color: #FF7B48;
}

.custom-border-t-1px {
    border-top-width: 1px;
}

.custom-border-b-1px {
    border-bottom-width: 1px;
}

.custom-border-l-1px {
    border-left-width: 1px;
}

.custom-bg-gray {
    background-color: #f2f2f2;
}

.custom-bg-lighter-gray {
    background-color: #F7F7F7;
}

.custom-bg-primary {
    background-color: #FF7B48;
}

.custom-bg-light-primary {
    background-color: #FFF4F2;
}

.\!custom-color-primary {
    color: #FF7B48 !important;
}

.custom-color-primary {
    color: #FF7B48;
}

.custom-border-primary {
    border: 1px solid #FF7B48;
}

.custom-button-border-gray {
    border: 1px solid #e6e6e6;
}

.custom-button-border-light-gray {
    border: 1px solid #f2f2f2;
}

.custom-button-border-primary {
    border: 1px solid #FF7B48;
}

.custom-border-white {
    border: 1px solid #fff;
}

.custom-button-border-black {
    border: 1px solid #333;
}

.custom-border-color-primary {
    border-color: #FF7B48;
}

.custom-border-color-gray {
    border-color: #f2f2f2;
}

.custom-button-primary-gradient {
    background: linear-gradient(to right, #FF7B48, #F73C22);
}

.custom-text-10px {
    font-size: 0.75rem;
    transform: scale(0.83);
    line-height: normal;
}

.custom-color-red {
    color: #F73C22;
}

.custom-bg-center-contain {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.custom-bg-buy-flow-1-active {
    background-image: url('/imgsNew/category_stepone.png');
}

.custom-bg-buy-flow-2-active {
    background-image: url('/imgsNew/category_steptwo_effect.png');
}

.custom-bg-buy-flow-2-inactive {
    background-image: url('/imgsNew/category_steptwo.png');
}

.custom-bg-buy-flow-3-inactive {
    background-image: url('/imgsNew/category_stepthree.png');
}

.custom-text-blue {
    color: #246CF2;
}

.custom-overflow-y-auto {
    overflow-y: auto;
}

.custom-box-shadow {
    box-shadow: 0px 16px 24px rgba(223, 228, 237, 0.6);;
}

.placeholder\:custom-text-neutral-lv3::-moz-placeholder {
    --tw-text-opacity: 1px;
    color: #999999;
}

.placeholder\:custom-text-neutral-lv3::placeholder {
    --tw-text-opacity: 1px;
    color: #999999;
}

.before\:invisible::before {
    content: var(--tw-content);
    visibility: hidden;
}

.before\:-mt-\[2px\]::before {
    content: var(--tw-content);
    margin-top: -2px;
}

.before\:inline-block::before {
    content: var(--tw-content);
    display: inline-block;
}

.before\:h-\[6px\]::before {
    content: var(--tw-content);
    height: 6px;
}

.before\:w-3::before {
    content: var(--tw-content);
    width: 12px;
}

.before\:-rotate-45::before {
    content: var(--tw-content);
    --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));
}

.before\:border-b-2::before {
    content: var(--tw-content);
    border-bottom-width: 2px;
}

.before\:border-l-2::before {
    content: var(--tw-content);
    border-left-width: 2px;
}

.before\:border-white::before {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.before\:text-lg::before {
    content: var(--tw-content);
    font-size: 18px;
    line-height: normal;
}

.before\:text-xl::before {
    content: var(--tw-content);
    font-size: 20px;
    line-height: normal;
}

.before\:font-medium::before {
    content: var(--tw-content);
    font-weight: 500;
}

.before\:font-normal::before {
    content: var(--tw-content);
    font-weight: 400;
}

.before\:content-\[\'\FFE5\'\]::before {
    --tw-content: '￥';
    content: var(--tw-content);
}

.before\:custom-color-primary::before {
    content: var(--tw-content);
    color: #FF7B48;
}

.after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
}

.after\:bottom-0::after {
    content: var(--tw-content);
    bottom: 0px;
}

.after\:left-\[74px\]::after {
    content: var(--tw-content);
    left: 74px;
}

.after\:left-\[118px\]::after {
    content: var(--tw-content);
    left: 118px;
}

.after\:top-2::after {
    content: var(--tw-content);
    top: 8px;
}

.after\:w-\[2px\]::after {
    content: var(--tw-content);
    width: 2px;
}

.after\:bg-\[\#efefef\]::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}

.after\:text-sm::after {
    content: var(--tw-content);
    font-size: 14px;
    line-height: normal;
}

.after\:font-normal::after {
    content: var(--tw-content);
    font-weight: 400;
}

.after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content);
}

.after\:content-\[\'\8D77\'\]::after {
    --tw-content: '起';
    content: var(--tw-content);
}

.first\:rounded-tl-2xl:first-child {
    border-top-left-radius: 16px;
}

.first\:\!pb-0:first-child {
    padding-bottom: 0px !important;
}

.last\:rounded-bl-2xl:last-child {
    border-bottom-left-radius: 16px;
}

.last\:border-r-0:last-child {
    border-right-width: 0px;
}

.last\:border-solid:last-child {
    border-style: solid;
}

.last\:\!pb-0:last-child {
    padding-bottom: 0px !important;
}

.last\:custom-border-b-1px:last-child {
    border-bottom-width: 1px;
}

.last\:custom-border-color-gray:last-child {
    border-color: #f2f2f2;
}

.odd\:bg-white:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.even\:custom-bg-lighter-gray:nth-child(even) {
    background-color: #F7F7F7;
}

.hover\:-translate-x-1:hover {
    --tw-translate-x: -4px;
    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\:translate-x-1:hover {
    --tw-translate-x: 4px;
    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\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -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);
}

.hover\:custom-color-primary:hover {
    color: #FF7B48;
}

.hover\:custom-border-primary:hover {
    border: 1px solid #FF7B48;
}

.group:hover .group-hover\:inline-block {
    display: inline-block;
}

.group\/\31:hover .group-hover\/1\:flex {
    display: flex;
}

.group\/\32:hover .group-hover\/2\:flex {
    display: flex;
}

.group\/app:hover .group-hover\/app\:flex {
    display: flex;
}

.group:hover .group-hover\:flex {
    display: flex;
}

.group:hover .group-hover\:hidden {
    display: none;
}

.group:hover .group-hover\:border-b-2 {
    border-bottom-width: 2px;
}

.group:hover .group-hover\:border-solid {
    border-style: solid;
}

.group\/item:hover .group-hover\/item\:custom-color-primary {
    color: #FF7B48;
}

.group:hover .group-hover\:custom-color-primary {
    color: #FF7B48;
}

.group:hover .group-hover\:custom-border-color-primary {
    border-color: #FF7B48;
}

.peer:checked ~ .peer-checked\:border-4 {
    border-width: 4px;
}

.peer:checked ~ .peer-checked\:border-solid {
    border-style: solid;
}

.peer:checked ~ .peer-checked\:border-\[\#f73c22\] {
    --tw-border-opacity: 1;
    border-color: rgb(247 60 34 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:custom-bg-primary {
    background-color: #FF7B48;
}

.peer:checked ~ .peer-checked\:custom-border-color-primary {
    border-color: #FF7B48;
}

.peer:checked ~ .peer-checked\:before\:visible::before {
    content: var(--tw-content);
    visibility: visible;
}

.peer:disabled ~ .peer-disabled\:hidden {
    display: none;
}

.\[\&\:nth-child\(1\)\]\:ml-0:nth-child(1) {
    margin-left: 0px;
}

.\[\&\:nth-child\(3\)\]\:ml-0:nth-child(3) {
    margin-left: 0px;
}

.\[\&\:nth-child\(4n-3\)\]\:ml-0:nth-child(4n-3) {
    margin-left: 0px;
}

.\[\&\>\*\:last-child\]\:\!border-r-0 > *:last-child {
    border-right-width: 0px !important;
}

.\[\&\>\*\:last-child\]\:border-solid > *:last-child {
    border-style: solid;
}

.\[\&\>\*\:last-child\]\:custom-border-b-1px > *:last-child {
    border-bottom-width: 1px;
}

.\[\&\>\*\:last-child\]\:custom-border-color-gray > *:last-child {
    border-color: #f2f2f2;
}

.\[\&\>\*\:nth-child\(3\)\]\:\!mr-0 > *:nth-child(3) {
    margin-right: 0px !important;
}

.\[\&\>\*\]\:border-b > * {
    border-bottom-width: 1px;
}

.\[\&\>\*\]\:border-r > * {
    border-right-width: 1px;
}

.\[\&\>\*\]\:border-solid > * {
    border-style: solid;
}

.\[\&\>\*\]\:p-4 > * {
    padding: 16px;
}

.\[\&\>\*\]\:text-center > * {
    text-align: center;
}

.\[\&\>\*\]\:\!font-normal > * {
    font-weight: 400 !important;
}

.\[\&\>\*\]\:custom-border-color-gray > * {
    border-color: #f2f2f2;
}