.disabled-click[data-v-074c850d] {
    pointer-events: none;
}

.sparkle[data-v-074c850d] {
    position: absolute;
    top: 1;
    left: 0;
    width: 100%;
    height: 100%;
}

.disable-menu[data-v-074c850d] {
    filter: grayscale(100);
}

.sone[data-v-074c850d] {
    position: absolute;
    top: -135px;
    right: 70px;
    z-index: 1;
    font-size: 14px;
    animation: shine-074c850d 0.5s linear infinite;
}

.stwo[data-v-074c850d] {
    position: absolute;
    top: -100px;
    right: 40px;
    z-index: 1;
    font-size: 14px;
    animation: shine-074c850d 0.5s linear infinite 0.25s;
}

.check[data-v-074c850d] {
    position: absolute;
    top: 5px;
    left: -68px;
    width: 20px;
    -webkit-clip-path: polygon(95% 0, 100% 0, 100% 100%, 95% 100%);
    clip-path: polygon(95% 0, 100% 0, 100% 100%, 95% 100%);
    animation: square-in-top-right-074c850d 1s infinite;
    transition: all 0.5s ease;
}

.confetti[data-v-074c850d] {
    position: absolute;
    top: -15px;
    left: -115px;
    width: 40px;
    -webkit-clip-path: polygon(0 95%, 0 100%, 100% 100%, 95% 100%);
    clip-path: polygon(0 95%, 0 100%, 100% 100%, 95% 100%);
    animation: square-in-bottom-left-074c850d 1s infinite;
    transition: all 0.5s ease;
}

.shake[data-v-074c850d] {
    animation: shake-074c850d 1s ease-in-out infinite;
}

@keyframes square-in-bottom-left-074c850d {
    0% {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
    }

    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

@keyframes shine-074c850d {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes square-in-top-right-074c850d {
    0% {
        -webkit-clip-path: inset(100% 100% 0 0);
        clip-path: inset(100% 100% 0 0);
    }

    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

@keyframes shake-074c850d {
    0% {
        transform: translate(0);
    }

    25% {
        transform: translate(-1px);
    }

    50% {
        transform: translate(1px);
    }

    75% {
        transform: translate(-1px);
    }

    to {
        transform: translate(0);
    }
}

.coupon-text-overflow[data-v-cfe8eb9c] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box-affiliate[data-v-e9713a26] {
    padding: 0.5rem 3rem 0.7rem 1.5rem;
    color: #fff;
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.decal-transaction-mb[data-v-e9713a26] {
    display: none;
}

.box-text[data-v-e9713a26] {
    order: 1;
}

.group-button[data-v-e9713a26] {
    order: 2;
}

@media only screen and (max-width: 1366px) {
    .decal-transaction[data-v-e9713a26] {
        right: 8px !important;
        width: 100px !important;
    }
}

@media only screen and (max-width: 600px) {
    .box-affiliate[data-v-e9713a26] {
        padding: 0.35rem 0.5rem !important;
    }

    .text-number[data-v-e9713a26] {
        font-size: 15px !important;
    }

    .primary-button[data-v-e9713a26] {
        width: 85px !important;
        font-size: 12px !important;
        height: 30px !important;
        margin-left: 2px !important;
    }

    .box-text[data-v-e9713a26] {
        order: 2 !important;
        text-align: right !important;
    }

    .group-button[data-v-e9713a26] {
        order: 1 !important;
    }

    .decal-transaction[data-v-e9713a26] {
        display: none !important;
    }

    .decal-transaction-mb[data-v-e9713a26] {
        display: block !important;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: -1;
    }
}

.text-number[data-v-e9713a26] {
    font-size: 28px;
}

.primary-button[data-v-e9713a26] {
    width: 150px;
    height: 40px;
    font-size: 16px;
}

.decal-transaction[data-v-e9713a26] {
    position: absolute;
    bottom: 14px;
    right: 25px;
    z-index: -1;
    width: 130px;
}

.box-cashback[data-v-84a7fa38] {
    padding: 0.5rem 3rem 0.7rem 1.5rem;
    color: #fff;
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.decal-transaction-mb[data-v-84a7fa38] {
    display: none;
}

.box-text[data-v-84a7fa38] {
    order: 1;
}

.group-button[data-v-84a7fa38] {
    order: 2;
}

@media only screen and (max-width: 1366px) {
    .decal-transaction[data-v-84a7fa38] {
        right: 8px !important;
        width: 100px !important;
    }
}

@media only screen and (max-width: 600px) {
    .box-cashback[data-v-84a7fa38] {
        padding: 0.35rem 0.5rem !important;
    }

    .text-number[data-v-84a7fa38] {
        font-size: 15px !important;
    }

    .primary-button[data-v-84a7fa38] {
        width: 80px !important;
        font-size: 12px !important;
        height: 30px !important;
    }

    .box-text[data-v-84a7fa38] {
        order: 2 !important;
        text-align: right !important;
    }

    .group-button[data-v-84a7fa38] {
        order: 1 !important;
    }

    .decal-transaction[data-v-84a7fa38] {
        display: none !important;
    }

    .decal-transaction-mb[data-v-84a7fa38] {
        display: block !important;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: -1;
    }
}

.text-number[data-v-84a7fa38] {
    font-size: 28px;
}

.primary-button[data-v-84a7fa38] {
    width: 150px;
    height: 40px;
    font-size: 16px;
}

.decal-transaction[data-v-84a7fa38] {
    position: absolute;
    bottom: 0;
    right: 25px;
    z-index: -1;
    width: 108px;
}

.box-deposit-withdraw[data-v-3ececd12] {
    padding: 0.5rem 3rem 0.7rem 1rem;
    color: #fff;
    position: relative;
    z-index: 1;
    height: 100%;
}

.box-deposit-withdraw {
    background-image: linear-gradient(to bottom,
            #4bcbfe,
            #4bcbfeb0,
            #4bfeec7d,
            #4bfefe4d,
            #4bfbfe21,
            #4bfef200);
    color: #000 !important;
    border-radius: 25px;
}

.decal-transaction-mb[data-v-3ececd12] {
    display: none;
}

@media only screen and (max-width: 1366px) {

    .depoist-button-home[data-v-3ececd12],
    .withdraw-button-home[data-v-3ececd12] {
        width: 100px !important;
    }

    .decal-transaction[data-v-3ececd12] {
        right: 8px !important;
        width: 100px !important;
    }
}

@media only screen and (max-width: 600px) {
    .box-deposit-withdraw[data-v-3ececd12] {
        padding: 0.5rem !important;
    }

    .text-number[data-v-3ececd12] {
        font-size: 20px !important;
    }

    .depoist-button-home[data-v-3ececd12],
    .withdraw-button-home[data-v-3ececd12] {
        width: 78px !important;
        font-size: 13px !important;
        height: 35px !important;
    }

    .decal-transaction[data-v-3ececd12] {
        bottom: 35px !important;
        right: 5px !important;
        width: 65px !important;
    }

    .decal-transaction-mb[data-v-3ececd12] {
        display: block !important;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: -1;
    }
}

.text-number[data-v-3ececd12] {
    font-size: 28px;
}

.depoist-button-home[data-v-3ececd12] {
    border-radius: 8px;
    background: linear-gradient(180deg, #64d937 0%, #01821e 100%);
    width: 120px;
    height: 40px;
    font-size: 16px;
}

.withdraw-button-home[data-v-3ececd12] {
    border-radius: 8px;
    background: linear-gradient(180deg, #c10a09 0%, #970f0f 100%);
    width: 120px;
    height: 40px;
    font-size: 16px;
}

.decal-transaction[data-v-3ececd12] {
    position: absolute;
    bottom: 10px;
    right: 25px;
    z-index: -1;
    width: 110px;
}

.bg-container[data-v-6992f963] {
    border-radius: 12px;
    opacity: 0.9;
    height: 100%;
}

@media only screen and (max-width: 1366px) {
    .wrap-slip-withdraw[data-v-2fed1d0d] {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 600px) {
    .wrap-slip-withdraw[data-v-2fed1d0d] {
        margin-top: 5px !important;
    }
}

.wrap-slip-withdraw .box-slip[data-v-2fed1d0d] {
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: rgba(1, 6, 0, 0.5);
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
    color: #fff;
}

.wrap-slip-withdraw .box-slip .b-s-1 h2[data-v-2fed1d0d] {
    font-size: 20px;
}

.wrap-slip-withdraw .box-slip .b-s-1 p[data-v-2fed1d0d] {
    font-size: 16px;
}

.wrap-slip-withdraw .box-slip .b-s-2 h2[data-v-2fed1d0d] {
    font-size: 20px;
}

.wrap-slip-withdraw .box-slip .b-recent-play[data-v-2fed1d0d] {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #1f1f1f;
    box-shadow: 0 1px 6px #00000040 inset;
    padding: 0.4rem 0.2rem;
}

@media only screen and (max-width: 600px) {
    .wrap-slip-withdraw .box-slip[data-v-2fed1d0d] {
        padding: 0.4rem 0.2rem;
    }

    .wrap-slip-withdraw .box-slip .b-s-1 h2[data-v-2fed1d0d] {
        font-size: 14px;
    }

    .wrap-slip-withdraw .box-slip .b-s-1 p[data-v-2fed1d0d] {
        font-size: 12px;
    }

    .wrap-slip-withdraw .box-slip .b-s-2 h2[data-v-2fed1d0d] {
        font-size: 15px;
    }

    .wrap-slip-withdraw .box-slip .b-s-2 p[data-v-2fed1d0d] {
        font-size: 10px;
    }
}

@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;500;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap";

:root {
    --vt-c-white: #ffffff;
    --vt-c-white-soft: #f8f8f8;
    --vt-c-white-mute: #f2f2f2;
    --vt-c-black: #181818;
    --vt-c-black-soft: #222222;
    --vt-c-black-mute: #282828;
    --vt-c-indigo: #2c3e50;
    --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
    --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
    --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
    --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);
    --vt-c-text-light-1: var(--vt-c-indigo);
    --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
    --vt-c-text-dark-1: var(--vt-c-white);
    --vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
}

:root {
    --color-background: var(--vt-c-white);
    --color-background-soft: var(--vt-c-white-soft);
    --color-background-mute: var(--vt-c-white-mute);
    --color-border: var(--vt-c-divider-light-2);
    --color-border-hover: var(--vt-c-divider-light-1);
    --color-heading: var(--vt-c-text-light-1);
    --color-text: var(--vt-c-text-light-1);
    --section-gap: 160px;
}

@media (prefers-color-scheme: dark) {
    :root {
        --color-background: var(--vt-c-black);
        --color-background-soft: var(--vt-c-black-soft);
        --color-background-mute: var(--vt-c-black-mute);
        --color-border: var(--vt-c-divider-dark-2);
        --color-border-hover: var(--vt-c-divider-dark-1);
        --color-heading: var(--vt-c-text-dark-1);
        --color-text: var(--vt-c-text-dark-2);
    }
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    font-weight: 400;
}

*,
:before,
:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

:before,
:after {
    --tw-content: "";
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: 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";
    font-feature-settings: normal;
    font-variation-settings: normal;
}

body {
    margin: 0;
    line-height: inherit;
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        Liberation Mono, Courier New, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

:-moz-focusring {
    outline: auto;
}

:-moz-ui-invalid {
    box-shadow: none;
}

progress {
    vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

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;
}

dialog {
    padding: 0;
}

textarea {
    resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
}

button,
[role="button"] {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle;
}

img,
video {
    max-width: 100%;
    height: auto;
}

[hidden] {
    display: none;
}

*,
*:before,
*:after {
    font-family: inherit;
    box-sizing: border-box;
    font-weight: inherit;
}

*,
: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;
    }
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
}

.inset-x-0 {
    left: 0;
    right: 0;
}

.-bottom-0 {
    bottom: -0px;
}

.-left-3 {
    left: -0.75rem;
}

.-left-6 {
    left: -1.5rem;
}

.-left-7 {
    left: -1.75rem;
}

.-right-2 {
    right: -0.5rem;
}

.-right-4 {
    right: -1rem;
}

.-top-0 {
    top: -0px;
}

.-top-1 {
    top: -0.25rem;
}

.-top-10 {
    top: -2.5rem;
}

.-top-2 {
    top: -0.5rem;
}

.-top-5 {
    top: -1.25rem;
}

.bottom-0 {
    bottom: 0;
}

.bottom-2 {
    bottom: 0.5rem;
}

.bottom-9 {
    bottom: 2.25rem;
}

.left-0 {
    left: 0;
}

.left-1\/2 {
    left: 50%;
}

.left-12 {
    left: 3rem;
}

.right-0 {
    right: 0;
}

.right-1 {
    right: 0.25rem;
}

.right-2 {
    right: 0.5rem;
}

.right-4 {
    right: 1rem;
}

.right-5 {
    right: 1.25rem;
}

.right-\[100px\] {
    right: 100px;
}

.top-0 {
    top: 0;
}

.top-1 {
    top: 0.25rem;
}

.top-11 {
    top: 2.75rem;
}

.top-2 {
    top: 0.5rem;
}

.top-3 {
    top: 0.75rem;
}

.top-8 {
    top: 2rem;
}

.top-\[1\/2\] {
    top: 1/2;
}

.top-\[88px\] {
    top: 88px;
}

.-z-\[1\] {
    z-index: -1;
}

.z-10 {
    z-index: 10;
}

.z-40 {
    z-index: 40;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.-m-2 {
    margin: -0.5rem;
}

.m-1 {
    margin: 0.25rem;
}

.m-2 {
    margin: 0.5rem;
}

.m-4 {
    margin: 1rem;
}

.m-auto {
    margin: auto;
}

.-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-\[2vw\] {
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.-mb-2 {
    margin-bottom: -0.5rem;
}

.-ml-3 {
    margin-left: -0.75rem;
}

.-ml-4 {
    margin-left: -1rem;
}

.-mt-1 {
    margin-top: -0.25rem;
}

.-mt-2 {
    margin-top: -0.5rem;
}

.-mt-3 {
    margin-top: -0.75rem;
}

.-mt-4 {
    margin-top: -1rem;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.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;
}

.ml-1 {
    margin-left: 0.25rem;
}

.ml-10 {
    margin-left: 2.5rem;
}

.ml-16 {
    margin-left: 4rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-20 {
    margin-left: 5rem;
}

.ml-24 {
    margin-left: 6rem;
}

.ml-28 {
    margin-left: 7rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.ml-4 {
    margin-left: 1rem;
}

.ml-40 {
    margin-left: 10rem;
}

.ml-44 {
    margin-left: 11rem;
}

.ml-5 {
    margin-left: 1.25rem;
}

.ml-6 {
    margin-left: 1.5rem;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-24 {
    margin-top: 6rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-\[2\.5rem\] {
    margin-top: 2.5rem;
}

.mt-\[30px\] {
    margin-top: 30px;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}

.h-16 {
    height: 4rem;
}

.h-20 {
    height: 5rem;
}

.h-24 {
    height: 6rem;
}

.h-28 {
    height: 7rem;
}

.h-3 {
    height: 0.75rem;
}

.h-32 {
    height: 8rem;
}

.h-36 {
    height: 9rem;
}

.h-4 {
    height: 1rem;
}

.h-48 {
    height: 12rem;
}

.h-5 {
    height: 1.25rem;
}

.h-56 {
    height: 14rem;
}

.h-6 {
    height: 1.5rem;
}

.h-\[100\%\] {
    height: 100%;
}

.h-\[125px\] {
    height: 125px;
}

.h-\[165px\] {
    height: 165px;
}

.h-\[20px\] {
    height: 20px;
}

.h-\[28px\] {
    height: 28px;
}

.h-\[300px\] {
    height: 300px;
}

.h-\[80px\] {
    height: 80px;
}

.h-\[85\%\] {
    height: 85%;
}

.h-auto {
    height: auto;
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}

.h-full {
    height: 100%;
}

.max-h-\[240px\] {
    max-height: 240px;
}

.max-h-\[92px\] {
    max-height: 92px;
}

.min-h-\[130px\] {
    min-height: 130px;
}

.min-h-\[180px\] {
    min-height: 180px;
}

.min-h-\[500px\] {
    min-height: 500px;
}

.min-h-\[80px\] {
    min-height: 80px;
}

.w-1\/2 {
    width: 50%;
}

.w-1\/3 {
    width: 33.333333%;
}

.w-1\/4 {
    width: 25%;
}

.w-10 {
    width: 2.5rem;
}

.w-12 {
    width: 3rem;
}

.w-14 {
    width: 3.5rem;
}

.w-16 {
    width: 4rem;
}

.w-2\/3 {
    width: 66.666667%;
}

.w-2\/5 {
    width: 40%;
}

.w-20 {
    width: 5rem;
}

.w-24 {
    width: 6rem;
}

.w-28 {
    width: 7rem;
}

.w-3 {
    width: 0.75rem;
}

.w-32 {
    width: 8rem;
}

.w-36 {
    width: 9rem;
}

.w-4 {
    width: 1rem;
}

.w-44 {
    width: 11rem;
}

.w-48 {
    width: 12rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-80 {
    width: 20rem;
}

.w-\[10\%\] {
    width: 10%;
}

.w-\[100\%\] {
    width: 100%;
}

.w-\[100px\] {
    width: 100px;
}

.w-\[110px\] {
    width: 110px;
}

.w-\[125px\] {
    width: 125px;
}

.w-\[145px\] {
    width: 145px;
}

.w-\[15\%\] {
    width: 15%;
}

.w-\[170px\] {
    width: 170px;
}

.w-\[18px\] {
    width: 18px;
}

.w-\[20\%\] {
    width: 20%;
}

.w-\[20px\] {
    width: 20px;
}

.w-\[22px\] {
    width: 22px;
}

.w-\[250px\] {
    width: 250px;
}

.w-\[25px\] {
    width: 25px;
}

.w-\[30\%\] {
    width: 30%;
}

.w-\[30px\] {
    width: 30px;
}

.w-\[33\.3\%\] {
    width: 33.3%;
}

.w-\[35\%\] {
    width: 35%;
}

.w-\[35px\] {
    width: 35px;
}

.w-\[40\%\] {
    width: 40%;
}

.w-\[47\%\] {
    width: 47%;
}

.w-\[49\%\] {
    width: 49%;
}

.w-\[5\%\] {
    width: 5%;
}

.w-\[50\%\] {
    width: 50%;
}

.w-\[50px\] {
    width: 50px;
}

.w-\[53\%\] {
    width: 53%;
}

.w-\[55\%\] {
    width: 55%;
}

.w-\[65\%\] {
    width: 65%;
}

.w-\[70\%\] {
    width: 70%;
}

.w-\[80\%\] {
    width: 80%;
}

.w-\[80px\] {
    width: 80px;
}

.w-\[85\%\] {
    width: 85%;
}

.w-\[85px\] {
    width: 85px;
}

.w-\[90\%\] {
    width: 90%;
}

.w-\[90px\] {
    width: 90px;
}

.w-\[97px\] {
    width: 97px;
}

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

.min-w-\[80px\] {
    min-width: 80px;
}

.max-w-\[120px\] {
    max-width: 120px;
}

.max-w-\[130px\] {
    max-width: 130px;
}

.max-w-\[50px\] {
    max-width: 50px;
}

.max-w-\[60px\] {
    max-width: 60px;
}

.max-w-\[70px\] {
    max-width: 70px;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-auto {
    flex: 1 1 auto;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.flex-grow {
    flex-grow: 1;
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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)) skew(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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes bounce {

    0%,
    to {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

.animate-bounce {
    animation: bounce 1s infinite;
}

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.content-between {
    align-content: space-between;
}

.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;
}

.justify-around {
    justify-content: space-around;
}

.justify-evenly {
    justify-content: space-evenly;
}

.justify-items-center {
    justify-items: center;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-16 {
    gap: 4rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-x-2 {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}

.gap-x-3 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}

.gap-y-14 {
    row-gap: 3.5rem;
}

.space-x-0> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * 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-x-12> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.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-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)));
}

.space-x-5> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.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));
}

.space-y-3> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-7> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.space-y-8> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.overflow-auto {
    overflow: auto;
}

.scroll-auto {
    scroll-behavior: auto;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whitespace-pre-line {
    white-space: pre-line;
}

.break-words {
    overflow-wrap: break-word;
}

.break-all {
    word-break: break-all;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-\[8px\] {
    border-radius: 8px;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-4 {
    border-width: 4px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-t {
    border-top-width: 1px;
}

.border-\[\#E9B033\] {
    --tw-border-opacity: 1;
    border-color: rgb(233 176 51 / var(--tw-border-opacity));
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-\[\#00000086\] {
    background-color: #00000086;
}

.bg-\[\#000000\]\/40 {
    background-color: #0006;
}

.bg-\[\#010600\] {
    --tw-bg-opacity: 1;
    background-color: rgb(1 6 0 / var(--tw-bg-opacity));
}

.bg-\[\#1A1B1A\] {
    --tw-bg-opacity: 1;
    background-color: rgb(26 27 26 / var(--tw-bg-opacity));
}

.bg-\[\#2ABA1D\] {
    --tw-bg-opacity: 1;
    background-color: rgb(42 186 29 / var(--tw-bg-opacity));
}

.bg-\[\#872929\] {
    --tw-bg-opacity: 1;
    background-color: rgb(135 41 41 / var(--tw-bg-opacity));
}

.bg-\[\#BA1D1D\] {
    --tw-bg-opacity: 1;
    background-color: rgb(186 29 29 / var(--tw-bg-opacity));
}

.bg-\[var\(--primary-color-1\)\] {
    background-color: var(--primary-color-1);
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/40 {
    background-color: #0006;
}

.bg-black\/70 {
    background-color: #000000b3;
}

.bg-gray-400\/10 {
    background-color: #9ca3af1a;
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.bg-opacity-40 {
    --tw-bg-opacity: 0.4;
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#3E3E3E\] {
    --tw-gradient-from: #3e3e3e var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(62 62 62 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[var\(--primary-color-1\)\] {
    --tw-gradient-from: var(--primary-color-1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#010600\] {
    --tw-gradient-to: #010600 var(--tw-gradient-to-position);
}

.to-\[var\(--primary-color-2\)\] {
    --tw-gradient-to: var(--primary-color-2) var(--tw-gradient-to-position);
}

.p-1 {
    padding: 0.25rem;
}

.p-1\.5 {
    padding: 0.375rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-0\.5 {
    padding-bottom: 0.125rem;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pb-\[\.6rem\] {
    padding-bottom: 0.6rem;
}

.pl-0 {
    padding-left: 0;
}

.pl-0\.5 {
    padding-left: 0.125rem;
}

.pl-1 {
    padding-left: 0.25rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pl-3 {
    padding-left: 0.75rem;
}

.pl-4 {
    padding-left: 1rem;
}

.pl-5 {
    padding-left: 1.25rem;
}

.pl-7 {
    padding-left: 1.75rem;
}

.pl-\[50px\] {
    padding-left: 50px;
}

.pr-0 {
    padding-right: 0;
}

.pr-1 {
    padding-right: 0.25rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-3 {
    padding-right: 0.75rem;
}

.pr-4 {
    padding-right: 1rem;
}

.pr-5 {
    padding-right: 1.25rem;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pt-12 {
    padding-top: 3rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-start {
    text-align: start;
}

.text-end {
    text-align: end;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-\[0\.7rem\] {
    font-size: 0.7rem;
}

.text-\[1\.1rem\] {
    font-size: 1.1rem;
}

.text-\[1\.2rem\] {
    font-size: 1.2rem;
}

.text-\[1\.4rem\] {
    font-size: 1.4rem;
}

.text-\[11px\] {
    font-size: 11px;
}

.text-\[12px\] {
    font-size: 12px;
}

.text-\[14px\] {
    font-size: 14px;
}

.text-\[16px\] {
    font-size: 16px;
}

.text-\[18px\] {
    font-size: 18px;
}

.text-\[1rem\] {
    font-size: 1rem;
}

.text-\[20px\] {
    font-size: 20px;
}

.text-\[22px\] {
    font-size: 22px;
}

.text-\[25px\] {
    font-size: 25px;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.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-\[600\] {
    font-weight: 600;
}

.font-\[700\],
.font-bold {
    font-weight: 700;
}

.font-extralight {
    font-weight: 200;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.font-semibold {
    font-weight: 600;
}

.tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-6 {
    line-height: 1.5rem;
}

.text-\[\#000000\],
.text-\[\#000\] {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#33E22F\] {
    --tw-text-opacity: 1;
    color: rgb(51 226 47 / var(--tw-text-opacity));
}

.text-\[\#8E8F95\] {
    --tw-text-opacity: 1;
    color: rgb(142 143 149 / var(--tw-text-opacity));
}

.text-\[\#BA1D1D\] {
    --tw-text-opacity: 1;
    color: rgb(186 29 29 / var(--tw-text-opacity));
}

.text-\[\#E93333\] {
    --tw-text-opacity: 1;
    color: rgb(233 51 51 / var(--tw-text-opacity));
}

.text-\[\#E9B033\] {
    --tw-text-opacity: 1;
    color: rgb(233 176 51 / var(--tw-text-opacity));
}

.text-\[\#F2D638\] {
    --tw-text-opacity: 1;
    color: rgb(242 214 56 / var(--tw-text-opacity));
}

.text-\[\#FFFFFF\],
.text-\[\#FFF\] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#e9b033\] {
    --tw-text-opacity: 1;
    color: rgb(233 176 51 / var(--tw-text-opacity));
}

.text-\[\#f2d638\] {
    --tw-text-opacity: 1;
    color: rgb(242 214 56 / var(--tw-text-opacity));
}

.text-\[\#fff\] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#ffff\] {
    color: #fff;
}

.text-\[white\] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-rose-600 {
    --tw-text-opacity: 1;
    color: rgb(225 29 72 / var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
    text-decoration-line: underline;
}

.opacity-40 {
    opacity: 0.4;
}

.shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: inset 0 2px 4px 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-black\/60 {
    --tw-shadow-color: rgb(0 0 0 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.outline {
    outline-style: solid;
}

.ring-1 {
    --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(1px + 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);
}

.ring-inset {
    --tw-ring-inset: inset;
}

.ring-gray-400\/20 {
    --tw-ring-color: rgb(156 163 175 / 0.2);
}

.ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
}

.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);
}

.brightness-50 {
    --tw-brightness: brightness(0.5);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
    transition-property: color, background-color, border-color,
        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: 0.15s;
}

.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);
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.hover\:cursor-pointer:hover {
    cursor: pointer;
}

.hover\:rounded-sm:hover {
    border-radius: 0.125rem;
}

.hover\:bg-gradient-to-r:hover {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.hover\:brightness-90:hover {
    --tw-brightness: brightness(0.9);
    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);
}

.hover\:duration-200:hover {
    transition-duration: 0.2s;
}

@media not all and (min-width: 640px) {
    .max-sm\:h-14 {
        height: 3.5rem;
    }

    .max-sm\:w-16 {
        width: 4rem;
    }

    .max-sm\:w-28 {
        width: 7rem;
    }

    .max-sm\:w-32 {
        width: 8rem;
    }

    .max-sm\:w-full {
        width: 100%;
    }

    .max-sm\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (min-width: 640px) {
    .sm\:-top-12 {
        top: -3rem;
    }

    .sm\:right-\[148px\] {
        right: 148px;
    }

    .sm\:top-\[90px\] {
        top: 90px;
    }

    .sm\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .sm\:-m-2 {
        margin: -0.5rem;
    }

    .sm\:m-6 {
        margin: 1.5rem;
    }

    .sm\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .sm\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .sm\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .sm\:my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .sm\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .sm\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .sm\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .sm\:ml-0 {
        margin-left: 0;
    }

    .sm\:ml-10 {
        margin-left: 2.5rem;
    }

    .sm\:ml-16 {
        margin-left: 4rem;
    }

    .sm\:mr-6 {
        margin-right: 1.5rem;
    }

    .sm\:mt-0 {
        margin-top: 0;
    }

    .sm\:mt-1 {
        margin-top: 0.25rem;
    }

    .sm\:mt-3 {
        margin-top: 0.75rem;
    }

    .sm\:mt-5 {
        margin-top: 1.25rem;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:hidden {
        display: none;
    }

    .sm\:h-20 {
        height: 5rem;
    }

    .sm\:h-24 {
        height: 6rem;
    }

    .sm\:h-44 {
        height: 11rem;
    }

    .sm\:h-9 {
        height: 2.25rem;
    }

    .sm\:min-h-\[100px\] {
        min-height: 100px;
    }

    .sm\:w-12 {
        width: 3rem;
    }

    .sm\:w-16 {
        width: 4rem;
    }

    .sm\:w-20 {
        width: 5rem;
    }

    .sm\:w-24 {
        width: 6rem;
    }

    .sm\:w-32 {
        width: 8rem;
    }

    .sm\:w-36 {
        width: 9rem;
    }

    .sm\:w-48 {
        width: 12rem;
    }

    .sm\:w-72 {
        width: 18rem;
    }

    .sm\:w-9 {
        width: 2.25rem;
    }

    .sm\:w-\[172px\] {
        width: 172px;
    }

    .sm\:w-\[200px\] {
        width: 200px;
    }

    .sm\:w-\[240px\] {
        width: 240px;
    }

    .sm\:w-\[40px\] {
        width: 40px;
    }

    .sm\:w-\[80px\] {
        width: 80px;
    }

    .sm\:w-auto {
        width: auto;
    }

    .sm\:w-full {
        width: 100%;
    }

    .sm\:min-w-\[100px\] {
        min-width: 100px;
    }

    .sm\:flex-row {
        flex-direction: row;
    }

    .sm\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .sm\:justify-start {
        justify-content: flex-start;
    }

    .sm\:gap-2 {
        gap: 0.5rem;
    }

    .sm\:gap-5 {
        gap: 1.25rem;
    }

    .sm\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

    .sm\:gap-y-16 {
        row-gap: 4rem;
    }

    .sm\:space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5rem * var(--tw-space-x-reverse));
        margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\: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)));
    }

    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .sm\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .sm\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .sm\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    .sm\:pl-10 {
        padding-left: 2.5rem;
    }

    .sm\:pl-11 {
        padding-left: 2.75rem;
    }

    .sm\:pl-2 {
        padding-left: 0.5rem;
    }

    .sm\:pl-5 {
        padding-left: 1.25rem;
    }

    .sm\:pl-8 {
        padding-left: 2rem;
    }

    .sm\:pt-0 {
        padding-top: 0;
    }

    .sm\:pt-10 {
        padding-top: 2.5rem;
    }

    .sm\:pt-12 {
        padding-top: 3rem;
    }

    .sm\:pt-2 {
        padding-top: 0.5rem;
    }

    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .sm\:text-\[0\.8rem\] {
        font-size: 0.8rem;
    }

    .sm\:text-\[16px\] {
        font-size: 16px;
    }

    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .sm\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .sm\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .sm\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .sm\:font-medium {
        font-weight: 500;
    }

    .sm\:opacity-100 {
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .md\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .md\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .md\:flex {
        display: flex;
    }

    .md\:max-h-\[25px\] {
        max-height: 25px;
    }

    .md\:w-\[35px\] {
        width: 35px;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .md\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .md\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .lg\:min-w-\[900px\] {
        min-width: 900px;
    }

    .lg\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
}

@media (min-width: 1280px) {
    .xl\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .xl\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .xl\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .xl\:my-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }

    .xl\:mb-4 {
        margin-bottom: 1rem;
    }

    .xl\:max-h-\[35px\] {
        max-height: 35px;
    }

    .xl\:w-\[300px\] {
        width: 300px;
    }

    .xl\:w-\[45px\] {
        width: 45px;
    }

    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .xl\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .xl\:pb-\[\.7rem\] {
        padding-bottom: 0.7rem;
    }

    .xl\:pr-8 {
        padding-right: 2rem;
    }
}

body {
    font-family: Kanit, sans-serif !important;
}

.text-number {
    font-family: Noto Sans Thai, sans-serif;
    font-weight: 600;
}

#fix-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 110vh;
    z-index: -1;
    background: #000d2d;
    background-image: var(--background-pc);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 600px) {
    #fix-bg {
        background-image: var(--background-mobile);
    }
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background: transparent !important;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #888;
}

#confetti {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    content: "";
    background: rgba(0, 0, 0, 0.7294117647) !important;
    z-index: 999;
}

.rotate-animate {
    animation: spin 1.5s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.primary-button {
    border-radius: 12px;
    background: linear-gradient(180deg,
            var(--primary-color-1),
            var(--primary-color-2));
    color: var(--primary-font-color);
    cursor: pointer;
}

.primary-button span {
    font-weight: 600;
}

.primary-button:disabled {
    color: var(--primary-font-color);
}

.primary-button:disabled .n-button__content {
    color: var(--primary-font-color);
}

.primary-button:disabled span {
    color: var(--primary-font-color);
}

.primary-button:focus {
    color: var(--primary-font-color);
}

.primary-button:focus .n-button__content {
    color: var(--primary-font-color);
}

.primary-button:focus span {
    color: var(--primary-font-color);
}

.primary-button:active,
.primary-button:active .n-button__content,
.primary-button:active span,
.primary-button:hover,
.primary-button:hover .n-button__content,
.primary-button:hover span,
.primary-button:hover p {
    color: var(--primary-font-color);
}

.secondary-button {
    border-radius: 12px;
    background: linear-gradient(180deg,
            var(--secondary-color-1),
            var(--secondary-color-2));
    color: var(--secondary-font-color);
}

.secondary-button:disabled {
    color: var(--secondary-font-color);
}

.secondary-button:disabled .n-button__content {
    color: var(--secondary-font-color);
}

.secondary-button:disabled span {
    color: var(--secondary-font-color);
}

.secondary-button:disabled p {
    color: var(--secondary-font-color);
}

.secondary-button:focus {
    color: var(--secondary-font-color);
}

.secondary-button:focus .n-button__content {
    color: var(--secondary-font-color);
}

.secondary-button:focus span {
    color: var(--secondary-font-color);
}

.secondary-button:focus p {
    color: var(--secondary-font-color);
}

.secondary-button:active,
.secondary-button:active .n-button__content,
.secondary-button:active span,
.secondary-button:active p,
.secondary-button:hover,
.secondary-button:hover .n-button__content,
.secondary-button:hover span,
.secondary-button:hover p {
    color: var(--secondary-font-color);
}

.withdraw-price-button {
    background: linear-gradient(var(--secondary-color-1),
            var(--secondary-color-2));
    border: 1px solid var(--secondary-color-1);
    color: var(--secondary-font-color);
}

.withdraw-price-button:hover,
.withdraw-price-button:hover .n-button__content,
.withdraw-price-button:hover span,
.withdraw-price-button:hover p {
    color: var(--secondary-font-color);
}

.withdraw-price-button:focus {
    color: var(--secondary-font-color);
}

.withdraw-price-button:focus .n-button__content {
    color: var(--secondary-font-color);
}

.withdraw-price-button:focus span {
    color: var(--secondary-font-color);
}

.withdraw-price-button:focus p {
    color: var(--secondary-font-color);
}

.withdraw-price-button:active,
.withdraw-price-button:active .n-button__content,
.withdraw-price-button:active span,
.withdraw-price-button:active p {
    color: var(--secondary-font-color);
}

.register-button {
    background: transparent;
    border: 2px solid var(--primary-color-2);
    border-radius: 12px;
    margin-top: 1rem;
}

.register-button .n-button__content {
    color: var(--primary-color-2);
}

.register-button:disabled {
    color: var(--primary-color-2);
    background: transparent !important;
}

.register-button:disabled .n-button__content {
    color: var(--primary-color-2);
}

.register-button:disabled span {
    color: var(--primary-color-2);
}

.register-button:disabled p {
    color: var(--primary-color-2);
}

.register-button:focus {
    color: var(--primary-color-2);
    background: transparent !important;
}

.register-button:focus .n-button__content {
    color: var(--primary-color-2);
}

.register-button:focus span {
    color: var(--primary-color-2);
}

.register-button:focus p {
    color: var(--primary-color-2);
}

.register-button:active {
    color: var(--primary-color-2);
    background: transparent !important;
}

.register-button:active .n-button__content,
.register-button:active span,
.register-button:active p {
    color: var(--primary-color-2);
}

.register-button:hover {
    color: var(--primary-color-2);
    background: transparent !important;
}

.register-button:hover .n-button__content,
.register-button:hover span,
.register-button:hover p {
    color: var(--primary-color-2);
}

.register-header-button {
    background: transparent;
    border: 2px solid var(--secondary-color-1);
    border-radius: 12px;
}

.register-header-button .n-button__content {
    color: var(--secondary-font-color);
}

.register-header-button:disabled {
    color: var(--secondary-font-color);
    background: transparent !important;
}

.register-header-button:disabled .n-button__content {
    color: var(--secondary-font-color);
}

.register-header-button:disabled span {
    color: var(--secondary-font-color);
}

.register-header-button:disabled p {
    color: var(--secondary-font-color);
}

.register-header-button:focus {
    color: var(--secondary-font-color);
    background: transparent !important;
}

.register-header-button:focus .n-button__content {
    color: var(--secondary-font-color);
}

.register-header-button:focus span {
    color: var(--secondary-font-color);
}

.register-header-button:focus p {
    color: var(--secondary-font-color);
}

.register-header-button:active {
    color: var(--secondary-font-color);
    background: transparent !important;
}

.register-header-button:active .n-button__content,
.register-header-button:active span,
.register-header-button:active p {
    color: var(--secondary-font-color);
}

.register-header-button:hover {
    color: var(--secondary-font-color);
    background: transparent !important;
}

.register-header-button:hover .n-button__content,
.register-header-button:hover span,
.register-header-button:hover p {
    color: var(--secondary-font-color);
}

.switch-lang-button {
    background: linear-gradient(180deg, #3e3e3e 0%, #010600 100%);
    border: 2px solid #8e8f95;
    border-radius: 29px;
    color: #fff;
    padding: 2px 5px;
}

.wrap-theme-box {
    padding: 2px;
    background: #8e8f95;
    background: linear-gradient(to right,
            #8e8f95 0%,
            #ffffff 14%,
            #8e8f95 50%,
            #ffffff 85%,
            #8e8f95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8e8f95", endColorstr="#8e8f95", GradientType=1);
}

.wrap-theme-box .inner-theme-box {
    position: relative;
    background: linear-gradient(180deg, #3e3e3e 0%, #010600 100%);
    border-radius: 20px;
    padding: 0.75rem 0.5rem 0.725rem 0.7rem;
    z-index: 3;
}

.wrap-theme-card {
    padding: 1px;
    background: #8e8f95;
    background: linear-gradient(to right,
            #8e8f95 0%,
            #ffffff 14%,
            #8e8f95 50%,
            #ffffff 85%,
            #8e8f95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8e8f95", endColorstr="#8e8f95", GradientType=1);
    border-radius: 10px;
}

.wrap-theme-card .inner-theme-card {
    position: relative;
    background: linear-gradient(180deg, #3e3e3e 0%, #010600 100%);
    border-radius: 12px;
    padding: 1rem;
    z-index: 3;
}

@media only screen and (max-width: 640px) {
    .wrap-theme-card .inner-theme-card {
        padding: 0.5rem;
    }
}

.wrap-theme-card-box {
    background: #8e8f95;
    background: linear-gradient(to right,
            #8e8f95 0%,
            #ffffff 14%,
            #8e8f95 50%,
            #ffffff 85%,
            #8e8f95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8e8f95", endColorstr="#8e8f95", GradientType=1);
    border-radius: 8px;
}

.wrap-theme-card-box .inner-theme-card-box {
    position: relative;
    background: linear-gradient(180deg, #3e3e3e 0%, #010600 100%);
    border-radius: 7px;
    padding: 1rem;
    z-index: 3;
}

@media only screen and (max-width: 640px) {
    .wrap-theme-card-box .inner-theme-card-box {
        padding: 0.5rem;
    }
}

:is(.wrap-theme-box, .wrap-theme-card-box) {
    width: 100%;
    height: auto;
    --borderWidth: 1px;
    background: transparent;
    position: relative;
}

.wrap-theme-card-box:after {
    content: "";
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: #8e8f95;
    background: linear-gradient(to right,
            #ffffff 14%,
            #8e8f95 50%,
            #ffffff 85%,
            #8e8f95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8e8f95", endColorstr="#8e8f95", GradientType=1);
    border-radius: 8px;
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}

.wrap-theme-card-carousel {
    padding: 1px;
    background: #8e8f95;
    background: linear-gradient(to right,
            #8e8f95 0%,
            #ffffff 14%,
            #8e8f95 50%,
            #ffffff 85%,
            #8e8f95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1", endColorstr="$color2", GradientType=1);
    border-radius: 8px;
}

.wrap-theme-card-carousel .inner-theme-card-carousel {
    position: relative;
    background: var(--theme-color-1, #3e3e3e);
    background: linear-gradient(180deg,
            var(--theme-color-1, #3e3e3e),
            var(--theme-color-2, #0a0a0a));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1", endColorstr="$color2", GradientType=1);
    border-radius: 7px;
    padding: 1rem;
    z-index: 3;
}

@media only screen and (max-width: 640px) {
    .wrap-theme-card-carousel .inner-theme-card-carousel {
        padding: 0.5rem;
    }
}

.wrap-theme-card-carousel .active-box {
    background: var(--primary-color-1, #f2d638);
    background: linear-gradient(180deg,
            var(--primary-color-1, #f2d638),
            var(--primary-color-2, #e9b003));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1", endColorstr="$color2", GradientType=1);
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animatedFadeInUp {
    opacity: 0;
}

@keyframes fadeInUp {
    0% {
        transform: translate3d(0, 10px, 0);
    }

    to {
        transform: translateZ(0);
        opacity: 1;
    }
}

.wrap-theme-card-circle {
    padding: 2px;
    background: #8e8f95;
    background: linear-gradient(to right,
            #8e8f95 0%,
            #ffffff 14%,
            #8e8f95 50%,
            #ffffff 85%,
            #8e8f95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8e8f95", endColorstr="#8e8f95", GradientType=1);
    border-radius: 9999px;
}

.wrap-theme-card-circle .inner-theme-card-circle {
    position: relative;
    background: linear-gradient(180deg, #3e3e3e 0%, #010600 100%);
    border-radius: 9999px;
    padding: 1rem;
    z-index: 3;
}

.wrap-theme-card-circle .inner-theme-checkin {
    position: relative;
    background: linear-gradient(180deg, #1a1b1a 0%, #1a1b1a 100%);
    border-radius: 10px;
    padding: 2px;
    margin: -1px;
    z-index: 3;
}

.wrap-theme-card-circle-profile {
    padding: 1px;
    background: #fff;
    border-radius: 9999px;
}

.wrap-theme-card-circle-profile .outer-theme-card-circle-profile {
    position: absolute;
    width: 120px;
    height: 70px;
    background: #1a1b1a;
    top: 48px;
    z-index: 2;
}

.wrap-theme-card-circle-profile .inner-theme-card-circle-profile {
    position: relative;
    background: #1a1b1a;
    border-radius: 9999px;
    padding: 1rem;
    z-index: 2;
}

.n-modal {
    width: 550px;
    max-width: 900px;
    position: relative;
}

@media only screen and (max-width: 640px) {
    .n-modal {
        max-width: 360px;
    }
}

.n-modal:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: auto;
    background: red;
}

#modal-alert {
    max-width: 330px;
}

.Toastify__toast--error {
    background-color: red !important;
    color: #fff !important;
}

.Toastify__toast--success {
    background-color: #009c00 !important;
    color: #fff !important;
}

.Toastify__toast--warning {
    background-color: #f1c40f !important;
    color: #fff !important;
}

.Toastify__toast--info {
    background-color: #3498db !important;
    color: #fff !important;
}

.Toastify__close-button--light {
    color: #fff !important;
    opacity: 1 !important;
}

.Toastify__toast-icon svg {
    fill: #fff !important;
}

.Toastify__progress-bar--error,
.Toastify__progress-bar--success,
.Toastify__progress-bar--warning,
.Toastify__progress-bar--info {
    opacity: 0 !important;
}

.Toastify__toast {
    font-size: 0.95rem !important;
    font-family: Noto Sans Thai, sans-serif !important;
    border-radius: 5px !important;
    margin: 0 0 15px !important;
}

@media only screen and (max-width: 480px) {
    .Toastify__toast-container--top-right {
        top: 5vw !important;
    }

    .Toastify__toast-container {
        left: 8vw !important;
        width: 90vw !important;
        top: 10px !important;
    }
}

.n-drawer {
    margin-top: 4.5rem;
    background-color: #000;
    width: 300px !important;
}

.n-drawer .n-drawer-header {
    border-bottom: none !important;
    padding: 16px 24px 0 !important;
    justify-content: flex-end !important;
}

@media only screen and (max-width: 640px) {
    .n-drawer .n-drawer-header {
        padding: 10px 5px 5px !important;
    }
}

.n-drawer .n-drawer-header__main a:focus-visible {
    outline: none;
}

.n-drawer .n-drawer-body-content-wrapper {
    padding: 0 1.5rem !important;
}

@media only screen and (max-width: 640px) {
    .n-drawer .n-drawer-body-content-wrapper {
        padding: 0 0.8rem !important;
    }
}

.n-drawer .wrap-sidebar .item-sidebar {
    padding: 1rem 0;
}

.n-drawer .wrap-sidebar .item-sidebar img {
    width: 35px;
    margin-right: 1rem;
}

.n-drawer .wrap-sidebar .item-sidebar a {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #fff;
}

.n-drawer .n-dropdown-menu {
    width: 150px !important;
}

.n-drawer .box-show-lang {
    display: flex;
    align-items: center;
}

.n-drawer .box-show-lang img {
    width: 27px !important;
    margin-left: 0.5rem;
}

@media only screen and (max-width: 640px) {
    .n-drawer {
        margin-top: 4rem;
        width: 200px !important;
    }

    .wrap-sidebar .item-sidebar {
        padding: 1rem 0;
    }

    .wrap-sidebar .item-sidebar img {
        width: 25px !important;
        margin-right: 0.6rem !important;
    }

    .wrap-sidebar .item-sidebar a {
        font-size: 0.9rem !important;
    }

    .box-show-lang img {
        width: 22px !important;
        margin-left: 0.5rem;
    }
}

#setbank .bank-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 1.5rem;
    margin: 0 0 1rem;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 2px #00000040 inset, 0 -2px 2px #00000040 inset;
    border-radius: 8px;
}

@media only screen and (max-width: 640px) {
    #setbank .bank-list {
        padding: 1rem;
    }
}

#setbank .bank-list .bank-item {
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 14.28%;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 12px;
}

@media only screen and (max-width: 640px) {
    #setbank .bank-list .bank-item {
        width: 20%;
    }
}

#setbank .bank-list .bank-item img {
    width: 100%;
    height: 100%;
}

#setbank .bank-list .bank-item .icon-check {
    position: absolute;
    top: -5px;
    right: -5px;
    display: none;
}

#setbank .bank-list .bank-item .icon-check img {
    width: 19px;
    height: auto;
}

@media only screen and (max-width: 640px) {
    #setbank .bank-list .bank-item .icon-check img {
        width: 19px;
        height: auto;
    }
}

#setbank .bank-list .active {
    border: 1px solid #f2d638 !important;
}

#setbank .bank-list .active .icon-check {
    display: block;
}

#setbank .show-bank-select {
    width: 100%;
    padding: 6px 15px;
    border-radius: 6px;
    background: linear-gradient(180deg,
            var(--theme-color-1) 0%,
            var(--theme-color-2) 100%);
}

#setbank .show-bank-select img {
    width: 30px;
    height: auto;
    margin-right: 10px;
}

#setbank .show-bank-select .result-bank {
    max-width: calc(100% - 50px);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#setbank .show-bank-select {
    border-radius: 8px;
    background: #010600;
}

#setbank .show-bank-select p {
    color: #fff;
}

#setbank .form-bank-input .n-input {
    border-radius: 12px;
    background: rgba(1, 6, 0, 0.7215686275);
    padding: 0.2rem;
}

.card-user-index {
    background: linear-gradient(180deg,
            var(--theme-color-1) 0%,
            var(--theme-color-2) 100%);
    box-shadow: 0 1px 4px #72747580;
    border-radius: 6px 6px 20px 20px;
    padding: 0.8rem 1rem 2.87rem;
    color: #fff;
}

.card-user-index .icon-coin {
    width: 25px;
}

.card-user-index .progress-bar {
    width: 100%;
    background: #e9ecef;
    border-radius: 12px;
    height: 8px;
    position: relative;
}

.card-user-index .progress-bar:before {
    position: absolute;
    left: 0;
    width: 0%;
    height: 8px;
    background: #f2b234;
    content: "";
    border-radius: 12px;
}

.head-card-primary {
    padding: 0.7rem 0.5rem;
}

.content-card-primay {
    padding: 0rem 0.5rem;
    margin: 0 0 0.6rem;
}

.inner-card-blog {
    background: #f3e7ff;
    border-radius: 5px;
}

.inner-card-blog p:nth-child(2) {
    color: #6d35ba;
    padding-top: 0;
    padding-bottom: 6px;
    font-weight: 700;
}

@media only screen and (max-width: 640px) {
    .inner-card-blog p:nth-child(2) {
        font-size: 1.1 rem;
    }
}

.inner-card-blog p {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 8px 0 6px;
    line-height: 1.2;
}

@media only screen and (max-width: 640px) {
    .inner-card-blog p {
        font-size: 1rem;
    }
}

.n-card__content {
    padding: 0.8rem;
}

.content-page-wrap.-primary .n-card-header {
    padding: 0.5rem 1rem 1rem;
}

.content-page-wrap.-primary .card-head-color,
.content-page-wrap.-primary .card-head-color .n-card__content {
    padding: 0 !important;
}

.content-page-wrap.-primary .n-card__content {
    padding: 1rem !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.card-pic-blog {
    border-radius: 15px;
    padding: 1rem 1.5rem;
    background-position: center center !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASgAAABsCAAAAAD80nALAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAACYktHRAD/h4/MvwAAAAd0SU1FB+cIEAkXCdRymnkAAAABb3JOVAHPoneaAAAE5UlEQVR42u3da3OqMBAG4Pz/n3m8gAaEcmlQRE9CUMCCRMhuSMb92NoZeHx3E4GO5P4tpSKmD8CW+kIp1hdKsb5QikUupo/AkiLsZvoQ7CjCrkqvu1WXgrE8S9OkrjTNclYUpdpfO1CEnadecrsUvw3PUGW/RWn6LFCg2LtfV2f2xqitnLmORVg+OqRKNaRH/Z5dHnccajgLJfsE6Wll+nwgoQpNSnLI/1amTwkM6rX3bkU+l0nOKydjJaB6GaiKRUoyVg5SCajOulcuC5PDVALq2Xu6mFykqqHk571KI5OozKmxXkOJ3rvNXujGy6UVsIbi4/ysn8mt/pNQeQbi5FKoBFQW0x8oKGdCxaGygNITGJQroSLsh4qCixQPlQsXrUhUO4FGKkmK5QdqughtKgaVsv+C8xMqBIVKUtsH1RMKOFLWD6oWKoCFSlK7b4y1UMDzPLF8pHegAsgtgvVSHSjoeW63VBeKRl8pNSj45rNXqgeF0HzWSvWh4Fc+a6VeoKC3nfZKvUIhjCk7pV6hUKRs3KP/gcIYUzZK/YVC2E3ZKDUA9ZVShcJY+qyTGoQKMKQsW/sGob5SqlA4Umz54RuHwpHK9d9yuJYXxrJMPHwaNyWe9U4zxi6LnvUeg8KR0njL4VoWWfoTT9QPF5vnNQqFJKVj8bte2DRRr9Ls42fjx6Fw9lNLR3pZfGjU0WLlB4F+B4UjNf/RhOt8pCdWrpqst1Aon/tm3vErWbIQ6YlVqLxV76FoiHAtYUb7lWxplF67cPLNmoBCuery4eqnW0lWwt4fwxQUDVAGlfrjZto6biBX52oBFNJIT3KVUJUpmJKs8dmuAIXUftOTCjBMbSXn+VBI7fd+Ul2gw9RSDYZbCYrvE3BCNbanuizeMH1WA1SKUGihOptXGqYim83OO6woVH2qkqF13AQV2fwTtdntD8d1hOo5Iq5FZiBKY1QNlNTa7t+HC2efLkYVR8JY4qaqswntQnW4xtIVwVPFJ3r0aWTaSFa7WfgL9fDaDXqB9h83or4nay1Ujz3LKFSbr73fAwO5oBefTvTwMFoZFVOCasF4whoxjetfLIToi1BLdTKNVFdSfQDVI9sdglMUxbOjFceR8Dn6Y0LPOoSmlepic6Bk8YnPy/ePImNheOIVRU2v9EjqiiLxgpC/9HiY1umVH66hA9NqLtSDCqPW0IHJfCjehGhUK4jVEihMKuOxWgYlt6dYsQpMxmopFOqw4ougMSsNUKix8o6GrLRA4U4rM1a6oHBb0OM7XnuhcFvQ8ynqrl0rFLaVd8QLlm6oGmuPGyyUiQUB9U9ezULFAk8WEBR6sDwfuA0BoYQVLpZ3gIsWLJTU2rmghQBVY21xsbhWoHfII0E9ooWKJbk0pQsTqsbC1+JzXngtzBc2lNTCbsQmX0vAjEA9tAxgNWKCLDx9gmYOSmrhN+JL+QfBRgNeYSjvknRK/CgMAkqpYagay7yWQq0Ayg6ttUA1XGamvH1QK9ZaIZTUWlsrrhWq4VpPuNYNJbWwP1XbCtVwbc32ojVQprksg2q4DDSjlVAmuMje9Pku9tpieAUkMn2imrhqLziwmDDTp6gbDCZfV3J3JFKvXnobMrmTe+WbPitQMC0RC27iW2UrJzM1LDaPLLk1X79bBi6nasBsuxNoe08F7ij/H+Y/HzX9gqPcIbgAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjMtMDgtMTZUMDk6MjI6NTQrMDA6MDCP0T3zAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIzLTA4LTE2VDA5OjIyOjU0KzAwOjAw/oyFTwAAACh0RVh0ZGF0ZTp0aW1lc3RhbXAAMjAyMy0wOC0xNlQwOToyMzowOSswMDowMG9soAoAAAAASUVORK5CYII=);
    background-size: 100% 100% !important;
    width: 100%;
}

@media only screen and (max-width: 640px) {
    .card-pic-blog {
        padding: 1rem;
    }
}

.card-pic-blog img {
    width: 50px;
    height: auto;
    margin-right: 10px;
}

@media only screen and (max-width: 640px) {
    .card-pic-blog img {
        width: 30px;
    }
}

.card-pic-blog .detail-bank h4 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    padding-bottom: 12px;
}

.card-pic-blog .detail-bank p {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

@media only screen and (max-width: 640px) {
    .card-pic-blog .detail-bank h4 {
        font-size: 14px;
        padding-bottom: 2px;
    }

    .card-pic-blog .detail-bank p {
        font-size: 12px;
    }

    .card-pic-blog .number-bank #btn-mainbank {
        height: 25px;
        padding: 0 10px;
    }
}

.card-pic-blog .number-bank .font-number-bank {
    font-size: 1.4rem;
    color: #000;
    font-family: Noto Sans Thai, sans-serif;
    font-weight: 600;
}

@media only screen and (max-width: 640px) {
    .card-pic-blog .number-bank .font-number-bank {
        font-size: 16px;
        padding-top: 0;
    }
}

.card-pic-blog .number-bank .font-bank {
    font-size: 1.2rem;
    color: #000;
    font-family: Noto Sans Thai, sans-serif;
    font-weight: 600;
}

@media only screen and (max-width: 640px) {
    .card-pic-blog .number-bank .font-bank {
        font-size: 14px;
        padding-top: 0;
    }
}

.card-color-primary {
    padding: 1rem;
    border-radius: 4px;
    background: #f3e7ff;
}

@media only screen and (max-width: 640px) {
    .card-color-primary {
        padding: 0.5rem;
    }
}

.line-main {
    width: 100%;
    height: 1px;
    margin: 0 0 10px;
    background: #727475;
}

.time-transfer {
    margin: 1rem 0 0;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    background: #ffd2d1;
    color: #9b0600;
}

.rule-blog p {
    font-size: 0.9rem;
}

.hide-card {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.flex-poy-blog {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.flex-poy-blog .blog-items-flex:first-child {
    border: 1px solid #6d35ba;
    background: #f3e7ff;
}

.flex-poy-blog .blog-items-flex:nth-child(2) {
    border: 1px solid #36bcff;
    background: #ebf8ff;
}

.flex-poy-blog .blog-items-flex:nth-child(3) {
    border: 1px solid #f2b234;
    background: #fff7e8;
}

.flex-poy-blog .blog-items-flex:last-child {
    width: 100%;
    background: #d2ffe7;
    border: 1px solid #00cc63;
    margin: 0;
}

.flex-poy-blog .blog-items-flex {
    width: 32.5%;
    margin: 0 0 10px;
    border-radius: 4px;
    padding: 10px 0;
}

.flex-poy-blog .blog-items-flex h4 {
    line-height: 1;
    margin: 0 0 5px;
    font-size: 1.1rem;
}

@media only screen and (max-width: 640px) {
    .flex-poy-blog .blog-items-flex h4 {
        font-size: 0.9rem;
    }
}

.flex-poy-blog .blog-items-flex p {
    font-size: 0.9rem;
    line-height: 1;
}

@media only screen and (max-width: 640px) {
    .flex-poy-blog .blog-items-flex p {
        font-size: 0.85rem;
    }
}

.head-card-items {
    padding: 0.8rem 1rem;
    background: #6d35ba;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}

.head-card-items .blog-head-l img {
    width: 35px;
    height: auto;
    margin-right: 10px;
}

@media only screen and (max-width: 640px) {
    .head-card-items .blog-head-l img {
        margin-right: 5px;
    }
}

.round-head-card {
    width: 100px;
    text-align: center;
    color: #000;
    border-radius: 30px;
    background: #fff;
}

.round-head-card.-red {
    color: #f2403d;
    background: #ffd2d1;
}

.round-head-card p {
    font-size: 0.85rem;
}

.detail-card-items {
    padding: 0.8rem 1rem;
}

@media only screen and (max-width: 640px) {
    .detail-card-items p {
        font-size: 0.8rem;
    }
}

.n-avatar {
    background: transparent !important;
}

.date-picker-history .n-date-picker-icon {
    margin-right: 8px;
}

.date-picker-history {
    border: #e5e7eb;
}

.date-picker-history .n-input--stateful .n-input-wrapper .n-input__input:first-child {
    order: 2;
}

.date-picker-history .n-input--stateful .n-input-wrapper .n-input__input:nth-child(2) {
    margin-left: 0;
    order: 1;
}

.date-picker-history .n-date-picker-icon {
    height: 16px;
    width: 16px;
    color: transparent;
    position: relative;
    z-index: 1;
}

.date-picker-history .n-date-picker-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    z-index: 1;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABaCAMAAAAPdrEwAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAlJQTFRFAAAAUU5OUExMUExMT0tLT0tLUU5OT0tLe3l5V1RUVlNTUk9PT0tLVlNTVlNTT0tLe3l6v8HDbGlqVlNTVFBQU09PUU1NUE1NUExMUExMUE1NUE1NVlJSZ2NkZGFiVVJSUU1NUU1OVVJSZWJiv8DDXlpaUk5OUk5OXFhZXVpaUU1NUExMWlZXZGFiUk5OUk5OYFxdV1NTV1NTX1xcT0tLT0tLT0tLUExMX1xcVlJSVVFRZmJjz9HTUk9Px8nMZWNjVVFRVlJSVFBQVlJSbGhpUExMZWFhVVFRVFFRUU1NXltbXFlZVFFRU09PT0tLUExMUU1NUExMTUhITUhIUExMUE1NT0xLT0tLTkpKTkpKSEVER0NCRkJBTUhIUExMVFBQVFBQVFBQU1BQVFBQVFFRUExMYFxdamdoYFxca2hpZmNjfHp7b2xteXd4eXh4VlNTc3FyW1dYbGlpZ2VlY2BgXVpae3l6Z2Rld3V1c3Bxb21ua2hpgH9/cW9venh4d3Z2XVpaV1RUeXd4YV5fcnBwbmtrVlJSUU1NdHJyWlZXbGpqaGVlWVVWU09PdXN0XVpabmtsamdnUU1NWFRVZGFhUk5OVFFRU09PbGpqcW9vVVFRVFBQXltbpaWnpqanX1tcVFFRcW9wY19fV1NTXlpbVVFRW1hYU09QUk5OXFlZVFBQVVFRr6+yXFlYUU1NUU5OYF1dV1NTUExMWVVVcW5vV1NUUU1NWVVVd3N1XltbVFBQVVFRXVpar7CxW1hYVVFRU1BQVFBQVFBQU1BQVVFRXVla9SK/mwAAAMZ0Uk5TACj9/9PSKdEMExM41hIR1AwBH43G4efo6/vn5osgGpz09Z4ZAUjs60VL+fdHIeTiIKWeN//+/f40j70mASkBI7mQx7UN/Auz7vouLvAWFOj/6RUT5yTn6sDBAxURFOro5eTn///tPCs8capOcVFxqoCqgKpVgD5VQFVwqk5uTmlVgEBVQFVJbzdJN0pxqlVxVXHsFxrv8v85OvPIyhQVyo86GhfKjjT/7jelrQEc4uUeRPZHAUXjSAIcqacdATWNxvDyx482QKiGHAAAArdJREFUeJztlIdTE0EYRzd3iHoYsQQTsPeCvWHHhooNiYKKGAuiIr1IkyZFBVSKJSgqFuwFe+/l//Juf6vklAQie4ye92Yy2TfzfS8zSfYIUWESRAUf4hXd6JJg8jikYdr3L037apfW4rvu3k66R09JkvyQ7iWZzZL8UujtHjPDH2k/OSD16ftLt19/S8AAq9Vqo0NiYBAY2B4YC8SWTQ4EBVgGDXYJDxk6TOTI8BEjWXjU6DE8wwpjxyE9fgLvsigGT1TKkybzL4vilKlyepoWZVGcTsiMnzJTwfUsM8sNs2Xo4belH7WQOWQuO86bv6D1yvh7d2V8EFsoHxeFLmbBJWQpDsuW0yFTGLXOPENWrETRQlbR9/DVhFearAmnupbgI2zr+KXXR1DdwNKRdpbuzOOJpTduQpNLWv1QdZOOit6ssMW79Fa6FB3F0hFtpmO2UWK9S8diKwa2ve00D3SRdmiXFnbsVLPLC+Rh19XdgiqtBUa669Nxe7gRp07H793Hjf3xqjTPK2N3GGndphMOUBIxkwRLhqXAUmDJsCRYIizBQzoVloaFdFgGLBOWCcuApcPSYKlGWu/prIOUbCzkwHJhebA8WC4sB5YNy/KQ5oKR1nE6/xClADOFsCJYMawYVgQrhBXA8j2k/83baKS7Ll1ymFKKhTJYOawCVgErh5XBSmElHtJcMNI6Th85SjmGmUpYFawaVg2rglV2OP2nV8ZI/y/p4ycoJzFTA6uF1cHqYLWwmg6nuaCLdP0pfunTZ1j6LH1zNvBLn3PS5HnSiI+4cJFX+VITio3kMg5i05Wrdg5ca2hmwevkRhg73rzl4EC9k+VCbhNyR9SEu/cIuf9Ai3LLQ+V7f/SYfzn4Cf1Jnz57zrvc8uIl+7+8ei3wDAtv3rb+F9+9//DxE5/u5y9fvyH6HVxs/YE3Up0OAAAAAElFTkSuQmCC);
    background-size: 100% 100%;
}

.date-picker-history-sub .n-date-picker-icon {
    height: 16px;
    width: 16px;
    color: transparent;
    position: relative;
    z-index: 1;
}

.date-picker-history-sub .n-date-picker-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    z-index: 1;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABaCAMAAAAPdrEwAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAlJQTFRFAAAAUU5OUExMUExMT0tLT0tLUU5OT0tLe3l5V1RUVlNTUk9PT0tLVlNTVlNTT0tLe3l6v8HDbGlqVlNTVFBQU09PUU1NUE1NUExMUExMUE1NUE1NVlJSZ2NkZGFiVVJSUU1NUU1OVVJSZWJiv8DDXlpaUk5OUk5OXFhZXVpaUU1NUExMWlZXZGFiUk5OUk5OYFxdV1NTV1NTX1xcT0tLT0tLT0tLUExMX1xcVlJSVVFRZmJjz9HTUk9Px8nMZWNjVVFRVlJSVFBQVlJSbGhpUExMZWFhVVFRVFFRUU1NXltbXFlZVFFRU09PT0tLUExMUU1NUExMTUhITUhIUExMUE1NT0xLT0tLTkpKTkpKSEVER0NCRkJBTUhIUExMVFBQVFBQVFBQU1BQVFBQVFFRUExMYFxdamdoYFxca2hpZmNjfHp7b2xteXd4eXh4VlNTc3FyW1dYbGlpZ2VlY2BgXVpae3l6Z2Rld3V1c3Bxb21ua2hpgH9/cW9venh4d3Z2XVpaV1RUeXd4YV5fcnBwbmtrVlJSUU1NdHJyWlZXbGpqaGVlWVVWU09PdXN0XVpabmtsamdnUU1NWFRVZGFhUk5OVFFRU09PbGpqcW9vVVFRVFBQXltbpaWnpqanX1tcVFFRcW9wY19fV1NTXlpbVVFRW1hYU09QUk5OXFlZVFBQVVFRr6+yXFlYUU1NUU5OYF1dV1NTUExMWVVVcW5vV1NUUU1NWVVVd3N1XltbVFBQVVFRXVpar7CxW1hYVVFRU1BQVFBQVFBQU1BQVVFRXVla9SK/mwAAAMZ0Uk5TACj9/9PSKdEMExM41hIR1AwBH43G4efo6/vn5osgGpz09Z4ZAUjs60VL+fdHIeTiIKWeN//+/f40j70mASkBI7mQx7UN/Auz7vouLvAWFOj/6RUT5yTn6sDBAxURFOro5eTn///tPCs8capOcVFxqoCqgKpVgD5VQFVwqk5uTmlVgEBVQFVJbzdJN0pxqlVxVXHsFxrv8v85OvPIyhQVyo86GhfKjjT/7jelrQEc4uUeRPZHAUXjSAIcqacdATWNxvDyx482QKiGHAAAArdJREFUeJztlIdTE0EYRzd3iHoYsQQTsPeCvWHHhooNiYKKGAuiIr1IkyZFBVSKJSgqFuwFe+/l//Juf6vklAQie4ye92Yy2TfzfS8zSfYIUWESRAUf4hXd6JJg8jikYdr3L037apfW4rvu3k66R09JkvyQ7iWZzZL8UujtHjPDH2k/OSD16ftLt19/S8AAq9Vqo0NiYBAY2B4YC8SWTQ4EBVgGDXYJDxk6TOTI8BEjWXjU6DE8wwpjxyE9fgLvsigGT1TKkybzL4vilKlyepoWZVGcTsiMnzJTwfUsM8sNs2Xo4belH7WQOWQuO86bv6D1yvh7d2V8EFsoHxeFLmbBJWQpDsuW0yFTGLXOPENWrETRQlbR9/DVhFearAmnupbgI2zr+KXXR1DdwNKRdpbuzOOJpTduQpNLWv1QdZOOit6ssMW79Fa6FB3F0hFtpmO2UWK9S8diKwa2ve00D3SRdmiXFnbsVLPLC+Rh19XdgiqtBUa669Nxe7gRp07H793Hjf3xqjTPK2N3GGndphMOUBIxkwRLhqXAUmDJsCRYIizBQzoVloaFdFgGLBOWCcuApcPSYKlGWu/prIOUbCzkwHJhebA8WC4sB5YNy/KQ5oKR1nE6/xClADOFsCJYMawYVgQrhBXA8j2k/83baKS7Ll1ymFKKhTJYOawCVgErh5XBSmElHtJcMNI6Th85SjmGmUpYFawaVg2rglV2OP2nV8ZI/y/p4ycoJzFTA6uF1cHqYLWwmg6nuaCLdP0pfunTZ1j6LH1zNvBLn3PS5HnSiI+4cJFX+VITio3kMg5i05Wrdg5ca2hmwevkRhg73rzl4EC9k+VCbhNyR9SEu/cIuf9Ai3LLQ+V7f/SYfzn4Cf1Jnz57zrvc8uIl+7+8ei3wDAtv3rb+F9+9//DxE5/u5y9fvyH6HVxs/YE3Up0OAAAAAElFTkSuQmCC);
    background-size: 100% 100%;
}

.date-picker-history-sub .n-input--stateful .n-input-wrapper .n-input__input:first-child {
    order: 1;
}

.date-picker-history-sub .n-input--stateful .n-input-wrapper .n-input__suffix {
    margin-left: 0;
    order: 2;
}

.time-picker-history .n-time-picker-icon {
    height: 16px;
    width: 16px;
    color: transparent;
    position: relative;
    z-index: 1;
}

.time-picker-history .n-time-picker-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    z-index: 1;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABaCAYAAAA4qEECAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAADQxJREFUeJzlXWtQVPcV32VGqxKw7QcTbaqd6adOWp2J2ukXNW3SDyaBvfu+e3eXfbDCsuzCPnjJwwp+KYiSKMsC5ksyamai8jCZQc0H4wsEjWjTmVQhtdHq5KHRmocPxPQcBKIRds/dvS/aM3MHBu7933N+99zzP+d/zzl/lUpBtH17c6bDal3Fmcx5ZoNhi4HR7jFqtX0GrXbYpNNd02s0t5lXXx2F4wH8/h3+Df4/bNTp+vBcuKYRrs23c9ZV0ZZYhtzyKIbqauvSPS73CpvFEmSNxsParKy7AOL3Qhw4FmswfIBjwz2er/3LxnS55ZWUNtXWZeQ6nC9bjMZWvYYZAlDuCwVunGME3oAL8DBjbodj7aa6TZly4yAatbTE0nOdzhC84kPjr7/Y4E53jIIp+gR5iUZj8+TGRTAKFweXWM3sFj3DfCEjuFMeyJOVZf9aEg4/KzdOSVMkFJ7vsNm26rKzv5Eb0EQH8Ph1DmdtDBUF58uNG5lAg+c4rDYWvIF/yA0g38PAMB+DcpiL/P45cuMYl0JFxQvB5XqfkdcGp3qMggwHi/yBp+XGc0oCTTDCzH5VAUAJcug0mitOu90gN66T1N6+Y57FZNoOzD0QWljNK6+g/RwBDfsKXDMMTPrBJJ2Aoxf+NoB/g5/X8Rw8VwTAH4Bs23a075grK8hFhYVgKvTHBNOi7Oy74HpdsBhNXaBN68tLy17cvfvtBfF4uPjpZfWunbsXVJSVv+i051QCMF3wIC7AWPeE4gse5hF/QcEzUuH6GOV7PEtBoMFUhQBzcxMiuINOmz1Q6PUujTZHU/ZtW8A/9nm9y+Bh+SEsPwCg30iVT5D1TB7ILAR2ZAr4fM8BQF+mqL1fO6zWxtJwZElnV3eaWLx27OtMKwmFF+dYrZvxnikqxZf+At9zYvH6GI2DnPSkB9dehiDB31DfIHkY3LS1KQOCJx/wcDEF/q8EfIW/FZVRMBfLktVkbVbWtzlWrqSra/8sUZkk0N69HbNsFksEeUpWs/NyRTIjoMkLk7HJIMx9k15/KNfp/L0ojKVAHpdrJdjwg8hjMjY7UOBbKChD7W1vzE3GuwAB7oFtDFdWrJ8tKEMC0oaq6tnAYwh55SsfeCNHERvBmOFMpma+TEA4+28wNS/09Q+oBWNEJOrrP6XO96xbo2eYy3zlBFd0myBMgItkZHgGI2a9vjcSDP1CEAYkpJJweBHwfoIn2A8wKk7pxsWBwDN8PQywxwdqqqtn7NeMmqrqp8BMHuA5OV7BdZ6kbghR3xywQYf4ggw3/LnAsktOKAPKwtNeHwoHg/xX/eB1YBkeq3DA2AnUBhHkloVqKqvSeZqRUVxi5XUTeKLzcW2W/OrAJFISjiwSSeYxat7enOaw2f8M4Xo9azRutXOcfkPNBlG9mUgovMjAY4IEl+/jSChE/3gA7s5W6uDoFnlhxhZRXtXmzY1pENE1/XhSZg3GjrqNtT8R89554Dnxcf1Aq7eQBgbNfJb6+QkdffRB+06eEtWFK8jLXwv3ujPV64qrfGLeu+/kafW4n00KahA7/E6acGAby9ZTnx5GVeBhiB6MgOa+G2cSGhb7/uvLK2bDHHSQigu8fY1xB2yJxtINxK/VuE6AIazYQiLFm5TALn4hBQ+4hEBdGwF37/OWljipDDBYkPrUcFFGCgGRMACSG2ikHI6LUPFxO5zBKQfZVFuXadAynxCf2EVcAZNKQKUA3f3ue7NA9ksUjMAyXKjdWPtk/h9o81qG6DdbWdYnlXBISgEayWo2FxK1ehTTz54YAPPSKAPgV4rXml6TNFNTSUDjBwvA4D8UrBDTxy4GXzQdXokhysX4SUhKwZCUBDQS2OoGookdQmwnL/S43c/DP0YI2nyjJBxeLLVgSgMaor/FxA++I7lO1/LJC8GDKKY8IbPe0LOvo1O0D6nTkdKA7uzsToMYooeCGcQlP3gfEBAcplzktNkknQQnSGlAI0GoTZoUWYPh8NgFrbG2TEqmvTY7+67P65U2r2GclAi0L9+7FDFJiFtW1p3t27Zn4ALSKsqTweyfWLxoR0RSItDNzdF5Bq2W5EBgXY6KM5u9lJMx1UoOgZCUCDQSYNJNwY4zmfJVWP1Ess8ir5LFI6UCDZhUUrBDjFWg/nsSnYiZmhVl5X+SSyClAl1eWvoSQ8hiBYz3qoxa3bRCTByYFrtz5+64WZ1iklKB3rX77QWIDWF+O6miGHTMT/7np5dly89QKtCXr3ymxvxsgkYPqygnYsK3XMIgKRVoJIhBCIqqv67SM0zC72HwME7JKYySgTbqdAOJ8EOMVZRZE+ux5RRG0UBrtQnnODxmPNAQeY06bfZcuXgjA63XaBKGkXKbDng9j8blMStrxONya9ra2iVf8DLRTMcdPPGa0idDK8u+lYhH0Ozv7BZLXizWKinYgA3Fa7uOqj9MOPGrS+DKSCnAo1TsD/wBgaSA7XG7Gan4QpeX5N4x4N6h/U10IjrluxKUoYlJg+c+Uudw1gAAmTA4wHMgNPZIwdfOnbueJgYsvaQQHMNMDDelYH466u0bUDtstmIi2KO5Tie/hMMkqKKs/CVKISliDDO68heVJmjg1Bk12GuSZuMHVJc9x4bJkWLx4+KzqIT9iygnYzWrWAzzocFzf1dbzeZyCs/wQG6DgnBi8YJLxxQ+cCla5bDaSAv/YNDPNwtQ1SoEnRn8m9pmsZQTNfum2+EQvHgeq3PxYwgFO/y4gnnH9E9Z+fJ8ypqKTvafhgmSK6KADcd9sO9uIe9f6PUu0xLqzRHbWKztYfEq9eMsfpAUktlU6ejxXrU7x0GaICeCmmi0RRCbjXXmFMwA2w8mL8KWZUSj3tPZ2SV59BWPjhw9jvnLJM0eC2o4zvv669tSkgFTLrBRAAUzG2v5Id3A43ItZwht0XQazY2SUDhxkrXEdOx4nxo0rIwI9u11brculfuVhCNLAIubBKBHMDlp8kJeKWGctSFlZESg/oHTahvR9cPs/VQmSHiDSC7xEylhSBZ6kuOthvp6RTboQ2/ETpwgTXr9hQ/PnOO9rNDU1JRBbUfxRJIjEqaYMtS0XTOrqEnxUTp79iP0sxNqNmr1m2++9VO+46PsFIwQS0yFfmIAUPEMTJ4mvhKXuve/J3s7iOno9IdnUbMr4r+ZmjsdHV28Knzf2duBiej/omCE3SKnbc2J5QDEp/U9CCJZaUUy1NvXj95IxXSaDabyEN8xsZyEig+25Jx2oNaW1nQ9w3xOGQgLZ+DBSFIslCwdOXoCF6L86Gk8Zp91+sGAr/DXfMbKdbpWUouFsOAqFo3Ff1usLNtIfWpYL72+rEKxvTgmqKaq+jec2dxiMZn2APAlTVubeC0l1FRVzTYT/eaxOYxlE3tm4WBwCc+CziAWPSaNgsIJi1X5FnRiUSxpcCyzpT49LN/Ny/WsFlle2Sjf41nDp0QZy7vJg2PhOJ8mrlh0HwmGRC26l4MgCl7EpysNNioI8+3Yy7uNhE5/vLqycsY2RPkxgV1+ysS/jQTL+0bYnni8cy71Rgh2TzBQ9DMR5JaUkm2MUlSYZDtkbF/Du9WPTtdTXVU1YzUbNDkdQCYVAk2aTsCo2B9IrXep02bj3bwKzQjYN2F7wklAOM8k07wKG3wJwsB422I+N8cJ8hLM2Kux1ZkgTIhIyCN4Tmv4dJuZODjARjBGsH8ymITkGgxy1mIIGBQb1GAvjhQaDB5rb9sh7HdUCFmxZeaZJMC+j62FIfZfIShDApDb4ViJbeaTbJk5iG1ERWEMe0aD4U+YqzcN4N/aWDb0zp59sq/6dXbtn4W9N1JoAnsNG+KKyiS29E2xrfFFq9lcgC2GRWV0Cqqvr8/E9WRqz42p+WeuBgpFbms8QQI16r5l57h6LOIXs768o7M7LRIKLxlv1H0rFZ5Rk0HRficWr1MSvjrJ2OwpAL8BLlWPw2b3+fLzl7ZEYyl3r21ujs7FsXCJlMXW8xqNEK3nB0U3F9MRTgbJeCPT2vGHmymctxiNnZjrV1FW/gKW3cWrCLt09TM1brhQVlr6R4fdXoHXYlaVjlCnTT0wLoCoT964AN0bTvztQa5j9RNm12MK7NjxcHuQIePD7UHuibU9CMomuAuXCmF09L+04Q3KAjKZ5MZ1SsI2yOMdemf6Fk7vh4qKlL2EUOz3zwFNsEA4O+M2JQOTdB4mUEskmfbEclG4ODgfXKqmGbLN3jcAcBNuDSg3bklTaSTyS4gIG0DDU/K7xTjGNo40s1tAKX4lN06CUWxsK1RXCBNLGLm3QmWYIbfDGY7FWmfsunlCwuydXKfzZXZsc1/NkFaazX3vQ+g8jBsK48bCdbV1/19bWWOm5Tq3e/n4dtVHBN+u2mjE7apDHpdrBW6NLbe8iqHW1rZMrPfgzOb8RzZg78WCSAxawKZOPgj8Hat+8X9jm7Q/3IB9C/YvgoltNZaMyC3Po/Rf+6BHz2rc02QAAAAASUVORK5CYII=);
    background-size: 100% 100%;
}

.n-modal {
    margin: 0 15px;
}

.fullscreen-modal {
    max-width: 100vw !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    top: 0vh !important;
    left: 0 !important;
    border-radius: 0 !important;
    overflow-y: auto;
}

.nselect-set img {
    opacity: 0 !important;
}

.wrap-group-btn .n-button__content {
    color: #000 !important;
}

.wrap-group-btn .n-button:focus .n-button__content {
    color: #e9b033 !important;
}

#card-lotto-list .n-card.n-card--bordered {
    border: none !important;
}

.wrap-alert-box {
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right,
            #8e8f95 0%,
            #ffffff 14%,
            #8e8f95 50%,
            #ffffff 85%,
            #8e8f95 100%);
    border-radius: 24px;
}

.inner-alert-box {
    background: linear-gradient(180deg, #3e3e3e 0%, #010600 100%);
    width: 100%;
    height: 100%;
    border-radius: 24px;
    padding: 1rem;
}

.inner-alert-box img {
    width: 80px;
    height: 80px;
}

.n-alert {
    background-color: #f08a0040;
    color: #fff;
    border-radius: 5px;
}

.n-alert .n-alert-body .n-alert-body__title,
.n-alert .n-alert-body .n-alert-body__content {
    color: #fff;
}

.shake {
    animation: shake-animation 2s ease infinite;
}

@keyframes shake-animation {
    0% {
        transform: translate(0);
    }

    1.78571% {
        transform: translate(5px);
    }

    3.57143% {
        transform: translate(0);
    }

    5.35714% {
        transform: translate(5px);
    }

    7.14286% {
        transform: translate(0);
    }

    8.92857% {
        transform: translate(5px);
    }

    10.71429% {
        transform: translate(0);
    }

    to {
        transform: translate(0);
    }
}

.n-tabs.n-tabs--line-type .n-tabs-tab.n-tabs-tab--active,
.n-tabs.n-tabs--bar-type .n-tabs-tab.n-tabs-tab--active {
    color: var(--primary-color-1, #f2d638);
}

.n-tabs.n-tabs--line-type .n-tabs-tab,
.n-tabs.n-tabs--bar-type .n-tabs-tab {
    color: #fff;
}

.n-tabs .n-tabs-bar {
    background: linear-gradient(var(--primary-color-1, #f2d638),
            var(--primary-color-2, #e9b033));
}

.n-tabs-rail {
    box-shadow: 0 1px 4px #72747580 !important;
    padding: 0 !important;
}

.n-tabs .n-tabs-tab .n-tabs-tab__label {
    font-weight: 700;
}

.n-tabs .n-tabs-pane-wrapper {
    overflow: initial;
}

#tabs-transaction .n-tabs-rail {
    background: transparent;
    padding: 0.5rem !important;
    gap: 10px;
    box-shadow: none !important;
}

#tabs-transaction .n-tabs-tab-wrapper {
    background: #6d35ba;
    border-radius: 4px;
    box-shadow: 0 1px 4px #72747580 !important;
}

#tabs-transaction .n-tabs-tab-wrapper .n-tabs-tab .n-tabs-tab__label {
    font-size: 18px;
    color: #fff;
}

#tab-tournament .n-tabs-nav--segment-type .n-tabs-tab-wrapper {
    background: linear-gradient(180deg, #3e3e3e 0%, #0a0a0a 100%);
}

#tab-tournament .n-tabs-nav--segment-type .n-tabs-tab-wrapper .n-tabs-tab.n-tabs-tab--active {
    background: linear-gradient(180deg,
            var(--primary-color-1) 0%,
            var(--primary-color-2) 100%);
    color: var(--primary-font-color);
}

#input-withdraw .n-input {
    background-color: #010600;
    --n-border-hover: 1px solid #ffffff !important;
}

#input-withdraw .n-input__border {
    border: none !important;
}

#input-withdraw .n-input .n-input__input-el {
    color: #fff;
}

#input-withdraw .n-input:not(.n-input--disable).n-input--focus {
    color: #fff !important;
}

#input-withdraw .n-input--focus {
    --n-border-hover: 1px solid #ffffff !important;
    --n-border-focus: 1px solid #ffffff !important;
    --n-caret-color: white !important;
}

#input-coupon .n-input {
    border-radius: 8px;
    background-color: #010600;
    --n-border-hover: 1px solid #ffffff !important;
}

#input-coupon .n-input__border {
    border: none !important;
}

#input-coupon .n-input .n-input__input-el {
    color: #fff;
}

#input-coupon .n-input:not(.n-input--disable).n-input--focus {
    color: #fff !important;
}

#input-coupon .n-input--focus {
    --n-border-hover: 1px solid #ffffff !important;
    --n-border-focus: 1px solid #ffffff !important;
    --n-caret-color: white !important;
}

.n-form-item-label .n-form-item-label__text {
    color: #fff;
    font-weight: 700;
}

.input-black .n-input {
    border-radius: 8px;
    background-color: #010600c0;
    --n-border-hover: 1px solid #ffffff !important;
}

.input-black .n-input__border {
    border: none !important;
}

.input-black .n-input .n-input-wrapper {
    padding-top: 2px;
    padding-bottom: 2px;
}

.input-black .n-input .n-input__input-el {
    color: #fff;
}

.input-black .n-input:not(.n-input--disable).n-input--focus {
    background-color: #010600;
    color: #010600 !important;
}

.input-black .n-input.n-input--error-status:not(.n-input--disabled).n-input--focus {
    background-color: #010600;
}

.input-black .n-input--focus {
    --n-border-hover: 1px solid #010600 !important;
    --n-border-focus: 1px solid #010600 !important;
    --n-caret-color: #010600 !important;
}

.radio-input .n-radio .n-radio__dot:before {
    background: #e9b033 !important;
}

.radio-input .n-radio .n-radio__dot.n-radio__dot--checked {
    box-shadow: inset 0 0 0 1px #e9b033 !important;
}

.radio-input .n-radio .n-radio__label {
    color: #fff;
}

#input-shop .n-base-selection .n-base-selection .n-base-selection-tags {
    border-radius: 8px;
    background-color: #010600;
    --n-border-hover: 1px solid #ffffff !important;
}

#input-shop .n-base-selection {
    border-radius: 8px;
    --n-border-hover: 1px solid #ffffff !important;
    --n-border-focus: 1px solid #ffffff !important;
    --n-border-active: 1px solid #ffffff !important;
    --n-caret-color: white !important;
}

#input-shop .n-base-selection .n-base-selection-label {
    color: #010600;
    background-color: #010600;
}

#input-shop .n-base-selection__border {
    border: none !important;
}

#input-shop .n-base-selection-input {
    color: #fff;
}

#input-shop .n-input {
    border-radius: 8px;
    background-color: #010600;
    --n-border-hover: 1px solid #ffffff !important;
}

#input-shop .n-input__border {
    border: none !important;
}

#input-shop .n-input .n-input__input-el,
#input-shop .n-input__textarea-el {
    color: #fff;
}

#input-shop .n-input:not(.n-input--disable).n-input--focus {
    color: #fff !important;
}

#input-shop .n-input--focus {
    --n-border-hover: 1px solid #ffffff !important;
    --n-border-focus: 1px solid #ffffff !important;
    --n-caret-color: white !important;
}

#input-shop .n-form-item .n-form-item-feedback-wrapper {
    font-size: 12px;
    min-height: 18px;
}

#custom-carousel .n-carousel .n-carousel__dots.n-carousel__dots--dot .n-carousel__dot.n-carousel__dot--active {
    background-color: #e9b033;
}

#custom-carousel .n-carousel .n-carousel__dots.n-carousel__dots--dot .n-carousel__dot {
    background-color: #fff;
}

.b-show-brand .n-carousel {
    width: auto !important;
}

.box-numpad {
    cursor: pointer;
    max-width: 6rem;
    max-height: 60px;
    color: #fff;
    text-align: center;
    padding: 18px;
    margin: 6px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    background: linear-gradient(#3e3e3e, #010600);
    box-shadow: 0 1px 1px #00000040;
}

.box-numpad a {
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
}

.box-numpad p {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.box-numpad:nth-child(10) {
    background: transparent;
    border: none;
}

.box-numpad:nth-child(10) p {
    font-size: 18px;
    color: #fff;
}

.box-numpad:nth-child(12) {
    background: transparent;
    border: none;
}

.box-numpad:nth-child(12) p {
    font-size: 1rem;
    color: #fff;
}

#banner-main-page .wrap-banner {
    margin: 7rem 0 0.5rem;
}

@media only screen and (max-width: 600px) {
    #banner-main-page .wrap-banner {
        margin: 6rem 0 0.5rem;
    }
}

@media screen and (min-width: 429px) and (max-width: 430px) {
    #banner-main-page .wrap-banner {
        margin: 6.5rem 0 0.5rem;
    }
}

#banner-main-page .wrap-banner .n-carousel .n-carousel__dots {
    align-items: center;
}

#banner-main-page .wrap-banner .n-carousel .n-carousel__dots.n-carousel__dots--dot .n-carousel__dot.n-carousel__dot--active {
    background-color: #e9b033 !important;
    width: 14px;
    height: 14px;
    transition: 0.2s;
}

#banner-main-page .wrap-banner .n-carousel .n-carousel__dots.n-carousel__dots--dot .n-carousel__dot {
    width: 10px;
    height: 10px;
    transition: 0.2s;
    background-color: #fff !important;
}

#banner-shop-page .wrap-banner .n-carousel .n-carousel__dots {
    align-items: center;
}

#banner-shop-page .wrap-banner .n-carousel .n-carousel__slides .n-carousel__slide>img {
    display: block;
    border-radius: 10px;
}

#banner-shop-page .wrap-banner .n-carousel .n-carousel__dots.n-carousel__dots--dot .n-carousel__dot.n-carousel__dot--active {
    background-color: #e9b033 !important;
    width: 14px;
    height: 14px;
    transition: 0.2s;
}

#banner-shop-page .wrap-banner .n-carousel .n-carousel__dots.n-carousel__dots--dot .n-carousel__dot {
    width: 10px;
    height: 10px;
    transition: 0.2s;
    background-color: #fff !important;
}

#custom-pagination .n-pagination {
    --n-item-text-color: #fff !important;
    --n-item-text-color-active: #e9b033 !important;
    --n-item-border-active: none !important;
    --n-item-text-color-pressed: #fff !important;
    --n-item-text-color-hover: #fff !important;
}

#custom-pagination .n-pagination .n-pagination-item.n-pagination-item--disabled.n-pagination-item--active,
#custom-pagination .n-pagination .n-pagination-item.n-pagination-item--disabled.n-pagination-item--button,
#custom-pagination .n-pagination .n-pagination-item.n-pagination-item--button {
    background: linear-gradient(#f2d638, #e9b033);
    border: black;
    width: 50px;
}

#custom-pagination .n-pagination .n-pagination-item.n-pagination-item--disabled {
    color: #000;
}

#custom-pagination .n-pagination .n-pagination-item.n-pagination-item--button .n-base-icon {
    font-size: 22px;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

@keyframes loader {

    0%,
    20%,
    80%,
    to {
        opacity: 0;
        transform: scale(0);
    }

    30%,
    70% {
        opacity: 1;
        transform: scale(1);
    }
}

.loader {
    height: 24px;
    position: relative;
    width: 24px;
}

.loader div {
    animation: loader 2.1s infinite backwards;
    background: linear-gradient(180deg, #f2d638, #e9b033);
    height: 12px;
    margin-top: 6px;
    position: absolute;
    width: 24px;
}

.loader div:after,
.loader div:before {
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
}

.loader div:after {
    top: -6px;
    border-bottom: 6px solid #f2d638;
}

.loader div:before {
    bottom: -6px;
    border-top: 6px solid #e9b033;
}

.loader div:nth-child(1) {
    animation-delay: 0s;
    left: -28px;
    top: 0;
}

.loader div:nth-child(2) {
    animation-delay: 0.1s;
    left: -14px;
    top: 22px;
}

.loader div:nth-child(3) {
    animation-delay: 0.2s;
    left: 14px;
    top: 22px;
}

.loader div:nth-child(4) {
    animation-delay: 0.3s;
    left: 28px;
    top: 0;
}

.loader div:nth-child(5) {
    animation-delay: 0.4s;
    left: 14px;
    top: -22px;
}

.loader div:nth-child(6) {
    animation-delay: 0.5s;
    left: -14px;
    top: -22px;
}

.loader div:nth-child(7) {
    animation-delay: 0.6s;
    left: 0;
    top: 0;
}

.loaderText {
    background-image: linear-gradient(180deg, #f2d638, #e9b033);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    box-sizing: border-box;
}

.loaderText:after {
    content: "";
    width: 5px;
    height: 5px;
    background: linear-gradient(180deg, #f2d638, #e9b033);
    position: absolute;
    bottom: 10px;
    right: -7px;
    box-sizing: border-box;
    animation: animloader 1s linear infinite;
}

@keyframes animloader {
    0% {
        box-shadow: 10px 0 #fff0, 20px 0 #fff0;
    }

    50% {
        box-shadow: 10px 0 #e9b033, 20px 0 #fff0;
    }

    to {
        box-shadow: 10px 0 #e9b033, 20px 0 #e9b033;
    }
}

.loaderBar {
    width: 226.3083451202px;
    height: 22px;
    border-radius: 20px;
    color: #f4bf00;
    border: 2px solid;
    position: relative;
    filter: drop-shadow(0 0 10px #f2d638);
}

.loaderBar:before {
    content: "";
    position: absolute;
    margin: 2px;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    background: #f4bf00;
    animation: fillProgress 2.5s ease-in-out infinite,
        lightEffect 1s infinite linear;
    animation-fill-mode: forwards;
}

.percentRun {
    animation: counter 2.5s ease-in-out infinite;
    font: 800 30px Noto Sans Thai;
    counter-reset: num var(--num);
    color: var(--primary-color-1, #f4bf00);
    filter: drop-shadow(0 0 10px var(--primary-color-1, #f2d638));
}

@property --num {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}

@keyframes counter {
    0% {
        --num: 0;
    }

    to {
        --num: 100;
    }
}

@keyframes fillProgress {
    0% {
        width: 0;
    }

    33% {
        width: 33.333%;
    }

    66% {
        width: 66.67%;
    }

    to {
        width: 98%;
    }
}

@keyframes lightEffect {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        background: repeating-linear-gradient(45deg,
                #f2d638 0 30px,
                #f2d638 0 40px) right/200% 100%;
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        background: repeating-linear-gradient(45deg,
                #f2d638 0 30px,
                #f2d638 0 40px,
                rgba(255, 255, 255, 0.3) 0 40px) right/200% 100%;
    }
}

.typing {
    overflow: hidden;
    white-space: nowrap;
    animation: typingAnim 2.4s steps(20) infinite;
}

@keyframes typingAnim {
    0% {
        width: 0;
    }

    to {
        width: 85%;
    }
}

.loader-article {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loader-article>div {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    box-shadow: 0 0 10px orange;
    background: #ffecba;
    float: left;
    margin: 5px;
    transform: scale(2);
    z-index: 9999;
}

.loader-article>div:nth-child(1) {
    animation: anm-BL-53-move1 1s infinite linear;
}

.loader-article>div:nth-child(2) {
    animation: anm-BL-53-move2 1s infinite linear;
    animation-delay: 0.2s;
}

.loader-article>div:nth-child(3) {
    animation: anm-BL-53-move3 1s infinite linear;
    animation-delay: 0.3s;
}

.loader-article>div:nth-child(4) {
    animation: anm-BL-53-move4 1s infinite linear;
    animation-delay: 0.4s;
}

.loader-article>div:nth-child(5) {
    animation: anm-BL-53-move5 1s infinite linear;
    animation-delay: 0.5s;
}

@keyframes anm-BL-53-move1 {
    50% {
        background: #ffbb00;
        transform: scale(1);
    }
}

@keyframes anm-BL-53-move2 {
    50% {
        background: #ffbb00;
        transform: scale(1);
    }
}

@keyframes anm-BL-53-move3 {
    50% {
        background: #ffbb00;
        transform: scale(1);
    }
}

@keyframes anm-BL-53-move4 {
    50% {
        background: #ffbb00;
        transform: scale(1);
    }
}

@keyframes anm-BL-53-move5 {
    50% {
        background: #ffbb00;
        transform: scale(1);
    }
}

#custom-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical:not(.n-scrollbar-rail--disabled) {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 32px;
    right: -0.5px;
}

#custom-scrollbar .n-scrollbar-rail__scrollbar {
    background: linear-gradient(to bottom,
            var(--primary-color-1) 0%,
            var(--primary-color-2) 100%) !important;
}

#deposit-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical:not(.n-scrollbar-rail--disabled) {
    display: none;
}

#deposit-scrollbar .n-scrollbar-rail__scrollbar {
    display: none;
}

.n-checkbox-box__border {
    --n-border-checked: 1px solid #e9b033 !important;
    --n-border-focus: 1px solid #e9b033 !important;
}

#confetti {
    z-index: 5000;
}

.n-drawer {
    background: linear-gradient(180deg,
            var(--theme-color-1) 0%,
            var(--theme-color-2) 100%) !important;
}

.button-text-primary {
    color: var(--primary-font-color, "#fff");
}

.button-text-secondary {
    color: var(--secondary-font-color, "#fff");
}

.button-theme-primary {
    background: var(--theme-color-1, #3e3e3e);
    background: linear-gradient(180deg,
            var(--theme-color-1, #3e3e3e),
            var(--theme-color-2, #0a0a0a));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1", endColorstr="$color2", GradientType=1);
}

.rule-text-color,
.rule-text-color p,
.rule-text-color span {
    color: #fff !important;
}

.wrap-noti-event {
    position: fixed;
    top: 30%;
    bottom: 0;
    left: -3px;
    z-index: 1000;
    background: #8e8f95;
    background: linear-gradient(to right,
            #8e8f95 0%,
            #ffffff 14%,
            #8e8f95 50%,
            #ffffff 85%,
            #8e8f95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8e8f95", endColorstr="#8e8f95", GradientType=1);
    border-radius: 0 12px 12px 0;
    padding: 2px;
    width: 110px;
    height: -moz-max-content;
    height: max-content;
}

.wrap-noti-event .inner-noti-event {
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
    background: linear-gradient(#3e3e3e, #0a0a0a);
    border-radius: 0 12px 12px 0;
    padding: 0.7rem;
}

.wrap-noti-event .inner-noti-event .wrap-item-noti-event {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    gap: 10px;
}

.wrap-noti-event .inner-noti-event .wrap-item-noti-event .item-noti-event {
    position: relative;
    background: #8e8f95;
    width: 80px;
    background: var(--theme-color-1);
    background: linear-gradient(to right,
            var(--theme-color-1) 0%,
            var(--theme-color-2) 14%,
            var(--theme-color-1) 50%,
            var(--theme-color-2) 85%,
            var(--theme-color-1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1", endColorstr="$color2", GradientType=1);
    border-radius: 2px;
    padding: 2px;
}

.wrap-noti-event .inner-noti-event .wrap-item-noti-event .item-noti-event .inner-item-noti-event {
    padding: 5px;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: linear-gradient(#3e3e3e, #0a0a0a);
    border-radius: 2px;
    color: #fff;
}

.wrap-noti-event .inner-noti-event .wrap-item-noti-event .item-noti-event .inner-item-noti-event:hover {
    background: linear-gradient(180deg,
            var(--primary-color-1),
            var(--primary-color-2));
    color: #000;
}

.wrap-noti-event .inner-noti-event .wrap-item-noti-event .item-noti-event .inner-item-noti-event:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

.active-noti {
    transform: translate(0);
    transition: all 1s ease-in-out;
}

.active-noti svg {
    rotate: 180deg;
}

.close-noti {
    transform: translate(-6rem);
    transition: all 1s ease-in-out;
}

@media only screen and (max-width: 1366px) {
    .wrap-noti-event {
        width: 85px;
    }

    .wrap-noti-event p {
        font-size: 0.7rem;
    }

    .wrap-noti-event .inner-noti-event .wrap-item-noti-event .item-noti-event {
        width: 65px;
    }

    .close-noti {
        transform: translate(-4.5rem);
    }
}

@media only screen and (max-width: 600px) {
    .wrap-noti-event {
        width: 85px;
    }

    .wrap-noti-event p {
        font-size: 0.6rem;
    }

    .wrap-noti-event .inner-noti-event .wrap-item-noti-event .item-noti-event {
        width: 65px;
    }

    .wrap-noti-event .inner-noti-event .wrap-item-noti-event .item-noti-event .inner-item-noti-event {
        padding: 0;
    }

    .wrap-noti-event .inner-noti-event .wrap-item-noti-event .item-noti-event {
        width: 55px;
    }

    .close-noti {
        transform: translate(-4.5rem);
    }
}

#footer-main .wrap-footer {
    margin-top: 1rem;
    padding: 2px 0 0;
    background: #f1f6fa;
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo {
    display: flex;
    justify-content: center;
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo img {
    width: 130px;
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo-brand-game {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo-brand-game .wrap-logo-brand-game {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo-brand-game .wrap-logo-brand-game .item-logo-brand-game {
    width: 7.3%;
    border-radius: 16px;
    padding: 1.4rem 0.5rem;
    background: rgba(255, 255, 255, 0.15);
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo-brand-game .wrap-logo-brand-game .item-logo-brand-game .inner-item-logo-brand-game img {
    width: 100%;
}

#footer-main .wrap-footer .inner-wrap-footer .box-payment-method {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.5rem;
}

#footer-main .wrap-footer .inner-wrap-footer .box-payment-method p {
    font-size: 1.1rem;
    font-weight: 600;
    background: linear-gradient(180deg, #000000 0%, #0043ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#footer-main .wrap-footer .inner-wrap-footer .box-payment-method .wrap-logo-bank {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    gap: 7px;
}

#footer-main .wrap-footer .inner-wrap-footer .box-payment-method .wrap-logo-bank .item-logo-bank {
    width: 7.5%;
    padding: 2px;
    border-radius: 50%;
}

#footer-main .wrap-footer .inner-wrap-footer .box-payment-method .wrap-logo-bank .item-logo-bank img {
    width: 100%;
}

#footer-main .wrap-footer .inner-wrap-footer .box-tag-seo {
    margin: 2.5rem 0 1rem;
}

#footer-main .wrap-footer .inner-wrap-footer .box-tag-seo .wrap-tag-seo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

#footer-main .wrap-footer .inner-wrap-footer .box-tag-seo .wrap-tag-seo .item-tag-seo {
    width: 10%;
    border-radius: 12px;
    border: 1px solid #fff;
    padding: 2px 5px;
    text-align: center;
}

.wrap-footer-float {
    display: none;
}

@media only screen and (max-width: 1366px) {
    .inner-wrap-footer .box-tag-seo .wrap-tag-seo .item-tag-seo {
        width: 15% !important;
    }

    #footer-main .wrap-footer .inner-wrap-footer {
        padding: 1rem 5vw;
    }

    .box-logo p {
        margin: 1rem 0 !important;
    }

    .box-tag-seo {
        margin: 2rem 0 1rem !important;
    }

    .box-payment-method {
        margin: 1rem 0 !important;
    }
}

@media only screen and (max-width: 640px) {
    .inner-wrap-footer {
        padding: 1rem 4vw !important;
    }

    .inner-wrap-footer .box-logo-brand-game .wrap-logo-brand-game {
        gap: 5px !important;
        margin-top: 0.5rem !important;
    }

    .inner-wrap-footer .box-logo-brand-game .wrap-logo-brand-game .item-logo-brand-game {
        width: 15.5% !important;
        padding: 1rem 0.1rem !important;
    }

    .inner-wrap-footer .box-payment-method .wrap-logo-bank {
        gap: 2px !important;
        margin-top: 0.5rem !important;
    }

    .inner-wrap-footer .box-payment-method .wrap-logo-bank .item-logo-bank {
        width: 16% !important;
    }

    .inner-wrap-footer .box-tag-seo {
        margin: 1rem 0 0 !important;
    }

    .inner-wrap-footer .box-tag-seo .wrap-tag-seo .item-tag-seo {
        width: 30% !important;
    }

    .inner-wrap-footer .box-tag-seo .wrap-tag-seo .item-tag-seo p {
        font-size: 0.8rem !important;
    }

    .wrap-footer-float {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 10;
        background: linear-gradient(180deg,
                rgba(13, 203, 236, 0) 0%,
                #a5e5fb 75.52%);
    }

    .wrap-footer-float .box-footer-float {
        padding: 2px;
        border-radius: 32px;
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float {
        border-radius: 32px;
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float {
        position: absolute;
        bottom: 0;
        width: 100%;
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
        padding: 2px 5px;
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float .item-menu-foot-float {
        width: 17.5%;
        text-align: center;
        position: relative;
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float .item-menu-foot-float:first-child p {
        margin-bottom: -2px;
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float .item-menu-foot-float a img {
        margin: 8px auto 0;
        width: 80%;
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float .item-menu-foot-float p {
        position: absolute;
        bottom: -17px;
        left: 0;
        right: 0;
        margin: -10px auto 0;
        color: #0067a4;
        text-align: center;
        /* font-family: Kanit; */
        font-size: 14px;
        font-style: normal;
        /* font-weight: 600; */
        line-height: normal;
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float .item-menu-foot-float:nth-child(3) {
        animation: zoom 1.5s infinite !important;
        width: 30%;
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float .item-menu-foot-float:nth-child(3) p {
        display: none;
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float .item-menu-foot-float:nth-child(3) a {
        display: flex;
        justify-content: center;
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float .item-menu-foot-float:nth-child(3) img {
        margin-top: -5px;
        width: 90%;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.95) translateY(-30px);
    }

    50% {
        transform: scale(1.05) translateY(-30px);
    }

    to {
        transform: scale(0.95) translateY(-30px);
    }
}

@media screen and (device-width: 768px) and (device-height: 1024px) {
    .inner-wrap-footer {
        padding: 1rem 4vw !important;
    }

    .inner-wrap-footer .box-logo-brand-game .wrap-logo-brand-game .item-logo-brand-game {
        width: 10% !important;
    }

    .inner-wrap-footer .box-payment-method .wrap-logo-bank .item-logo-bank {
        width: 8% !important;
    }

    .inner-wrap-footer .box-tag-seo .wrap-tag-seo .item-tag-seo p {
        font-size: 0.8rem !important;
    }
}

@media screen and (min-width: 1023px) and (max-width: 1024px) {
    .inner-wrap-footer {
        padding: 1rem 4vw !important;
    }

    .inner-wrap-footer .box-logo-brand-game .wrap-logo-brand-game .item-logo-brand-game {
        width: 6.7% !important;
    }

    .inner-wrap-footer .box-payment-method .wrap-logo-bank .item-logo-bank {
        width: 6% !important;
    }

    .inner-wrap-footer .box-tag-seo .wrap-tag-seo .item-tag-seo {
        width: 12% !important;
    }

    .inner-wrap-footer .box-tag-seo .wrap-tag-seo .item-tag-seo p {
        font-size: 0.8rem !important;
    }
}

.bg-header-left-mb,
.bg-header-right-mb {
    display: none;
}

@media only screen and (max-width: 640px) {
    .bg-header-left {
        display: none;
    }

    .bg-header-left-mb {
        display: block;
    }

    .bg-header-right {
        display: none;
    }

    .bg-header-right-mb {
        display: block;
    }

    .wrap-header .header-left .wrap-item-header-left .box-logo {
        width: 28% !important;
        margin-left: 12px !important;
        height: 77px;
    }

    .wrap-header .header-left .wrap-item-header-left .box-logo img {
        max-width: 80px;
        height: auto;
    }

    .wrap-header .header-left .wrap-item-header-left .box-economy {
        width: 68% !important;
        /* margin-top: 0.2rem !important; */
        display: flex;
        flex-direction: column;
    }

    .wrap-header .header-left .wrap-item-header-left .box-economy .box-username {
        width: 100% !important;
    }

    .wrap-header .header-left .wrap-item-header-left .box-economy .box-username img {
        width: 29px !important;
    }

    .wrap-header .header-left .wrap-item-header-left .box-economy .box-username .text-username {
        margin-left: 0.1rem !important;
    }

    .wrap-header .header-left .wrap-item-header-left .box-economy .box-username p {
        font-size: 1.1rem !important;
    }

    .wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy {
        width: 100% !important;
    }

    .wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy .box-amount-header {
        width: 115px !important;
        height: 40px !important;
    }

    .wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy .box-amount-header img {
        width: 18px !important;
    }

    .wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy .box-amount-header p {
        margin-bottom: 0;
        color: #e9b033;
        font-size: 12px !important;
    }

    .wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy .box-amount-header .xicon {
        font-size: 20px !important;
    }

    .wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy .box-gem-header {
        margin-left: 0.5rem !important;
        width: 80px !important;
        height: 22px !important;
    }

    .wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy .box-gem-header img {
        width: 12px !important;
    }

    .wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy .box-gem-header p {
        margin-bottom: 0;
        color: #e9b033;
        font-size: 12px !important;
    }

    .wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy .box-gem-header .xicon {
        font-size: 20px !important;
    }

    .wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right {
        display: flex;
        justify-content: flex-end !important;
        align-items: center;
    }

    .wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-bag-header,
    .wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-promotion-header {
        display: none !important;
    }

    .wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-hamburger {
        width: 45% !important;
        text-align: center;
    }

    .wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-hamburger img {
        width: 100% !important;
        margin-top: 0.5rem !important;
        margin-left: -0.7rem !important;
    }
}

.wrap-header {
    display: flex;
    flex-wrap: wrap;
}

.wrap-header .header-left {
    width: 80%;
    position: relative;
    z-index: 10;
    height: 95px;
}

@media screen and (max-width: 1440px) {
    .wrap-header .header-left {
        max-height: 95px;
    }
}

.wrap-header .header-left .wrap-item-header-left {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.wrap-header .header-left .wrap-item-header-left .box-logo {
    padding-top: 0.5rem;
    margin-left: 2rem;
    height: 80px;
    width: 22%;
    display: flex;
    align-items: center;
}

.wrap-header .header-left .wrap-item-header-left .box-logo img {
    max-width: 170px;
    height: auto;
}

@media screen and (min-width: 768px) and (max-width: 820px) {
    .wrap-header .header-left .wrap-item-header-left .box-logo {
        width: 18%;
        margin-left: 0.5rem;
    }

    .wrap-header .header-left .wrap-item-header-left .box-logo img {
        max-width: 80px;
    }
}

.wrap-header .header-left .wrap-item-header-left .box-economy {
    width: 78%;
    display: flex;
    margin-top: 0.2rem;
}

.wrap-header .header-left .wrap-item-header-left .box-economy .n-progress-content {
    margin-top: -0.4rem;
}

@media only screen and (max-width: 768px) {
    .wrap-header .header-left .wrap-item-header-left .box-economy .text-username {
        font-size: 17px !important;
    }

    .wrap-header .header-left .wrap-item-header-left .box-economy .n-progress.n-progress--line .n-progress-custom-content {
        margin-left: 14px;
        margin-right: 5px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 600px) {
    .wrap-header .header-left .wrap-item-header-left .box-economy .box-username {
        order: 2 !important;
    }

    .wrap-header .header-left .wrap-item-header-left .box-economy .box-username img {
        width: 22px !important;
        margin-left: 7px;
    }

    .wrap-header .header-left .wrap-item-header-left .box-economy .box-username .text-username {
        display: none !important;
    }

    .wrap-header .header-left .wrap-item-header-left .box-economy .box-username .n-progress-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0;
    }

    .wrap-header .header-left .wrap-item-header-left .box-economy .box-username .n-progress-content .n-progress-graph {
        min-width: calc(100% - 16px);
        order: 2;
    }

    .wrap-header .header-left .wrap-item-header-left .box-economy .box-username .n-progress-content .n-progress-custom-content {
        margin-left: 2px;
        margin-top: -5px;
    }

    .wrap-header .header-left .wrap-item-header-left .box-economy .box-username .n-progress-content span {
        font-size: 0.65rem;
        order: 1;
    }

    .wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy {
        order: 1 !important;
        margin-top: 0.2rem !important;
    }
}

.wrap-header .header-left .wrap-item-header-left .box-economy .box-username {
    width: 40%;
    margin-top: -5px;
    order: 1;
}

.wrap-header .header-left .wrap-item-header-left .box-economy .box-username img {
    width: 46px;
}

.wrap-header .header-left .wrap-item-header-left .box-economy .box-username .text-username {
    color: #e9b033;
    font-family: Kanit;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
    text-shadow: 0px 1px 0px #000;
}

.wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy {
    /* width: 50%; */
    display: flex;
    justify-content: flex-end;
    margin-top: 0.6rem;
    order: 2;
}

@media screen and (min-width: 768px) and (max-width: 820px) {
    .wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy {
        width: 61%;
    }
}

.wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy .box-amount-header {
    height: 41px;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    /* border-radius: 50px;
    background: var(--black, rgba(97, 231, 255, 0.706));
    box-shadow: 0 4px 2px #37a8f340 inset, 0 -4px 2px #37a8f340 inset; */
}

.wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy .box-amount-header img {
    width: 32px;
}

.wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy .box-amount-header p {
    margin-bottom: 0;
    color: #0067a4;
    font-size: 18px;
}

.wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy .box-amount-header a {
    cursor: pointer;
}

.wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy .box-gem-header {
    margin-left: 1.5rem;
    width: 200px;
    height: 41px;
    display: flex;
    padding: 2px;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    background: var(--black, rgba(1, 6, 0, 0.7058823529));
    box-shadow: 0 4px 2px #00000040 inset, 0 -4px 2px #00000040 inset;
}

@media screen and (min-width: 768px) and (max-width: 820px) {
    .wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy .box-gem-header {
        margin-left: 0.5rem;
    }
}

.wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy .box-gem-header img {
    width: 22px;
    margin-left: 5px;
}

.wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy .box-gem-header p {
    margin-bottom: 0;
    color: #e9b033;
    font-size: 18px;
}

.wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy .box-gem-header a {
    cursor: pointer;
}

.wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy .box-gem-header .gem-container {
    position: relative;
}

.wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy .box-gem-header .gem-container .sparkles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy .box-gem-header .gem-container .sparkles .one {
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 1;
    font-size: 11px;
    animation: shine 0.5s linear infinite;
}

@media only screen and (max-width: 600px) {
    .wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy .box-gem-header .gem-container .sparkles .one {
        font-size: 8px;
    }
}

.wrap-header .header-left .wrap-item-header-left .box-economy .inner-economy .box-gem-header .gem-container .sparkles .two {
    position: absolute;
    bottom: -5px;
    right: -5px;
    z-index: 1;
    font-size: 9px;
    animation: shine 0.5s linear infinite 0.25s;
}

@keyframes shine {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.wrap-header .header-right {
    width: 20%;
    position: relative;
    z-index: 10;
    max-height: 72px;
}

@media screen and (max-width: 1440px) {
    .wrap-header .header-right {
        max-height: 72px;
    }
}

@media only screen and (max-width: 600px) {
    .wrap-header .header-right {
        max-height: 69px;
        margin-left: -5px;
    }
}

.wrap-header .header-right .wrap-item-header-right {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
}

.wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

@media screen and (min-width: 1023px) and (max-width: 1024px) {
    .wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-bag-header {
        width: 24% !important;
        margin-left: 0.5rem !important;
    }

    .wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-bag-header span {
        font-size: 14px !important;
    }

    .wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-promotion-header {
        width: 24% !important;
    }

    .wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-promotion-header span {
        font-size: 14px !important;
    }

    .wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-hamburger {
        width: 24% !important;
        margin-top: 0.5rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 820px) {

    .wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-bag-header,
    .wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-promotion-header {
        display: none;
    }

    .wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-hamburger {
        width: 35% !important;
        margin-top: 0.5rem;
    }
}

.wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-bag-header {
    width: 13%;
    text-align: center;
    margin-left: 2rem;
    position: relative;
}

.wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-bag-header img {
    width: 100%;
    margin-bottom: -5px;
}

.wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-bag-header .text-d {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    white-space: nowrap;
    font-size: 1.05rem;
    text-shadow: rgb(0, 0, 0) 3px 0px 0px,
        rgb(0, 0, 0) 0.540302px 0.841471px 0px,
        rgb(0, 0, 0) -0.416147px 0.909297px 0px,
        rgb(0, 0, 0) -0.989992px 0.14112px 0px,
        rgb(0, 0, 0) -0.653644px -0.756802px 0px,
        rgb(0, 0, 0) 0.283662px -0.958924px 0px,
        rgb(0, 0, 0) 0.96017px -0.279415px 0px;
}

@media screen and (max-width: 1440px) {
    .wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-bag-header .text-d {
        bottom: -20px;
        left: -9px;
    }
}

@media screen and (max-width: 1024px) {
    .wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-bag-header .text-d {
        bottom: -10px;
        left: 0;
    }
}

.wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-promotion-header,
.wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-hamburger {
    width: 13%;
    text-align: center;
    position: relative;
}

.wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-promotion-header a,
.wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-hamburger a {
    cursor: pointer;
}

.wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-promotion-header img,
.wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-hamburger img {
    width: 100%;
}

.wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-promotion-header .text-d,
.wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-hamburger .text-d {
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    white-space: nowrap;
    font-size: 1.05rem;
    text-shadow: rgb(0, 0, 0) 3px 0px 0px,
        rgb(0, 0, 0) 0.540302px 0.841471px 0px,
        rgb(0, 0, 0) -0.416147px 0.909297px 0px,
        rgb(0, 0, 0) -0.989992px 0.14112px 0px,
        rgb(0, 0, 0) -0.653644px -0.756802px 0px,
        rgb(0, 0, 0) 0.283662px -0.958924px 0px,
        rgb(0, 0, 0) 0.96017px -0.279415px 0px;
}

@media screen and (max-width: 1440px) {

    .wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-promotion-header .text-d,
    .wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-hamburger .text-d {
        bottom: -18px;
        left: -9px;
    }
}

@media screen and (max-width: 1024px) {

    .wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-promotion-header .text-d,
    .wrap-header .header-right .wrap-item-header-right .inner-wrap-item-header-right .box-hamburger .text-d {
        bottom: -15px;
        left: -20px;
    }
}

.n-drawer .n-drawer-content .n-drawer-header .n-drawer-header__close {
    background-color: transparent;
}

.section-content .box-ranking-home {
    width: 30%;
    order: 1;
}

.section-content .box-ranking-home .wrap-ranking-home {
    width: 100%;
    height: 100%;
    background: #8e8f95;
    background: linear-gradient(to right,
            #8e8f95 0%,
            #ffffff 14%,
            #8e8f95 50%,
            #ffffff 85%,
            #8e8f95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8e8f95", endColorstr="#8e8f95", GradientType=1);
    border-radius: 12px;
    padding: 1px;
}

.section-content .box-ranking-home .wrap-ranking-home .inner-wrap-ranking-home {
    border-radius: 12px;
    color: #fff;
    height: 100%;
}

.section-content .box-ranking-home .wrap-ranking-home .b-badge-ranking {
    width: 20%;
}

.section-content .box-ranking-home .wrap-ranking-home .b-info-ranking {
    width: 80%;
    padding: 0.5rem;
}

.section-content .box-ranking-home .wrap-ranking-home .b-info-ranking h3 {
    font-size: 1.5rem;
}

.section-content .box-ranking-home .wrap-ranking-home .b-info-ranking p {
    font-size: 1rem;
}

@media only screen and (max-width: 600px) {
    .section-content .box-ranking-home .wrap-ranking-home .b-info-ranking h3 {
        font-size: 1rem;
    }

    .section-content .box-ranking-home .wrap-ranking-home .b-info-ranking p {
        font-size: 0.8rem;
    }
}

.section-content .box-transaction {
    width: 70%;
    order: 2;
}

.section-content .box-hideranking {
    width: 100%;
    order: 2;
}

.section-content .box-hideranking .box-deposit-withdraw .depoist-button-home,
.section-content .box-hideranking .box-deposit-withdraw .withdraw-button-home {
    width: 150px;
}

.section-content .box-hideranking .box-affiliate .box-text p {
    padding-left: 1rem;
}

.section-content .box-hideranking .box-affiliate .primary-button {
    width: 250px;
}

@media only screen and (max-width: 1300px) {
    .section-content .box-hideranking .box-affiliate .box-text p {
        padding-left: 0;
    }

    .section-content .box-hideranking .box-affiliate .primary-button {
        width: 150px;
    }
}

.section-content .box-hideranking .box-cashback .box-text p {
    padding-left: 1rem;
}

.section-content .box-hideranking .box-cashback .primary-button {
    width: 250px;
}

@media only screen and (max-width: 1300px) {
    .section-content .box-hideranking .box-cashback .box-text p {
        padding-left: 0;
    }

    .section-content .box-hideranking .box-cashback .primary-button {
        width: 150px;
    }

    .section-content {
        margin: 0 0.5rem;
    }

    .section-content .box-ranking-home {
        width: 100%;
        order: 1;
    }

    .section-content .box-transaction {
        width: 100%;
        order: 2;
        margin-top: 10px;
    }
}

@media screen and (min-width: 600px) and (max-width: 1366px) {
    .section-content .wrap-menu-home {
        padding: 0 !important;
        flex-wrap: wrap;
    }

    .section-content .wrap-menu-home .item-menu-home {
        margin-top: 1rem;
    }
}

.section-content .layout-menu-home {
    display: flex;
    padding: 1rem 0 0;
}

.section-content .layout-menu-home .item-menu-home .inner-bg-btn-home {
    fill: url(#gradient-main);
}

@media screen and (min-width: 1440px) {
    .section-content .layout-menu-home .item-menu-home:hover .inner-bg-btn-home {
        fill: url(#gradient-hover);
    }

    .section-content .layout-menu-home .item-menu-home:hover img {
        transform: scale(1.2);
        transition: 0.5s;
    }

    .section-content .layout-menu-home .item-menu-home:hover span {
        color: var(--theme-font-color-1);
        font-weight: 500;
    }
}

@media screen and (min-width: 600px) {

    .section-content .layout-menu-home .layout-menu-10,
    .section-content .layout-menu-home .layout-menu-9,
    .section-content .layout-menu-home .layout-menu-8,
    .section-content .layout-menu-home .layout-menu-7,
    .section-content .layout-menu-home .layout-menu-6,
    .section-content .layout-menu-home .layout-menu-5,
    .section-content .layout-menu-home .layout-menu-4,
    .section-content .layout-menu-home .layout-menu-3,
    .section-content .layout-menu-home .layout-menu-2 {
        display: flex;
    }
}

.section-content .layout-menu-home .layout-menu-10 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .section-content .layout-menu-home .layout-menu-10 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 70px repeat(4, 95px) 95px;
        gap: 10px 10px;
        grid-auto-flow: row;
        grid-template-areas: "btn1 btn1 btn1 btn2 btn2 btn2" "btn3 btn3 btn4 btn4 btn5 btn5" "btn6 btn6 btn7 btn7 btn8 btn8" "btn9 btn9 btn10 btn10 btn11 btn11" "btn12 btn12 btn13 btn13 btn14 btn14";
    }
}

.section-content .layout-menu-home .layout-menu-10 .item-menu-home {
    width: 20%;
    position: relative;
}

.section-content .layout-menu-home .layout-menu-10 .item-menu-home a {
    position: absolute;
    display: flex;
    padding: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-content .layout-menu-home .layout-menu-10 .item-menu-home a img {
    position: relative;
    top: 0;
    left: 0;
    width: 40%;
    transition: 0.5s;
    transform: scale(1.2);
}

/* .section-content .layout-menu-home .layout-menu-10 .item-menu-home a span {
    margin: auto;
    color: #0067a4;
    font-size: clamp(20px, 4vw, 1rem);
} */
/* @media screen and (max-width: 1366px) {
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home a span {
        color: #0067a4;
        font-size: clamp(10px, 4vw, 1rem) !important;
        margin: auto;
    }
} */
/* @media screen and (min-width: 2560px) {
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home a span {
        color: #0067a4;
        font-size: clamp(30px, 4vw, 1rem) !important;
        margin: auto;
    }
} */
@media screen and (max-width: 600px) {
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home {
        width: 100%;
    }

    .section-content .layout-menu-home .layout-menu-10 .item-menu-home:nth-child(3) a,
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home:nth-child(4) a,
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home:nth-child(5) a,
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home:nth-child(6) a,
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home:nth-child(7) a,
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home:nth-child(8) a,
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home:nth-child(9) a,
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home:nth-child(10) a,
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home:nth-child(11) a,
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home:nth-child(12) a,
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home:nth-child(13) a,
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home:nth-child(14) a {
        flex-direction: column;
        align-items: center;
    }

    .section-content .layout-menu-home .layout-menu-10 .item-menu-home:nth-child(3) a img,
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home:nth-child(4) a img,
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home:nth-child(5) a img,
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home:nth-child(6) a img,
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home:nth-child(7) a img,
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home:nth-child(8) a img,
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home:nth-child(9) a img,
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home:nth-child(10) a img,
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home:nth-child(11) a img,
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home:nth-child(12) a img,
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home:nth-child(13) a img,
    .section-content .layout-menu-home .layout-menu-10 .item-menu-home:nth-child(14) a img {
        width: 50%;
        transition: 0.5s;
        transform: scale(1.3);
    }
}

.section-content .layout-menu-home .layout-menu-9 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(3, 95px);
    gap: 8px 8px;
    grid-auto-flow: row;
    grid-template-areas: "btn1 btn1 btn2 btn2 btn3 btn3" "btn4 btn4 btn5 btn5 btn6 btn6" "btn7 btn7 btn8 btn8 btn9 btn9";
}

.section-content .layout-menu-home .layout-menu-9 .item-menu-home {
    position: relative;
}

.section-content .layout-menu-home .layout-menu-9 .item-menu-home a {
    position: absolute;
    display: flex;
    padding: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-content .layout-menu-home .layout-menu-9 .item-menu-home a img {
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
    transition: 0.5s;
    transform: scale(1.3);
}

.section-content .layout-menu-home .layout-menu-9 .item-menu-home a span {
    color: #fff;
    font-size: clamp(10px, 4vw, 1rem);
    margin: auto;
}

.section-content .layout-menu-home .layout-menu-9 .item-menu-home a {
    flex-direction: column;
    align-items: center;
}

.section-content .layout-menu-home .layout-menu-8 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 70px repeat(2, 95px);
    gap: 8px 8px;
    grid-template-areas: "btn1 btn1 btn1 btn2 btn2 btn2" "btn3 btn3 btn4 btn4 btn5 btn5" "btn6 btn6 btn7 btn7 btn8 btn8";
}

.section-content .layout-menu-home .layout-menu-8 .item-menu-home {
    position: relative;
}

.section-content .layout-menu-home .layout-menu-8 .item-menu-home a {
    position: absolute;
    display: flex;
    padding: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-content .layout-menu-home .layout-menu-8 .item-menu-home a img {
    position: relative;
    top: 0;
    left: 0;
    width: 40%;
    transition: 0.5s;
    transform: scale(1.3);
}

.section-content .layout-menu-home .layout-menu-8 .item-menu-home a span {
    color: #fff;
    font-size: clamp(10px, 4vw, 1rem);
    margin: auto;
}

.section-content .layout-menu-home .layout-menu-8 .item-menu-home:nth-child(3) a,
.section-content .layout-menu-home .layout-menu-8 .item-menu-home:nth-child(4) a,
.section-content .layout-menu-home .layout-menu-8 .item-menu-home:nth-child(5) a,
.section-content .layout-menu-home .layout-menu-8 .item-menu-home:nth-child(6) a,
.section-content .layout-menu-home .layout-menu-8 .item-menu-home:nth-child(7) a,
.section-content .layout-menu-home .layout-menu-8 .item-menu-home:nth-child(8) a {
    flex-direction: column;
    align-items: center;
}

.section-content .layout-menu-home .layout-menu-8 .item-menu-home:nth-child(3) a img,
.section-content .layout-menu-home .layout-menu-8 .item-menu-home:nth-child(4) a img,
.section-content .layout-menu-home .layout-menu-8 .item-menu-home:nth-child(5) a img,
.section-content .layout-menu-home .layout-menu-8 .item-menu-home:nth-child(6) a img,
.section-content .layout-menu-home .layout-menu-8 .item-menu-home:nth-child(7) a img,
.section-content .layout-menu-home .layout-menu-8 .item-menu-home:nth-child(8) a img {
    transform: scale(1.4);
}

.section-content .layout-menu-home .layout-menu-7 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 70px 95px 70px;
    gap: 10px 10px;
    grid-template-areas: "btn1 btn1 btn1 btn2 btn2 btn2" "btn3 btn3 btn4 btn4 btn5 btn5" "btn6 btn6 btn6 btn7 btn7 btn7";
}

.section-content .layout-menu-home .layout-menu-7 .item-menu-home {
    position: relative;
}

.section-content .layout-menu-home .layout-menu-7 .item-menu-home a {
    position: absolute;
    display: flex;
    padding: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-content .layout-menu-home .layout-menu-7 .item-menu-home a img {
    position: relative;
    top: 0;
    left: 0;
    width: 40%;
    transform: scale(1.4);
    transition: 0.5s;
}

.section-content .layout-menu-home .layout-menu-7 .item-menu-home a span {
    color: #fff;
    font-size: clamp(10px, 4vw, 1rem);
    margin: auto;
}

.section-content .layout-menu-home .layout-menu-7 .item-menu-home:nth-child(3) a,
.section-content .layout-menu-home .layout-menu-7 .item-menu-home:nth-child(4) a,
.section-content .layout-menu-home .layout-menu-7 .item-menu-home:nth-child(5) a {
    flex-direction: column;
    align-items: center;
}

.section-content .layout-menu-home .layout-menu-7 .item-menu-home:nth-child(3) a img,
.section-content .layout-menu-home .layout-menu-7 .item-menu-home:nth-child(4) a img,
.section-content .layout-menu-home .layout-menu-7 .item-menu-home:nth-child(5) a img {
    width: 50%;
    transform: scale(1.3);
}

.section-content .layout-menu-home .layout-menu-6 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(2, 95px);
    gap: 10px 10px;
    grid-template-areas: "btn1 btn1 btn2 btn2 btn3 btn3" "btn4 btn4 btn5 btn5 btn6 btn6";
}

.section-content .layout-menu-home .layout-menu-6 .item-menu-home {
    position: relative;
}

.section-content .layout-menu-home .layout-menu-6 .item-menu-home a {
    position: absolute;
    display: flex;
    padding: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-content .layout-menu-home .layout-menu-6 .item-menu-home a img {
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
    transition: 0.5s;
    transform: scale(1.3);
}

.section-content .layout-menu-home .layout-menu-6 .item-menu-home a span {
    color: #fff;
    font-size: clamp(10px, 4vw, 1rem);
    margin: auto;
}

.section-content .layout-menu-home .layout-menu-6 .item-menu-home a {
    flex-direction: column;
    align-items: center;
}

.section-content .layout-menu-home .layout-menu-5 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 70px 95px;
    gap: 10px 10px;
    grid-template-areas: "btn1 btn1 btn1 btn2 btn2 btn2" "btn3 btn3 btn4 btn4 btn5 btn5";
}

.section-content .layout-menu-home .layout-menu-5 .item-menu-home {
    position: relative;
}

.section-content .layout-menu-home .layout-menu-5 .item-menu-home a {
    position: absolute;
    display: flex;
    padding: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-content .layout-menu-home .layout-menu-5 .item-menu-home a img {
    position: relative;
    top: 0;
    left: 0;
    width: 40%;
    transition: 0.5s;
    transform: scale(1.3);
}

.section-content .layout-menu-home .layout-menu-5 .item-menu-home a span {
    color: #fff;
    font-size: clamp(10px, 4vw, 1rem);
    margin: auto;
}

.section-content .layout-menu-home .layout-menu-5 .item-menu-home:nth-child(3) a,
.section-content .layout-menu-home .layout-menu-5 .item-menu-home:nth-child(4) a,
.section-content .layout-menu-home .layout-menu-5 .item-menu-home:nth-child(5) a {
    flex-direction: column;
    align-items: center;
}

.section-content .layout-menu-home .layout-menu-5 .item-menu-home:nth-child(3) a img,
.section-content .layout-menu-home .layout-menu-5 .item-menu-home:nth-child(4) a img,
.section-content .layout-menu-home .layout-menu-5 .item-menu-home:nth-child(5) a img {
    width: 50%;
}

.section-content .layout-menu-home .layout-menu-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(2, 70px);
    gap: 10px 10px;
    grid-template-areas: "btn1 btn1 btn1 btn2 btn2 btn2" "btn3 btn3 btn3 btn4 btn4 btn4";
    width: 100%;
}

.section-content .layout-menu-home .layout-menu-4 .item-menu-home {
    position: relative;
}

.section-content .layout-menu-home .layout-menu-4 .item-menu-home a {
    position: absolute;
    display: flex;
    padding: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-content .layout-menu-home .layout-menu-4 .item-menu-home a img {
    position: relative;
    top: 0;
    left: 0;
    width: 40%;
    transition: 0.5s;
    transform: scale(1.2);
}

.section-content .layout-menu-home .layout-menu-4 .item-menu-home a span {
    color: #fff;
    font-size: clamp(10px, 4vw, 1rem);
    margin: auto;
}

.section-content .layout-menu-home .layout-menu-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(1, 95px);
    gap: 10px 10px;
    grid-template-areas: "btn1 btn1 btn2 btn2 btn3 btn3";
}

.section-content .layout-menu-home .layout-menu-3 .item-menu-home {
    position: relative;
}

.section-content .layout-menu-home .layout-menu-3 .item-menu-home a {
    position: absolute;
    display: flex;
    padding: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-content .layout-menu-home .layout-menu-3 .item-menu-home a img {
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
    transition: 0.5s;
    transform: scale(1.2);
}

.section-content .layout-menu-home .layout-menu-3 .item-menu-home a span {
    color: #fff;
    font-size: clamp(10px, 4vw, 1rem);
    margin: auto;
}

.section-content .layout-menu-home .layout-menu-3 .item-menu-home a {
    flex-direction: column;
    align-items: center;
}

.section-content .layout-menu-home .layout-menu-2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(1, 70px);
    gap: 10px 10px;
    grid-template-areas: "btn1 btn1 btn1 btn2 btn2 btn2";
    width: 100%;
}

.section-content .layout-menu-home .layout-menu-2 .item-menu-home {
    position: relative;
}

.section-content .layout-menu-home .layout-menu-2 .item-menu-home a {
    position: absolute;
    display: flex;
    padding: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-content .layout-menu-home .layout-menu-2 .item-menu-home a img {
    position: relative;
    top: 0;
    left: 0;
    width: 40%;
    transition: 0.5s;
    transform: scale(1.1);
}

.section-content .layout-menu-home .layout-menu-2 .item-menu-home a span {
    color: #fff;
    font-size: clamp(10px, 4vw, 1rem);
    margin: auto;
}

.section-content .layout-menu-home .layout-menu-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: "btn1 btn1 btn1 btn1 btn1 btn1";
}

.section-content .layout-menu-home .layout-menu-1 .item-menu-home {
    position: relative;
}

.section-content .layout-menu-home .layout-menu-1 .item-menu-home a {
    position: absolute;
    display: flex;
    padding: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-content .layout-menu-home .layout-menu-1 .item-menu-home a img {
    position: relative;
    top: 0;
    left: 0;
    width: 40%;
    transition: 0.5s;
}

.section-content .layout-menu-home .layout-menu-1 .item-menu-home a span {
    color: #fff;
    font-size: clamp(10px, 4vw, 1rem);
    margin: auto;
}

.section-content .layout-menu-home .btn1 {
    grid-area: btn1;
}

.section-content .layout-menu-home .btn2 {
    grid-area: btn2;
}

.section-content .layout-menu-home .btn3 {
    grid-area: btn3;
}

.section-content .layout-menu-home .btn4 {
    grid-area: btn4;
}

.section-content .layout-menu-home .btn5 {
    grid-area: btn5;
}

.section-content .layout-menu-home .btn6 {
    grid-area: btn6;
}

.section-content .layout-menu-home .btn7 {
    grid-area: btn7;
}

.section-content .layout-menu-home .btn8 {
    grid-area: btn8;
}

.section-content .layout-menu-home .btn9 {
    grid-area: btn9;
}

.section-content .layout-menu-home .btn10 {
    grid-area: btn10;
}

.section-content .layout-menu-home .btn11 {
    grid-area: btn11;
}

.section-content .layout-menu-home .btn12 {
    grid-area: btn12;
}

.section-content .layout-menu-home .btn13 {
    grid-area: btn13;
}

.section-content .layout-menu-home .btn14 {
    grid-area: btn14;
}

.section-content .wrap-menu-home {
    display: flex;
    padding: 1rem 0 0;
}

@media screen and (min-width: 600px) and (max-width: 1440px) {
    .section-content .wrap-menu-home .item-menu-home {
        width: 25% !important;
    }

    .section-content .wrap-menu-home .item-menu-home a {
        position: absolute;
        top: 0;
        padding: 0 !important;
        width: 100%;
        height: 100%;
    }

    .section-content .wrap-menu-home .item-menu-home a img {
        position: relative !important;
        top: 0 !important;
        left: 0;
        width: 40% !important;
        transition: 0.5s;
    }

    .section-content .wrap-menu-home .item-menu-home a span {
        margin-left: 0 !important;
        color: #fff;
        font-size: 1.2rem !important;
    }
}

@media only screen and (max-width: 600px) {
    .section-content .wrap-menu-home {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 0px;
        padding: 10px 0 0;
    }

    .section-content .wrap-menu-home .item-menu-home {
        width: 33.3% !important;
    }

    .section-content .wrap-menu-home .item-menu-home a {
        position: absolute;
        top: 0;
        padding: 3rem 0.5rem 0rem !important;
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        align-items: center;
        align-self: center;
    }

    .section-content .wrap-menu-home .item-menu-home a img {
        position: absolute;
        top: -10px !important;
        left: 0;
        right: 0;
        margin: auto;
        width: 80px !important;
        transition: 0.5s;
    }

    .section-content .wrap-menu-home .item-menu-home a span {
        margin-left: 0 !important;
        font-size: clamp(10px, 4vw, 1rem) !important;
    }

    .section-content .wrap-menu-home .item-menu-home:nth-child(1),
    .section-content .wrap-menu-home .item-menu-home:nth-child(2) {
        width: 50% !important;
        height: 16vw;
    }

    .section-content .wrap-menu-home .item-menu-home:nth-child(1) a,
    .section-content .wrap-menu-home .item-menu-home:nth-child(2) a {
        display: flex;
        flex-direction: row;
    }

    .section-content .wrap-menu-home .item-menu-home:nth-child(1) a span,
    .section-content .wrap-menu-home .item-menu-home:nth-child(2) a span {
        position: absolute;
        display: flex;
        align-items: center;
        top: 0;
        left: 55%;
        margin: auto;
        height: 100%;
    }

    .section-content .wrap-menu-home .item-menu-home:nth-child(1) a img,
    .section-content .wrap-menu-home .item-menu-home:nth-child(2) a img {
        position: absolute;
        top: -10px !important;
        left: 0 !important;
        right: auto !important;
        width: 40% !important;
        transition: 0.5s;
    }

    .section-content .wrap-menu-home .item-menu-home:nth-child(3) span,
    .section-content .wrap-menu-home .item-menu-home:nth-child(6) span {
        margin-left: -10px;
    }

    .section-content .wrap-menu-home .item-menu-home:nth-child(9),
    .section-content .wrap-menu-home .item-menu-home:nth-child(10) {
        display: flex !important;
        width: 50% !important;
        height: 16vw;
    }

    .section-content .wrap-menu-home .item-menu-home:nth-child(9) a,
    .section-content .wrap-menu-home .item-menu-home:nth-child(10) a {
        display: flex;
        flex-direction: row;
    }

    .section-content .wrap-menu-home .item-menu-home:nth-child(9) a span,
    .section-content .wrap-menu-home .item-menu-home:nth-child(10) a span {
        position: absolute;
        display: flex;
        align-items: center;
        top: 0;
        left: 55%;
        margin: auto;
        height: 100%;
    }

    .section-content .wrap-menu-home .item-menu-home:nth-child(9) a img,
    .section-content .wrap-menu-home .item-menu-home:nth-child(10) a img {
        position: absolute;
        left: 0 !important;
        right: auto !important;
        width: 40% !important;
        transition: 0.5s;
    }
}

.section-content .wrap-menu-home .item-menu-home {
    position: relative;
}

.section-content .wrap-menu-home .item-menu-home:nth-child(9) {
    display: none;
}

.section-content .wrap-menu-home .item-menu-home a {
    position: absolute;
    top: 0;
    padding: 1.5rem 0rem;
    width: 100%;
    height: 100%;
}

.section-content .wrap-menu-home .item-menu-home a img {
    position: absolute;
    top: -5px;
    left: 0;
    width: 80px;
    transition: 0.5s;
}

.section-content .wrap-menu-home .item-menu-home a span {
    margin-left: 80px;
    color: #fff;
    font-size: 1.2rem;
}

.section-content .wrap-menu-home .item-menu-home .inner-bg-btn-home {
    fill: url(#gradient-main);
}

@media screen and (min-width: 1440px) {
    .section-content .wrap-menu-home .item-menu-home:hover .inner-bg-btn-home {
        fill: url(#gradient-hover);
    }

    .section-content .wrap-menu-home .item-menu-home:hover img {
        transform: scale(1.2);
        transition: 0.5s;
    }

    .section-content .wrap-menu-home .item-menu-home:hover span {
        color: var(--theme-font-color-1);
        font-weight: 500;
    }
}

.section-content .bg-inner-wrap-show-coupon {
    background: rgba(1, 6, 0, 0.5);
    padding: 1rem;
    border-radius: 12px;
}

@media only screen and (max-width: 600px) {
    .section-content .bg-inner-wrap-show-coupon {
        padding: 0.5rem 0.5rem 1rem !important;
    }
}

@media only screen and (max-width: 1366px) {
    .section-content .bg-inner-wrap-show-coupon {
        padding: 0.5rem 0.5rem 1rem !important;
    }
}

.section-content .wrap-show-coupon {
    width: 100%;
    height: 316px;
    overflow: hidden;
}

.section-content .wrap-show-coupon h2 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    margin-left: 1rem;
}

@media only screen and (max-width: 600px) {
    .section-content .wrap-show-coupon h2 {
        font-size: 1.1rem;
    }
}

.section-content .wrap-show-coupon .inner-wrap-show-coupon {
    color: #fff;
    padding: 0.5rem 0 2rem;
}

.section-content .wrap-show-coupon .inner-wrap-show-coupon .wrap-item-coupon {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    padding: 0 0.5rem;
}

@media only screen and (max-width: 1366px) {
    .section-content .wrap-show-coupon .inner-wrap-show-coupon .wrap-item-coupon .item-coupon {
        width: 49% !important;
    }
}

@media only screen and (max-width: 600px) {
    .section-content .wrap-show-coupon .inner-wrap-show-coupon .wrap-item-coupon .item-coupon {
        width: 97% !important;
    }
}

.section-content .wrap-show-coupon .inner-wrap-show-coupon .wrap-item-coupon .item-coupon {
    width: 49%;
    background: #8e8f95;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.section-content .wrap-show-coupon .inner-wrap-show-coupon .wrap-item-coupon .item-coupon .inner-item-coupon {
    background-color: #1f1f1f;
    border-radius: 10px;
    padding: 0.5rem;
}

.section-content .wrap-show-coupon .inner-wrap-show-coupon .wrap-item-coupon .item-coupon .inner-item-coupon h3 {
    font-size: 0.875rem;
    color: var(--theme-font-color-1);
    font-weight: 500;
}

.section-content .wrap-show-coupon .n-scrollbar {
    border-radius: 0 !important;
}

.section-content .wrap-show-coupon .n-scrollbar .n-scrollbar-rail__scrollbar {
    border-radius: 32px;
}

.section-content .wrap-show-coupon .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical {
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    height: 98%;
    margin: auto;
    border-radius: 32px;
}

@media only screen and (max-width: 600px) {
    .section-content .wrap-show-coupon .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical {
        right: 0 !important;
    }
}

.section-content .wrap-show-coupon .n-scrollbar-rail__scrollbar {
    background: linear-gradient(to bottom,
            var(--primary-color-1) 0%,
            var(--primary-color-2) 100%) !important;
}

.section-content .wrap-show-top-spender {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 11px;
    padding: 1rem;
}

@media only screen and (max-width: 600px) {
    .section-content .wrap-show-top-spender .inner-wrap-show-top-spender .n-scrollbar>.n-scrollbar-rail.n-scrollbar-rail--vertical {
        right: 10px !important;
    }
}

.section-content .wrap-show-top-spender .inner-wrap-show-top-spender .n-scrollbar-rail__scrollbar {
    background: linear-gradient(to bottom,
            var(--primary-color-1) 0%,
            var(--primary-color-2) 100%) !important;
}

.section-content .wrap-show-slip-withdraw {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 11px;
    padding: 1rem;
}

.box-go-to-play {
    position: fixed;
    top: 30%;
    right: 20px;
    z-index: 9;
}

@media only screen and (max-width: 600px) {
    .box-go-to-play {
        display: none !important;
    }
}

.box-go-to-play .bg-circle {
    position: relative;
    text-align: center;
}

.box-go-to-play .bg-circle .circle {
    width: 85px;
    animation: rotate3D 5s normal linear infinite;
}

.box-go-to-play .bg-circle .joy-stick {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90px;
}

.box-go-to-play .bg-circle .text-play {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    font-style: italic;
    text-shadow: 2px 2px 2px #000000;
}

.box-go-to-play .blink {
    animation: blinkb 1.2s ease infinite;
}

.box-go-to-play .hithere {
    animation: hithere 1.2s ease infinite;
}

@keyframes blinkb {
    0% {
        filter: drop-shadow(0 0 0rem rgba(255, 231, 146, 0.7));
    }

    50% {
        filter: drop-shadow(0 0 0.2rem rgba(255, 231, 146, 0.7));
    }

    to {
        filter: drop-shadow(0 0 0rem rgba(255, 231, 146, 0.7));
    }
}

@keyframes hithere {
    30% {
        transform: scale(1.1);
    }

    40%,
    60% {
        transform: rotate(-20deg) scale(1.1);
        filter: drop-shadow(0 0 0.3rem rgba(255, 231, 146, 0.7));
    }

    50% {
        transform: rotate(20deg) scale(1.1);
        filter: drop-shadow(0 0 0.3rem rgba(255, 231, 146, 0.7));
    }

    70% {
        transform: rotate(0) scale(1.1);
    }

    to {
        transform: scale(1);
    }
}

.box-contact {
    position: fixed;
    top: 65%;
    right: 0;
    border-radius: 12px 0 0 12px;
    background: linear-gradient(180deg,
            rgba(62, 62, 62, 0.5411764706) 0%,
            rgba(10, 10, 10, 0.5725490196) 100%);
    padding: 1rem 0.5rem 1rem 1.3rem;
    transform: translate(0);
    animation: slide 2s ease-in;
    z-index: 5;
}

.box-contact .open-contact {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    margin: auto;
}

@keyframes slide {
    0% {
        transform: translate(10rem);
    }

    to {
        transform: translate(0);
    }
}

.box-contact a img {
    width: 40px;
}

.box-contact a:first-child img {
    margin-bottom: 10px;
}

.close-contact {
    transform: translate(3.5rem);
    transition: all 1s ease-in-out;
}

.close-contact svg {
    rotate: 180deg;
}

.active-contact {
    transform: translate(0);
    transition: all 1s ease-in-out;
}

.input-otp {
    color: #fff;
}

.input-otp .v-otp-input .v-field {
    width: 40px;
    height: 50px;
    margin: 0 8px;
    font-size: 20px;
    background: #010600;
    text-align: center;
    font-weight: 700;
    border: none;
    color: #010600;
}

@media only screen and (max-width: 640px) {
    .input-otp .v-otp-input .v-field {
        margin: 0 3px;
    }
}

.input-otp .v-field__overlay {
    border-radius: 4px;
}

.input-otp .v-otp-input__field {
    background: #010600;
    padding: 5px;
    width: 100%;
    color: #fff;
    font-family: Noto Sans Thai, sans-serif;
    font-weight: 600;
}

#top-spender-page .box-tabs-top-spender {
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: rgba(1, 6, 0, 0.5);
}

#top-spender-page #tabs-top-spender .n-tabs-tab-wrapper {
    background: linear-gradient(180deg, #3e3e3e 0%, #0a0a0a 100%);
}

#top-spender-page #tabs-top-spender .n-tabs-tab-wrapper .n-tabs-tab.n-tabs-tab--active {
    background: linear-gradient(180deg,
            var(--primary-color-1) 0%,
            var(--primary-color-2) 100%);
    color: var(--primary-font-color);
}

#top-spender-page #tabs-top-spender .n-tabs-tab-wrapper:first-child {
    border-top-left-radius: 8px;
}

#top-spender-page #tabs-top-spender .n-tabs-tab-wrapper:first-child .n-tabs-tab.n-tabs-tab--active {
    border-radius: 8px 0 0;
}

#top-spender-page #tabs-top-spender .n-tabs-tab-wrapper:nth-child(2) .n-tabs-tab.n-tabs-tab--active {
    border-radius: 0;
}

#top-spender-page #tabs-top-spender .n-tabs-tab-wrapper:last-child {
    border-top-right-radius: 8px;
}

#top-spender-page #tabs-top-spender .n-tabs-tab-wrapper:last-child .n-tabs-tab.n-tabs-tab--active {
    border-radius: 0 8px 0 0;
}

#top-spender-page #tabs-top-spender .n-tabs-rail {
    border-radius: 8px 8px 0 0 !important;
}

#top-spender-page .box-in-tabs {
    padding: 0 0.5rem 0.5rem;
}

#top-spender-page .box-in-tabs .box-sub-head-in-tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.2rem;
}

#top-spender-page .box-in-tabs .box-sub-head-in-tabs .item-sub-head-in-tabs {
    text-align: center;
}

#top-spender-page .box-in-tabs .box-sub-head-in-tabs .item-sub-head-in-tabs span {
    color: #fff;
    font-size: 0.8rem;
}

#top-spender-page .box-in-tabs .box-sub-head-in-tabs .item-sub-head-in-tabs:first-child {
    width: 33.3%;
}

#top-spender-page .box-in-tabs .box-sub-head-in-tabs .item-sub-head-in-tabs:nth-child(2) {
    width: 33.3%;
}

#top-spender-page .box-in-tabs .box-sub-head-in-tabs .item-sub-head-in-tabs:last-child {
    width: 33.3%;
}

#top-spender-page .box-in-tabs .box-detail-in-tabs .item-box-detail-in-tabs {
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(1, 6, 0, 0.4);
    padding: 0.2rem;
    margin: 0 1rem 0.4rem 0.5rem;
}

#top-spender-page .box-in-tabs .box-detail-in-tabs .item-box-detail-in-tabs:first-child {
    border: 1px solid #f1d238;
    background: rgba(241, 210, 56, 0.25);
    box-shadow: 0 0 8px #ffe889b3 inset, 0 0 2px #fff9 inset;
}

#top-spender-page .box-in-tabs .box-detail-in-tabs .item-box-detail-in-tabs:nth-child(2) {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(201, 215, 225, 0.3);
}

#top-spender-page .box-in-tabs .box-detail-in-tabs .item-box-detail-in-tabs:nth-child(3) {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 185, 120, 0.3);
}

#top-spender-page .box-in-tabs .box-detail-in-tabs .item-box-detail-in-tabs .number-in-detail {
    width: 33.3%;
    text-align: center;
    display: flex;
    justify-content: center;
}

#top-spender-page .box-in-tabs .box-detail-in-tabs .item-box-detail-in-tabs .number-in-detail span {
    color: var(--primary-font-color);
    font-weight: 600;
    font-size: 0.9rem;
    width: 22px;
    position: relative;
    z-index: 3;
}

#top-spender-page .box-in-tabs .box-detail-in-tabs .item-box-detail-in-tabs .number-in-detail span:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            var(--primary-color-1) 0%,
            var(--primary-color-2) 100%);
    content: "";
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
    border-radius: 50%;
}

#top-spender-page .box-in-tabs .box-detail-in-tabs .item-box-detail-in-tabs .number-in-detail img {
    width: 18px;
}

#top-spender-page .box-in-tabs .box-detail-in-tabs .item-box-detail-in-tabs .user-in-detail {
    width: 33.3%;
    text-align: center;
}

#top-spender-page .box-in-tabs .box-detail-in-tabs .item-box-detail-in-tabs .user-in-detail span {
    color: #fff;
}

#top-spender-page .box-in-tabs .box-detail-in-tabs .item-box-detail-in-tabs .amount-in-detail {
    width: 33.3%;
    text-align: center;
}

#top-spender-page .box-in-tabs .box-detail-in-tabs .item-box-detail-in-tabs .amount-in-detail span {
    color: #fff;
}

#top-spender-page .box-in-tabs .box-detail-in-tabs .n-scrollbar-rail.n-scrollbar-rail--vertical {
    right: 2px !important;
}

.primary-color-font {
    color: var(--theme-font-color-1);
}

#footer-main {
    transition: all 0.8s ease-in;
}

.hide-footer {
    transform: translateY(10rem);
}

.title-article {
    color: var(--primary-color-1);
    font-size: clamp(0.9rem, 3vw, 1.1rem);
}

.font-article {
    color: var(--theme-font-color-1);
}

.article-list a {
    color: var(--primary-color-1);
}

.button-select-lang {
    text-align: right;
    margin-top: 2rem;
    margin-right: 2rem;
}

.login-page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
}

.login-page .wrap-login-page {
    width: 550px;
}

.login-page .wrap-login-page .wrap-form-login-page {
    padding-left: 1rem;
    padding-right: 1rem;
}

.login-page .wrap-login-page .box-logo-login-page img {
    top: -84px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 190px;
}

.login-page .wrap-login-page h4 {
    letter-spacing: -0.5px;
    color: #fff;
    font-weight: 500;
    font-size: 1.8rem;
}

.login-page .wrap-login-page .n-checkbox__label {
    color: #fff;
}

.login-page .wrap-login-page .n-checkbox-box {
    background: transparent;
}

.login-page .wrap-login-page .forget-password {
    color: #e9b033;
    text-decoration: underline;
}

.login-page .wrap-login-page .box-button-login {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
}

.login-page .wrap-login-page .text-call-center {
    color: #fff;
}

.login-page .wrap-login-page .text-call-center .text-underline {
    color: #e9b033;
    text-decoration: underline;
}

@media only screen and (max-width: 640px) {
    .button-select-lang {
        margin-top: 1rem;
        margin-right: 1rem;
    }

    .login-page .wrap-login-page {
        width: 350px;
    }

    .login-page .wrap-login-page .wrap-form-login-page {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    .login-page .wrap-login-page .box-logo-login-page img {
        top: -70px;
        width: 160px;
    }
}

.register-page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.register-page .wrap-register-page {
    width: 550px;
}

.register-page .wrap-register-page .wrap-form-register-page {
    padding-left: 1rem;
    padding-right: 1rem;
}

.register-page .wrap-register-page .n-steps .n-step-indicator {
    width: 40px;
    height: 40px;
}

.register-page .wrap-register-page .n-step--process-status .n-step-indicator {
    background: var(--primary-color-1);
    background: linear-gradient(to bottom,
            var(--primary-color-1) 0%,
            var(--primary-color-2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--primary-color-1)", endColorstr="var(--primary-color-2)", GradientType=0);
    box-shadow: none;
}

.register-page .wrap-register-page .n-step--process-status .n-step-indicator .n-step-indicator-slot__index {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: Noto Sans Thai, sans-serif;
}

.register-page .wrap-register-page .n-step--process-status .n-step-splitor {
    height: 3px;
    background: #fff;
}

.register-page .wrap-register-page .n-step--finish-status .n-step-indicator {
    background: var(--primary-color-1);
    background: linear-gradient(to bottom,
            var(--primary-color-1) 0%,
            var(--primary-color-2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--primary-color-1)", endColorstr="var(--primary-color-2)", GradientType=0);
    box-shadow: none;
}

.register-page .wrap-register-page .n-step--finish-status .n-step-indicator .n-step-indicator-slot__index {
    color: var(--primary-font-color);
    font-size: 16px;
    font-family: Noto Sans Thai, sans-serif;
}

.register-page .wrap-register-page .n-step--finish-status .n-step-indicator .n-base-icon {
    color: var(--primary-font-color);
}

.register-page .wrap-register-page .n-step--finish-status .n-step-splitor {
    height: 3px;
    background: var(--primary-color-1);
}

.register-page .wrap-register-page .n-step--wait-status .n-step-indicator {
    background: #fff;
    box-shadow: none;
    border: 2px solid #fff;
}

.register-page .wrap-register-page .n-step--wait-status .n-step-indicator .n-step-indicator-slot__index {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: Noto Sans Thai, sans-serif;
}

.register-page .wrap-register-page .n-step--wait-status .n-step-splitor {
    height: 3px;
    background: #fff;
}

.register-page .wrap-register-page .n-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.register-page .wrap-register-page .box-logo-register-page img {
    top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 200px;
}

.register-page .wrap-register-page h4 {
    letter-spacing: -0.5px;
    color: #fff;
    font-weight: 500;
    font-size: 1.6rem;
}

.register-page .wrap-register-page .n-input {
    border-radius: 12px 0 0 12px;
    background: rgba(1, 6, 0, 0.7215686275);
    padding: 0.2rem;
}

.register-page .wrap-register-page .n-input__border {
    border: none !important;
}

.register-page .wrap-register-page .n-input__input-el,
.register-page .wrap-register-page .n-checkbox__label {
    color: #fff;
}

.register-page .wrap-register-page .n-input--focus {
    background: rgba(1, 6, 0, 0.7215686275) !important;
}

.register-page .wrap-register-page .n-input.n-input--error-status:not(.n-input--disabled):focus {
    background: rgba(1, 6, 0, 0.7215686275) !important;
}

.register-page .wrap-register-page .n-checkbox-box {
    background: transparent;
}

.register-page .wrap-register-page .n-checkbox__label {
    padding-right: 0;
}

.register-page .wrap-register-page .forget-password {
    color: var(--primary-color-1);
    text-decoration: underline;
}

.register-page .wrap-register-page .box-button-register {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
}

.register-page .wrap-register-page .text-call-center {
    color: #fff;
}

.register-page .wrap-register-page .text-call-center .text-underline {
    color: var(--primary-color-1);
    text-decoration: underline;
}

.register-page .wrap-register-page .wrap-set-password .n-form {
    display: block;
}

.register-page .wrap-register-page .wrap-set-password .n-form .n-input {
    border-radius: 12px;
}

.register-page .n-steps {
    width: 70%;
    margin: 2rem auto 0;
}

@media only screen and (max-width: 600px) {
    .register-page .n-steps {
        width: 85%;
    }
}

.register-page .n-steps .n-step-splitor {
    margin: 0;
}

.register-page .n-steps .n-step {
    align-items: center;
}

.register-page .n-steps .n-step:nth-last-child(1) {
    flex: 0;
}

.register-page .n-steps .n-step-content .n-step-content-header {
    margin: 0;
}

.register-page .step-description {
    display: flex;
    justify-content: space-between;
    margin: 0.5rem 3.5rem;
}

@media only screen and (max-width: 600px) {
    .register-page .step-description {
        margin: 0.5rem;
    }
}

.register-page .step-description p,
.register-page .input-otp {
    color: #fff;
}

.register-page .input-otp .v-otp-input .v-field {
    width: 40px;
    height: 50px;
    margin: 0 8px;
    font-size: 20px;
    background: #010600;
    text-align: center;
    font-weight: 700;
    border: none;
    color: #010600;
}

@media only screen and (max-width: 640px) {
    .register-page .input-otp .v-otp-input .v-field {
        margin: 0 3px;
    }
}

.register-page .input-otp .otp-input {
    width: 40px;
    height: 50px;
    margin: 0 8px;
    font-size: 20px;
    border-radius: 10px;
    background: #010600;
    text-align: center;
    font-weight: 700;
    border: none;
    color: #fff;
}

@media only screen and (max-width: 640px) {
    .register-page .input-otp .otp-input {
        margin: 0 3px;
    }
}

.register-page .input-otp .v-field__overlay {
    border-radius: 4px;
}

.register-page .input-otp .v-otp-input__field {
    background: #010600;
    padding: 5px;
    width: 100%;
    color: #fff;
    font-family: Noto Sans Thai, sans-serif;
    font-weight: 600;
}

.register-page .wrap-register-page .q-field--outlined .q-field__control {
    border-radius: 12px 0 0 12px;
}

.register-page .n-input .n-input__placeholder span {
    font-size: clamp(11px, 3vw, 16px);
}

.modal-otp .input-otp {
    color: #fff;
}

.modal-otp .input-otp .v-otp-input .v-field {
    width: 40px;
    height: 50px;
    margin: 0 8px;
    font-size: 20px;
    background: #010600;
    text-align: center;
    font-weight: 700;
    border: none;
    color: #010600;
}

@media only screen and (max-width: 640px) {
    .modal-otp .input-otp .v-otp-input .v-field {
        margin: 0 3px;
    }
}

.modal-otp .input-otp .otp-input {
    width: 40px;
    height: 50px;
    margin: 0 8px;
    font-size: 20px;
    border-radius: 10px;
    background: #010600;
    text-align: center;
    font-weight: 700;
    border: none;
    color: #fff;
}

@media only screen and (max-width: 640px) {
    .modal-otp .input-otp .otp-input {
        margin: 0 3px;
    }
}

.modal-otp .input-otp .v-field__overlay {
    border-radius: 4px;
}

.modal-otp .input-otp .v-otp-input__field {
    background: #010600;
    padding: 5px;
    width: 100%;
    color: #fff;
    font-family: Noto Sans Thai, sans-serif;
    font-weight: 600;
}

@media only screen and (max-width: 640px) {
    .button-select-lang {
        margin-top: 1rem;
        margin-right: 1rem;
    }

    .register-page .wrap-register-page {
        width: 350px;
    }

    .register-page .wrap-register-page .wrap-form-register-page {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    .register-page .wrap-register-page .box-logo-register-page img {
        top: -55px;
        width: 140px;
    }

    .register-page .input-otp input {
        height: 50px;
        border-radius: 10px;
    }
}

:is(.wrap-theme-box, .wrap-theme-card) {
    width: 100%;
    height: auto;
    --borderWidth: 1px;
    background: transparent;
    position: relative;
}

.wrap-theme-card:after {
    content: "";
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: #8e8f95;
    background: linear-gradient(to right,
            #ffffff 14%,
            #8e8f95 50%,
            #ffffff 85%,
            #8e8f95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8e8f95", endColorstr="#8e8f95", GradientType=1);
    border-radius: 15px;
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}

.wrap-theme-box:after {
    content: "";
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: #8e8f95;
    background: linear-gradient(to right,
            #ffffff 14%,
            #8e8f95 50%,
            #ffffff 85%,
            #8e8f95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8e8f95", endColorstr="#8e8f95", GradientType=1);
    border-radius: 20px;
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}

@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    to {
        background-position: 0% 50%;
    }
}

.btn-gray {
    background: linear-gradient(0% #ffffff, 100% #8e8f95);
}

.pin-page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pin-page .wrap-pin-page {
    width: 450px;
}

.pin-page .wrap-pin-page .wrap-form-pin-page {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.pin-page .wrap-pin-page .box-logo-pin-page img {
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pin-page .wrap-pin-page .title-pin-page {
    margin-top: 7.5rem;
}

.pin-page .wrap-pin-page h4 {
    letter-spacing: -0.5px;
    color: #fff;
    font-weight: 500;
    font-size: 1.6rem;
}

.pin-page .wrap-pin-page .forget-password {
    color: #e9b033;
    text-decoration: underline;
}

.pin-page .wrap-pin-page .box-button-pin {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
}

.pin-page .wrap-pin-page .text-call-center {
    color: #fff;
}

.pin-page .wrap-pin-page .text-call-center .text-underline {
    color: #e9b033;
    text-decoration: underline;
}

.pin-page .wrap-pin-page .wrap-set-password .n-form {
    display: block;
}

.pin-page .wrap-pin-page .wrap-set-password .n-form .n-input {
    border-radius: 12px;
}

.pin-page .wrap-input-otp {
    margin-top: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.pin-page .input-otp {
    color: #f2d638;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}

.pin-page .input-otp input {
    margin: 16px;
    width: 16px;
    height: 16px;
    background-color: #010600;
    color: transparent;
    text-align: center;
    font-size: 24px;
    border-radius: 9999px;
}

.pin-page .input-otp input:not(:-moz-placeholder-shown) {
    background: linear-gradient(#f2d638, #e9b033);
}

.pin-page .input-otp input:not(:placeholder-shown) {
    background: linear-gradient(#f2d638, #e9b033);
}

@media only screen and (max-width: 640px) {
    .button-select-lang {
        margin-top: 1rem;
        margin-right: 1rem;
    }

    .pin-page .wrap-pin-page {
        width: 350px;
    }

    .pin-page .wrap-pin-page .wrap-form-pin-page {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    .pin-page .wrap-pin-page .box-logo-pin-page img {
        top: -80px;
        width: 180px;
    }

    .pin-page .wrap-pin-page .box-button-pin {
        margin-top: 1rem;
    }

    .pin-page .wrap-input-otp {
        margin-top: 5rem;
    }
}

.wrap-list-deposit {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 15px;
    padding: 1rem 0 0.5rem;
}

.wrap-list-deposit .item-list-deposit {
    width: 31.3%;
    background: #8e8f95;
    background: linear-gradient(to right,
            #8e8f95 0%,
            #ffffff 14%,
            #8e8f95 50%,
            #ffffff 85%,
            #8e8f95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1", endColorstr="$color2", GradientType=1);
    border-radius: 8px;
    padding: 1px;
    box-shadow: 0 4px 4px #00000040;
}

@media only screen and (max-width: 600px) {
    .wrap-list-deposit .item-list-deposit {
        width: 30.2% !important;
    }

    .wrap-list-deposit .item-list-deposit:first-child,
    .wrap-list-deposit .item-list-deposit:nth-child(2) {
        width: 47.6% !important;
    }
}

@media only screen and (max-width: 360px) {
    .wrap-list-deposit .item-list-deposit {
        width: 30% !important;
    }

    .wrap-list-deposit .item-list-deposit:first-child,
    .wrap-list-deposit .item-list-deposit:nth-child(2) {
        width: 46.5% !important;
    }
}

.wrap-list-deposit .item-list-deposit:first-child,
.wrap-list-deposit .item-list-deposit:nth-child(2) {
    width: 48.5%;
}

.wrap-list-deposit .item-list-deposit a {
    display: block;
    width: 100%;
    height: 100%;
}

.wrap-list-deposit .item-list-deposit .inner-item-list-deposit {
    position: relative;
    border-radius: 8px;
    background: var(--theme-color-1, #3e3e3e);
    background: linear-gradient(180deg,
            var(--theme-color-1, #3e3e3e),
            var(--theme-color-2, #0a0a0a));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1", endColorstr="$color2", GradientType=1);
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 3rem 0 0.3rem;
}

.wrap-list-deposit .item-list-deposit .inner-item-list-deposit span {
    color: #fff;
}

.wrap-list-deposit .item-list-deposit .inner-item-list-deposit .img-deposit {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
}

#deposit-view .n-scrollbar>.n-scrollbar-rail.n-scrollbar-rail--horizontal>.n-scrollbar-rail__scrollbar {
    height: 8px;
}

#deposit-view .n-scrollbar>.n-scrollbar-rail.n-scrollbar-rail--horizontal {
    height: 8px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 32px;
}

#deposit-view .n-scrollbar-rail__scrollbar {
    background: linear-gradient(to bottom,
            var(--primary-color-1) 0%,
            var(--primary-color-2) 100%) !important;
}

#box-content-deposit .n-scrollbar>.n-scrollbar-rail.n-scrollbar-rail--vertical {
    border-radius: 32px;
}

@media only screen and (max-width: 600px) {
    #box-content-deposit .n-scrollbar>.n-scrollbar-rail.n-scrollbar-rail--vertical {
        right: 10px !important;
    }
}

#box-content-deposit .n-scrollbar-rail__scrollbar {
    background: linear-gradient(to bottom,
            var(--primary-color-1) 0%,
            var(--primary-color-2) 100%) !important;
}

#box-content-deposit .n-input {
    border-radius: 8px;
    background: rgba(1, 6, 0, 0.7215686275);
    padding: 0.2rem 0;
    color: #fff;
}

#box-content-deposit .n-input .n-input__border {
    border: none;
}

#box-content-deposit .n-input .n-input__input-el {
    color: #fff;
    font-family: Noto Sans Thai, sans-serif;
    font-weight: 600;
}

.wrap-list-horizontal {
    display: flex;
    overflow-x: scroll;
    gap: 10px;
    padding: 0 0 1.3rem;
}

.wrap-list-horizontal .item-list-horizontal {
    justify-content: flex-start;
    width: 82px;
    background: var(--theme-color-1);
    background: linear-gradient(to right,
            var(--theme-color-1) 0%,
            var(--theme-color-2) 14%,
            var(--theme-color-1) 50%,
            var(--theme-color-2) 85%,
            var(--theme-color-1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1", endColorstr="$color2", GradientType=1);
    border-radius: 8px;
    padding: 1px;
    box-shadow: 0 4px 4px #00000040;
}

.wrap-list-horizontal .item-list-horizontal a {
    display: block;
    width: 100%;
    height: 100%;
}

.wrap-list-horizontal .item-list-horizontal a .inner-item-list-horizontal {
    background: linear-gradient(180deg,
            var(--theme-color-1, #3e3e3e),
            var(--theme-color-2, #0a0a0a));
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding: 0.5rem;
    width: 80px;
    height: 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
}

.wrap-list-horizontal .item-list-horizontal a .inner-item-list-horizontal .hori-img {
    width: 60px !important;
    max-width: 60px !important;
    height: auto !important;
}

@media only screen and (max-width: 600px) {
    .wrap-list-horizontal .item-list-horizontal a .inner-item-list-horizontal .hori-img {
        width: 46px !important;
        max-width: 46px !important;
        height: auto !important;
    }
}

.wrap-list-horizontal .item-list-horizontal a .inner-item-list-horizontal span {
    font-size: 0.7rem;
    color: #fff;
    white-space: nowrap;
}

.wrap-list-horizontal .active {
    justify-content: flex-start;
    width: 82px;
    background: linear-gradient(45deg,
            #ffffff 0%,
            var(--primary-color-1) 21%,
            #ffffff 50%,
            var(--primary-color-1) 77%,
            #ffffff 100%);
    border-radius: 8px;
    padding: 1px;
    box-shadow: 0 4px 4px #00000040, 0 0 10px #ffe79275;
}

.wrap-list-horizontal .active a {
    display: block;
    width: 100%;
    height: 100%;
}

.wrap-list-horizontal .active a .inner-item-list-horizontal {
    background: linear-gradient(180deg,
            var(--primary-color-1, #f2d638) 0%,
            var(--primary-color-2, #e9b003) 100%);
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding: 0.5rem;
    width: 80px;
    height: 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
}

.wrap-list-horizontal .active a .inner-item-list-horizontal .hori-img {
    width: 60px !important;
    max-width: 60px !important;
    height: auto !important;
    filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.8117647059));
}

@media only screen and (max-width: 600px) {
    .wrap-list-horizontal .active a .inner-item-list-horizontal .hori-img {
        width: 46px !important;
        max-width: 46px !important;
        height: auto !important;
    }
}

.wrap-list-horizontal .active a .inner-item-list-horizontal span {
    font-size: 0.7rem;
    color: var(--primary-font-color);
    font-weight: 600;
    white-space: nowrap;
}

.button-history {
    background: linear-gradient(#ffffff 0%, #8e8f95 100%);
    color: #000;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 4px;
}

.box-content-deposit {
    width: 100%;
    height: 480px;
}

.wrap-card-bank {
    padding: 2px;
    background: linear-gradient(135deg,
            #8e8f95 0%,
            #ffffff 24%,
            #ffffff 24%,
            #8e8f95 50%,
            #ffffff 80%,
            #8e8f95 100%);
    border-radius: 8px;
}

.wrap-card-bank .inner-card-bank {
    background: linear-gradient(180deg, #3e3e3e 0%, #010600 100%);
    padding: 1rem;
    border-radius: 8px;
}

#select-promotion .v-vl-visible-items,
#select-promotion .n-base-select-menu .n-base-select-option {
    background-color: #000 !important;
    background: #000 !important;
}

#slip-verify .n-upload-file-list.n-upload-file-list--grid {
    display: block;
    width: 100%;
    justify-content: center;
    margin-bottom: 1rem;
}

#slip-verify .n-upload-file-list .n-upload-file.n-upload-file--image-card-type,
#slip-verify .n-upload-trigger.n-upload-trigger--image-card {
    width: 100%;
    height: 100%;
}

#slip-verify .n-upload-dragger {
    background: #1f1f1f;
    border: none;
    padding: 1.5rem 0 0;
    display: block;
}

#slip-verify .text-pls-upload {
    width: 100%;
    border-radius: 0 0 8px 8px;
    background: rgba(224, 224, 224, 0.25);
    margin-top: 1.5rem;
    color: #fff;
    padding: 0.2rem;
}

#slip-verify .text-pls-upload .n-text {
    color: #fff;
    font-size: 0.8rem;
}

.section-content {
    margin: 0 6vw;
    overflow: hidden;
}

@media only screen and (max-width: 1280px) {
    .section-content {
        max-width: 1366px;
        margin: auto;
    }
}

@media only screen and (max-width: 1440px) {
    .section-content .block-game-category .wrap-category-game {
        gap: 7px !important;
    }
}

@media only screen and (max-width: 1180px) {
    .section-content {
        max-width: 100%;
        margin: auto;
        margin: 0 2vw;
    }
}

@media only screen and (max-width: 600px) {
    .section-content {
        margin: 0 0.5rem !important;
    }

    .section-content .block-game-category .box-other-category {
        width: 100% !important;
    }

    .section-content .block-game-category .wrap-category-game {
        width: 100% !important;
        gap: 2px !important;
        flex-wrap: nowrap !important;
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
        overflow-x: scroll;
        justify-content: flex-start;
        padding-left: 0rem !important;
    }

    .section-content .block-game-category .wrap-category-game .item-category-game {
        width: 200px !important;
        padding: 0.7rem 0.3rem !important;
        padding: 0.2rem 1.5rem;
    }

    .section-content .block-game-category .wrap-category-game .item-category-game.-active a {
        color: var(--primary-font-color);
        font-weight: 600;
    }

    .section-content .block-game-category .wrap-category-game .item-category-game a {
        width: 95px !important;
        font-size: 14px !important;
        position: relative !important;
        z-index: 1;
    }

    .section-content .block-game-category .wrap-category-game .item-category-game a img {
        width: 52px !important;
        margin-right: 0.2rem !important;
        position: absolute !important;
        top: -13px !important;
        left: -5px !important;
        z-index: 2;
    }

    .section-content .block-game-category .wrap-category-game .item-category-game a span {
        margin-left: 2.5rem !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
    .section-content {
        margin: 0 2vw;
    }

    .section-content .block-game-category .box-other-category {
        width: 100% !important;
    }

    .section-content .block-game-category .wrap-category-game {
        width: 100% !important;
        gap: 2px !important;
        flex-wrap: nowrap !important;
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
        overflow-x: scroll;
        justify-content: flex-start;
        padding-left: 0rem !important;
    }

    .section-content .block-game-category .wrap-category-game .item-category-game {
        width: 200px !important;
        padding: 1rem !important;
        padding: 0.2rem 1.5rem;
    }

    .section-content .block-game-category .wrap-category-game .item-category-game.-active a {
        color: var(--primary-font-color);
        font-weight: 600;
    }

    .section-content .block-game-category .wrap-category-game .item-category-game a {
        width: 95px !important;
        font-size: 15px !important;
        position: relative !important;
        z-index: 1;
    }

    .section-content .block-game-category .wrap-category-game .item-category-game a img {
        width: 58px !important;
        margin-right: 0.8rem !important;
        position: absolute !important;
        top: -18px !important;
        left: -10px !important;
        z-index: 2;
    }

    .section-content .block-game-category .wrap-category-game .item-category-game a span {
        margin-left: 2.8rem !important;
    }
}

@media screen and (min-width: 1023px) and (max-width: 1024px) {
    .section-content {
        margin: 0 2vw;
    }

    .section-content .block-game-category .box-other-category {
        width: 50% !important;
    }

    .section-content .block-game-category .wrap-category-game {
        width: 50% !important;
        gap: 5px !important;
    }

    .section-content .block-game-category .wrap-category-game .item-category-game {
        width: 24.2% !important;
    }

    .section-content .block-game-category .wrap-category-game .item-category-game a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 14px !important;
        color: #fff;
        position: relative;
    }

    .section-content .block-game-category .wrap-category-game .item-category-game a img {
        position: absolute;
        top: 0;
        left: 2% !important;
        width: 60px !important;
        margin-right: 1rem !important;
        transition: 0.5s;
    }

    .section-content .block-game-category .wrap-category-game .item-category-game a span {
        margin-left: 3rem !important;
    }
}

.section-content .block-game-category {
    display: flex;
    flex-wrap: wrap;
}

.section-content .block-game-category .box-other-category {
    width: 40%;
}

.section-content .block-game-category .wrap-category-game {
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    gap: 10px;
    padding-left: 1rem;
}

.section-content .block-game-category .wrap-category-game .item-category-game {
    width: 24%;
    background-size: 100% 100%;
    position: relative;
}

.section-content .block-game-category .wrap-category-game .item-category-game .bg-btn-game1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section-content .block-game-category .wrap-category-game .item-category-game:hover .inner-bg-btn {
    fill: url(#gradient-active);
}

.section-content .block-game-category .wrap-category-game .item-category-game .bg-btn-game2,
.section-content .block-game-category .wrap-category-game .item-category-game .bg-btn-game3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section-content .block-game-category .wrap-category-game .item-category-game:hover a {
    color: var(--primary-font-color);
    font-weight: 600;
}

.section-content .block-game-category .wrap-category-game .item-category-game:hover a img {
    transform: scale(1.2);
    transition: 0.5s;
    filter: drop-shadow(0px 0px 2px #000000);
}

.section-content .block-game-category .wrap-category-game .item-category-game.-active a {
    color: var(--primary-font-color);
    font-weight: 600;
}

.section-content .block-game-category .wrap-category-game .item-category-game a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.section-content .block-game-category .wrap-category-game .item-category-game a img {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80px;
    margin-right: 2rem;
    transition: 0.5s;
}

.section-content .block-game-category .wrap-category-game .item-category-game a span {
    margin-left: 6rem;
}

.section-content #fixed-brandgame {
    transform: translateY(20px);
}

.section-content .fixed-brand-game {
    transform: translateY(0) !important;
    position: fixed;
    top: 93px;
    left: 0;
    z-index: 99;
    width: 100%;
    overflow: hidden;
    background-color: #000000ab;
    transition: all 0.5s ease;
}

@media screen and (max-width: 600px) {
    .section-content .fixed-brand-game {
        top: 95px;
    }
}

.section-content .fixed-brand-game .box-title-show-brand {
    display: none;
}

.section-content .fixed-brand-game .wrap-show-brand-game {
    margin: 0;
}

.section-content .fixed-brand-game .b-active {
    margin-bottom: 1.5rem;
}

.section-content .wrap-show-brand-game {
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

@media only screen and (max-width: 600px) {
    .section-content .wrap-show-brand-game {
        margin-top: 0rem !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
    .section-content .wrap-show-brand-game {
        margin-top: 0rem !important;
    }
}

.section-content .wrap-show-brand-game .box-active-brand {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 180px;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
}

@media only screen and (max-width: 600px) {
    .section-content .wrap-show-brand-game .box-active-brand {
        width: 80px !important;
        padding: 0rem 1rem 0rem 0 !important;
    }
}

@media only screen and (max-width: 1024px) {
    .section-content .wrap-show-brand-game .box-active-brand {
        height: 65%;
    }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
    .section-content .wrap-show-brand-game .box-active-brand {
        width: 105px !important;
        padding: 0rem 1rem 0rem 0.5rem !important;
    }
}

@media screen and (min-width: 1023px) and (max-width: 1024px) {
    .section-content .wrap-show-brand-game .box-active-brand {
        width: 155px !important;
        padding: 0rem 1.5rem 0rem 1rem !important;
    }
}

.section-content .wrap-show-brand-game .box-active-brand .b-active {
    background: linear-gradient(45deg,
            #ffffff 0%,
            #f2d638 21%,
            #ffffff 50%,
            #f2d638 77%,
            #ffffff 100%);
    padding: 2px;
    border-radius: 12px;
}

@media only screen and (max-width: 1024px) {
    .section-content .wrap-show-brand-game .box-active-brand .b-active {
        border-radius: 5px;
        padding: 1px;
    }
}

.section-content .wrap-show-brand-game .box-active-brand .b-active .inner-b-active {
    height: 50px !important;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #f2d638 0%, #e9b033 100%);
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1024px) {
    .section-content .wrap-show-brand-game .box-active-brand .b-active .inner-b-active {
        height: 40px !important;
        border-radius: 4px;
    }
}

@media only screen and (max-width: 600px) {
    .section-content .wrap-show-brand-game .box-active-brand .b-active .inner-b-active {
        height: 35px !important;
    }
}

.section-content .wrap-show-brand-game .box-active-brand .b-active .inner-b-active img {
    width: 100%;
    padding: 0 5px;
    filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.8117647059));
}

@media only screen and (max-width: 600px) {
    .section-content .wrap-show-brand-game .box-active-brand .b-divider:before {
        width: 85% !important;
        right: auto !important;
    }
}

.section-content .wrap-show-brand-game .box-active-brand .b-divider:before {
    position: absolute;
    content: "";
    width: 65%;
    height: 4.5px;
    background: linear-gradient(180deg, #f2d638 0%, #e9b033 100%);
    right: 0;
    left: 0;
    bottom: -3px;
    margin: 0 auto;
    border-radius: 6px;
}

.section-content .wrap-show-brand-game .box-active-brand .b-divider:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 75%;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    right: 6%;
    bottom: 0;
    margin: auto;
    border-radius: 6px;
}

.section-content .wrap-show-brand-game .box-item-brand {
    border-radius: 12px;
    padding: 2px;
    background: #8e8f95;
    background: linear-gradient(to right,
            #8e8f95 0%,
            #ffffff 14%,
            #8e8f95 50%,
            #ffffff 85%,
            #8e8f95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8e8f95", endColorstr="#8e8f95", GradientType=1);
}

@media only screen and (max-width: 1024px) {
    .section-content .wrap-show-brand-game .box-item-brand {
        border-radius: 5px;
        padding: 1px;
    }
}

.section-content .wrap-show-brand-game .box-item-brand .inner-item-brand {
    padding: 2px;
    height: 52px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg,
            var(--theme-color-1, #3e3e3e) 0%,
            var(--theme-color-2, #0a0a0a) 100%);
    border-radius: 12px;
}

@media only screen and (max-width: 1024px) {
    .section-content .wrap-show-brand-game .box-item-brand .inner-item-brand {
        height: 40px !important;
        border-radius: 4px;
    }
}

@media only screen and (max-width: 600px) {
    .section-content .wrap-show-brand-game .box-item-brand .inner-item-brand {
        height: 35px !important;
        border-radius: 4px;
    }
}

.section-content .wrap-show-brand-game .box-item-brand .inner-item-brand img {
    filter: grayscale(100);
}

.section-content .wrap-search-game {
    margin-top: 0.5rem;
}

.section-content .wrap-search-game .b-search {
    position: relative;
    width: 200px;
}

.section-content .wrap-search-game .b-search .bg-search-game {
    width: 47px;
    height: 47px;
    background-image: url(/assets/bg-search-df08c0ce.png);
    background-size: 100% 100%;
    animation: rotate3D 5s normal linear infinite;
    position: absolute;
    top: -6px;
    right: 0;
    z-index: 3;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .section-content .wrap-search-game .b-search .bg-search-game {
        width: 40px !important;
        height: 40px !important;
    }

    .section-content .wrap-search-game .b-search .icon-search {
        position: absolute;
        top: 3px !important;
        right: 10px !important;
        bottom: 0;
        margin: 0 auto !important;
        width: 20px !important;
        z-index: 4;
    }
}

.section-content .wrap-search-game .b-search .icon-search {
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;
    margin: auto;
    width: 23px;
    z-index: 4;
}

.section-content .wrap-search-game .b-search .input-search {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin-right: 10px;
    transition: 0.5s;
}

.section-content .wrap-search-game .b-search .n-input__placeholder {
    z-index: -1;
}

.section-content .wrap-search-game .b-search .n-input__placeholder span {
    z-index: 2;
}

@keyframes rotate3D {
    0% {
        transform: rotate3d(0, 0, 1, 0);
    }

    25% {
        transform: rotate3d(0, 0, 1, 90deg);
    }

    50% {
        transform: rotate3d(0, 0, 1, 180deg);
    }

    75% {
        transform: rotate3d(0, 0, 1, 270deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

.section-content .wrap-show-list-game {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-bottom: 1rem;
    min-height: 300px;
}

.section-content .wrap-show-list-game .item-show-list-game-p .game-name {
    margin: 0 10px;
}

@media only screen and (max-width: 600px) {
    .section-content .wrap-show-list-game {
        margin-top: 0rem !important;
    }
}

.section-content .wrap-show-list-game .item-show-list-game {
    width: 10%;
    position: relative;
    padding: 10px;
}

.section-content .wrap-show-list-game .item-show-list-game img {
    width: 100%;
    animation: fadeIn 0.5s;
    transition: 0.4s;
}

.section-content .wrap-show-list-game .item-show-list-game .game-name {
    transition: 0.5s;
}

.section-content .wrap-show-list-game .item-show-list-game:hover img {
    transform: scale(1.1);
    transition: 0.4s;
    border-radius: 0 0 8px 8px;
}

.section-content .wrap-show-list-game .item-show-list-game:hover .game-name {
    transform: scale(1.1);
    transition: 0.5s;
    border-radius: 0 0 8px 8px;
}

@media only screen and (max-width: 600px) {
    .section-content .wrap-show-list-game .item-show-list-game {
        width: 33.3%;
    }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
    .section-content .wrap-show-list-game .item-show-list-game {
        width: 20%;
    }
}

@media screen and (min-width: 1023px) and (max-width: 1024px) {
    .section-content .wrap-show-list-game .item-show-list-game {
        width: 12.5%;
    }
}

.section-content .wrap-show-list-game .item-show-list-game .fav-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 52px;
    z-index: 3;
}

.section-content .wrap-show-list-game .item-show-list-game .fav-btn img {
    width: 100%;
    padding: 10px;
}

.section-content .wrap-show-list-game .item-show-list-game .fav-btn:hover img {
    transform: scale(1.2);
    transition: 0.5s;
}

@media only screen and (max-width: 600px) {
    .section-content .wrap-show-list-game .item-show-list-game .fav-btn {
        top: -5px !important;
        right: -5px !important;
        width: 42px !important;
        z-index: 3;
    }

    .section-content .wrap-show-list-game .item-show-list-game .fav-btn img {
        width: 100%;
    }

    .section-content .wrap-show-list-game .item-show-list-game .fav-btn:hover img {
        transform: scale(1.2);
        transition: 0.5s;
    }
}

.section-content .wrap-show-list-game .item-show-list-game .box-img-game {
    position: relative;
}

.section-content .wrap-show-list-game .item-show-list-game .box-img-game .fire-animate {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    z-index: 2;
}

.section-content .wrap-show-list-game .item-show-list-game .box-img-game .btm-dt-game-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(180deg,
            rgba(0, 22, 60, 0) 0%,
            rgba(0, 0, 0, 0.8) 31.51%);
    border-radius: 0 0 8px 8px;
}

@media only screen and (max-width: 600px) {
    .section-content .wrap-show-list-game .item-show-list-game .box-img-game .btm-dt-game-all {
        height: 34% !important;
    }

    .section-content .wrap-show-list-game .item-show-list-game .box-img-game .btm-dt-game-all p {
        font-size: 10px !important;
        margin-bottom: -2px !important;
    }

    .section-content .wrap-show-list-game .item-show-list-game .box-img-game .btm-dt-game-all .brand-icon {
        width: 43px !important;
    }

    .section-content .wrap-show-list-game .item-show-list-game .box-img-game .btm-dt-game-all .text-per {
        font-size: 12px !important;
        color: #fff;
        text-shadow: 0px 0px 3px #ffa800, 0px 0px 3px #ffa800;
    }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
    .section-content .wrap-show-list-game .item-show-list-game .box-img-game .btm-dt-game-all {
        height: 34% !important;
        padding: 0 5px;
    }
}

.section-content .wrap-show-list-game .item-show-list-game .box-img-game .btm-dt-game-all p {
    font-size: 14px;
}

.section-content .wrap-show-list-game .item-show-list-game .box-img-game .btm-dt-game-all .brand-icon {
    width: 70px;
}

.section-content .wrap-show-list-game .item-show-list-game .box-img-game .btm-dt-game-all .text-per {
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 0px 3px #ffa800, 0px 0px 3px #ffa800;
}

.section-content .wrap-show-list-game .item-show-list-game .box-img-game .btm-dt-game-all .bx-progress {
    position: relative;
}

.section-content .wrap-show-list-game .item-show-list-game .box-img-game .btm-dt-game-all .bx-progress .n-progress-graph-line-rail {
    background-color: #443918 !important;
    position: relative;
}

.section-content .wrap-show-list-game .item-show-list-game .box-img-game .btm-dt-game-all .bx-progress .n-progress-graph-line-fill {
    background: linear-gradient(90deg, #f55a23, #fdb103);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px -10px #fff;
}

.section-content .wrap-show-list-game .item-show-list-game .box-img-game .btm-dt-game-all .bx-progress .n-progress-graph-line-fill:before {
    content: "";
    width: 20px;
    height: 5px;
    top: 0;
    bottom: 0;
    right: 2px;
    position: absolute;
    border-radius: 50%;
    margin: auto;
    background: rgba(255, 255, 255, 0.58);
    z-index: 2;
    animation: flicker 0.6s ease-in infinite;
    filter: drop-shadow(0 0 1rem white);
}

.section-content .wrap-show-list-game .item-show-list-game .box-title-game {
    position: relative;
    margin-bottom: 1rem;
}

.section-content .wrap-show-list-game .item-show-list-game .box-title-game h2 {
    font-size: 20px;
    color: #e9b033;
    font-weight: 700;
    margin-left: 1.3rem;
}

.section-content .wrap-show-list-game .item-show-list-game .box-title-game:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #f2d638 0%, #e9b033 100%);
    border-radius: 20px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#tournament {
    width: 60%;
    margin: auto;
}

@media only screen and (max-width: 600px) {
    #tournament {
        width: 100%;
    }
}

#tournament table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 6px;
}

#tournament th,
#tournament td {
    font-size: 12px;
    font-weight: 500;
    width: auto;
    text-align: center;
    padding: 3px;
}

#tournament td {
    height: 28px;
}

.wrap-board-tournament {
    border-radius: 12px 12px 8px 8px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: rgba(1, 6, 0, 0.7);
}

.wrap-board-tournament .n-tab-pane {
    padding: 10px !important;
}

.wrap-board-tournament .n-tabs-rail {
    border-radius: 12px 12px 0 0 !important;
    overflow: hidden;
}

.wrap-board-tournament .n-tabs-tab__label {
    padding: 5px;
    font-size: 12px;
}

.wrap-list-all-game .item-list-all-game {
    margin: 1rem 0 0.9rem;
}

@media only screen and (max-width: 600px) {
    .wrap-list-all-game .item-list-all-game {
        margin: 0.5rem 0 0.9rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
    .wrap-list-all-game .item-list-all-game {
        margin: 0.5rem 0 0.9rem;
    }
}

.wrap-list-all-game .item-list-all-game .box-img-game-jackpot .fire-animate {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    z-index: 2;
}

@media only screen and (max-width: 600px) {
    .wrap-list-all-game .item-list-all-game .box-img-game-jackpot .fire-animate {
        width: 29px;
    }
}

.wrap-list-all-game .item-list-all-game .box-img-game-jackpot img {
    border-radius: 8px;
}

.wrap-list-all-game .item-list-all-game .box-img-game-jackpot .btm-dt-game {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(180deg,
            rgba(0, 22, 60, 0) 0%,
            rgba(0, 0, 0, 0.8) 20.51%);
    border-radius: 0 0 8px 8px;
}

@media only screen and (max-width: 600px) {
    .wrap-list-all-game .item-list-all-game .box-img-game-jackpot .btm-dt-game {
        height: 30% !important;
    }

    .wrap-list-all-game .item-list-all-game .box-img-game-jackpot .btm-dt-game p {
        font-size: 10px !important;
        margin-bottom: -2px !important;
    }

    .wrap-list-all-game .item-list-all-game .box-img-game-jackpot .btm-dt-game .brand-icon {
        width: 50px !important;
    }

    .wrap-list-all-game .item-list-all-game .box-img-game-jackpot .btm-dt-game .text-per {
        font-size: 12px !important;
        color: #fff;
        text-shadow: 0px 0px 3px #ffa800, 0px 0px 3px #ffa800;
    }
}

@media screen and (min-width: 429px) and (max-width: 430px) {
    .wrap-list-all-game .item-list-all-game .box-img-game-jackpot .btm-dt-game {
        height: 28% !important;
    }

    .wrap-list-all-game .item-list-all-game .box-img-game-jackpot .btm-dt-game .brand-icon {
        width: 55px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
    .wrap-list-all-game .item-list-all-game .box-img-game-jackpot .btm-dt-game {
        height: 30% !important;
        padding: 0 5px;
    }
}

.wrap-list-all-game .item-list-all-game .box-img-game-jackpot .btm-dt-game p {
    font-size: 14px;
}

.wrap-list-all-game .item-list-all-game .box-img-game-jackpot .btm-dt-game .brand-icon {
    width: 70px;
}

.wrap-list-all-game .item-list-all-game .box-img-game-jackpot .btm-dt-game .text-per {
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 0px 3px #ffa800, 0px 0px 3px #ffa800;
}

.wrap-list-all-game .item-list-all-game .box-img-game-jackpot .btm-dt-game .bx-progress {
    position: relative;
}

.wrap-list-all-game .item-list-all-game .box-img-game-jackpot .btm-dt-game .bx-progress .n-progress-graph-line-rail {
    background-color: #443918 !important;
    position: relative;
}

.wrap-list-all-game .item-list-all-game .box-img-game-jackpot .btm-dt-game .bx-progress .n-progress-graph-line-fill {
    background: linear-gradient(90deg, #f55a23, #fdb103);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px -10px #fff;
}

.wrap-list-all-game .item-list-all-game .box-img-game-jackpot .btm-dt-game .bx-progress .n-progress-graph-line-fill:before {
    content: "";
    width: 20px;
    height: 5px;
    top: 0;
    bottom: 0;
    right: 2px;
    position: absolute;
    border-radius: 50%;
    margin: auto;
    background: rgba(255, 255, 255, 0.58);
    z-index: 2;
    animation: flicker 0.6s ease-in infinite;
    filter: drop-shadow(0 0 1rem white);
}

@keyframes flicker {
    0% {
        transform: rotate(-1deg);
    }

    20% {
        transform: rotate(2deg) scaleX(1.4);
    }

    40% {
        transform: rotate(-1deg);
    }

    60% {
        transform: rotate(1deg);
    }

    80% {
        transform: rotate(-1deg) scaleX(0.9);
    }

    to {
        transform: rotate(1deg);
    }
}

.wrap-list-all-game .item-list-all-game .box-title-game {
    position: relative;
    margin-bottom: 1rem;
}

.wrap-list-all-game .item-list-all-game .box-title-game h2 {
    font-size: 20px;
    color: #e9b033;
    font-weight: 700;
    margin-left: 1.3rem;
}

.wrap-list-all-game .item-list-all-game .box-title-game:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #f2d638 0%, #e9b033 100%);
    border-radius: 20px;
}

.box-list-game,
.group-game-list,
.item-show-list-game {
    position: relative;
    overflow: hidden;
}

.box-list-game img,
.group-game-list img,
.item-show-list-game img {
    border-radius: 0 0 8px 8px;
}

.box-list-game .game-name,
.group-game-list .game-name,
.item-show-list-game .game-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: clamp(10px, 2vw, 12px);
    background: linear-gradient(180deg,
            rgba(0, 22, 60, 0) 0%,
            rgba(0, 0, 0, 0.8) 20.51%);
    border-radius: 0 0 8px 8px;
    padding: 5px 0;
}

.game-img {
    width: 100%;
    height: 100%;
}

.game-img img {
    width: 100%;
    height: 40px;
}

@media screen and (max-width: 1440px) {
    .game-img img {
        height: 30px;
    }
}

@media screen and (max-width: 600px) {
    .game-img img {
        height: 30px;
    }
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 6px;
}

th,
td {
    font-size: 12px;
    font-weight: 500;
    width: auto;
    text-align: center;
    padding: 3px;
}

td {
    height: 28px;
}

.wrap-show-random-box-history {
    width: 100%;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8e8f95", endColorstr="#8e8f95", GradientType=1);
    border-radius: 12px;
    padding: 2px;
}

.wrap-show-random-box-history .inner-wrap-show-random-box-history {
    border-radius: 12px;
    color: #fff;
    width: 100%;
}

.wrap-show-random-box-history .inner-wrap-show-random-box-history h2 {
    font-size: 1.4rem;
    font-weight: 500;
}

.wrap-show-random-box-history .inner-wrap-show-random-box-history .wrap-table-random-box-history {
    background: #8e8f95;
    background: linear-gradient(to right,
            #8e8f95 0%,
            #ffffff 14%,
            #8e8f95 50%,
            #ffffff 85%,
            #8e8f95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8e8f95", endColorstr="#8e8f95", GradientType=1);
    border-radius: 12px;
    padding: 2px;
}

.wrap-show-random-box-history .inner-wrap-show-random-box-history .wrap-table-random-box-history .head-table {
    background: linear-gradient(180deg, #3e3e3e 0%, #0a0a0a 100%);
    border-radius: 12px;
    color: #fff;
    display: flex;
    justify-content: space-around;
    padding: 0.5rem 0;
}

.wrap-show-random-box-history .inner-wrap-show-random-box-history .wrap-table-random-box-history .head-table .item-head p {
    font-size: 1rem;
}

.wrap-show-random-box-history .inner-wrap-show-random-box-history .body-table .item-body-table {
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px #00000040 inset, 0 -2px 4px #00000040 inset;
    display: flex;
    flex-wrap: wrap;
    margin: 0.5rem 1.5rem 0.5rem 0;
    padding: 0.2rem 0;
}

.wrap-show-random-box-history .inner-wrap-show-random-box-history .body-table .item-body-table .item {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap-show-random-box-history .inner-wrap-show-random-box-history .body-table .item-body-table .item .badge-rank {
    width: 22px;
    margin-right: 5px;
}

.wrap-show-random-box-history .inner-wrap-show-random-box-history .body-table .item-body-table .item img {
    width: 28px;
}

.wrap-show-random-box-history .inner-wrap-show-random-box-history .body-table .item-body-table .item p {
    font-size: 0.9rem;
    text-align: center;
}

.wrap-show-random-box-history .inner-wrap-show-random-box-history .wrap-show-my-info {
    background: #8e8f95;
    background: linear-gradient(to right,
            #8e8f95 0%,
            #ffffff 14%,
            #8e8f95 50%,
            #ffffff 85%,
            #8e8f95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8e8f95", endColorstr="#8e8f95", GradientType=1);
    border-radius: 12px;
    padding: 2px;
}

.wrap-show-random-box-history .inner-wrap-show-random-box-history .wrap-show-my-info .inner-wrap-show-my-info {
    background: linear-gradient(180deg, #3e3e3e 0%, #0a0a0a 100%);
    border-radius: 12px;
    color: #fff;
    padding: 0.5rem 0;
}

.wrap-show-random-box-history .inner-wrap-show-random-box-history .wrap-show-my-info .inner-wrap-show-my-info .item-my-info {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.wrap-show-random-box-history .inner-wrap-show-random-box-history .wrap-show-my-info .inner-wrap-show-my-info .item-my-info .item {
    width: 25%;
    display: flex;
    justify-content: center;
}

.wrap-show-random-box-history .inner-wrap-show-random-box-history .wrap-show-my-info .inner-wrap-show-my-info .item-my-info .item p {
    font-size: 1rem;
    text-align: center;
}

.wrap-show-random-box-history .inner-wrap-show-random-box-history .wrap-show-my-info .inner-wrap-show-my-info .item-my-info .item p:last-child {
    color: #33e22f;
}

.wrap-show-random-box-history .inner-wrap-show-random-box-history .n-scrollbar>.n-scrollbar-rail.n-scrollbar-rail--vertical {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 32px;
}

@media only screen and (max-width: 600px) {
    .wrap-show-random-box-history .inner-wrap-show-random-box-history .n-scrollbar>.n-scrollbar-rail.n-scrollbar-rail--vertical {
        right: 10px !important;
    }
}

.wrap-show-random-box-history .inner-wrap-show-random-box-history .n-scrollbar-rail__scrollbar {
    background: linear-gradient(to bottom,
            var(--primary-color-1) 0%,
            var(--primary-color-2) 100%) !important;
}

#checkin-view .checkin-date {
    color: #fff;
    text-align: center;
}

#checkin-view .checkin-boxlist {
    width: 60px;
    height: 60px;
}

#checkin-view .checkin-boxlist .inner-checkin-boxlist {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    #checkin-view .checkin-boxlist {
        width: 100%;
        height: auto;
    }
}

#checkin-view .checkin-boxlist {
    position: relative;
    background: #8e8f95;
    background: linear-gradient(to right,
            #8e8f95 0%,
            #ffffff 14%,
            #8e8f95 50%,
            #ffffff 85%,
            #8e8f95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8e8f95", endColorstr="#8e8f95", GradientType=1);
    border-radius: 7px;
    padding: 1px;
    cursor: default;
}

#checkin-view .checkin-boxlist .inner-checkin-boxlist {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: linear-gradient(#3e3e3e, #0a0a0a);
    border-radius: 6px;
    color: #fff;
}

#checkin-view .checkin-boxlist .inner-checkin-boxlist img {
    top: -3px;
    position: relative;
    width: 46px;
    height: 46px;
}

@media screen and (min-width: 768px) {
    #checkin-view .checkin-boxlist .inner-checkin-boxlist img {
        width: 100%;
        height: auto;
    }
}

#checkin-view .checkin-boxlist .inner-checkin-boxlist p {
    font-size: 12px;
    margin-top: -8px;
}

#checkin-view .checkin-boxlist .inner-checkin-boxlist.active {
    position: relative;
    background: linear-gradient(180deg,
            var(--primary-color-1) 0%,
            var(--primary-color-2) 100%);
    z-index: 10;
    cursor: pointer;
}

#checkin-view .checkin-boxlist .checked-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    z-index: 10;
    background-color: #00000080;
    border-radius: 6px;
}

@media screen and (min-width: 768px) {
    #checkin-view .checkin-boxlist .checked-overlay {
        width: 100%;
        height: 100%;
    }
}

#checkin-view .checkin-boxlist .checked-overlay img {
    position: relative;
    width: 46px;
    height: auto;
    margin: auto;
    top: 9px;
}

@media screen and (min-width: 768px) {
    #checkin-view .checkin-boxlist .checked-overlay img {
        width: calc(100% - 0.5rem);
        height: auto;
        top: 9px;
    }
}

@media screen and (min-width: 1024px) {
    #checkin-view .checkin-boxlist .checked-overlay img {
        top: 14px;
    }
}

#checkin-view .checkin-reward {
    font-size: 1.5rem;
    margin-top: 1.3rem;
    max-height: 380px;
}

#checkin-view .checkin-reward .inner-checkin-reward {
    width: 100%;
    height: 100%;
}

#checkin-view .checkin-reward {
    position: relative;
    background: #8e8f95;
    background: linear-gradient(to right,
            #8e8f95 0%,
            #ffffff 14%,
            #8e8f95 50%,
            #ffffff 85%,
            #8e8f95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8e8f95", endColorstr="#8e8f95", GradientType=1);
    border-radius: 7px;
    padding: 1px;
}

#checkin-view .checkin-reward .inner-checkin-reward {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: linear-gradient(#3e3e3e, #0a0a0a);
    border-radius: 6px;
    color: #fff;
}

#checkin-view .checkin-reward .checked-overlay-reward {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 56px;
    height: 56px;
    margin: auto;
    z-index: 10;
    background-color: #00000080;
    border-radius: 6px;
}

@media screen and (min-width: 768px) {
    #checkin-view .checkin-reward .checked-overlay-reward {
        width: 100%;
        height: 100%;
    }
}

#checkin-view .checkin-reward .checked-overlay-reward img {
    position: relative;
    width: 46px;
    height: auto;
    margin: auto;
    top: 9px;
    max-width: 80%;
}

@media screen and (min-width: 768px) {
    #checkin-view .checkin-reward .checked-overlay-reward img {
        width: calc(100% - 0.5rem);
        height: auto;
        top: 33%;
    }
}

@media screen and (min-width: 1024px) {
    #checkin-view .checkin-reward .checked-overlay-reward img {
        top: 33%;
    }
}

#add-bank .show-bank-select {
    border-radius: 8px;
    background: #010600;
    padding: 6px 15px;
}

#add-bank .show-bank-select p {
    color: #fff;
}

#add-bank .form-bank-input .n-input {
    border-radius: 12px;
    background: rgba(1, 6, 0, 0.7215686275);
    padding: 0.2rem;
}

:root {
    --toastify-color-light: #fff;
    --toastify-color-dark: #121212;
    --toastify-color-info: #3498db;
    --toastify-color-success: #07bc0c;
    --toastify-color-warning: #f1c40f;
    --toastify-color-error: #e74c3c;
    --toastify-color-transparent: hsla(0, 0%, 100%, 0.7);
    --toastify-icon-color-info: var(--toastify-color-info);
    --toastify-icon-color-success: var(--toastify-color-success);
    --toastify-icon-color-warning: var(--toastify-color-warning);
    --toastify-icon-color-error: var(--toastify-color-error);
    --toastify-toast-width: 320px;
    --toastify-toast-background: #fff;
    --toastify-toast-min-height: 64px;
    --toastify-toast-max-height: 800px;
    --toastify-font-family: sans-serif;
    --toastify-z-index: 9999;
    --toastify-text-color-light: #757575;
    --toastify-text-color-dark: #fff;
    --toastify-text-color-info: #fff;
    --toastify-text-color-success: #fff;
    --toastify-text-color-warning: #fff;
    --toastify-text-color-error: #fff;
    --toastify-spinner-color: #616161;
    --toastify-spinner-color-empty-area: #e0e0e0;
    --toastify-color-progress-light: linear-gradient(90deg,
            #4cd964,
            #5ac8fa,
            #007aff,
            #34aadc,
            #5856d6,
            #ff2d55);
    --toastify-color-progress-dark: #bb86fc;
    --toastify-color-progress-info: var(--toastify-color-info);
    --toastify-color-progress-success: var(--toastify-color-success);
    --toastify-color-progress-warning: var(--toastify-color-warning);
    --toastify-color-progress-error: var(--toastify-color-error);
    --toastify-color-progress-colored: #ddd;
}

.Toastify__toast-container {
    box-sizing: border-box;
    color: #fff;
    padding: 4px;
    position: fixed;
    transform: translate3d(0, 0, var(--toastify-z-index) px);
    width: var(--toastify-toast-width);
    z-index: var(--toastify-z-index);
}

.Toastify__toast-container--top-left {
    left: 1em;
    top: 1em;
}

.Toastify__toast-container--top-center {
    left: 50%;
    top: 1em;
    transform: translate(-50%);
}

.Toastify__toast-container--top-right {
    right: 1em;
    top: 1em;
}

.Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em;
}

.Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    transform: translate(-50%);
}

.Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em;
}

@media only screen and (max-width: 480px) {
    .Toastify__toast-container {
        left: 0;
        margin: 0;
        padding: 0;
        width: 100vw;
    }

    .Toastify__toast-container--top-center,
    .Toastify__toast-container--top-left,
    .Toastify__toast-container--top-right {
        top: 0;
        transform: translate(0);
    }

    .Toastify__toast-container--bottom-center,
    .Toastify__toast-container--bottom-left,
    .Toastify__toast-container--bottom-right {
        bottom: 0;
        transform: translate(0);
    }

    .Toastify__toast-container--rtl {
        left: auto;
        right: 0;
    }
}

.Toastify__toast {
    border-radius: 4px;
    box-shadow: 0 1px 10px #0000001a, 0 2px 15px #0000000d;
    box-sizing: border-box;
    cursor: pointer;
    direction: ltr;
    display: flex;
    font-family: var(--toastify-font-family);
    justify-content: space-between;
    margin-bottom: 1rem;
    max-height: var(--toastify-toast-max-height);
    min-height: var(--toastify-toast-min-height);
    overflow: hidden;
    padding: 8px;
    position: relative;
    z-index: 0;
}

.Toastify__toast--rtl {
    direction: rtl;
}

.Toastify__toast-body {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    margin: auto 0;
    padding: 6px;
    white-space: pre-wrap;
}

.Toastify__toast-body>div:last-child {
    flex: 1;
}

.Toastify__toast-icon {
    display: flex;
    flex-shrink: 0;
    margin-inline-end: 10px;
    width: 20px;
}

.Toastify--animate {
    animation-duration: 0.7s;
    animation-fill-mode: both;
}

.Toastify--animate-icon {
    animation-duration: 0.3s;
    animation-fill-mode: both;
}

@media only screen and (max-width: 480px) {
    .Toastify__toast {
        border-radius: 0;
        margin-bottom: 0;
    }
}

.Toastify__toast-theme--dark {
    background: var(--toastify-color-dark);
    color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--colored.Toastify__toast--default,
.Toastify__toast-theme--light {
    background: var(--toastify-color-light);
    color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
    background: var(--toastify-color-info);
    color: var(--toastify-text-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
    background: var(--toastify-color-success);
    color: var(--toastify-text-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
    background: var(--toastify-color-warning);
    color: var(--toastify-text-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
    background: var(--toastify-color-error);
    color: var(--toastify-text-color-error);
}

.Toastify__progress-bar-theme--light {
    background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
    background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
    background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
    background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
    background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
    background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default {
    background: var(--toastify-color-progress-colored);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
    background: var(--toastify-color-transparent);
}

.Toastify__close-button {
    align-self: flex-start;
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    opacity: 0.7;
    outline: none;
    padding: 0;
    transition: 0.3s ease;
}

.Toastify__close-button--light {
    color: #000;
    opacity: 0.3;
}

.Toastify__close-button>svg {
    fill: currentcolor;
    height: 16px;
    width: 14px;
}

.Toastify__close-button:focus,
.Toastify__close-button:hover {
    opacity: 1;
}

@keyframes Toastify__trackProgress {
    0% {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(0);
    }
}

.Toastify__progress-bar {
    bottom: 0;
    height: 5px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    transform-origin: left;
    width: 100%;
    z-index: var(--toastify-z-index);
}

.Toastify__progress-bar--animated {
    animation: Toastify__trackProgress linear 1 forwards;
}

.Toastify__progress-bar--controlled {
    transition: transform 0.2s;
}

.Toastify__progress-bar--rtl {
    left: auto;
    right: 0;
    transform-origin: right;
}

.Toastify__spinner {
    animation: Toastify__spin 0.65s linear infinite;
    border: 2px solid;
    border-color: var(--toastify-spinner-color-empty-area);
    border-radius: 100%;
    border-right-color: var(--toastify-spinner-color);
    box-sizing: border-box;
    height: 20px;
    width: 20px;
}

@keyframes Toastify__bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    to {
        transform: none;
    }
}

@keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes Toastify__bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        transform: translate3d(5px, 0, 0);
    }

    to {
        transform: none;
    }
}

@keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes Toastify__bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes Toastify__bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes Toastify__bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: none;
    }
}

@keyframes Toastify__bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.Toastify__bounce-enter--bottom-left,
.Toastify__bounce-enter--top-left {
    animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--bottom-right,
.Toastify__bounce-enter--top-right {
    animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
    animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
    animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--bottom-left,
.Toastify__bounce-exit--top-left {
    animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--bottom-right,
.Toastify__bounce-exit--top-right {
    animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
    animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
    animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes Toastify__zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.Toastify__zoom-enter {
    animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
    animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }

    40% {
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg);
    }

    60% {
        opacity: 1;
        transform: perspective(400px) rotateX(10deg);
    }

    80% {
        transform: perspective(400px) rotateX(-5deg);
    }

    to {
        transform: perspective(400px);
    }
}

@keyframes Toastify__flipOut {
    0% {
        transform: perspective(400px);
    }

    30% {
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg);
    }

    to {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }
}

.Toastify__flip-enter {
    animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
    animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
    0% {
        transform: translate3d(110%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes Toastify__slideInLeft {
    0% {
        transform: translate3d(-110%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes Toastify__slideInUp {
    0% {
        transform: translate3d(0, 110%, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes Toastify__slideInDown {
    0% {
        transform: translate3d(0, -110%, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes Toastify__slideOutRight {
    0% {
        transform: translateZ(0);
    }

    to {
        transform: translate3d(110%, 0, 0);
        visibility: hidden;
    }
}

@keyframes Toastify__slideOutLeft {
    0% {
        transform: translateZ(0);
    }

    to {
        transform: translate3d(-110%, 0, 0);
        visibility: hidden;
    }
}

@keyframes Toastify__slideOutDown {
    0% {
        transform: translateZ(0);
    }

    to {
        transform: translate3d(0, 500px, 0);
        visibility: hidden;
    }
}

@keyframes Toastify__slideOutUp {
    0% {
        transform: translateZ(0);
    }

    to {
        transform: translate3d(0, -500px, 0);
        visibility: hidden;
    }
}

.Toastify__slide-enter--bottom-left,
.Toastify__slide-enter--top-left {
    animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--bottom-right,
.Toastify__slide-enter--top-right {
    animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
    animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
    animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--bottom-left,
.Toastify__slide-exit--top-left {
    animation-name: Toastify__slideOutLeft;
}

.Toastify__slide-exit--bottom-right,
.Toastify__slide-exit--top-right {
    animation-name: Toastify__slideOutRight;
}

.Toastify__slide-exit--top-center {
    animation-name: Toastify__slideOutUp;
}

.Toastify__slide-exit--bottom-center {
    animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(1turn);
    }
}

svg[data-v-9822d2bf] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: #efb30f;
}

svg text[data-v-9822d2bf] {
    font-size: 9px;
    -webkit-text-stroke: 6px #7c3f0d;
    text-shadow: 0 4px 0 #7c3f0d;
}

.primary-button[data-v-9822d2bf] {
    padding: 20px 50px;
}

.eff-ranking-text[data-v-9822d2bf] {
    font-size: 17px;
}

.effect-confetti[data-v-9822d2bf] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
}

.effect-confetti .effect-group[data-v-9822d2bf] {
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    margin: auto;
    width: clamp(150px, 100%, 400px);
    height: 100%;
}

.effect-confetti .effect-group .close-ranking[data-v-9822d2bf] {
    position: absolute;
    top: -200px;
    right: -20px;
    bottom: 0;
    margin: auto;
    z-index: 99999;
    background-color: #ff100099;
    border-radius: 5rem;
}

@media screen and (max-width: 600px) {
    .effect-confetti .effect-group .close-ranking[data-v-9822d2bf] {
        right: 2px;
    }
}

.effect-confetti .effect-group .reward-icon[data-v-9822d2bf] {
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 250px;
    animation: up-down-9822d2bf 2s ease-out infinite;
    z-index: 4;
}

.effect-confetti .effect-group .congratulation-eff[data-v-9822d2bf] {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.effect-confetti .effect-group .congratulation-eff img[data-v-9822d2bf] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.effect-confetti .effect-group .congratulation-eff .text-eff[data-v-9822d2bf] {
    font-size: clamp(2.1rem, 3vw, 2.2rem);
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 100%;
    text-align: center;
    height: -moz-fit-content;
    height: fit-content;
}

.effect-confetti .effect-group .light[data-v-9822d2bf] {
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    width: 100%;
    height: auto;
    animation: zoom-9822d2bf 2s ease-out infinite;
}

.effect-confetti .effect-group .star[data-v-9822d2bf] {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 100%;
    height: auto;
    animation: zoom-9822d2bf 2s ease-out infinite;
}

.effect-confetti .effect-group .group-Trumpet-l[data-v-9822d2bf] {
    position: absolute;
    top: -140px;
    left: 0;
    right: 60%;
    bottom: 0;
    margin: auto;
    content: "";
    z-index: 2;
    width: 40%;
    height: -moz-fit-content;
    height: fit-content;
}

.effect-confetti .effect-group .group-Trumpet-l .Trumpet-l-top[data-v-9822d2bf] {
    position: absolute;
    rotate: 50deg;
    animation: slide-9822d2bf 1.2s ease-out infinite;
}

.effect-confetti .effect-group .group-Trumpet-l .Trumpet-l-center[data-v-9822d2bf] {
    position: absolute;
    right: -5%;
    animation: slide-center-9822d2bf 1.5s ease-out infinite;
}

.effect-confetti .effect-group .group-Trumpet-l .Trumpet-l-bottom[data-v-9822d2bf] {
    position: absolute;
    top: -10px;
    rotate: 20deg;
    animation: slide-9822d2bf 1s ease-out infinite;
}

.effect-confetti .effect-group .group-Trumpet-r[data-v-9822d2bf] {
    position: absolute;
    top: -140px;
    left: 60%;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    z-index: 2;
    width: 40%;
    height: -moz-fit-content;
    height: fit-content;
}

.effect-confetti .effect-group .group-Trumpet-r .Trumpet-l-top[data-v-9822d2bf] {
    position: absolute;
    top: 20px;
    rotate: -50deg;
    animation: slide-9822d2bf 1.2s ease-out infinite;
}

.effect-confetti .effect-group .group-Trumpet-r .Trumpet-l-center[data-v-9822d2bf] {
    position: absolute;
    top: 10px;
    right: 5%;
    animation: slide-center-9822d2bf 1.5s ease-out infinite;
}

.effect-confetti .effect-group .group-Trumpet-r .Trumpet-l-bottom[data-v-9822d2bf] {
    position: absolute;
    rotate: -30deg;
    top: -10px;
    right: 10px;
    animation: slide-9822d2bf 1s ease-out infinite;
}

.effect-confetti .effect-group .detail-confetti[data-v-9822d2bf] {
    color: #fff;
    position: absolute;
    top: 400px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
}

@keyframes zoom-9822d2bf {
    0% {
        opacity: 0.3;
        scale: 1.2;
    }

    50% {
        opacity: 1;
        scale: 1.5;
    }

    to {
        opacity: 0.3;
        scale: 1.2;
    }
}

@keyframes up-down-9822d2bf {
    0% {
        transform: translate(1px, 20px);
    }

    50% {
        transform: translate(1px, 12px);
    }

    to {
        transform: translate(1px, 20px);
    }
}

@keyframes slide-9822d2bf {
    0% {
        transform: translate(-5px);
    }

    50% {
        transform: translate(5px);
    }

    to {
        transform: translate(-5px);
    }
}

@keyframes slide-center-9822d2bf {
    0% {
        transform: translate(-7px);
    }

    50% {
        transform: translate(7px);
    }

    to {
        transform: translate(-7px);
    }
}

.hidden[data-v-9822d2bf] {
    display: none;
}

.n-modal-body-wrapper .n-modal-scroll-content {
    justify-content: center;
}

.text-contact[data-v-d45a098f] {
    position: relative;
    display: flex;
}

.text-contact .ln[data-v-d45a098f] {
    position: absolute;
    top: 0;
    left: 0;
    right: 28%;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    font-size: 14px;
}

@media only screen and (max-width: 600px) {
    .text-contact .ln[data-v-d45a098f] {
        right: 20%;
    }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
    .text-contact .ln[data-v-d45a098f] {
        right: 30%;
    }
}

@media screen and (min-width: 1023px) and (max-width: 1024px) {
    .text-contact .ln[data-v-d45a098f] {
        right: 28%;
    }
}

.text-contact .tg[data-v-d45a098f] {
    position: absolute;
    top: 0;
    left: 0;
    right: 22%;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    font-size: 14px;
}

@media only screen and (max-width: 600px) {
    .text-contact .tg[data-v-d45a098f] {
        right: 12%;
    }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
    .text-contact .tg[data-v-d45a098f] {
        right: 25%;
    }
}

@media screen and (min-width: 1023px) and (max-width: 1024px) {
    .text-contact .tg[data-v-d45a098f] {
        right: 20%;
    }
}

.ham[data-v-6ff270c9] {
    margin-left: 0rem;
    margin-top: 0.4rem;
}

@media screen and (max-width: 600px) {
    .ham[data-v-6ff270c9] {
        margin-left: -0.6rem !important;
        margin-top: 0.4rem !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
    .ham[data-v-6ff270c9] {
        margin-left: 0rem !important;
        margin-top: -0.3rem !important;
    }
}

@media screen and (min-width: 1023px) and (max-width: 1024px) {
    .ham[data-v-6ff270c9] {
        margin-left: 0rem !important;
        margin-top: 0.4rem;
    }
}

svg[data-v-109254cd] {
    fill: var(--theme-color-1);
}

.wrap-sidebar button[data-v-109254cd],
[type="button"][data-v-109254cd],
[type="reset"][data-v-109254cd],
[type="submit"][data-v-109254cd] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

.btn-switch-lang-ham[data-v-109254cd] {
    padding: 0;
}

.btn-switch-lang-ham[data-v-109254cd]:hover {
    background: transparent;
}

.btn-switch-lang-ham[data-v-109254cd]:focus {
    background: transparent;
}

.btn-switch-lang-ham p[data-v-109254cd],
.box-show-lang[data-v-109254cd] {
    color: #fff;
}

.depoist-button-home[data-v-109254cd] {
    border-radius: 8px;
    background: linear-gradient(180deg, #64d937 0%, #01821e 100%);
    width: 50%;
    height: 40px;
    font-size: 16px;
}

.withdraw-button-home[data-v-109254cd] {
    border-radius: 8px;
    background: linear-gradient(180deg, #c10a09 0%, #970f0f 100%);
    width: 50%;
    height: 40px;
    font-size: 16px;
}

.decal-transaction[data-v-109254cd] {
    position: absolute;
    z-index: 0;
}

.close-hamburger[data-v-109254cd] :focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.header-section[data-v-6d9ba23b] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #000b;
}

.marquee-section[data-v-6d9ba23b] {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 85%;
    height: 25px;
    background: linear-gradient(90deg,
            var(--theme-color-1) 0%,
            var(--theme-color-2, 0.452) 50%,
            var(--theme-color-1, 0.7) 100%);
    z-index: 9;
    overflow: hidden;
}

@media screen and (max-width: 1440px) {
    .marquee-section[data-v-6d9ba23b] {
        height: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .marquee-section[data-v-6d9ba23b] {
        height: 25px;
    }
}

.inner-section[data-v-6d9ba23b] {
    display: flex;
    position: relative;
    height: 100%;
}

.inner-section p[data-v-6d9ba23b] {
    margin-left: 5px;
    color: #fff;
    font-family: Noto Sans Thai, sans-serif;
    font-size: 14px;
    z-index: 1;
    white-space: nowrap;
    padding-top: 3px;
    padding-bottom: 3px;
}

.text-head-marquee[data-v-6d9ba23b] {
    color: #e9b033;
    background: #000;
    padding: 3px 0.5rem 3px 6.5rem;
    z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 820px) {
    .text-head-marquee[data-v-6d9ba23b] {
        padding: 3px 0.5rem 3px 3rem;
    }
}

@media screen and (min-width: 1023px) and (max-width: 1024px) {
    .text-head-marquee[data-v-6d9ba23b] {
        padding: 3px 0.5rem 3px 4rem !important;
    }
}

.text-head-marquee-dot[data-v-6d9ba23b] {
    color: #e9b033;
    background: linear-gradient(90deg, #000 80%, rgba(213, 213, 213, 0) 100%);
    padding: 3px 1rem 3px 0;
    z-index: 2;
}

@keyframes marquee-6d9ba23b {
    0% {
        transform: translate(300%);
    }

    to {
        transform: translate(-100%);
    }
}

@keyframes marqueeMobile-6d9ba23b {
    0% {
        transform: translate(100%);
    }

    to {
        transform: translate(-120%);
    }
}

@media only screen and (max-width: 640px) {
    .inner-section[data-v-6d9ba23b] {
        padding-left: 0rem;
    }

    .inner-section p[data-v-6d9ba23b] {
        padding-top: 3px;
        animation: marqueeMobile-6d9ba23b 14s linear infinite;
    }

    .text-head-marquee[data-v-6d9ba23b] {
        padding: 3px 0.3rem 3px 3.5rem;
    }

    .text-head-marquee-dot[data-v-6d9ba23b] {
        color: #e9b033;
        background: linear-gradient(90deg,
                #000 80%,
                rgba(213, 213, 213, 0) 100%);
        padding: 3px 1rem 3px 0;
        z-index: 2;
    }
}

.coin[data-v-6d9ba23b] {
    animation: brightness-6d9ba23b 2.5s infinite linear;
}

.b-coin[data-v-6d9ba23b] {
    transform-style: preserve-3d;
    animation: spin-6d9ba23b 2.5s infinite linear;
}

@keyframes brightness-6d9ba23b {

    0%,
    50%,
    to {
        filter: blur(0px) brightness(120%) drop-shadow(0 0 2.5px rgba(255, 255, 255, 0.1)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.075)) drop-shadow(0 0 7.5px rgba(255, 255, 255, 0.045)) drop-shadow(0 0 10px rgba(255, 255, 255, 0.025));
    }

    25%,
    75% {
        filter: blur(1px) brightness(50%) drop-shadow(0 0 2.5px rgba(255, 255, 255, 0.1)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.075)) drop-shadow(0 0 7.5px rgba(255, 255, 255, 0.045)) drop-shadow(0 0 10px rgba(255, 255, 255, 0.025));
    }
}

@keyframes spin-6d9ba23b {
    0% {
        transform: rotateY(-180deg);
    }

    to {
        transform: rotateY(180deg);
    }
}

.sticky-icon {
    z-index: 99;
    position: fixed;
    right: 0%;
    width: 220px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.sticky-icon a {
    transform: translate(160px, 0px);
    border-radius: 10px 0px 0px 10px;
    text-align: left;
    margin: 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 28px;
    transition: all 0.8s;
}

.sticky-icon a:hover {
    color: #fff;
    transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
    transform: rotate(360deg);
}

.Line {
    background-color: #55cb18;
    color: #fff;
}

.sticky-icon a i {
    background-color: #000;
    height: 40px;
    width: 40px;
    color: #000;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    margin-right: 20px;
    transition: all 0.5s;
}

.sticky-icon a i.fa-line {
    background-color: #fff;
    color: #55cb18;
}

.sticky-icon1 {
    z-index: 99;
    position: fixed;
    top: 25%;
    right: 0%;
    width: 220px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.sticky-icon1 a {
    transform: translate(160px, 0px);
    border-radius: 10px 0px 0px 10px;
    text-align: left;
    margin: 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 28px;
    transition: all 0.8s;
}

.sticky-icon1 a:hover {
    color: #fff;
    transform: translate(0px, 0px);
}

.sticky-icon1 a:hover i {
    transform: rotate(360deg);
}

.Line1 {
    background-image: linear-gradient(to bottom,
            #73c2ff,
            #5cb6ff,
            #44aaff,
            #299eff,
            #0091ff);
    color: #fff;
}

.sticky-icon1 a i {
    background-color: #000;
    height: 40px;
    width: 40px;
    color: #000;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    margin-right: 20px;
    transition: all 0.5s;
}

.sticky-icon1 a i.fa-line {
    background-color: #fff;
    color: #44aaff;
}

#qr_img {
    position: fixed;
    top: 370px;
    width: 180px;
    z-index: 9999;
    right: 10px;
    padding: 10px 0 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.qr_btn_open,
.qr_btn_close {
    float: right;
    width: 25px;
    height: 25px;
    /* background: rgb(0, 129, 255); */
    background-image: linear-gradient(to right bottom,
            #44aaff,
            #44aaff,
            #44aaff,
            #44aaff,
            #44aaff);
    border-radius: 15px;
    margin: 0 0 10px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.qr_btn_open:before {
    content: "✚";
}

.qr_btn_close:before {
    content: "✖";
}

@media only screen and (min-width: 280px) {
    #qr_img {
        display: none;
    }

    #qr_img2 {
        display: none;
    }
}

@media only screen and (min-width: 576px) {
    #qr_img {
        display: none;
    }

    #qr_img2 {
        display: none;
    }
}

@media only screen and (min-width: 1000px) {
    #qr_img {
        display: block;
    }

    #qr_img2 {
        display: block;
    }
}

.uppp {
    -webkit-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    transition: all 2s ease-in-out 0s;
    animation: up 2s ease-in-out infinite;
}

@keyframes up {
    0% {
        transform: translatey(0px) rotate(0deg);
    }

    50% {
        transform: translatey(-10px) rotate(0deg);
    }
}

#qr_img2 {
    position: fixed;
    top: 600px;
    width: 180px;
    z-index: 9999;
    right: 10px;
    padding: 10px 0 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.btn-green {
    color: #fff;
    background: linear-gradient(180deg, #91f27f 10%, #00b302);
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.35s ease;
}

.btn-green:hover {
    background: linear-gradient(180deg, #00b302 10%, #00b302);
    color: #fff;
}

.btn-blue {
    color: #fff;
    background-image: linear-gradient(to bottom,
            #73c2ff,
            #5cb6ff,
            #44aaff,
            #299eff,
            #0091ff);
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.35s ease;
}

.btn-blue:hover {
    background-image: linear-gradient(to top, #3dabff, #3dabff);
    color: #fff;
}

button.btn-blue {
    color: #fff;
    background-image: linear-gradient(to bottom,
            #73c2ff,
            #5cb6ff,
            #44aaff,
            #299eff,
            #0091ff);
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.35s ease;
}

button.btn-blue:hover {
    background-image: linear-gradient(to top, #3dabff, #3dabff);
    color: #fff;
}

.round-full {
    border-radius: 50px !important;
}

.btn-yellow {
    color: #fff;
    background-image: linear-gradient(180deg, #ffe347 10%, #fcb017);
    border: none;
    border-radius: 20px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.35s ease;
}

.btn-yellow:hover {
    background-image: linear-gradient(180deg, #fcb017 10%, #fcb017);
    color: #fff;
}

.btn-pink {
    color: #fff;
    background: linear-gradient(180deg, #ffafa4, #ff6b56);
    box-shadow: 0 2px 4px rgb(0 0 0 / 12%), 0 1px 2px hsl(0deg 7% 92% / 24%);
    border: none;
    border-radius: 20px !important;
    transition: all 0.35s ease;
}

.btn-pink:hover {
    background-image: linear-gradient(180deg, #ff6b56, #ff6b56);
    color: #fff;
}

/* ---------- Hamburger Toggles ---------- */

.hamburger {
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    cursor: pointer;
    margin: 0px 20px 0px 10px;
}

.top-bun {
    width: 15%;
    transition: all 200ms ease-in-out;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    height: 4px;
    background: #004462;
    border-radius: 5px;
}

.meat {
    width: 25%;
    transition: all 200ms ease-in-out;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 300ms;
    height: 4px;
    background: #004462;
    border-radius: 5px;
}

.bottom-bun {
    width: 35%;
    transition: all 400ms ease-in-out;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 500ms;
    height: 4px;
    background: #004462;
    border-radius: 5px;
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

.btn-green {
    color: #fff;
    background: linear-gradient(180deg, #91f27f 10%, #00b302);
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.35s ease;
    border-radius: 20px !important;
}

.btn-green:hover {
    background: linear-gradient(180deg, #00b302 10%, #00b302);
    color: #fff;
}

.btn-blue {
    color: #fff;
    background-image: linear-gradient(to bottom,
            #73c2ff,
            #5cb6ff,
            #44aaff,
            #299eff,
            #0091ff);
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.35s ease;
}

.btn-blue:hover {
    background-image: linear-gradient(to top, #3dabff, #3dabff);
    color: #fff;
}

button.btn-blue {
    color: #fff;
    background-image: linear-gradient(to bottom,
            #73c2ff,
            #5cb6ff,
            #44aaff,
            #299eff,
            #0091ff);
    border: none;
    border-radius: 20px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.35s ease;
}

button.btn-blue:hover {
    background-image: linear-gradient(to top, #3dabff, #3dabff);
    color: #fff;
}

.round-full {
    border-radius: 50px !important;
}

.btn-yellow {
    color: #fff;
    background-image: linear-gradient(180deg, #ffe347 10%, #fcb017);
    border: none;
    border-radius: 20px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.35s ease;
}

.btn-yellow:hover {
    background-image: linear-gradient(180deg, #fcb017 10%, #fcb017);
    color: #fff;
}

button.btn-yellow {
    color: #fff;
    background-image: linear-gradient(180deg, #ffe347 10%, #fcb017);
    border: none;
    border-radius: 20px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.35s ease;
}

button.btn-yellow:hover {
    background-image: linear-gradient(180deg, #fcb017 10%, #fcb017);
    color: #fff;
}

.btn-pink {
    color: #fff;
    background: linear-gradient(180deg, #ffafa4, #ff6b56);
    box-shadow: 0 2px 4px rgb(0 0 0 / 12%), 0 1px 2px hsl(0deg 7% 92% / 24%);
    border: none;
    border-radius: 20px !important;
    transition: all 0.35s ease;
}

.btn-pink:hover {
    background-image: linear-gradient(180deg, #ff6b56, #ff6b56);
    color: #fff;
}

button.btn-pink {
    color: #fff;
    background: linear-gradient(180deg, #ffafa4, #ff6b56);
    box-shadow: 0 2px 4px rgb(0 0 0 / 12%), 0 1px 2px hsl(0deg 7% 92% / 24%);
    border: none;
    border-radius: 20px !important;
    transition: all 0.35s ease;
}

button.btn-pink:hover {
    background-image: linear-gradient(180deg, #ff6b56, #ff6b56);
    color: #fff;
}

.btn-blink {
    padding: 3px 10px;
    margin: 2px 2px;
    overflow: hidden;
    font-size: 0.875rem;
    color: #a17132;
    background-color: #fec74b45;
    box-shadow: none !important;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 5px;
    transition: background-color 0.2s ease;
    text-transform: capitalize;
}

.btn-blink:hover {
    color: #f5e9ca;
    background-color: #9e7e45;
}

.btn-red {
    background-image: linear-gradient(to top,
            #b70521,
            #c9242f,
            #db383d,
            #ed4a4c,
            #ff5b5b) !important;
    border-radius: 20px !important;
    border: none !important;
    color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px !important;
    padding: 10px 20px !important;
}

.btn-red:hover {
    background-image: linear-gradient(to top, #b70521, #b70521) !important;
}

.bg-yellow {
    border-radius: 20px;
    color: #000;
    background: linear-gradient(180deg, #f1c300b0, #ffce0078);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.btn-nav-game {
    border-radius: 50px !important;
    cursor: pointer;
    color: #fff !important;
    background: linear-gradient(180deg, #ffe347 0%, #fe8a02 100%) !important;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    border: 1px solid #ffe347 !important;
    transition: all 0.5s;
}

.btn-nav-logout {
    border-radius: 50px !important;
    cursor: pointer;
    color: #fff !important;
    background: linear-gradient(180deg, #ffe347 0%, #fe8a02 100%) !important;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    border: 1px solid #ffe347 !important;
    transition: all 0.5s;
}

.btn-button {
    cursor: pointer;
    color: #fff !important;
    background: linear-gradient(180deg, #ffe347 0%, #fe8a02 100%) !important;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.5s;
}

/* .bg-header-lg {
    background: rgb(75 12 12);
} */

.bg-account {
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500,
        0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000 !important;
    color: #fff6a9;
}

.wallet {
    background: linear-gradient(180deg, rgba(84, 175, 241, 1) 0%, rgba(0, 202, 255, 1) 100%);
    border-radius: 20px !important;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; */
    border: 1px solid #08fcff;
}

.bg-wallet {
    background-color: #fff;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-radius: 10px;
    padding: 10px 0px 10px 0px;
}

.affilate {
    color: #fff !important;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    border: 3px groove #ded00d;
    background-color: #060505de;
}

.btn-toggle-red {
    background-image: linear-gradient(180deg,
            #c00101 0%,
            #4f0a0a 100%) !important;
}

.btn-confirm {
    background-image: linear-gradient(180deg,
            #c00101 0%,
            #4f0a0a 100%) !important;
}

.title-head {
    background-color: #000 !important;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important;
    border-radius: 25px !important;
    color: #fff;
    padding: 5px 50px !important;
    font: bold !important;
}

.title-history {
    background: linear-gradient(to top,
            #6b0f99,
            #69077b,
            #740282,
            #891a94,
            #950fa9) !important;
    border-style: solid;
    border-width: 0 2px 3px 0;
    border-radius: 25px;
    border-color: #5c3306;
    color: #fff;
    padding: 10px 50px;
}

.title-spin {
    background: linear-gradient(to top,
            #6b0f99,
            #69077b,
            #740282,
            #891a94,
            #950fa9) !important;
    border-style: solid;
    border-width: 0 2px 3px 0;
    border-radius: 25px;
    border-color: #5c3306;
    color: #fff;
}

.nav-active-history {
    background: radial-gradient(ellipse farthest-corner at right bottom,
            #ff5c5c 0%,
            #981515 8%,
            #f52222 30%,
            #f31010 40%,
            transparent 80%),
        radial-gradient(ellipse farthest-corner at left top,
            #ffffff 0%,
            #ffcbac 8%,
            #d17464 25%,
            #5d2d1f 62.5%,
            #5d281f 100%) !important;
    border: 1px solid #edd58a !important;
    margin-top: 2px;
    box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.5) !important;
}

.nav-history {
    background: linear-gradient(to top,
            #000000,
            #1f2b31,
            #1b2129,
            #000000) !important;
    margin-top: 2px;
    box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.5) !important;
    border: 1px solid #000 !important;
    transition: all 0.5s;
}

.content {
    color: #fff !important;
    background: radial-gradient(circle,
            rgb(29, 23, 23, 0.7) 27%,
            rgba(255, 255, 255, 0) 100%,
            rgb(255, 255, 255) 100%);
    padding: 0px 20px !important;
    backdrop-filter: blur(5px);
    border-radius: 20px;
}

.bank {
    background: rgb(255, 239, 173);
    background: linear-gradient(176deg, rgba(255, 239, 173, 1) 0%, rgba(245, 159, 17, 1) 100%);
    color: #fff;
}

.btn-one {
    background-color: #fbfbfb !important;
    border: 1px solid #00d1ff !important;
    color: #00d1ff !important;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important;
    border-radius: 10px !important;
}

.btn-check-money {
    color: #fff;
    background: radial-gradient(ellipse farthest-corner at right bottom,
            #ff5c5c 0%,
            #981515 8%,
            #f52222 30%,
            #f31010 40%,
            transparent 80%),
        radial-gradient(ellipse farthest-corner at left top,
            #ffffff 0%,
            #ffcbac 8%,
            #d17464 25%,
            #5d2d1f 62.5%,
            #5d281f 100%);
    border: 1px groove #26130b;
    font-weight: bold;
    padding: 9px 25px;
    transition: all 0.5s;
    box-shadow: inset 0px 0px 8px rgb(0 0 0 / 50%);
}

.title-head-two {
    background: radial-gradient(circle,
            rgb(8 123 23 / 70%) 27%,
            rgba(255, 255, 255, 0) 100%,
            rgb(255, 255, 255) 100%);
    color: #fff;
}

.account {
    color: #fff !important;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    border: 3px groove #ded00d;
    background-color: #171818b8;
}

.bg-spin {
    color: #fff !important;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    border: 1px groove #ded00d;
    background-color: #25292c57;
}

.point {
    color: #fff !important;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    border: 2px solid #383e43;
    background-color: #25292c57;
}

.tag {
    color: #fff !important;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    border: 2px solid #910e0e;
    background-color: #95901457;
}

.btn-two {
    background: rgb(251, 167, 0);
    background: linear-gradient(176deg, rgba(251, 167, 0, 1) 0%, rgba(245, 231, 17, 1) 100%) !important;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    /* padding: 10px 40px 10px 40px !important; */
    border-radius: 10px !important;
}

.bg-affilate-menu {
    background: radial-gradient(ellipse farthest-corner at right bottom,
            #ff5c5c 0%,
            #981515 8%,
            #f52222 30%,
            #f31010 40%,
            transparent 80%),
        radial-gradient(ellipse farthest-corner at left top,
            #ffffff 0%,
            #ffcbac 8%,
            #d17464 25%,
            #5d2d1f 62.5%,
            #5d281f 100%) !important;
    border: 1px solid #edd58a !important;
    margin-top: 2px;
    box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.5) !important;
}

.btn-bg-affilate {
    background: linear-gradient(to top,
            #6b0f99,
            #69077b,
            #740282,
            #891a94,
            #950fa9) !important;
    border-style: solid;
    border-width: 0 2px 3px 0;
    border-radius: 25px;
    border-color: #5c3306;
    color: #fff;
}

.bg-step {
    background: radial-gradient(ellipse farthest-corner at right bottom,
            #ff5c5c 0%,
            #981515 8%,
            #f52222 30%,
            #f31010 40%,
            transparent 80%),
        radial-gradient(ellipse farthest-corner at left top,
            #ffffff 0%,
            #ffcbac 8%,
            #d17464 25%,
            #5d2d1f 62.5%,
            #5d281f 100%) !important;
    border: 1px solid #edd58a !important;
    margin-top: 2px;
    box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.5) !important;
}

.bg-step-get {
    background: linear-gradient(to top,
            #000000,
            #1f2b31,
            #1b2129,
            #000000) !important;
    margin-top: 2px;
    box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.5) !important;
    border: 1px solid #000 !important;
    transition: all 0.5s;
}

.bg-footer {
    margin-top: 60px;
    background: linear-gradient(0deg, rgba(66, 174, 251, 1) 0%, rgba(80, 193, 251, 1) 49%);
    border-top: 5px solid #e2eaee;
}

.footer-contact {
    background-color: #d2d2d2 !important;
}

.bg-login {
    background-image: url(/public/storage/images/bg_header-mobile.jpg) !important;
    background-size: cover;
    padding-bottom: 20px !important;
}

.bg-marquee {
    background: linear-gradient(to right top,
            #032b04,
            #054b18,
            #2d7f09,
            #2a7909,
            #063503) !important;
}

.fc-gold {
    color: #e5b710;
    text-shadow: 2px 2px 4px #710920;
    font-size: 23px;
    font-weight: 700;
}

._header {
    /* padding: 15px 5px 5px 20px; */
    background: linear-gradient(45deg,
            #8d0303,
            #ff4444,
            #ffa6a6,
            #ff4444,
            #8d0303) !important;
    border-radius: 20px;
    color: #212121;
}

.-content {
    color: #fff !important;
    background: radial-gradient(circle,
            rgb(29, 23, 23, 0.7) 27%,
            rgb(148 142 142 / 69%) 100%,
            rgb(255, 255, 255) 100%);
    /* padding: 30px !important; */
    backdrop-filter: blur(5px);
    border-radius: 20px;
}

.button-float {
    border: 2px solid #fff !important;
    padding: 7px 0px;
    color: #8f671f !important;
    /* background-image: radial-gradient(circle, #f4eed7, #d9cca6, #c0aa78, #a7884b, #8f671f); */
    background-image: radial-gradient(circle,
            #e8f4d7,
            #90ff36,
            #43d100,
            #16b600,
            #1f8f22);
    animation: float 1s linear alternate infinite;
    transition: 3s all;
    border-radius: 30px !important;
    font-weight: bold !important;
}

.bg-hot {
    background: linear-gradient(45deg,
            #8d0303,
            #ff4444,
            #ffa6a6,
            #ff4444,
            #8d0303) !important;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

span.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.blink-text {
    text-decoration: blink-text;
    -webkit-animation-name: blink-text;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    font-size: 14px;
}

.bg-bigwin {
    background: linear-gradient(0deg, rgba(66, 174, 251, 1) 0%, rgba(80, 193, 251, 1) 49%) !important;
}

.x-base-ranking-tabs-menu {
    background: linear-gradient(180deg, #143862, #05173b);
}

.-text {
    font-size: 1.125rem;
    font-weight: 600;
    background: linear-gradient(180deg, #e5fffd, #76c5ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(0 1px 3px hsla(0, 0%, 100%, .5));
    filter: drop-shadow(0 1px 3px rgba(255, 255, 255, .5));
}

.bg-x-base {
    background: linear-gradient(180deg, #143862, #05173b) !important;
}

.-ranking-table-outer {
    background: radial-gradient(58.52% 75.14% at 50% 50.08%, rgba(1, 76, 137, .5) 0, rgba(1, 74, 134, .5) 30%, rgba(1, 68, 125, .5) 50%, rgba(1, 56, 109, .5) 68%, rgba(1, 41, 88, .5) 85%, rgba(2, 17, 60, .5) 100%);
}

.bg-x-ranking-item-full {
    margin-top: 0;
    background: hsla(0, 0%, 100%, .2) !important;
    border: 2px solid !important;
    border-image-slice: 1 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;

}

.text-table {
    background: -webkit-linear-gradient(#fff, #9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-x-ranking {
    margin-top: 0;
    background: hsla(0, 0%, 100%, .2);

}

.-ranking-container-wrapper {
    position: relative !important;
    top: -3px !important;
    z-index: 1 !important;
    border-width: 3px !important;
    border-style: solid !important;
    border-radius: 0 !important;
    box-shadow: 0 0 10px rgba(230, 255, 253, .5) !important;
    -o-border-image: radial-gradient(#fff 50%, #0f87ad) 1 !important;
    border-image: radial-gradient(#fff 50%, #0f87ad) 1 !important;
}

.bg-modal-login {
    background-image: linear-gradient(180deg,
            #c00101 0%,
            #4f0a0a 100%) !important;
}

.login {
    color: #fff !important;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    border: 1px groove #ffd100ba;
    /* background-color: #0000008a; */
    background: linear-gradient(180deg, #7f0000 0%, #000 100%);
}

.head-first {
    background: linear-gradient(0deg, rgba(66, 174, 251, 1) 0%, rgba(80, 193, 251, 1) 49%) !important;
}


.box-yellow {
    background: rgb(255, 239, 173);
    background: linear-gradient(176deg, rgba(255, 239, 173, 1) 0%, rgba(245, 159, 17, 1) 100%);
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-radius: 25px;
}

.box-white{
    background-color: #fff;
    border-radius: 20px;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important;
}

.btn-light {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important;
}

.btn-light:hover{
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px, rgba(0, 0, 0, 0.3) 0px 0px 0px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important;
}


.btn-blue {
    color: #fff;
    background-image: linear-gradient(to bottom,
            #73c2ff,
            #5cb6ff,
            #44aaff,
            #299eff,
            #0091ff);
    border: none;
    border-radius: 20px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.35s ease;
}

.btn-blue:hover {
    background-image: linear-gradient(to top, #3dabff, #3dabff);
    color: #fff;
}

.menu {
    padding: 2%;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgb(245 131 89 / 40%);
    box-shadow: 3px 2px 2px rgb(82 208 247);
    border-radius: 20px;
}
