@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;500;600;700;800&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,
:host {
    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, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}
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-feature-settings: normal;
    font-variation-settings: normal;
    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;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}
:-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 {
    box-sizing: border-box;
    font-weight: inherit;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    background-color: var(--n-color);
    background-image: none;
}
*,
:before,
:after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.pointer-events-none {
    pointer-events: none;
}
.visible {
    visibility: visible;
}
.static {
    position: static;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.inset-y-0 {
    top: 0;
    bottom: 0;
}
.\!top-0 {
    top: 0 !important;
}
.-left-5 {
    left: -1.25rem;
}
.-right-1 {
    right: -0.25rem;
}
.-right-5 {
    right: -1.25rem;
}
.-top-1 {
    top: -0.25rem;
}
.-top-14 {
    top: -3.5rem;
}
.bottom-0 {
    bottom: 0;
}
.bottom-2 {
    bottom: 0.5rem;
}
.bottom-20 {
    bottom: 5rem;
}
.left-0 {
    left: 0;
}
.left-2 {
    left: 0.5rem;
}
.right-0 {
    right: 0;
}
.right-1\/2 {
    right: 50%;
}
.right-2 {
    right: 0.5rem;
}
.right-3 {
    right: 0.75rem;
}
.right-4 {
    right: 1rem;
}
.right-\[-5px\] {
    right: -5px;
}
.right-\[20px\] {
    right: 20px;
}
.top-0 {
    top: 0;
}
.top-1 {
    top: 0.25rem;
}
.top-2 {
    top: 0.5rem;
}
.top-4 {
    top: 1rem;
}
.top-\[60px\] {
    top: 60px;
}
.\!z-10 {
    z-index: 10 !important;
}
.z-10 {
    z-index: 10;
}
.z-20 {
    z-index: 20;
}
.z-50 {
    z-index: 50;
}
.z-\[2\] {
    z-index: 2;
}
.m-1 {
    margin: 0.25rem;
}
.m-2 {
    margin: 0.5rem;
}
.m-3 {
    margin: 0.75rem;
}
.m-4 {
    margin: 1rem;
}
.m-auto {
    margin: auto;
}
.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}
.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}
.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
}
.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-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.my-\[10\%\] {
    margin-top: 10%;
    margin-bottom: 10%;
}
.\!mt-0 {
    margin-top: 0 !important;
}
.\!mt-\[80px\] {
    margin-top: 80px !important;
}
.-mb-px {
    margin-bottom: -1px;
}
.-mr-1 {
    margin-right: -0.25rem;
}
.-mt-4 {
    margin-top: -1rem;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mb-7 {
    margin-bottom: 1.75rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mb-9 {
    margin-bottom: 2.25rem;
}
.ml-0 {
    margin-left: 0;
}
.ml-1 {
    margin-left: 0.25rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.ml-3 {
    margin-left: 0.75rem;
}
.ml-4 {
    margin-left: 1rem;
}
.ml-auto {
    margin-left: auto;
}
.mr-1 {
    margin-right: 0.25rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.mr-4 {
    margin-right: 1rem;
}
.mr-auto {
    margin-right: auto;
}
.ms-2 {
    margin-inline-start: 0.5rem;
}
.mt-0 {
    margin-top: 0;
}
.mt-1 {
    margin-top: 0.25rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mt-7 {
    margin-top: 1.75rem;
}
.mt-8 {
    margin-top: 2rem;
}
.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.table {
    display: table;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.aspect-square {
    aspect-ratio: 1 / 1;
}
.h-0 {
    height: 0px;
}
.h-1 {
    height: 0.25rem;
}
.h-12 {
    height: 3rem;
}
.h-14 {
    height: 3.5rem;
}
.h-2 {
    height: 0.5rem;
}
.h-2\.5 {
    height: 0.625rem;
}
.h-20 {
    height: 5rem;
}
.h-3 {
    height: 0.75rem;
}
.h-32 {
    height: 8rem;
}
.h-4 {
    height: 1rem;
}
.h-48 {
    height: 12rem;
}
.h-5 {
    height: 1.25rem;
}
.h-52 {
    height: 13rem;
}
.h-6 {
    height: 1.5rem;
}
.h-7 {
    height: 1.75rem;
}
.h-8 {
    height: 2rem;
}
.h-\[10\%\] {
    height: 10%;
}
.h-\[100vh\] {
    height: 100vh;
}
.h-\[138px\] {
    height: 138px;
}
.h-\[14px\] {
    height: 14px;
}
.h-\[15px\] {
    height: 15px;
}
.h-\[16px\] {
    height: 16px;
}
.h-\[18px\] {
    height: 18px;
}
.h-\[20px\] {
    height: 20px;
}
.h-\[21px\] {
    height: 21px;
}
.h-\[22px\] {
    height: 22px;
}
.h-\[24px\] {
    height: 24px;
}
.h-\[25px\] {
    height: 25px;
}
.h-\[300px\] {
    height: 300px;
}
.h-\[320px\] {
    height: 320px;
}
.h-\[32px\] {
    height: 32px;
}
.h-\[34px\] {
    height: 34px;
}
.h-\[38px\] {
    height: 38px;
}
.h-\[400px\] {
    height: 400px;
}
.h-\[40px\] {
    height: 40px;
}
.h-\[440px\] {
    height: 440px;
}
.h-\[46px\] {
    height: 46px;
}
.h-\[48px\] {
    height: 48px;
}
.h-\[72px\] {
    height: 72px;
}
.h-\[auto\] {
    height: auto;
}
.h-\[calc\(80vh_-_5vw\)\] {
    height: calc(80vh - 5vw);
}
.h-auto {
    height: auto;
}
.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}
.h-full {
    height: 100%;
}
.max-h-40 {
    max-height: 10rem;
}
.max-h-56 {
    max-height: 14rem;
}
.max-h-\[20px\] {
    max-height: 20px;
}
.max-h-\[300px\] {
    max-height: 300px;
}
.max-h-\[560px\] {
    max-height: 560px;
}
.max-h-\[70vh\] {
    max-height: 70vh;
}
.max-h-\[80vh\] {
    max-height: 80vh;
}
.min-h-1 {
    min-height: 0.25rem;
}
.min-h-\[110vh\] {
    min-height: 110vh;
}
.min-h-\[200px\] {
    min-height: 200px;
}
.min-h-\[400px\] {
    min-height: 400px;
}
.min-h-\[60px\] {
    min-height: 60px;
}
.min-h-\[75vh\] {
    min-height: 75vh;
}
.min-h-\[90vh\] {
    min-height: 90vh;
}
.min-h-full {
    min-height: 100%;
}
.\!w-full {
    width: 100% !important;
}
.w-1\/2 {
    width: 50%;
}
.w-1\/3 {
    width: 33.333333%;
}
.w-1\/4 {
    width: 25%;
}
.w-10 {
    width: 2.5rem;
}
.w-11 {
    width: 2.75rem;
}
.w-12 {
    width: 3rem;
}
.w-16 {
    width: 4rem;
}
.w-20 {
    width: 5rem;
}
.w-3 {
    width: 0.75rem;
}
.w-32 {
    width: 8rem;
}
.w-36 {
    width: 9rem;
}
.w-4 {
    width: 1rem;
}
.w-48 {
    width: 12rem;
}
.w-5 {
    width: 1.25rem;
}
.w-56 {
    width: 14rem;
}
.w-6 {
    width: 1.5rem;
}
.w-7 {
    width: 1.75rem;
}
.w-8 {
    width: 2rem;
}
.w-\[10\%\] {
    width: 10%;
}
.w-\[100\%\] {
    width: 100%;
}
.w-\[100px\] {
    width: 100px;
}
.w-\[110\%\] {
    width: 110%;
}
.w-\[120px\] {
    width: 120px;
}
.w-\[1220px\] {
    width: 1220px;
}
.w-\[150px\] {
    width: 150px;
}
.w-\[155px\] {
    width: 155px;
}
.w-\[15px\] {
    width: 15px;
}
.w-\[185px\] {
    width: 185px;
}
.w-\[20px\] {
    width: 20px;
}
.w-\[21px\] {
    width: 21px;
}
.w-\[24\.2\%\] {
    width: 24.2%;
}
.w-\[25\%\] {
    width: 25%;
}
.w-\[250px\] {
    width: 250px;
}
.w-\[25px\] {
    width: 25px;
}
.w-\[28px\] {
    width: 28px;
}
.w-\[30\%\] {
    width: 30%;
}
.w-\[300px\] {
    width: 300px;
}
.w-\[30px\] {
    width: 30px;
}
.w-\[32x\] {
    width: 32x;
}
.w-\[33\.3\%\] {
    width: 33.3%;
}
.w-\[35px\] {
    width: 35px;
}
.w-\[370px\] {
    width: 370px;
}
.w-\[40\%\] {
    width: 40%;
}
.w-\[40px\] {
    width: 40px;
}
.w-\[40x\] {
    width: 40x;
}
.w-\[45\%\] {
    width: 45%;
}
.w-\[46px\] {
    width: 46px;
}
.w-\[47\%\] {
    width: 47%;
}
.w-\[48\%\] {
    width: 48%;
}
.w-\[48px\] {
    width: 48px;
}
.w-\[50\%\] {
    width: 50%;
}
.w-\[50px\] {
    width: 50px;
}
.w-\[55\%\] {
    width: 55%;
}
.w-\[60px\] {
    width: 60px;
}
.w-\[72px\] {
    width: 72px;
}
.w-\[80\%\] {
    width: 80%;
}
.w-\[90\%\] {
    width: 90%;
}
.w-\[94\%\] {
    width: 94%;
}
.w-\[95\%\] {
    width: 95%;
}
.w-\[full\] {
    width: full;
}
.w-auto {
    width: auto;
}
.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}
.w-full {
    width: 100%;
}
.w-screen {
    width: 100vw;
}
.min-w-full {
    min-width: 100%;
}
.max-w-2xl {
    max-width: 42rem;
}
.flex-shrink {
    flex-shrink: 1;
}
.flex-shrink-0,
.shrink-0 {
    flex-shrink: 0;
}
.origin-top-right {
    transform-origin: top right;
}
.translate-x-0 {
    --tw-translate-x: 0px;
    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-x-1 {
    --tw-translate-x: 0.25rem;
    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-x-5 {
    --tw-translate-x: 1.25rem;
    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-x-6 {
    --tw-translate-x: 1.5rem;
    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-x-9 {
    --tw-translate-x: 2.25rem;
    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-x-\[126px\] {
    --tw-translate-x: 126px;
    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-0 {
    --tw-translate-y: 0px;
    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-4 {
    --tw-translate-y: 1rem;
    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-\[-100\%\] {
    --tw-translate-y: -100%;
    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-\[0\%\] {
    --tw-translate-y: 0%;
    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));
}
.rotate-0 {
    --tw-rotate: 0deg;
    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));
}
.rotate-180 {
    --tw-rotate: 180deg;
    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));
}
.rotate-90 {
    --tw-rotate: 90deg;
    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));
}
.scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    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));
}
.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
}
.scale-95 {
    --tw-scale-x: 0.95;
    --tw-scale-y: 0.95;
    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 spin {
    to {
        transform: rotate(360deg);
    }
}
.animate-spin {
    animation: spin 1s linear infinite;
}
.cursor-default {
    cursor: default;
}
.cursor-pointer {
    cursor: pointer;
}
.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.grid-flow-row-dense {
    grid-auto-flow: row dense;
}
.\!grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, 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-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}
.\!grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}
.grid-rows-1 {
    grid-template-rows: repeat(1, 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;
}
.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;
}
.gap-1 {
    gap: 0.25rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-5 {
    gap: 1.25rem;
}
.gap-x-1 {
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
}
.gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
    column-gap: 0.375rem;
}
.gap-x-3 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}
.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}
.gap-y-4 {
    row-gap: 1rem;
}
.gap-y-6 {
    row-gap: 1.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-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-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-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));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}
.divide-white\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ffffff26;
}
.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-scroll {
    overflow: scroll;
}
.overflow-x-auto {
    overflow-x: auto;
}
.overflow-y-auto {
    overflow-y: auto;
}
.scroll-auto {
    scroll-behavior: auto;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.text-wrap {
    text-wrap: wrap;
}
.text-nowrap {
    text-wrap: nowrap;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-\[10px\] {
    border-radius: 10px;
}
.rounded-\[12px\] {
    border-radius: 12px;
}
.rounded-\[32px\] {
    border-radius: 32px;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.border {
    border-width: 1px;
}
.border-0 {
    border-width: 0px;
}
.border-2 {
    border-width: 2px;
}
.border-\[3px\] {
    border-width: 3px;
}
.border-b-2 {
    border-bottom-width: 2px;
}
.border-t {
    border-top-width: 1px;
}
.border-\[\#FF5C5C\] {
    --tw-border-opacity: 1;
    border-color: rgb(255 92 92 / var(--tw-border-opacity));
}
.border-\[\#ffffff10\] {
    border-color: #ffffff10;
}
.border-\[var\(--secondary-color-1\)\] {
    border-color: var(--secondary-color-1);
}
.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-transparent {
    border-color: transparent;
}
.\!bg-\[\#162B68\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(22 43 104 / var(--tw-bg-opacity)) !important;
}
.\!bg-transparent {
    background-color: transparent !important;
}
.bg-\[\#00000066\] {
    background-color: #0006;
}
.bg-\[\#02D02F\] {
    --tw-bg-opacity: 1;
    background-color: rgb(2 208 47 / var(--tw-bg-opacity));
}
.bg-\[\#12C57E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(18 197 126 / var(--tw-bg-opacity));
}
.bg-\[\#1a1b1e\] {
    --tw-bg-opacity: 1;
    background-color: rgb(26 27 30 / var(--tw-bg-opacity));
}
.bg-\[\#1e2024\] {
    --tw-bg-opacity: 1;
    background-color: rgb(30 32 36 / var(--tw-bg-opacity));
}
.bg-\[\#35383E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(53 56 62 / var(--tw-bg-opacity));
}
.bg-\[\#f2b234\] {
    --tw-bg-opacity: 1;
    background-color: rgb(242 178 52 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff1a\] {
    background-color: #ffffff1a;
}
.bg-\[rgba\(0\,0\,0\,0\.4\)\] {
    background-color: #0006;
}
.bg-\[var\(--secondary-color-1\)\] {
    background-color: var(--secondary-color-1);
}
.bg-\[var\(--theme-color-1\)\] {
    background-color: var(--theme-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-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-400\/10 {
    background-color: #9ca3af1a;
}
.bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-indigo-600\/90 {
    background-color: #4f46e5e6;
}
.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-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-75 {
    --tw-bg-opacity: 0.75;
}
.fill-\[var\(--primary-color-1\)\] {
    fill: var(--primary-color-1);
}
.object-center {
    -o-object-position: center;
    object-position: center;
}
.p-0 {
    padding: 0;
}
.p-0\.5 {
    padding: 0.125rem;
}
.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-\[5px\] {
    padding: 5px;
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}
.py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.py-\[4px\] {
    padding-top: 4px;
    padding-bottom: 4px;
}
.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;
}
.pl-1 {
    padding-left: 0.25rem;
}
.pl-10 {
    padding-left: 2.5rem;
}
.pl-2 {
    padding-left: 0.5rem;
}
.pl-2\.5 {
    padding-left: 0.625rem;
}
.pl-3 {
    padding-left: 0.75rem;
}
.pl-9 {
    padding-left: 2.25rem;
}
.pr-10 {
    padding-right: 2.5rem;
}
.pr-2 {
    padding-right: 0.5rem;
}
.pr-3 {
    padding-right: 0.75rem;
}
.pr-4 {
    padding-right: 1rem;
}
.pr-9 {
    padding-right: 2.25rem;
}
.pt-1 {
    padding-top: 0.25rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.pt-3 {
    padding-top: 0.75rem;
}
.pt-4 {
    padding-top: 1rem;
}
.pt-7 {
    padding-top: 1.75rem;
}
.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;
}
.align-middle {
    vertical-align: middle;
}
.text-\[\.9rem\] {
    font-size: 0.9rem;
}
.text-\[0\.7rem\] {
    font-size: 0.7rem;
}
.text-\[1\.1rem\] {
    font-size: 1.1rem;
}
.text-\[1\.2rem\] {
    font-size: 1.2rem;
}
.text-\[1\.5rem\] {
    font-size: 1.5rem;
}
.text-\[10px\] {
    font-size: 10px;
}
.text-\[11px\] {
    font-size: 11px;
}
.text-\[12px\] {
    font-size: 12px;
}
.text-\[13px\] {
    font-size: 13px;
}
.text-\[14px\] {
    font-size: 14px;
}
.text-\[15px\] {
    font-size: 15px;
}
.text-\[16px\] {
    font-size: 16px;
}
.text-\[17px\] {
    font-size: 17px;
}
.text-\[18px\] {
    font-size: 18px;
}
.text-\[1rem\] {
    font-size: 1rem;
}
.text-\[20px\] {
    font-size: 20px;
}
.text-\[22px\] {
    font-size: 22px;
}
.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-\[500\] {
    font-weight: 500;
}
.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;
}
.italic {
    font-style: italic;
}
.leading-6 {
    line-height: 1.5rem;
}
.text-\[\#12C57E\] {
    --tw-text-opacity: 1;
    color: rgb(18 197 126 / var(--tw-text-opacity));
}
.text-\[\#9B9B9B\] {
    --tw-text-opacity: 1;
    color: rgb(155 155 155 / var(--tw-text-opacity));
}
.text-\[\#9a9ca5\] {
    --tw-text-opacity: 1;
    color: rgb(154 156 165 / var(--tw-text-opacity));
}
.text-\[\#9b9b9b\] {
    --tw-text-opacity: 1;
    color: rgb(155 155 155 / var(--tw-text-opacity));
}
.text-\[\#BA1D1D\] {
    --tw-text-opacity: 1;
    color: rgb(186 29 29 / var(--tw-text-opacity));
}
.text-\[\#E9B033\] {
    --tw-text-opacity: 1;
    color: rgb(233 176 51 / var(--tw-text-opacity));
}
.text-\[\#F3F4F8\] {
    --tw-text-opacity: 1;
    color: rgb(243 244 248 / var(--tw-text-opacity));
}
.text-\[\#F3F4F8\]\/60 {
    color: #f3f4f899;
}
.text-\[\#F3F4F8\]\/70 {
    color: #f3f4f8b3;
}
.text-\[\#F68A04\] {
    --tw-text-opacity: 1;
    color: rgb(246 138 4 / var(--tw-text-opacity));
}
.text-\[\#FF2E00\] {
    --tw-text-opacity: 1;
    color: rgb(255 46 0 / var(--tw-text-opacity));
}
.text-\[\#FF5C5C\] {
    --tw-text-opacity: 1;
    color: rgb(255 92 92 / var(--tw-text-opacity));
}
.text-\[\#FFF\] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#d4920d\] {
    --tw-text-opacity: 1;
    color: rgb(212 146 13 / var(--tw-text-opacity));
}
.text-\[\#ff2e00\] {
    --tw-text-opacity: 1;
    color: rgb(255 46 0 / var(--tw-text-opacity));
}
.text-\[\#ffa700\] {
    --tw-text-opacity: 1;
    color: rgb(255 167 0 / var(--tw-text-opacity));
}
.text-\[\#fff\],
.text-\[\#ffffff\] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-amber-900 {
    --tw-text-opacity: 1;
    color: rgb(120 53 15 / var(--tw-text-opacity));
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-orange-500 {
    --tw-text-opacity: 1;
    color: rgb(249 115 22 / var(--tw-text-opacity));
}
.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/80 {
    color: #fffc;
}
.underline {
    text-decoration-line: underline;
}
.underline-offset-4 {
    text-underline-offset: 4px;
}
.opacity-0 {
    opacity: 0;
}
.opacity-10 {
    opacity: 0.1;
}
.opacity-100 {
    opacity: 1;
}
.opacity-15 {
    opacity: 0.15;
}
.opacity-55 {
    opacity: 0.55;
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
        0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
        0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
        0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
        0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
        0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
        0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
        0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.outline {
    outline-style: solid;
}
.ring-0 {
    --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(0px + 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-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-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-black\/5 {
    --tw-ring-color: rgb(0 0 0 / 0.05);
}
.ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.ring-gray-400\/20 {
    --tw-ring-color: rgb(156 163 175 / 0.2);
}
.ring-opacity-5 {
    --tw-ring-opacity: 0.05;
}
.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);
}
.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;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.transition-colors {
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.duration-100 {
    transition-duration: 0.1s;
}
.duration-200 {
    transition-duration: 0.2s;
}
.duration-300 {
    transition-duration: 0.3s;
}
.duration-500 {
    transition-duration: 0.5s;
}
.duration-700 {
    transition-duration: 0.7s;
}
.duration-75 {
    transition-duration: 75ms;
}
.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\:border-\[var\(--secondary-color-1\)\]:hover {
    border-color: var(--secondary-color-1);
}
.hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:text-\[var\(--secondary-color-1\)\]:hover {
    color: var(--secondary-color-1);
}
.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:opacity-40:hover {
    opacity: 0.4;
}
.hover\:opacity-70:hover {
    opacity: 0.7;
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-\[\#12C57E\]:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(18 197 126 / var(--tw-ring-opacity));
}
.focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity));
}
.focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
}
.focus-visible\:border-indigo-500:focus-visible {
    --tw-border-opacity: 1;
    border-color: rgb(99 102 241 / var(--tw-border-opacity));
}
.focus-visible\:ring-2:focus-visible {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-white\/75:focus-visible {
    --tw-ring-color: rgb(255 255 255 / 0.75);
}
.focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 2px;
}
.focus-visible\:ring-offset-orange-300:focus-visible {
    --tw-ring-offset-color: #fdba74;
}
.active\:translate-y-\[2px\]:active {
    --tw-translate-y: 2px;
    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));
}
.active\:brightness-90:active {
    --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);
}
.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media not all and (min-width: 640px) {
    .max-sm\:w-16 {
        width: 4rem;
    }
    .max-sm\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
@media (min-width: 640px) {
    .sm\:m-0 {
        margin: 0;
    }
    .sm\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .sm\:mb-0 {
        margin-bottom: 0;
    }
    .sm\:mb-2 {
        margin-bottom: 0.5rem;
    }
    .sm\:mt-0 {
        margin-top: 0;
    }
    .sm\:mt-1 {
        margin-top: 0.25rem;
    }
    .sm\:mt-2 {
        margin-top: 0.5rem;
    }
    .sm\:mt-4 {
        margin-top: 1rem;
    }
    .sm\:block {
        display: block;
    }
    .sm\:inline-block {
        display: inline-block;
    }
    .sm\:flex {
        display: flex;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:h-24 {
        height: 6rem;
    }
    .sm\:h-6 {
        height: 1.5rem;
    }
    .sm\:h-8 {
        height: 2rem;
    }
    .sm\:h-\[15\%\] {
        height: 15%;
    }
    .sm\:h-\[340px\] {
        height: 340px;
    }
    .sm\:w-1\/2 {
        width: 50%;
    }
    .sm\:w-1\/4 {
        width: 25%;
    }
    .sm\:w-14 {
        width: 3.5rem;
    }
    .sm\:w-28 {
        width: 7rem;
    }
    .sm\:w-32 {
        width: 8rem;
    }
    .sm\:w-4\/12 {
        width: 33.333333%;
    }
    .sm\:w-44 {
        width: 11rem;
    }
    .sm\:w-6 {
        width: 1.5rem;
    }
    .sm\:w-72 {
        width: 18rem;
    }
    .sm\:w-8 {
        width: 2rem;
    }
    .sm\:w-\[15\%\] {
        width: 15%;
    }
    .sm\:w-\[20\%\] {
        width: 20%;
    }
    .sm\:w-\[30\%\] {
        width: 30%;
    }
    .sm\:w-\[400px\] {
        width: 400px;
    }
    .sm\:w-\[50\%\] {
        width: 50%;
    }
    .sm\:w-\[55\%\] {
        width: 55%;
    }
    .sm\:w-\[80\%\] {
        width: 80%;
    }
    .sm\:w-\[90\%\] {
        width: 90%;
    }
    .sm\:w-auto {
        width: auto;
    }
    .sm\:max-w-full {
        max-width: 100%;
    }
    .sm\:translate-y-0 {
        --tw-translate-y: 0px;
        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));
    }
    .sm\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }
    .sm\:scale-95 {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
        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));
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sm\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .sm\:flex-row {
        flex-direction: row;
    }
    .sm\:items-start {
        align-items: flex-start;
    }
    .sm\:items-center {
        align-items: center;
    }
    .sm\:justify-start {
        justify-content: flex-start;
    }
    .sm\:justify-end {
        justify-content: flex-end;
    }
    .sm\:justify-between {
        justify-content: space-between;
    }
    .sm\:gap-0 {
        gap: 0px;
    }
    .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-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\: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));
    }
    .sm\:border-r-2 {
        border-right-width: 2px;
    }
    .sm\:border-\[\#FFFFFF1A\] {
        border-color: #ffffff1a;
    }
    .sm\:p-0 {
        padding: 0;
    }
    .sm\:p-2 {
        padding: 0.5rem;
    }
    .sm\:p-4 {
        padding: 1rem;
    }
    .sm\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .sm\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .sm\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .sm\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }
    .sm\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .sm\:pl-20 {
        padding-left: 5rem;
    }
    .sm\:pr-0 {
        padding-right: 0;
    }
    .sm\:pt-0 {
        padding-top: 0;
    }
    .sm\:pt-1 {
        padding-top: 0.25rem;
    }
    .sm\:pt-4 {
        padding-top: 1rem;
    }
    .sm\:text-start {
        text-align: start;
    }
    .sm\:text-\[0\.8rem\] {
        font-size: 0.8rem;
    }
    .sm\:text-\[22px\] {
        font-size: 22px;
    }
    .sm\:text-\[25px\] {
        font-size: 25px;
    }
    .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;
    }
}
@media (min-width: 768px) {
    .md\:inline-block {
        display: inline-block;
    }
    .md\:hidden {
        display: none;
    }
    .md\:h-56 {
        height: 14rem;
    }
    .md\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .md\: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)));
    }
    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .md\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}
@media (min-width: 1024px) {
    .lg\:flex {
        display: flex;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:h-32 {
        height: 8rem;
    }
    .lg\:w-2\/12 {
        width: 16.666667%;
    }
    .lg\:w-\[25\%\] {
        width: 25%;
    }
    .lg\:w-\[290px\] {
        width: 290px;
    }
    .lg\:w-\[35\%\] {
        width: 35%;
    }
    .lg\:w-\[40\%\] {
        width: 40%;
    }
    .lg\:w-\[50\%\] {
        width: 50%;
    }
    .lg\:w-\[80\%\] {
        width: 80%;
    }
    .lg\:w-full {
        width: 100%;
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:justify-start {
        justify-content: flex-start;
    }
    .lg\:justify-end {
        justify-content: flex-end;
    }
    .lg\: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)));
    }
    .lg\: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)));
    }
    .lg\: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)));
    }
    .lg\: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));
    }
    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .lg\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .lg\:text-center {
        text-align: center;
    }
    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .lg\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
@media (min-width: 1280px) {
    .xl\:h-48 {
        height: 12rem;
    }
    .xl\:w-\[25\%\] {
        width: 25%;
    }
    .xl\:w-\[30\%\] {
        width: 30%;
    }
    .xl\:w-\[40\%\] {
        width: 40%;
    }
    .xl\:w-\[60\%\] {
        width: 60%;
    }
    .xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .xl\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .xl\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .xl\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
body {
    background: var(--theme-color-1);
    color: #fff;
    touch-action: pan-y;
    scroll-behavior: smooth;
    overscroll-behavior: none;
}
#chat-widget-container {
    bottom: 55px !important;
}
#chat-widget-container iframe:nth-child(1) {
    top: 50px !important;
}
::-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;
}
.wrap-layout-page {
    padding: 1rem;
    transition: 0.5s;
    margin-top: 84px;
    background-color: #0006;
}
@media screen and (max-width: 1023px) {
    .wrap-layout-page {
        padding: 0.5rem;
        margin-top: 139px;
    }
}
@media screen and (max-width: 600px) {
    .wrap-layout-page {
        margin-bottom: 60px;
    }
}
.wrap-layout-page-unlogin {
    padding: 1rem;
    transition: 0.5s;
    margin-top: 84px;
    background-color: #0006;
}
@media screen and (max-width: 1023px) {
    .wrap-layout-page-unlogin {
        padding: 1rem 10px;
    }
}
@media screen and (max-width: 600px) {
    .wrap-layout-page-unlogin {
        padding: 0.5rem;
    }
}
.header-login-register {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 60px;
    z-index: 20;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    background: var(--theme-color-1, #1a1b1e);
}
.header-login-register .logo-header-login-register {
    padding: 0.2rem;
    height: 40px;
    width: auto;
}
.header-login-register .text-register {
    font-size: 18px;
    color: var(--secondary-color-1, #f68a04);
    margin-left: 0.5rem;
}
.text-secondary {
    color: var(--secondary-color-1, #f68a04);
}
.header-play-game {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 50px;
    z-index: 20;
    padding: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--theme-color-1, #1a1b1e);
}
.header-play-game .logo-header-login-register {
    padding: 0.2rem;
    height: 40px;
    width: auto;
}
.disable-animations * :not(.Toastify *) :not(.fadeInUp):not(.marquee-section) {
    animation: none !important;
    transition: none !important;
}
.ql-align-center {
    text-align: center;
}
.ql-align-right {
    text-align: end;
}
.ql-align-justify {
    text-align: justify;
}
body {
    font-family: Noto Sans Thai, sans-serif !important;
}
.text-number {
    font-family: Noto Sans Thai, sans-serif;
    font-weight: 600;
}
.text-font-theme,
span {
    color: var(--theme-color-font, #fff);
}
.btn-primary {
    background: linear-gradient(
        180deg,
        var(--primary-color-1, #4280f7) 0%,
        var(--primary-color-2, #4280f7) 100%
    );
    color: var(--primary-font-color, #f3f4f8);
    border-radius: 10px;
    padding: 0.5rem 1rem;
    overflow: hidden;
}
.btn-primary:disabled {
    opacity: 0.7;
}
.btn-primary:active {
    box-shadow: 0 0 10px #fff;
}
.btn-primary:hover {
    transition: 0.5s;
    transition-property: box-shadow;
    box-shadow: 0 0 10px #fff;
    transform: translateY(0);
}
.btn-primary:hover:disabled {
    box-shadow: none;
    transform: none;
}
.btn-secondary {
    background: linear-gradient(
        180deg,
        var(--secondary-color-1, #f68a04) 0%,
        var(--secondary-color-2, #f68a04) 100%
    );
    color: var(--secondary-font-color, #f3f4f8);
    border-radius: 10px;
    padding: 0.5rem 1rem;
    overflow: hidden;
    transition: 0.5s;
    transition-property: box-shadow;
}
.btn-secondary:disabled {
    opacity: 0.7;
}
.btn-secondary:active {
    box-shadow: 0 0 10px #fff;
}
.btn-secondary:hover {
    box-shadow: 0 0 10px #fff;
    transform: translateY(0);
}
.btn-theme {
    background: var(--theme-color-1);
    color: var(--theme-font-color-1);
    border-radius: 10px;
    padding: 0.5rem 1rem;
}
.btn-theme:disabled {
    opacity: 0.7;
}
.btn-line {
    border-radius: 10px;
    background: #00c200;
    padding: 0.5rem 1rem;
    color: #fff;
    overflow: hidden;
    transition: 0.5s;
    transition-property: box-shadow;
}
.btn-line:disabled {
    opacity: 0.7;
}
.btn-line:active {
    box-shadow: 0 0 10px #fff;
}
.btn-line:hover {
    box-shadow: 0 0 10px #fff;
    transform: translateY(0);
}
.btn-outline {
    background: transparent;
    border: 2px solid var(--primary-color-1, #4280f7);
    color: var(--primary-color-1, #4280f7);
    border-radius: 10px;
    padding: 0.5rem 1rem;
}
.btn-primary:before,
.btn-secondary:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    padding-top: 0;
    border-radius: 100%;
    background-color: #ecf0f14d;
    transform: translate(-50%, -50%);
}
.btn-primary:active:before,
.btn-secondary:active:before {
    width: 120%;
    padding-top: 120%;
    transition: width 0.2s ease-out, padding-top 0.2s ease-out;
}
.btn-primary:disabled,
.btn-secondary:disabled {
    pointer-events: none;
}
.btn-primary:disabled:before,
.btn-secondary:disabled:before {
    display: none;
}
.input-theme {
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0.05);
    background-color: #0006;
}
.checkbox-theme {
    background-color: var(--theme-color-1) !important;
}
.dp__input_wrap {
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0.05);
    background-color: #0006;
}
.dp__input_wrap .dp__input {
    background-color: #0000001a;
    color: #85868b;
    border: none;
}
.dp__instance_calendar {
    background: var(--Primary-color-Theme, #1a1b1e);
    color: #85868b;
}
.dp--year-select,
.dp__month_year_select,
.dp__calendar_header,
.dp__calendar_item {
    color: #85868b !important;
}
.dp__overlay {
    background: var(--Primary-color-Theme, #1a1b1e) !important;
}
.dp__time_input,
.dp__time_display,
.dp__overlay_cell {
    color: #85868b !important;
}
.header-modal {
    padding: 0.5rem;
}
.bg-body-modal-theme {
    background: linear-gradient(
        180deg,
        var(--theme-color-1, #1e2024) 0%,
        var(--theme-color-2, #1e2024) 100%
    );
}
.body-modal {
    padding: 0.5rem;
}
.wrap-bank-card .card-show-bank {
    border-radius: 36px;
    border: 1.758px solid rgba(255, 255, 255, 0.5);
    background: linear-gradient(113deg, #ffffff82 3.51%, #fff0 111.71%);
    box-shadow: 14.647px 17.576px 29.294px #0000000d;
    -webkit-backdrop-filter: blur(10.2528095245px);
    backdrop-filter: blur(10.2528095245px);
    padding: 1rem 1.5rem;
    width: 400px;
}
.wrap-bank-card-profile .card-show-bank {
    border-radius: 36px;
    border: 1.758px solid rgba(255, 255, 255, 0.5);
    background: linear-gradient(113deg, #ffffff82 3.51%, #fff0 111.71%);
    box-shadow: 14.647px 17.576px 29.294px #0000000d;
    -webkit-backdrop-filter: blur(10.2528095245px);
    backdrop-filter: blur(10.2528095245px);
    padding: 1rem 1.5rem;
    width: 350px;
}
@media screen and (max-width: 600px) {
    .wrap-bank-card-profile .card-show-bank {
        width: 300px;
    }
}
.Toastify__toast--error {
    background-color: #4a2247 !important;
    color: #fff !important;
}
.Toastify__toast--success {
    background-color: #193f4c !important;
    color: #fff !important;
}
.Toastify__toast--warning {
    background-color: #4c3119 !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 {
    background: #00000040 !important;
    height: 100% !important;
    width: 64px !important;
}
.Toastify__toast-theme--colored.Toastify__toast--success svg {
    fill: #12c57e !important;
}
.Toastify__toast-theme--colored.Toastify__toast--error svg {
    fill: #ff2e00 !important;
}
.Toastify__toast {
    font-size: 0.95rem !important;
    font-family: Noto Sans Thai, sans-serif !important;
}
.Toastify__toast-body {
    margin: 0 !important;
    padding: 0 !important;
}
.Toastify__toast {
    border-radius: 5px !important;
    margin: 0 0 15px !important;
    padding: 0 !important;
}
.Toastify__close-button {
    align-self: center !important;
    padding-right: 0.7rem !important;
}
.Toastify__toast-icon {
    padding: 1.2rem !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;
    }
}
.wrap-show-slip-withdraw .box-slip .item-slip {
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(
        180deg,
        var(--theme-color-1, #1e2024) 0%,
        var(--theme-color-2, #1e2024) 100%
    );
    padding: 0.5rem;
    margin: 0 0.2rem;
}
.wrap-show-slip-withdraw .box-slip .item-slip .badge-slip-withdraw {
    border-radius: 27px;
    background: #0006;
    padding: 0 0.6rem;
}
.wrap-show-slip-withdraw .box-slip .item-slip .badge-slip-withdraw p {
    font-size: 12px;
}
.wrap-show-slip-withdraw .box-slip .item-slip .b-recent-play {
    border-radius: 8px;
    background: #0006;
    padding: 0.5rem 0.2rem;
}
#review .color-theme-1 {
    background: linear-gradient(
        180deg,
        var(--theme-color-1, #1e2024) 0%,
        var(--theme-color-2, #1e2024) 100%
    );
}
#review .color-theme-2 {
    background: linear-gradient(
        180deg,
        var(--theme-color-1, #1a1b1e) 0%,
        var(--theme-color-2, #1a1b1e) 100%
    );
}
#review .carousel {
    text-align: initial;
}
#review .ql-align-center {
    text-align: center;
}
#review .ql-align-right {
    text-align: end;
}
.wrap-top-ranking {
    margin-top: 1.4rem;
    padding: 1rem 1rem 0.5rem;
    border-radius: 16px;
    background: linear-gradient(
        180deg,
        var(--theme-color-1, #1e2024) 0%,
        var(--theme-color-2, #1e2024) 100%
    );
}
.wrap-top-ranking .head-text-topranking {
    font-size: 17px;
}
@media screen and (max-width: 600px) {
    .wrap-top-ranking {
        padding: 1rem 0.3rem 0.5rem;
    }
    .wrap-top-ranking .head-text-topranking {
        font-size: 15px;
    }
}
@media screen and (device-width: 820px) and (device-height: 1180px) {
    .wrap-top-ranking {
        padding: 1rem 0.3rem 0.5rem;
    }
    .wrap-top-ranking .head-text-topranking {
        font-size: 15px;
    }
}
.wrap-top-ranking .box-list-top-ranking {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}
.wrap-top-ranking .box-list-top-ranking .box-list-left {
    width: 30%;
    padding: 0 0.2rem 0.5rem;
}
@media screen and (max-width: 600px) {
    .wrap-top-ranking .box-list-top-ranking .box-list-left {
        display: none;
    }
}
.wrap-top-ranking .box-list-top-ranking .box-list-left .inner-item {
    border-radius: 20px;
    background: #0006;
    padding: 0.5rem 0.7rem;
    margin: 0 0 0.4rem;
}
.wrap-top-ranking .box-list-top-ranking .box-list-left .inner-item img {
    width: 30px;
}
.wrap-top-ranking
    .box-list-top-ranking
    .box-list-left
    .inner-item
    .badge-top-ranking {
    padding: 0rem 0.9rem;
    border-radius: 34.5px;
    background: #f3f4f8;
}
.wrap-top-ranking
    .box-list-top-ranking
    .box-list-left
    .inner-item
    .badge-top-ranking
    span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
@media screen and (device-width: 820px) and (device-height: 1180px) {
    .wrap-top-ranking .box-list-top-ranking .box-list-left .inner-item {
        padding: 0.5rem 0.3rem;
    }
    .wrap-top-ranking .box-list-top-ranking .box-list-left .inner-item img {
        width: 25px;
    }
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-left
        .inner-item
        .text-user {
        font-size: 12px;
    }
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-left
        .inner-item
        .badge-top-ranking {
        padding: 0rem 0.5rem;
    }
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-left
        .inner-item
        .badge-top-ranking
        span {
        font-size: 12px;
    }
}
.wrap-top-ranking .box-list-top-ranking .box-list-left .info-right {
    margin-top: 0.5rem;
}
.wrap-top-ranking .box-list-top-ranking .box-list-left .info-right small {
    font-size: 12px;
}
@media screen and (device-width: 820px) and (device-height: 1180px) {
    .wrap-top-ranking .box-list-top-ranking .box-list-left .info-right small {
        font-size: 11px;
    }
}
.wrap-top-ranking
    .box-list-top-ranking
    .box-list-left
    .info-right
    .text-number-topranking {
    color: #12c57e;
    font-weight: 700;
    font-size: 18px;
}
@media screen and (device-width: 768px) and (device-height: 1024px) {
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-left
        .info-right
        .text-number-topranking {
        font-size: 15px;
    }
}
@media screen and (device-width: 820px) and (device-height: 1180px) {
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-left
        .info-right
        .text-number-topranking {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1025px) {
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-left
        .info-right
        .text-number-topranking {
        font-size: 15px;
    }
}
.wrap-top-ranking .box-list-top-ranking .box-list-right {
    width: 70%;
    max-height: 310px;
    overflow-y: scroll;
    padding: 0 0.2rem 0.5rem;
}
@media screen and (max-width: 600px) {
    .wrap-top-ranking .box-list-top-ranking .box-list-right {
        width: 100%;
    }
}
@media screen and (device-width: 820px) and (device-height: 1180px) {
    .wrap-top-ranking .box-list-top-ranking .box-list-right {
        max-height: 270px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1025px) {
    .wrap-top-ranking .box-list-top-ranking .box-list-right {
        max-height: 295px;
    }
}
.wrap-top-ranking
    .box-list-top-ranking
    .box-list-right
    .item-list-right
    .inner-item {
    border-radius: 16px;
    background: #0006;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0.4rem;
}
.wrap-top-ranking
    .box-list-top-ranking
    .box-list-right
    .item-list-right
    .inner-item
    .item-inner {
    text-align: center;
    padding: 0.5rem 1rem;
}
.wrap-top-ranking
    .box-list-top-ranking
    .box-list-right
    .item-list-right
    .inner-item
    .item-inner
    img {
    width: 25px;
}
@media screen and (device-width: 375px) and (device-height: 667px) {
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-right
        .item-list-right
        .inner-item
        .item-inner {
        padding: 0.2rem 0.1rem !important;
    }
}
@media screen and (max-width: 600px) {
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-right
        .item-list-right
        .inner-item
        .item-inner {
        padding: 0.4rem 0.3rem;
    }
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-right
        .item-list-right
        .inner-item
        .item-inner
        span {
        font-size: 14px;
    }
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-right
        .item-list-right
        .inner-item
        .item-inner
        img {
        width: 24px;
    }
}
@media screen and (device-width: 768px) and (device-height: 1024px) {
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-right
        .item-list-right
        .inner-item
        .item-inner {
        padding: 0.5rem;
    }
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-right
        .item-list-right
        .inner-item
        .item-inner
        span {
        font-size: 14px;
    }
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-right
        .item-list-right
        .inner-item
        .item-inner
        img {
        width: 24px;
    }
}
@media screen and (device-width: 820px) and (device-height: 1180px) {
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-right
        .item-list-right
        .inner-item
        .item-inner {
        padding: 0.5rem;
    }
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-right
        .item-list-right
        .inner-item
        .item-inner
        span {
        font-size: 14px;
    }
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-right
        .item-list-right
        .inner-item
        .item-inner
        img {
        width: 24px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1025px) {
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-right
        .item-list-right
        .inner-item
        .item-inner {
        padding: 0.5rem;
    }
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-right
        .item-list-right
        .inner-item
        .item-inner
        span {
        font-size: 14px;
    }
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-right
        .item-list-right
        .inner-item
        .item-inner
        img {
        width: 24px;
    }
}
.wrap-top-ranking
    .box-list-top-ranking
    .box-list-right
    .item-list-right
    .inner-item
    .item-inner
    .badge-number {
    position: relative;
    z-index: 1;
    width: 100%;
}
.wrap-top-ranking
    .box-list-top-ranking
    .box-list-right
    .item-list-right
    .inner-item
    .item-inner
    .badge-number
    span {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
@media screen and (device-width: 820px) and (device-height: 1180px) {
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-right
        .item-list-right
        .inner-item
        .item-inner
        .badge-number {
        font-size: 12px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1025px) {
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-right
        .item-list-right
        .inner-item
        .item-inner
        .badge-number {
        font-size: 12px;
    }
}
.wrap-top-ranking
    .box-list-top-ranking
    .box-list-right
    .item-list-right
    .inner-item
    .item-inner
    .badge-number:after {
    background: #f3f4f8;
    content: "";
    border-radius: 50%;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
@media screen and (max-width: 600px) {
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-right
        .item-list-right
        .inner-item
        .item-inner
        .badge-number:after {
        width: 22px;
        height: 22px;
    }
}
@media screen and (device-width: 820px) and (device-height: 1180px) {
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-right
        .item-list-right
        .inner-item
        .item-inner
        .badge-number:after {
        width: 22px;
        height: 22px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1025px) {
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-right
        .item-list-right
        .inner-item
        .item-inner
        .badge-number:after {
        width: 24px;
        height: 24px;
    }
}
.wrap-top-ranking
    .box-list-top-ranking
    .box-list-right
    .item-list-right
    .inner-item
    .item-inner
    .text-number-topranking {
    color: #12c57e;
    font-weight: 700;
    font-size: 18px;
}
@media screen and (max-width: 600px) {
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-right
        .item-list-right
        .inner-item
        .item-inner
        .text-number-topranking {
        font-size: 15px;
    }
}
@media screen and (device-width: 768px) and (device-height: 1024px) {
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-right
        .item-list-right
        .inner-item
        .item-inner
        .text-number-topranking {
        font-size: 15px;
    }
}
@media screen and (device-width: 820px) and (device-height: 1180px) {
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-right
        .item-list-right
        .inner-item
        .item-inner
        .text-number-topranking {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1025px) {
    .wrap-top-ranking
        .box-list-top-ranking
        .box-list-right
        .item-list-right
        .inner-item
        .item-inner
        .text-number-topranking {
        font-size: 15px;
    }
}
.wrap-top-ranking
    .box-list-top-ranking
    .box-list-right
    .item-list-right
    .inner-item
    .item-inner:first-child {
    width: 10%;
}
.wrap-top-ranking
    .box-list-top-ranking
    .box-list-right
    .item-list-right
    .inner-item
    .item-inner:nth-child(2) {
    width: 30%;
}
.wrap-top-ranking
    .box-list-top-ranking
    .box-list-right
    .item-list-right
    .inner-item
    .item-inner:nth-child(3) {
    width: 30%;
}
.wrap-top-ranking
    .box-list-top-ranking
    .box-list-right
    .item-list-right
    .inner-item
    .item-inner:nth-child(4) {
    width: 30%;
    text-align: right;
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .wrap-top-ranking .box-list-top-ranking {
        flex-wrap: nowrap;
    }
    .wrap-top-ranking .box-list-top-ranking .box-list-left {
        width: 40vw;
    }
    .wrap-top-ranking .box-list-top-ranking .box-list-right {
        width: 100%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .wrap-top-ranking .box-list-top-ranking {
        flex-wrap: nowrap;
    }
    .wrap-top-ranking .box-list-top-ranking .box-list-left {
        width: 50vw;
    }
    .wrap-top-ranking .box-list-top-ranking .box-list-right {
        width: 100%;
    }
}
.wrap-main-footer {
    position: relative;
    width: 100%;
    background: linear-gradient(
        180deg,
        var(--theme-color-1, #1a1b1e) 0%,
        var(--theme-color-2, #1a1b1e) 100%
    );
    padding: 1rem;
}
@media screen and (max-width: 600px) {
    .wrap-main-footer {
        padding-bottom: 6rem;
    }
}
@media screen and (device-width: 768px) and (device-height: 1024px) {
    .wrap-main-footer {
        padding-bottom: 6rem;
    }
}
.wrap-main-footer .box-left-foot {
    width: 33.3%;
    padding: 0.5rem 0;
}
@media screen and (max-width: 600px) {
    .wrap-main-footer .box-left-foot {
        width: 100%;
    }
    .wrap-main-footer .box-left-foot .box-logo-foot {
        width: auto;
        max-width: 129px;
        height: 50px;
    }
}
@media screen and (device-width: 768px) and (device-height: 1024px) {
    .wrap-main-footer .box-left-foot {
        width: 100%;
    }
}
@media screen and (device-width: 820px) and (device-height: 1180px) {
    .wrap-main-footer .box-left-foot {
        width: 100%;
    }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) {
    .wrap-main-footer .box-left-foot {
        width: 100%;
    }
}
.wrap-main-footer .box-left-foot .box-logo-foot {
    width: auto;
    max-width: 129px;
    height: 50px;
}
.wrap-main-footer .box-middle-foot {
    width: 33.3%;
    padding: 0.5rem 1rem;
}
@media screen and (max-width: 600px) {
    .wrap-main-footer .box-middle-foot {
        width: 100%;
        padding: 0.5rem 0;
    }
}
@media screen and (device-width: 768px) and (device-height: 1024px) {
    .wrap-main-footer .box-middle-foot {
        width: 100%;
    }
}
@media screen and (device-width: 820px) and (device-height: 1180px) {
    .wrap-main-footer .box-middle-foot {
        width: 100%;
    }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) {
    .wrap-main-footer .box-middle-foot {
        width: 100%;
    }
}
.wrap-main-footer .box-middle-foot .box-show-logo-game {
    margin-top: 1rem;
    display: grid;
    grid-auto-columns: minmax(10px, auto);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 7px;
    grid-template-areas: ". . . . . . .";
}
@media screen and (max-width: 344px) {
    .wrap-main-footer .box-middle-foot .box-show-logo-game {
        grid-template-columns: repeat(7, 1fr);
    }
}
@media screen and (max-width: 600px) {
    .wrap-main-footer .box-middle-foot .box-show-logo-game {
        gap: 7px;
    }
}
@media screen and (max-width: 690px) and (min-width: 668px) {
    .wrap-main-footer .box-middle-foot .box-show-logo-game {
        grid-auto-columns: minmax(20px, auto);
    }
}
@media screen and (device-width: 768px) and (device-height: 1024px) {
    .wrap-main-footer .box-middle-foot .box-show-logo-game {
        grid-template-columns: repeat(9, 1fr);
    }
}
@media screen and (device-width: 820px) and (device-height: 1180px) {
    .wrap-main-footer .box-middle-foot .box-show-logo-game {
        grid-template-columns: repeat(9, 1fr);
    }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) {
    .wrap-main-footer .box-middle-foot .box-show-logo-game {
        grid-template-columns: repeat(11, 1fr);
    }
}
@media screen and (max-width: 1366px) and (orientation: landscape) {
    .wrap-main-footer .box-middle-foot .box-show-logo-game {
        gap: 7px;
    }
}
.wrap-main-footer .box-middle-foot .box-show-logo-game .item-logo-game {
    border-radius: 50%;
    background: #0006;
    padding: 1rem 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
}
.wrap-main-footer .box-middle-foot .box-show-logo-game .item-logo-game img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
@media screen and (max-width: 344px) {
    .wrap-main-footer .box-middle-foot .box-show-logo-game .item-logo-game {
        height: 100%;
    }
}
@media screen and (max-width: 320px) {
    .wrap-main-footer .box-middle-foot .box-show-logo-game .item-logo-game {
        height: auto;
    }
}
@media screen and (max-width: 600px) {
    .wrap-main-footer .box-middle-foot .box-show-logo-game .item-logo-game {
        padding: 0.8rem 0.2rem;
    }
}
@media screen and (max-width: 690px) and (max-height: 829px) {
    .wrap-main-footer .box-middle-foot .box-show-logo-game .item-logo-game {
        padding: 0;
    }
    .wrap-main-footer .box-middle-foot .box-show-logo-game .item-logo-game img {
        padding: 2px;
    }
}
@media screen and (max-width: 720px) and (min-width: 668px) {
    .wrap-main-footer .box-middle-foot .box-show-logo-game .item-logo-game {
        padding: 1rem 0.1rem;
        width: 25px;
        height: 5px;
    }
}
@media screen and (max-width: 690px) and (orientation: landscape) {
    .wrap-main-footer .box-middle-foot .box-show-logo-game .item-logo-game {
        padding: 2px !important;
    }
}
@media screen and (device-width: 1440px) and (device-height: 900px) {
    .wrap-main-footer .box-middle-foot .box-show-logo-game .item-logo-game {
        padding: 0.8rem 0.2rem;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1441px) {
    .wrap-main-footer .box-middle-foot .box-show-logo-game .item-logo-game {
        padding: 0.7rem 0.2rem;
    }
}
@media screen and (max-width: 1366px) and (orientation: landscape) {
    .wrap-main-footer .box-middle-foot .box-show-logo-game .item-logo-game {
        padding: 0.5rem 0.2rem;
    }
}
.wrap-main-footer .box-right-foot {
    width: 33.3%;
    padding: 0.5rem 1rem;
}
@media screen and (max-width: 600px) {
    .wrap-main-footer .box-right-foot {
        width: 100%;
        padding: 0.5rem 0;
    }
}
@media screen and (device-width: 768px) and (device-height: 1024px) {
    .wrap-main-footer .box-right-foot {
        width: 100%;
    }
}
@media screen and (device-width: 820px) and (device-height: 1180px) {
    .wrap-main-footer .box-right-foot {
        width: 100%;
    }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) {
    .wrap-main-footer .box-right-foot {
        width: 100%;
    }
}
.wrap-main-footer .box-right-foot .box-show-bank {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 15px;
    grid-template-areas: ". . . . . . .";
}
@media screen and (max-width: 600px) {
    .wrap-main-footer .box-right-foot .box-show-bank {
        gap: 7px;
    }
}
@media screen and (device-width: 768px) and (device-height: 1024px) {
    .wrap-main-footer .box-right-foot .box-show-bank {
        grid-template-columns: repeat(9, 1fr);
    }
}
@media screen and (device-width: 820px) and (device-height: 1180px) {
    .wrap-main-footer .box-right-foot .box-show-bank {
        grid-template-columns: repeat(9, 1fr);
    }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) {
    .wrap-main-footer .box-right-foot .box-show-bank {
        grid-template-columns: repeat(11, 1fr);
    }
}
@media screen and (max-width: 1440px) {
    .wrap-main-footer .box-right-foot .box-show-bank {
        gap: 7px;
    }
}
@media screen and (max-width: 1366px) and (orientation: landscape) {
    .wrap-main-footer .box-right-foot .box-show-bank {
        gap: 7px;
    }
}
.wrap-main-footer .box-right-foot .box-show-bank .item-show-bank {
    aspect-ratio: 1/1;
}
.wrap-main-footer .box-right-foot .box-show-bank .item-show-bank img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.wrap-main-footer .box-bottom-foot {
    width: 100%;
    margin-top: 2rem;
}
@media screen and (max-width: 600px) {
    .wrap-main-footer .box-bottom-foot {
        margin-top: 1rem;
        margin-bottom: 0rem;
    }
}
@media screen and (max-width: 1024px) {
    .wrap-main-footer .box-bottom-foot {
        margin-bottom: 5rem;
    }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
    .wrap-main-footer .box-bottom-foot {
        margin-bottom: 0rem;
    }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
    .wrap-main-footer .box-bottom-foot {
        margin-bottom: 0rem;
    }
}
@media screen and (max-width: 690px) {
    .wrap-main-footer .box-bottom-foot {
        margin-bottom: 5rem;
    }
}
@media screen and (max-width: 568px) {
    .wrap-main-footer .box-bottom-foot {
        margin-bottom: 0rem;
    }
}
.wrap-main-footer .box-bottom-foot .text-head-tag {
    text-align: center;
}
@media screen and (max-width: 600px) {
    .wrap-main-footer .box-bottom-foot .text-head-tag {
        text-align: left;
    }
}
.wrap-main-footer .box-bottom-foot .box-keyword-seo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
@media screen and (max-width: 600px) {
    .wrap-main-footer .box-bottom-foot .box-keyword-seo {
        justify-content: flex-start;
    }
}
.wrap-main-footer .box-bottom-foot .box-keyword-seo .item-keyword-seo {
    background: #0006;
    padding: 0.2rem 1rem;
    border-radius: 22px;
}
@media screen and (device-width: 1440px) and (device-height: 900px) {
    .wrap-main-footer .box-bottom-foot .box-keyword-seo .item-keyword-seo p {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1441px) {
    .wrap-main-footer .box-bottom-foot .box-keyword-seo .item-keyword-seo p {
        font-size: 14px;
    }
}
.wrap-main-footer .box-whitelable-foot {
    width: 100%;
    margin-top: 2rem;
}
.wrap-main-footer .box-whitelable-foot .text-head-tag {
    text-align: center;
}
@media screen and (max-width: 600px) {
    .wrap-main-footer .box-whitelable-foot .text-head-tag {
        text-align: left;
    }
}
.wrap-main-footer .box-whitelable-foot .box-img-logo {
    margin: auto;
}
.wrap-main-footer .box-whitelable-foot .box-img-logo img {
    width: auto;
    height: 50px;
}
.wrap-header {
    width: 100%;
    height: 60px;
    background: linear-gradient(
        180deg,
        var(--theme-color-1, #1a1b1e) 0%,
        #44446a 100%
    );
    padding: 0.7rem 2rem;
    position: fixed;
    z-index: 40;
    box-shadow: 0 4px 4px #00000040;
    display: flex;
}
.wrap-header .btn-secondary {
    width: clamp(100px, 10vw, 150px);
    font-size: clamp(0.8rem, 2vw, 1rem);
    padding: 0.5rem 0;
    margin-right: 0.25rem;
}
@media screen and (max-width: 320px) {
    .wrap-header .btn-secondary {
        width: clamp(70px, 10vw, 150px) !important;
    }
}
@media screen and (max-width: 430px) {
    .wrap-header .btn-secondary {
        width: clamp(80px, 10vw, 150px);
    }
}
.wrap-header .btn-primary {
    width: clamp(100px, 10vw, 150px);
    font-size: clamp(0.8rem, 2vw, 1rem);
    padding: 0;
    margin-left: 0.25rem;
}
@media screen and (max-width: 320px) {
    .wrap-header .btn-primary {
        width: clamp(70px, 10vw, 150px) !important;
    }
}
@media screen and (max-width: 430px) {
    .wrap-header .btn-primary {
        width: clamp(80px, 10vw, 150px);
    }
}
.wrap-header .box-logo {
    width: clamp(160px, 2vw, 90px);
    display: flex;
    justify-content: flex-start;
}
.wrap-header .box-logo img {
    height: 40px;
    width: auto;
}
@media screen and (max-width: 320px) {
    .wrap-header .box-logo img {
        height: 35px !important;
        width: auto;
    }
}
@media screen and (max-width: 600px) {
    .wrap-header .box-logo {
        width: -moz-max-content;
        width: max-content;
        max-width: 150px;
    }
    .wrap-header .box-logo img {
        max-height: 50px;
        height: auto;
        width: auto;
    }
}
.wrap-header .box-toggle-sidebar {
    background-color: #000;
    border-radius: 50%;
    padding: 4px;
}
.wrap-header .box-toggle-sidebar a {
    cursor: pointer;
}
.wrap-header .bg-switch {
    background: #0006;
}
.wrap-header .bg-toggle-switch {
    background: linear-gradient(
        180deg,
        var(--primary-color-1, #4280f7) 0%,
        var(--primary-color-2, #4280f7) 100%
    );
    color: var(--primary-font-color);
    font-weight: 600;
}
.wrap-header .box-switch-route {
    position: relative;
    margin-left: 5rem;
}
@media screen and (max-width: 600px) {
    .wrap-header .box-switch-route {
        display: none;
    }
}
@media screen and (max-width: 1023px) {
    .wrap-header .box-switch-route {
        margin-left: 1rem;
    }
}
.wrap-header .box-switch-route .sr-only {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    clip: auto;
    margin-left: -2.3rem;
}
.wrap-header .box-switch-route .active-switch {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    padding-left: 2.3rem;
}
.wrap-header .animate-toogle {
    transform: rotate(180deg);
    transition: 0.5s;
}
.wrap-header svg {
    transition: 0.5s;
}
.box-economy .box-amount-header,
.box-economy .box-gem-header,
.box-economy .box-notification-header {
    background: #0006;
    padding: 5px;
    border-radius: 7px;
}
.box-economy .box-amount-header,
.box-economy .box-gem-header {
    font-size: 0.9rem;
}
.spining {
    animation: spining-animation 10s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
@keyframes spining-animation {
    0%,
    to {
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }
    0% {
        transform: rotateY(0);
    }
    50% {
        transform: rotateY(1800deg);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }
    to {
        transform: rotateY(3600deg);
    }
}
.bounce {
    animation: bounce 0.8s ease infinite alternate;
}
@keyframes bounce {
    0% {
        filter: drop-shadow(0 0 0.3rem rgb(161, 161, 161));
    }
    to {
        transform: translateY(-1px);
        filter: drop-shadow(0 0 0.2rem rgb(121, 120, 120));
    }
}
@media screen and (max-width: 320px) and (orientation: portrait) {
    .mobile-header {
        margin-top: 0.5rem;
    }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
    .wrap-header .box-logo img {
        max-height: 40px !important;
        height: auto;
        width: auto;
    }
}
.tooltip-header {
    position: relative;
    text-align: center;
}
.tooltip-header .top {
    bottom: -115%;
    left: 0;
    right: 0;
    padding: 10px 20px;
    color: #fff;
    background-color: #666;
    font-weight: 400;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0 1px 8px #00000080;
    display: none;
}
.tooltip-header:hover .top {
    display: block;
}
@media screen and (min-width: 1366px) {
    .tooltip-header .top {
        bottom: -130%;
    }
}
.wrap-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    background: linear-gradient(
        180deg,
        var(--theme-color-1, #1a1b1e) 0%,
        #44446a 100%
    );
    box-shadow: 0 0 4px 4px #00000040;
    transition: 0.5s;
    z-index: 21;
}
.wrap-sidebar .box-in-sidebar {
    padding: 5rem 0.5rem 0.5rem;
    overflow: hidden;
    position: sticky;
    top: 0;
    height: 100%;
    overflow: scroll;
}
.wrap-sidebar .button-playgame span {
    font-size: 18px;
}
.min-sidebar {
    width: 62px;
    text-wrap: nowrap;
}
.min-sidebar ul span,
.min-sidebar ul p {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    white-space: nowrap;
}
.min-sidebar ul button svg {
    margin-left: 3px;
}
.min-sidebar .bg-active-sidebar svg {
    margin-left: 3px;
}
.min-sidebar .button-playgame span {
    font-size: 12px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.min-sidebar .game-btn {
    padding: 0.5rem 0.6rem;
}
.full-sidebar {
    width: 300px;
    white-space: nowrap;
}
@media screen and (max-width: 1440px) {
    .full-sidebar {
        width: 220px;
    }
}
@media screen and (max-width: 380px) {
    .wrap-sidebar-mobile {
        transform: translateY(600px);
    }
}
@media screen and (max-width: 430px) {
    .wrap-header {
        padding: 0.4rem 0.2rem !important;
    }
}
@media screen and (max-width: 600px) {
    .wrap-header {
        padding: 0.7rem;
    }
    .wrap-sidebar-mobile {
        transform: translateY(800px);
    }
}
@media screen and (max-width: 1023px) {
    .box-toggle-sidebar {
        display: none;
    }
    .wrap-sidebar-mobile {
        position: fixed;
        top: 60px;
        width: 100%;
        height: 100vh;
        z-index: 20;
        transform: translateY(1200px);
        transition: all 0.5s ease-in-out;
        background: linear-gradient(
            180deg,
            var(--theme-color-1, #1a1b1e) 0%,
            var(--theme-color-2, #1a1b1e) 100%
        );
        overflow: scroll;
        padding: 10px 0 5rem;
    }
    .wrap-sidebar-mobile .box-in-sidebar-mobile {
        padding: 1rem 0.5rem 0.5rem;
    }
    .open-menu {
        position: fixed;
        transform: translateY(0) !important;
        transition: all 0.5s ease-in-out;
    }
    .box-in-sidebar {
        padding: 5rem 0.5rem 0.5rem;
    }
}
@media screen and (max-width: 1024px) {
    .box-toggle-sidebar {
        display: none;
    }
    .wrap-sidebar-mobile {
        position: fixed;
        top: 60px;
        width: 100%;
        height: 100vh;
        z-index: 20;
        transform: translateY(1380px);
        transition: all 0.5s ease-in-out;
        background: linear-gradient(
            180deg,
            var(--theme-color-1, #1a1b1e) 0%,
            var(--theme-color-2, #1a1b1e) 100%
        );
        overflow: scroll;
        padding: 10px 0 5rem;
    }
    .wrap-sidebar-mobile .box-in-sidebar-mobile {
        padding: 1rem 0.5rem 0.5rem;
    }
    .open-menu {
        position: fixed;
        transform: translateY(0) !important;
        transition: all 0.5s ease-in-out;
    }
    .box-in-sidebar {
        padding: 5rem 0.5rem 0.5rem;
    }
}
h1 {
    font-size: clamp(1rem, 2vw, 1.4rem);
}
span {
    font-size: clamp(14px, 2vw, 16px);
}
.bg-theme {
    background: linear-gradient(
        180deg,
        var(--theme-color-1, #1a1b1e) 0%,
        var(--theme-color-2, #1a1b1e) 100%
    );
}
#banner .carousel__track {
    margin: 0 auto !important;
}
.wrap-login-page {
    width: 100%;
    position: relative;
    overflow: scroll;
    background: linear-gradient(
        180deg,
        var(--theme-color-1, #1a1b1e) 0%,
        var(--theme-color-2, #1a1b1e) 100%
    );
}
.wrap-login-page .box-bg {
    width: 39%;
    height: 90vh;
}
.wrap-login-page .box-bg img {
    width: 100%;
}
.wrap-login-page .box-form-login {
    width: 61%;
    background: linear-gradient(
        180deg,
        var(--theme-color-1, #1a1b1e) 0%,
        var(--theme-color-2, #1a1b1e) 100%
    );
    padding: 1.5rem;
}
.wrap-login-page .box-form-login .text-register {
    font-size: 18px;
    color: var(--secondary-color-1, #f68a04);
    margin-left: 0.5rem;
}
.wrap-login-page .box-form-login .form-box {
    display: flex;
    flex-direction: column;
    padding: 7rem 3rem;
}
.wrap-login-page .box-form-login .form-box h1 {
    font-size: 1.4rem;
    font-weight: 600;
}
.wrap-login-page .box-form-login .form-box .input-phonenumber {
    margin-top: 2rem;
}
.wrap-login-page .box-form-login .form-box .error-message {
    font-size: 14px;
    color: #ff5c5c;
    white-space: nowrap;
}
.wrap-login-page .box-form-login .form-box .text-forget {
    text-decoration: underline;
}
.wrap-login-page .box-form-login .form-box .box-divide {
    position: relative;
}
.wrap-login-page .box-form-login .form-box .box-divide:before {
    position: absolute;
    left: 0;
    top: 50%;
    background: #ffffff1a;
    width: 45%;
    height: 2px;
    content: "";
}
.wrap-login-page .box-form-login .form-box .box-divide:after {
    position: absolute;
    right: 0;
    top: 50%;
    background: #ffffff1a;
    width: 45%;
    height: 2px;
    content: "";
}
.wrap-login-page .box-form-login .form-box .text-contact {
    color: var(--secondary-color-1, #f68a04);
    text-decoration: underline;
}
@media only screen and (max-width: 1366px) {
    .wrap-login-page .box-bg {
        width: 100%;
    }
    .wrap-login-page .box-form-login {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: #0000006c;
        padding: 0.7rem 0.5rem;
    }
    .wrap-login-page .box-form-login .form-box {
        padding: 1.5rem 1rem;
        background: #000000e0;
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 650px;
        border-radius: 16px;
    }
    .wrap-login-page .box-form-login .form-box .box-divide {
        position: relative;
    }
    .wrap-login-page .box-form-login .form-box .box-divide:before {
        width: 40%;
    }
    .wrap-login-page .box-form-login .form-box .box-divide:after {
        width: 40%;
    }
}
@media screen and (device-width: 320px) and (device-height: 568px) {
    .wrap-login-page .box-bg {
        width: 100%;
    }
    .wrap-login-page .box-form-login {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: var(--theme-color-2, #1e2024);
        padding: 0.7rem 0.5rem;
    }
    .wrap-login-page .box-form-login .form-box {
        padding: 1rem !important;
        background: var(--theme-color-2, #1e2024);
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 280px !important;
        border-radius: 16px;
    }
    .wrap-login-page .box-form-login .form-box .box-divide {
        position: relative;
    }
    .wrap-login-page .box-form-login .form-box .box-divide:before {
        width: 40%;
    }
    .wrap-login-page .box-form-login .form-box .box-divide:after {
        width: 40%;
    }
}
@media screen and (max-width: 932px) and (orientation: landscape) {
    .wrap-login-page .box-form-login {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #00000080, #00000080),
            var(--theme-color-1);
        padding: 0.7rem 0.5rem;
    }
    .wrap-login-page .box-form-login .form-box {
        padding: 1.5rem 1rem;
        background: linear-gradient(0deg, #00000080, #00000080),
            var(--theme-color-1);
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        border-radius: 16px;
    }
    .wrap-login-page .box-form-login .form-box .box-divide {
        position: relative;
    }
    .wrap-login-page .box-form-login .form-box .box-divide:before {
        width: 40%;
    }
    .wrap-login-page .box-form-login .form-box .box-divide:after {
        width: 40%;
    }
}
@media screen and (max-width: 600px) {
    .wrap-login-page .box-bg {
        width: 100%;
    }
    .wrap-login-page .box-form-login {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: linear-gradient(
            180deg,
            var(--theme-color-1, #1a1b1e) 0%,
            var(--theme-color-2, #1a1b1e) 100%
        );
        padding: 0;
    }
    .wrap-login-page .box-form-login .form-box {
        padding: 1.5rem 1rem;
        background: transparent;
        position: static;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(0);
        width: 100%;
        border-radius: 16px;
    }
    .wrap-login-page .box-form-login .form-box .box-divide {
        position: relative;
    }
    .wrap-login-page .box-form-login .form-box .box-divide:before {
        width: 40%;
    }
    .wrap-login-page .box-form-login .form-box .box-divide:after {
        width: 40%;
    }
}
@media screen and (device-width: 768px) and (device-height: 1024px) {
    .wrap-login-page .box-bg {
        width: 100%;
    }
    .wrap-login-page .box-form-login {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: #0000006c;
        padding: 0.7rem 0.5rem;
    }
    .wrap-login-page .box-form-login .form-box {
        padding: 1.5rem 1rem;
        background: #000000e0;
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 550px;
        border-radius: 16px;
    }
    .wrap-login-page .box-form-login .form-box .box-divide {
        position: relative;
    }
    .wrap-login-page .box-form-login .form-box .box-divide:before {
        width: 40%;
    }
    .wrap-login-page .box-form-login .form-box .box-divide:after {
        width: 40%;
    }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
    .wrap-login-page .box-bg {
        width: 100%;
    }
    .wrap-login-page .box-form-login {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: #0000006c;
        padding: 0.7rem 0.5rem;
    }
    .wrap-login-page .box-form-login .form-box {
        padding: 1.5rem 1rem;
        background: #000000e0;
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 550px;
        border-radius: 16px;
    }
    .wrap-login-page .box-form-login .form-box .box-divide {
        position: relative;
    }
    .wrap-login-page .box-form-login .form-box .box-divide:before {
        width: 40%;
    }
    .wrap-login-page .box-form-login .form-box .box-divide:after {
        width: 40%;
    }
}
@media screen and (max-width: 932px) and (orientation: landscape) {
    .wrap-login-page .box-form-login .form-box {
        overflow: scroll;
        top: 45%;
        padding-top: 3rem;
        width: 100%;
        height: 80vh;
    }
}
.forgetpass-box {
    padding: 0.5rem 0.5rem 1rem;
}
.forgetpass-box .form-forget-password {
    text-align: left;
    padding: 1rem 0 0.5rem;
}
.forgetpass-box .form-forget-password .error-message {
    font-size: 15px;
    color: #ff5c5c;
}
.head-forget-pass {
    font-style: italic;
    font-size: 22px;
    font-weight: 600;
}
.error-message {
    font-size: 14px;
    color: #ff5c5c;
}
@media screen and (min-width: 600px) and (max-width: 844px) {
    .wrap-home-page {
        margin-top: 0 !important;
    }
}
@media screen and (max-width: 600px) {
    .wrap-home-page {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {
    .wrap-home-page {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .wrap-home-page {
        margin-top: 50px;
    }
}
.wrap-brand-game-hits {
    background: var(--theme-color-2, #1e2024);
    padding: 1rem;
    border-radius: 16px;
}
.wrap-brand-game-hits .box-left-brand-hits-main,
.wrap-brand-game-hits .box-right-brand-hits-main {
    display: flex;
    align-items: center;
}
.wrap-brand-game-hits .box-right-brand-hits-main .pagination {
    background: #0006;
    border-radius: 10px;
    padding: 0.2rem 0.3rem;
}
.wrap-brand-game-hits .box-right-brand-hits-main .pagination:hover {
    background: var(--primary-color-1, #4280f7);
    color: var(--primary-font-color, #f3f4f8);
}
.wrap-brand-game-hits .box-right-brand-hits-main .see-all {
    background: #0006;
    border-radius: 10px;
    padding: 0.2rem 1rem;
}
.wrap-brand-game-hits .box-right-brand-hits-main .see-all:hover {
    background: var(--primary-color-1, #4280f7);
    color: var(--primary-font-color, #f3f4f8);
}
@media screen and (max-width: 600px) {
    .wrap-brand-game-hits .box-right-brand-hits-main .see-all {
        font-size: 14px;
    }
}
.wrap-brand-game-hits .wrap-show-fav-brand {
    margin-top: 1rem;
}
.wrap-brand-game-hits .wrap-show-fav-brand .carousel__track {
    gap: 5px;
}
@media screen and (max-width: 600px) {
    .wrap-brand-game-hits .wrap-show-fav-brand .carousel__track {
        gap: 3px;
    }
}
.wrap-brand-game-hits .wrap-show-fav-brand .item-fav-brand {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    background: #0006;
    cursor: pointer;
}
.wrap-brand-game-hits .wrap-show-fav-brand .item-fav-brand:hover {
    background: var(--primary-color-1, #4280f7);
    color: var(--primary-font-color, #f3f4f8);
}
.wrap-brand-game-hits .wrap-show-fav-brand .item-fav-brand a {
    display: block;
    width: 100%;
    height: 100%;
}
.wrap-brand-game-hits .wrap-show-fav-brand .item-fav-brand a img {
    width: 100%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5764705882));
}
@media screen and (max-width: 600px) {
    .wrap-brand-game-hits .wrap-show-fav-brand .item-fav-brand {
        padding: 0.5rem;
    }
    .wrap-brand-game-hits .wrap-show-fav-brand .item-fav-brand a {
        display: block;
        width: 80px;
        align-items: center;
    }
    .wrap-brand-game-hits .wrap-show-fav-brand .item-fav-brand a img {
        width: 100%;
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5764705882));
    }
}
.wrap-brand-game-hits-v2 {
    padding: 1rem 0rem 0;
}
@media screen and (max-width: 600px) {
    .wrap-brand-game-hits-v2 {
        padding: 1rem 0 0;
    }
}
.wrap-brand-game-hits-v2 .box-left-brand-hits-main,
.wrap-brand-game-hits-v2 .box-right-brand-hits-main {
    display: flex;
    align-items: center;
}
.wrap-brand-game-hits-v2 .box-right-brand-hits-main .pagination {
    background: #0006;
    border-radius: 10px;
    padding: 0.2rem 0.3rem;
}
.wrap-brand-game-hits-v2 .box-right-brand-hits-main .pagination:hover {
    background: var(--primary-color-1, #4280f7);
    color: var(--primary-font-color, #f3f4f8);
}
.wrap-brand-game-hits-v2 .box-right-brand-hits-main .see-all {
    background: #0006;
    border-radius: 10px;
    padding: 0.2rem 1rem;
}
.wrap-brand-game-hits-v2 .box-right-brand-hits-main .see-all:hover {
    background: var(--primary-color-1, #4280f7);
    color: var(--primary-font-color, #f3f4f8);
}
@media screen and (max-width: 600px) {
    .wrap-brand-game-hits-v2 .box-right-brand-hits-main .see-all {
        font-size: 14px;
    }
}
.wrap-brand-game-hits-v2 .wrap-show-fav-brand-v2 .carousel__viewport {
    padding: 1.5rem 0 0.8rem;
}
.wrap-brand-game-hits-v2 .wrap-show-fav-brand-v2 .carousel__track {
    gap: 10px;
}
.wrap-brand-game-hits-v2 .wrap-show-fav-brand-v2 .item-fav-brand {
    transition: 0.3s;
}
.wrap-brand-game-hits-v2 .wrap-show-fav-brand-v2 .item-fav-brand a {
    display: block;
    width: 100%;
    height: 100%;
}
.wrap-brand-game-hits-v2 .wrap-show-fav-brand-v2 .item-fav-brand a img {
    border-radius: 10px;
    transition: 0.3s;
    aspect-ratio: 21/29;
}
.wrap-brand-game-hits-v2 .wrap-show-fav-brand-v2 .item-fav-brand:hover {
    transform: scale(1.1);
    transition: 0.3s;
}
.wrap-brand-game-hits-v2 .wrap-show-fav-brand-v2 .box-name-game {
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 12%;
    background: linear-gradient(180deg, #00163c00, #000c 20.51%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 10px 10px;
}
.wrap-brand-game-hits-v2 .wrap-show-fav-brand-v2 .box-name-game span {
    padding: 0.5rem 0;
    color: #fff;
}
@media screen and (max-width: 600px) {
    .wrap-brand-game-hits-v2 .wrap-show-fav-brand-v2 .box-name-game {
        width: 95%;
        height: 12%;
    }
    .wrap-brand-game-hits-v2 .wrap-show-fav-brand-v2 .box-name-game span {
        padding: 0.1rem 0;
        font-size: 14px;
    }
}
@media screen and (device-width: 820px) and (device-height: 1180px) {
    .wrap-brand-game-hits-v2 .wrap-show-fav-brand-v2 .box-name-game span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1025px) {
    .wrap-brand-game-hits-v2 .wrap-show-fav-brand-v2 .box-name-game span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) {
    .wrap-brand-game-hits-v2 .wrap-show-fav-brand-v2 .box-name-game span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
@media screen and (device-width: 1440px) and (device-height: 900px) {
    .wrap-brand-game-hits-v2 .wrap-show-fav-brand-v2 .box-name-game span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1441px) {
    .wrap-brand-game-hits-v2 .wrap-show-fav-brand-v2 .box-name-game span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
.wrap-category-game {
    padding: 0.5rem 0;
    margin-top: 0.7rem;
    display: flex;
    overflow-x: scroll;
    gap: 15px;
}
.wrap-category-game .item-category-game {
    background: var(--theme-color-1, #1e2024);
    padding: 0.5rem 0.8vw;
    border-radius: 10px;
    cursor: pointer;
}
.wrap-category-game .item-category-game:hover {
    background: var(--theme-color-2, #1e2024);
    color: #000;
}
.wrap-category-game .item-category-game a {
    display: flex;
    align-items: center;
    width: clamp(80px, 4vw, 110px);
}
.wrap-category-game .item-category-game a img {
    width: clamp(20px, 2vw, 24px);
}
@media screen and (max-width: 600px) {
    .wrap-category-game .item-category-game {
        padding: 0.5rem 0.2rem;
    }
}
.wrap-category-game .active-group {
    background: linear-gradient(
        180deg,
        var(--primary-color-1, rgba(0, 0, 0, 0.4)) 0%,
        var(--primary-color-2, rgba(0, 0, 0, 0.4)) 100%
    );
    border-radius: 10px;
}
.wrap-list-game .b-l-list-game {
    display: flex;
    align-items: center;
}
.wrap-list-game .b-l-list-game img {
    width: 36px;
}
.wrap-list-game .b-r-list-game {
    display: flex;
}
.wrap-list-game .b-r-list-game .pagination {
    background: #0006;
    border-radius: 10px;
    padding: 0.2rem 0.3rem;
}
.wrap-list-game .b-r-list-game .see-all {
    background: #0006;
    border-radius: 10px;
    padding: 0.2rem 1rem;
}
@media screen and (max-width: 600px) {
    .wrap-list-game .b-r-list-game .see-all {
        font-size: 14px;
    }
}
.wrap-list-game .box-list-game {
    display: flex;
    flex-wrap: wrap;
    height: auto;
}
.wrap-list-game .box-list-game .item-list-game,
.wrap-list-game .box-list-game .item-list-game-home {
    width: 11.1%;
    padding: 0.5rem;
    position: relative;
    transition: 0.2s;
}
.wrap-list-game .box-list-game .item-list-game:hover,
.wrap-list-game .box-list-game .item-list-game-home:hover {
    transform: scale(1.05);
    transition: 0.2s;
}
@media screen and (max-width: 600px) {
    .wrap-list-game .box-list-game .item-list-game,
    .wrap-list-game .box-list-game .item-list-game-home {
        width: 50%;
        padding: 0.3rem;
    }
    .wrap-list-game .box-list-game .item-list-game:hover,
    .wrap-list-game .box-list-game .item-list-game-home:hover {
        transform: scale(1);
    }
}
@media screen and (max-width: 932px) and (orientation: landscape) {
    .wrap-list-game .box-list-game .item-list-game .box-name-game span,
    .wrap-list-game .box-list-game .item-list-game-home .box-name-game span {
        font-size: 10px !important;
    }
}
@media screen and (device-width: 768px) and (device-height: 1024px) {
    .wrap-list-game .box-list-game .item-list-game,
    .wrap-list-game .box-list-game .item-list-game-home {
        width: 20%;
    }
}
@media screen and (device-width: 820px) and (device-height: 1180px) {
    .wrap-list-game .box-list-game .item-list-game,
    .wrap-list-game .box-list-game .item-list-game-home {
        width: 20%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1025px) {
    .wrap-list-game .box-list-game .item-list-game,
    .wrap-list-game .box-list-game .item-list-game-home {
        width: 16.6%;
    }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) {
    .wrap-list-game .box-list-game .item-list-game,
    .wrap-list-game .box-list-game .item-list-game-home {
        width: 16.6%;
    }
}
.wrap-list-game .box-list-game .item-list-game .box-name-game,
.wrap-list-game .box-list-game .item-list-game-home .box-name-game {
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 12%;
    background: linear-gradient(180deg, #00163c00, #000c 20.51%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 10px 10px;
}
.wrap-list-game .box-list-game .item-list-game .box-name-game span,
.wrap-list-game .box-list-game .item-list-game-home .box-name-game span {
    padding: 0.5rem 0;
    color: #fff;
}
@media screen and (max-width: 600px) {
    .wrap-list-game .box-list-game .item-list-game .box-name-game,
    .wrap-list-game .box-list-game .item-list-game-home .box-name-game {
        width: 95%;
        height: 12%;
    }
    .wrap-list-game .box-list-game .item-list-game .box-name-game span,
    .wrap-list-game .box-list-game .item-list-game-home .box-name-game span {
        padding: 0.1rem 0;
        font-size: 14px;
    }
}
@media screen and (device-width: 820px) and (device-height: 1180px) {
    .wrap-list-game .box-list-game .item-list-game .box-name-game span,
    .wrap-list-game .box-list-game .item-list-game-home .box-name-game span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1025px) {
    .wrap-list-game .box-list-game .item-list-game .box-name-game span,
    .wrap-list-game .box-list-game .item-list-game-home .box-name-game span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) {
    .wrap-list-game .box-list-game .item-list-game .box-name-game span,
    .wrap-list-game .box-list-game .item-list-game-home .box-name-game span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
@media screen and (device-width: 1440px) and (device-height: 900px) {
    .wrap-list-game .box-list-game .item-list-game .box-name-game span,
    .wrap-list-game .box-list-game .item-list-game-home .box-name-game span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1441px) {
    .wrap-list-game .box-list-game .item-list-game .box-name-game span,
    .wrap-list-game .box-list-game .item-list-game-home .box-name-game span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
.wrap-list-game .box-list-game .item-list-game.-step-2 .image-game,
.wrap-list-game .box-list-game .item-list-game-home.-step-2 .image-game {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
}
.wrap-list-game
    .box-list-game
    .item-list-game.-step-2
    .image-game:hover
    .overlay-page-game,
.wrap-list-game
    .box-list-game
    .item-list-game-home.-step-2
    .image-game:hover
    .overlay-page-game {
    top: 0;
}
.wrap-list-game
    .box-list-game
    .item-list-game.-step-2
    .image-game
    .overlay-page-game,
.wrap-list-game
    .box-list-game
    .item-list-game-home.-step-2
    .image-game
    .overlay-page-game {
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000bf;
    border-radius: 10px;
    transition: 0.4s;
    overflow: hidden;
}
.wrap-list-game
    .box-list-game
    .item-list-game.-step-2
    .image-game
    .overlay-page-game
    .inner-overlay,
.wrap-list-game
    .box-list-game
    .item-list-game-home.-step-2
    .image-game
    .overlay-page-game
    .inner-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}
.wrap-list-game .box-list-game .item-list-game .fav-icon img,
.wrap-list-game .box-list-game .item-list-game-home .fav-icon img {
    position: absolute;
    top: 7%;
    right: 8%;
    z-index: 2;
    width: 25px;
    height: auto;
    filter: brightness(0) invert(1)
        drop-shadow(0 0 0.15rem rgba(0, 0, 0, 0.6039215686));
    transition: 0.2s;
}
.wrap-list-game .box-list-game .item-list-game .fav img,
.wrap-list-game .box-list-game .item-list-game-home .fav img {
    filter: brightness(1) invert(0)
        drop-shadow(0 0 0.15rem rgba(0, 0, 0, 0.6039215686));
    transition: 0.2s;
}
.wrap-list-game .box-list-game .item-list-game a img,
.wrap-list-game .box-list-game .item-list-game-home a img {
    width: 100%;
    height: 100%;
    transition: 0.2s;
}
.wrap-list-game .box-list-game .item-list-game .hover-game,
.wrap-list-game .box-list-game .item-list-game-home .hover-game {
    position: relative;
    background: #000000bf;
    z-index: 10;
    border-radius: 10px;
}
.wrap-list-game .box-list-game .item-list-game .hover-game:hover,
.wrap-list-game .box-list-game .item-list-game-home .hover-game:hover {
    border-radius: 10px;
}
.wrap-list-game .box-list-game .item-list-game-home {
    width: 100%;
}
.wrap-list-game .layout-menu-2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 5px;
    grid-template-areas: ". . . . . . . . .";
}
.wrap-list-game .layout-grid .carousel__track {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 5px;
    grid-template-areas: ". . . . . . . . ." ". . . . . . . . .";
}
.wrap-list-game .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.wrap-list-game .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap-list-game-v2 .b-l-list-game {
    display: flex;
    align-items: center;
}
.wrap-list-game-v2 .b-l-list-game img {
    width: 36px;
}
.wrap-list-game-v2 .b-r-list-game {
    display: flex;
}
.wrap-list-game-v2 .b-r-list-game .pagination {
    background: #0006;
    border-radius: 10px;
    padding: 0.2rem 0.3rem;
}
.wrap-list-game-v2 .b-r-list-game .see-all {
    background: #0006;
    border-radius: 10px;
    padding: 0.2rem 1rem;
}
@media screen and (max-width: 600px) {
    .wrap-list-game-v2 .b-r-list-game .see-all {
        font-size: 14px;
    }
}
.wrap-list-game-v2 .carousel__viewport {
    padding: 0.5rem 0;
}
.wrap-list-game-v2 .carousel__track {
    gap: 10px;
}
.wrap-list-game-v2 .item-list-game-home-v2:hover {
    transform: scale(1.05);
    transition: 0.2s;
}
.wrap-list-game-v2 .item-list-game-home-v2 a img {
    aspect-ratio: 21/29;
}
.wrap-list-game-v2 .box-name-game {
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 12%;
    background: linear-gradient(180deg, #00163c00, #000c 20.51%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 10px 10px;
}
.wrap-list-game-v2 .box-name-game span {
    padding: 0.5rem 0;
    color: #fff;
}
@media screen and (max-width: 600px) {
    .wrap-list-game-v2 .box-name-game {
        width: 95%;
        height: 12%;
    }
    .wrap-list-game-v2 .box-name-game span {
        padding: 0.1rem 0;
        font-size: 14px;
    }
}
@media screen and (device-width: 820px) and (device-height: 1180px) {
    .wrap-list-game-v2 .box-name-game span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1025px) {
    .wrap-list-game-v2 .box-name-game span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) {
    .wrap-list-game-v2 .box-name-game span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
@media screen and (device-width: 1440px) and (device-height: 900px) {
    .wrap-list-game-v2 .box-name-game span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1441px) {
    .wrap-list-game-v2 .box-name-game span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
.wrap-list-game-v2 #category-game {
    cursor: pointer;
}
.wrap-list-game-v2 #category-game .carousel__viewport {
    padding: 0.5rem 0;
}
.wrap-list-game-v2 #category-game .carousel__track {
    gap: 5px;
}
.wrap-list-game-v2 #category-game .theme-button--category-group {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    position: relative;
}
.wrap-list-game-v2 #category-game .theme-button--category-group img {
    transition: 0.5s;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5764705882));
    pointer-events: none;
}
.wrap-list-gamepage-v2 .b-l-list-game {
    display: flex;
    align-items: center;
}
.wrap-list-gamepage-v2 .b-l-list-game img {
    width: 36px;
}
.wrap-list-gamepage-v2 .b-r-list-game {
    display: flex;
}
.wrap-list-gamepage-v2 .b-r-list-game .pagination {
    background: #0006;
    border-radius: 10px;
    padding: 0.2rem 0.3rem;
}
.wrap-list-gamepage-v2 .b-r-list-game .see-all {
    background: #0006;
    border-radius: 10px;
    padding: 0.2rem 1rem;
}
@media screen and (max-width: 600px) {
    .wrap-list-gamepage-v2 .b-r-list-game .see-all {
        font-size: 14px;
    }
}
.wrap-list-gamepage-v2 .name-brand {
    font-size: 18px;
    cursor: default;
}
@media screen and (max-width: 600px) {
    .wrap-list-gamepage-v2 .chev-icon {
        margin: 0;
    }
    .wrap-list-gamepage-v2 .name-brand {
        font-size: 12px;
        text-wrap: nowrap;
    }
    .wrap-list-gamepage-v2 .text-primary-btn {
        font-size: 12px;
    }
}
.wrap-list-gamepage-v2 .box-search {
    width: 200px;
}
@media screen and (max-width: 600px) {
    .wrap-list-gamepage-v2 .box-search {
        width: 140px;
    }
}
.wrap-list-gamepage-v2 .box-search input {
    width: 100%;
}
.wrap-list-gamepage-v2 .box-list-game-v2 {
    display: inline-block;
    width: 100%;
}
.wrap-list-gamepage-v2 .box-list-game-v2 .box-select-brand {
    position: sticky;
    top: 100px;
    left: 0;
    z-index: 55;
    background: var(--theme-color-2, #1e2024);
    border-radius: 10px;
    padding: 10px 5px;
    float: left;
    width: 6%;
}
.wrap-list-gamepage-v2
    .box-list-game-v2
    .box-select-brand
    .inner-box-select-brand {
    position: relative;
}
.wrap-list-gamepage-v2
    .box-list-game-v2
    .box-select-brand
    .inner-box-select-brand
    .box-list-brand {
    height: 800px;
}
.wrap-list-gamepage-v2
    .box-list-game-v2
    .box-select-brand
    .inner-box-select-brand
    .item-brand-active {
    position: absolute;
    top: 5px;
    left: 0;
    background: #0006;
    border-radius: 27px;
}
.wrap-list-gamepage-v2
    .box-list-game-v2
    .box-select-brand
    .inner-box-select-brand
    .item-brand {
    margin: 5px 0;
}
.wrap-list-gamepage-v2
    .box-list-game-v2
    .box-select-brand
    .inner-box-select-brand
    .item-brand:first-child {
    margin-top: 4rem;
}
@media screen and (max-width: 600px) {
    .wrap-list-gamepage-v2 .box-list-game-v2 .box-select-brand {
        width: 20%;
        top: 150px;
    }
    .wrap-list-gamepage-v2
        .box-list-game-v2
        .box-select-brand
        .inner-box-select-brand
        .box-list-brand {
        height: 590px;
    }
}
@media screen and (device-width: 768px) and (device-height: 1024px) {
    .wrap-list-gamepage-v2 .box-list-game-v2 .box-select-brand {
        width: 10%;
        top: 150px;
    }
    .wrap-list-gamepage-v2
        .box-list-game-v2
        .box-select-brand
        .inner-box-select-brand
        .box-list-brand {
        height: 740px;
    }
}
@media screen and (device-width: 820px) and (device-height: 1180px) {
    .wrap-list-gamepage-v2 .box-list-game-v2 .box-select-brand {
        width: 10%;
        top: 150px;
    }
    .wrap-list-gamepage-v2
        .box-list-game-v2
        .box-select-brand
        .inner-box-select-brand
        .box-list-brand {
        height: 920px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1025px) {
    .wrap-list-gamepage-v2 .box-list-game-v2 .box-select-brand {
        width: 10%;
        top: 160px;
    }
    .wrap-list-gamepage-v2
        .box-list-game-v2
        .box-select-brand
        .inner-box-select-brand
        .box-list-brand {
        height: 1080px;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1441px) {
    .wrap-list-gamepage-v2
        .box-list-game-v2
        .box-select-brand
        .inner-box-select-brand
        .box-list-brand {
        height: 760px;
    }
}
.wrap-list-gamepage-v2 .box-list-game-v2 .box-select-game {
    float: right;
    padding-left: 10px;
}
.wrap-list-gamepage-v2 .box-list-game-v2 .box-select-game .item-game {
    width: 12.2%;
    position: relative;
}
@media screen and (max-width: 600px) {
    .wrap-list-gamepage-v2 .box-list-game-v2 .box-select-game .item-game {
        width: 32.3%;
    }
}
@media screen and (device-width: 768px) and (device-height: 1024px) {
    .wrap-list-gamepage-v2 .box-list-game-v2 .box-select-game .item-game {
        width: 19.5%;
    }
}
@media screen and (device-width: 820px) and (device-height: 1180px) {
    .wrap-list-gamepage-v2 .box-list-game-v2 .box-select-game .item-game {
        width: 19.5%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1025px) {
    .wrap-list-gamepage-v2 .box-list-game-v2 .box-select-game .item-game {
        width: 16.2%;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1441px) {
    .wrap-list-gamepage-v2 .box-list-game-v2 .box-select-game .item-game {
        width: 12.1%;
    }
}
.wrap-list-gamepage-v2 .box-list-game-v2 .box-select-game .item-game img {
    width: 100%;
    aspect-ratio: 21/29;
}
.wrap-list-gamepage-v2
    .box-list-game-v2
    .box-select-game
    .item-game
    .fav-icon
    img {
    position: absolute;
    top: 7%;
    right: 8%;
    z-index: 2;
    width: 25px;
    height: 25px;
    filter: brightness(0) invert(1)
        drop-shadow(0 0 0.15rem rgba(0, 0, 0, 0.6039215686));
    transition: 0.2s;
}
.wrap-list-gamepage-v2
    .box-list-game-v2
    .box-select-game
    .item-game
    .fav-icon:hover
    img {
    filter: brightness(1) invert(0)
        drop-shadow(0 0 0.15rem rgba(0, 0, 0, 0.6039215686));
}
.wrap-list-gamepage-v2 .box-list-game-v2 .box-select-game .item-game .fav img {
    filter: brightness(1) invert(0)
        drop-shadow(0 0 0.15rem rgba(0, 0, 0, 0.6039215686));
    transition: 0.2s;
}
.wrap-list-gamepage-v2
    .box-list-game-v2
    .box-select-game
    .item-game
    .image-game {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
}
.wrap-list-gamepage-v2
    .box-list-game-v2
    .box-select-game
    .item-game
    .image-game:hover
    .overlay-page-game {
    top: 0;
}
.wrap-list-gamepage-v2
    .box-list-game-v2
    .box-select-game
    .item-game
    .image-game
    .overlay-page-game {
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000bf;
    border-radius: 10px;
    transition: 0.4s;
    overflow: hidden;
}
.wrap-list-gamepage-v2
    .box-list-game-v2
    .box-select-game
    .item-game
    .image-game
    .overlay-page-game
    .inner-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}
.wrap-list-gamepage-v2
    .box-list-game-v2
    .box-select-game
    .item-game
    .box-name-game {
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 12%;
    background: linear-gradient(180deg, #00163c00, #000c 20.51%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 10px 10px;
}
.wrap-list-gamepage-v2
    .box-list-game-v2
    .box-select-game
    .item-game
    .box-name-game
    span {
    padding: 0.5rem 0;
    color: #fff;
}
@media screen and (max-width: 600px) {
    .wrap-list-gamepage-v2
        .box-list-game-v2
        .box-select-game
        .item-game
        .box-name-game {
        width: 95%;
        height: 12%;
    }
    .wrap-list-gamepage-v2
        .box-list-game-v2
        .box-select-game
        .item-game
        .box-name-game
        span {
        padding: 0.1rem 0;
        font-size: 9px;
    }
}
@media screen and (device-width: 768px) and (device-height: 1024px) {
    .wrap-list-gamepage-v2
        .box-list-game-v2
        .box-select-game
        .item-game
        .box-name-game
        span {
        padding: 0.1rem 0;
        font-size: 11px;
    }
}
@media screen and (device-width: 820px) and (device-height: 1180px) {
    .wrap-list-gamepage-v2
        .box-list-game-v2
        .box-select-game
        .item-game
        .box-name-game
        span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1025px) {
    .wrap-list-gamepage-v2
        .box-list-game-v2
        .box-select-game
        .item-game
        .box-name-game
        span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) {
    .wrap-list-gamepage-v2
        .box-list-game-v2
        .box-select-game
        .item-game
        .box-name-game
        span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
@media screen and (device-width: 1440px) and (device-height: 900px) {
    .wrap-list-gamepage-v2
        .box-list-game-v2
        .box-select-game
        .item-game
        .box-name-game
        span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1441px) {
    .wrap-list-gamepage-v2
        .box-list-game-v2
        .box-select-game
        .item-game
        .box-name-game
        span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
.wrap-list-gamepage-v2 .box-list-game-v2 .box-select-game .wrap-no-list-game {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 6rem 1rem;
    background: #0006;
    border-radius: 10px;
}
.wrap-list-gamepage-v2
    .box-list-game-v2
    .box-select-game
    .wrap-no-list-game
    h2 {
    font-size: 24px;
    font-weight: 500;
}
.wrap-list-gamepage-v2 .box-list-game-v2 .wrap-no-list-game {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 6rem 1rem;
    background: #0006;
    border-radius: 10px;
}
.wrap-list-gamepage-v2 .box-list-game-v2 .wrap-no-list-game h2 {
    font-size: 24px;
    font-weight: 500;
}
.animated-game-home {
    animation-duration: 3s !important;
}
button:focus,
button:focus-visible,
.btn-primary:focus,
.btn-primary:focus-visible {
    outline: none !important;
}
.wrap-register-page {
    width: 100%;
    position: relative;
    overflow: scroll;
    background: linear-gradient(
        180deg,
        var(--theme-color-1, #1a1b1e) 0%,
        var(--theme-color-2, #1a1b1e) 100%
    );
}
.wrap-register-page .box-bg {
    width: 39%;
}
.wrap-register-page .box-bg img {
    width: 100%;
    height: 100%;
}
.wrap-register-page .box-form-register {
    width: 61%;
    background: linear-gradient(
        180deg,
        var(--theme-color-1, #1a1b1e) 0%,
        var(--theme-color-2, #1a1b1e) 100%
    );
    padding: 1.5rem;
}
.wrap-register-page .box-form-register .form-box {
    display: flex;
    flex-direction: column;
    padding: 7rem 3rem;
}
.wrap-register-page .box-form-register .form-box h1 {
    font-size: clamp(1.2rem, 2vw, 1.4rem);
    font-weight: 600;
}
.wrap-register-page .box-form-register .form-box .max-h-56 {
    height: 10rem !important;
}
.wrap-register-page .box-form-register .form-box .input-phonenumber {
    margin-top: 2rem;
}
.wrap-register-page .box-form-register .form-box .text-contact {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    color: var(--secondary-color-1, #f68a04);
    text-decoration: underline;
}
#register-page .input-phonenumber {
    text-align: left;
}
#register-page input::-moz-placeholder {
    font-size: 15px;
    text-align: left;
    font-weight: 600;
}
#register-page input::placeholder {
    font-size: 15px;
    text-align: left;
    font-weight: 600;
}
.otp-input {
    width: 50px;
    height: 50px;
    padding: 5px;
    margin: 0 10px;
    font-size: 20px;
    border-radius: 4px;
    border: 2px solid rgb(44, 44, 45);
    text-align: center;
    background-color: #1a1b1e;
}
.otp-input::-webkit-inner-spin-button,
.otp-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
@media only screen and (min-width: 600px) and (max-width: 1440px) {
    .wrap-register-page,
    .wrap-login-page {
        height: 89vh;
    }
}
@media only screen and (max-width: 1366px) {
    .wrap-register-page .box-bg {
        width: 100%;
    }
    .wrap-register-page .box-form-register {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: #0000006c;
        padding: 0;
    }
    .wrap-register-page .box-form-register .form-box {
        padding: 1.5rem 1rem;
        background: #000000e0;
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 550px;
        border-radius: 16px;
    }
    .wrap-register-page .box-form-register .form-box .box-divide {
        position: relative;
    }
    .wrap-register-page .box-form-register .form-box .box-divide:before {
        width: 40%;
    }
    .wrap-register-page .box-form-register .form-box .box-divide:after {
        width: 40%;
    }
}
@media only screen and (max-width: 600px) {
    .wrap-register-page .box-form-register .form-box {
        width: 100%;
        background: transparent;
        padding: 0 1rem;
        position: static;
        transform: translate(0);
        overflow-y: auto;
        margin-top: 1rem;
    }
    .otp-input {
        width: 100%;
        height: 50px;
        padding: 5px;
        margin: 0 5px;
        font-size: 20px;
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.3);
        text-align: center;
    }
    .wrap-register-page .box-form-register {
        background: linear-gradient(
            180deg,
            var(--theme-color-1, #1a1b1e) 0%,
            var(--theme-color-2, #1a1b1e) 100%
        );
    }
}
@media screen and (max-width: 932px) and (orientation: landscape) {
    .wrap-register-page .box-form-register .form-box {
        overflow: scroll;
        top: 57%;
        width: 100%;
        height: 100%;
        background: transparent;
        max-height: 80vh;
    }
    .otp-input {
        width: 100%;
        height: 50px;
        padding: 5px;
        margin: 0 5px;
        font-size: 20px;
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.3);
        text-align: center;
    }
    .wrap-register-page .box-form-register {
        background: linear-gradient(0deg, #00000080, #00000080),
            var(--theme-color-1);
    }
}
@media only screen and (max-width: 320px) {
    .wrap-register-page .box-form-register .form-box {
        width: 250px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1025px) {
    .wrap-game-page {
        margin-top: 45px;
    }
}
.wrap-jackpot {
    background-image: url(/assets/bg-jackpot-8jitGqet.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 220px;
}
.text-primary-btn {
    color: var(--primary-color-1);
    font-size: 18px;
    font-weight: 500;
}
.text-primary-theme-btn {
    color: var(--theme-color-font, #fff);
    font-size: 20px;
    font-weight: 500;
}
@media screen and (max-width: 600px) {
    .text-primary-theme-btn {
        font-size: 15px;
        text-wrap: nowrap;
    }
}
.wrap-list-game .head-game-section {
    padding: 0 0.5rem;
}
.wrap-list-game .box-search {
    width: 200px;
}
@media screen and (max-width: 600px) {
    .wrap-list-game .box-search {
        width: 140px;
    }
}
.wrap-list-game .chev-icon {
    margin: 0 0.2rem;
}
.wrap-list-game .text-primary-btn {
    font-size: 18px;
}
.wrap-list-game .name-brand {
    font-size: 18px;
    cursor: default;
}
@media screen and (max-width: 600px) {
    .wrap-list-game .head-game-section {
        padding: 0 0.1rem;
    }
    .wrap-list-game .chev-icon {
        margin: 0;
    }
    .wrap-list-game .name-brand,
    .wrap-list-game .text-primary-btn {
        font-size: 12px;
    }
}
.wrap-list-game .see-all {
    background: #0006;
    border-radius: 10px;
    padding: 0.2rem 1rem;
}
.wrap-list-game .see-all:hover {
    background: var(--primary-color-1, #4280f7);
    color: var(--primary-font-color, #f3f4f8);
}
.wrap-no-list-game {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 6rem 1rem;
}
.wrap-no-list-game h2 {
    font-size: 24px;
    font-weight: 500;
}
.btn-tab-deposit-withdraw {
    border-radius: 27px;
    background: #0006;
    padding: 0.3rem 1.2rem;
    display: flex;
    align-items: center;
}
.active-tab {
    background: linear-gradient(
        180deg,
        var(--primary-color-1, #4280f7) 0%,
        var(--primary-color-2, #4280f7) 100%
    );
    color: var(--primary-font-color, #f3f4f8);
}
.head-text-deposit {
    font-size: 26px;
    font-style: italic;
    font-weight: 600;
}
.head-title-deposit,
.sub-title-deposit {
    padding: 0 1rem;
}
@media screen and (max-width: 600px) {
    .head-title-deposit,
    .sub-title-deposit {
        padding: 0 0rem;
    }
}
.divider {
    background: #ffffff05;
}
.wrap-deposit-menu {
    display: flex;
    overflow-x: scroll;
    border-radius: 35px;
    background: var(--theme-color-1, #1a1b1e);
    padding: 0.2rem;
}
.wrap-deposit-menu .item-deposit {
    width: 135px;
    padding: 0.5rem 0.2rem;
}
.wrap-deposit-menu .item-deposit a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 115px;
}
@media screen and (max-width: 600px) {
    .wrap-deposit-menu .item-deposit a {
        font-size: 14px;
        width: 95px;
    }
}
.wrap-deposit-menu .item-deposit-en {
    width: 135px;
    padding: 0.5rem 0.2rem;
}
.wrap-deposit-menu .item-deposit-en a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 115px;
}
@media screen and (max-width: 600px) {
    .wrap-deposit-menu .item-deposit-en {
        padding: 0.4rem 0.2rem;
    }
    .wrap-deposit-menu .item-deposit-en a {
        font-size: 14px;
        width: 106px;
    }
}
.wrap-deposit-menu .active-deposit {
    background: linear-gradient(
        180deg,
        var(--primary-color-1, #4280f7) 0%,
        var(--primary-color-2, #4280f7) 100%
    );
    color: var(--primary-font-color, #f3f4f8);
    border-radius: 27px;
}
.box-show-current-promotion {
    display: flex;
    flex-wrap: wrap;
}
.box-show-current-promotion .box-left-promotion {
    width: 30%;
}
.box-show-current-promotion .box-right-promotion {
    width: 70%;
    padding: 0.2rem 1rem;
}
@media screen and (max-width: 600px) {
    .box-show-current-promotion .box-left-promotion {
        width: 100%;
    }
    .box-show-current-promotion .box-right-promotion {
        width: 100%;
        padding: 0.2rem;
    }
}
.wrap-auto-v2 {
    padding: 0 1rem;
}
@media screen and (max-width: 600px) {
    .wrap-auto-v2 {
        padding: 0 0rem;
    }
}
.box-amount-deposit {
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0.05);
    padding: 0.5rem;
    margin: 1rem;
    background: var(--theme-color-1, #1a1b1e);
}
.wrap-decimal {
    padding: 0 1rem;
}
@media screen and (max-width: 600px) {
    .wrap-decimal {
        padding: 0 0.5rem;
    }
}
.wrap-qrpay {
    padding: 0 1rem;
}
@media screen and (max-width: 600px) {
    .wrap-qrpay {
        padding: 0 0.5rem;
    }
}
.wrap-qrpay .imgQr {
    border-radius: 16px;
    border: 8px solid rgba(0, 0, 0, 0.25);
    background: #fff;
}
.wrap-slip-verify {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 600px) {
    .wrap-slip-verify {
        padding: 0 0.5rem;
    }
}
.wrap-slip-verify .box-upload-slip {
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0.05);
    width: 70%;
    background: var(--theme-color-1, #1a1b1e);
    padding: 3rem 1rem;
}
@media screen and (max-width: 600px) {
    .wrap-slip-verify .box-upload-slip {
        width: 100%;
    }
}
.wrap-confirm-deposit {
    padding: 0 1rem;
}
@media screen and (max-width: 600px) {
    .wrap-confirm-deposit {
        padding: 0 0.5rem;
    }
}
.wrap-true-wallet-gift {
    padding: 0 1rem;
}
@media screen and (max-width: 600px) {
    .wrap-true-wallet-gift {
        padding: 0 0.5rem;
    }
}
.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;
    }
}
.btn-save-qr {
    background: #0a8a2e;
    border-radius: 8px;
    width: 147px;
    padding: 0.5rem;
}
.wrap-withdraw .wrap-body-content-withdraw {
    padding: 0 1rem;
    min-height: 350px;
}
@media screen and (max-width: 600px) {
    .wrap-withdraw .wrap-body-content-withdraw {
        padding: 0 0.5rem;
    }
}
.wrap-withdraw .wrap-body-content-withdraw .item-tab-withdraw {
    padding: 0.5rem;
    position: relative;
}
.wrap-withdraw .wrap-body-content-withdraw .item-tab-withdraw a {
    display: block;
    width: 100%;
    height: 100%;
}
.wrap-withdraw .wrap-body-content-withdraw .active-tab-withdraw {
    border-bottom: 2px solid var(--theme-font-color-1, #f68a04);
}
.wrap-withdraw .wrap-body-content-withdraw .active-tab-withdraw a {
    color: var(--theme-font-color-1, #f68a04);
    font-weight: 700;
}
.wrap-withdraw .wrap-body-content-withdraw .box-amount-withdraw {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0.13);
    padding: 0.2rem 1rem;
    background: var(--theme-color-1, #1a1b1e);
    margin: 0 5rem;
}
@media screen and (max-width: 600px) {
    .wrap-withdraw .wrap-body-content-withdraw .box-amount-withdraw {
        margin: 0 0rem;
    }
}
.wrap-withdraw .wrap-body-content-withdraw .box-amount-withdraw .text-amount {
    color: var(--secondary-color-1, #f68a04);
    font-size: 22px;
    font-weight: 600;
}
.wrap-withdraw .wrap-body-content-withdraw .text-secondary {
    color: var(--secondary-color-1, #f68a04);
}
.wrap-withdraw .wrap-body-content-withdraw .box-input-withdraw {
    margin: 0 5rem;
}
@media screen and (max-width: 600px) {
    .wrap-withdraw .wrap-body-content-withdraw .box-input-withdraw {
        margin: 0 0rem;
    }
}
.wrap-withdraw
    .wrap-body-content-withdraw
    .box-input-withdraw
    .btn-withdraw-all {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 10px 10px 0;
}
.wrap-withdraw .wrap-body-content-withdraw .error-box {
    margin: 1.5rem 5rem;
}
@media screen and (max-width: 600px) {
    .wrap-withdraw .wrap-body-content-withdraw .error-box {
        margin: 1rem 0rem;
    }
}
.wrap-cashback .head-text-cashback {
    font-size: 25px;
    font-weight: 600;
}
.wrap-cashback .rotate {
    animation: rotation 1.1s infinite;
}
@media screen and (max-width: 600px) {
    .wrap-cashback .head-text-cashback {
        font-size: 22px;
        font-weight: 600;
    }
    .wrap-cashback .box-head-right {
        flex-direction: column;
        text-align: right;
        align-items: flex-end;
    }
    .wrap-cashback .box-head-right .text-update {
        font-size: 12px;
        order: 2;
        margin-top: 0.2rem;
    }
    .wrap-cashback .box-head-right .rotate {
        animation: rotation 1.1s infinite;
    }
    @keyframes rotation {
        0% {
            transform: rotate(0);
        }
        to {
            transform: rotate(360deg);
        }
    }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
    .wrap-cashback .box-head-right .btn-primary {
        padding: 0.35em 0.7rem;
    }
}
.wrap-cashback .wrap-content-cashback {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 15px;
    grid-auto-flow: row;
    grid-template-areas: ". . . . .";
}
@media screen and (max-width: 600px) {
    .wrap-cashback .wrap-content-cashback {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        grid-auto-columns: 1fr;
        grid-auto-rows: 1fr;
        gap: 10px;
        grid-auto-flow: row;
        grid-template-areas: ". .";
    }
}
@media screen and (device-width: 768px) and (device-height: 1024px) {
    .wrap-cashback .wrap-content-cashback {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: ". . .";
    }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) {
    .wrap-cashback .wrap-content-cashback {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: ". . .";
    }
}
.wrap-cashback .wrap-content-cashback .item-cashback {
    text-align: center;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.wrap-cashback .wrap-content-cashback .item-cashback img {
    border-radius: 10px;
    width: 100%;
}
.wrap-cashback .wrap-content-cashback .item-cashback .gradient-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, #0000, #000000bf);
    z-index: 2;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.wrap-cashback
    .wrap-content-cashback
    .item-cashback
    .gradient-bottom
    .text-head-topic,
.wrap-cashback
    .wrap-content-cashback
    .item-cashback
    .gradient-bottom
    .text-head-topic-en {
    font-size: 18px;
}
.wrap-cashback
    .wrap-content-cashback
    .item-cashback
    .gradient-bottom
    .text-number {
    font-size: 20px;
}
@media screen and (max-width: 600px) {
    .wrap-cashback .wrap-content-cashback .item-cashback .gradient-bottom {
        height: 80%;
    }
    .wrap-cashback
        .wrap-content-cashback
        .item-cashback
        .gradient-bottom
        .text-head-topic {
        font-size: 15px;
    }
    .wrap-cashback
        .wrap-content-cashback
        .item-cashback
        .gradient-bottom
        .text-head-topic-en {
        font-size: 13px;
    }
    .wrap-cashback
        .wrap-content-cashback
        .item-cashback
        .gradient-bottom
        .text-number,
    .wrap-cashback
        .wrap-content-cashback
        .item-cashback
        .gradient-bottom
        .text-detail {
        font-size: 14px;
    }
}
.text-head-info-modal {
    font-size: 26px;
    font-style: italic;
    font-weight: 800;
}
.body-info-cashback {
    padding: 0.5rem;
}
@media screen and (max-width: 600px) {
    .body-info-cashback .text-update-info {
        font-size: 14px;
    }
    .body-info-cashback .btn-primary {
        padding: 0.3em 0.7rem;
    }
}
.body-info-cashback .rotate {
    animation: rotation 1.1s infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
.body-info-cashback .box-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 10px;
    grid-auto-flow: row;
    grid-template-areas: ". .";
    margin-top: 1.5rem;
}
.body-info-cashback .box-left {
    border-radius: 10px;
    background: var(--theme-color-1, #1a1b1e);
    padding: 0.5rem;
}
@media screen and (max-width: 600px) {
    .body-info-cashback .box-left .total {
        font-size: 14px;
    }
}
.body-info-cashback .box-left .number-cashback {
    font-size: 22px;
    color: var(--secondary-color-1, #f68a04);
    font-weight: 600;
}
@media screen and (max-width: 600px) {
    .body-info-cashback .box-left .number-cashback {
        font-size: 20px;
    }
}
.body-info-cashback .box-right .item-box-right {
    border-radius: 10px;
    background: var(--theme-color-1, #1a1b1e);
    padding: 0.5rem 0.7rem;
}
@media screen and (max-width: 600px) {
    .body-info-cashback .box-right .item-box-right .previous,
    .body-info-cashback .box-right .item-box-right .today {
        font-size: 14px;
    }
}
.body-info-cashback .box-right .item-box-right:nth-child(2) {
    margin-top: 0.5rem;
}
.body-info-cashback .box-right .item-box-right .number-cashback {
    font-size: 18px;
    color: var(--secondary-color-1, #f68a04);
    font-weight: 600;
}
@media screen and (max-width: 600px) {
    .body-info-cashback .box-right .item-box-right .number-cashback {
        font-size: 14px;
    }
}
.body-info-cashback .head-history-cashback {
    border-radius: 10px;
    background: var(--theme-color-1, #1a1b1e);
    padding: 0.5rem 0.7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.body-info-cashback .head-history-cashback h2 {
    font-size: 22px;
}
@media screen and (max-width: 600px) {
    .body-info-cashback .head-history-cashback h2 {
        font-size: 18px;
    }
}
.body-info-cashback .body-history-cashback .head-table {
    margin: 1rem 0 0.5rem;
}
.body-info-cashback .body-history-cashback .head-table span {
    width: 33.3%;
    text-align: center;
}
.body-info-cashback .body-history-cashback .body-table .item-table {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0.7rem 0;
    align-items: center;
}
.body-info-cashback .body-history-cashback .body-table .item-table span {
    width: 33.3%;
}
@media screen and (max-width: 600px) {
    .body-info-cashback .body-history-cashback .body-table .item-table span {
        font-size: 14px;
    }
    .body-info-cashback
        .body-history-cashback
        .body-table
        .item-table
        span:first-child {
        font-size: 13px;
    }
}
.body-info-cashback .body-history-cashback .body-table .item-table .success {
    color: #2aba1d;
}
.body-info-cashback .body-history-cashback .body-table .item-table .fail {
    color: #ba1d1d;
}
.body-info-cashback .body-history-cashback .body-table .item-table .pending {
    color: #d4920d;
}
.body-info-cashback .body-history-cashback .navigation-page {
    padding: 0 0.5rem;
    cursor: pointer;
}
.body-info-cashback .body-history-cashback .active-page {
    color: var(--secondary-color-1, #f68a04);
    font-weight: 600;
}
.body-info-cashback .box-no-result {
    border-radius: 10px;
    background: var(--theme-color-1, #1a1b1e);
    padding: 1rem 0.7rem;
}
.random-box-page .wrap-list-randombox {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 15px;
    grid-auto-flow: row;
    grid-template-areas: ". . . . .";
}
@media screen and (max-width: 600px) {
    .random-box-page .wrap-list-randombox {
        display: flex;
        flex-wrap: wrap;
    }
}
@media screen and (device-width: 768px) and (device-height: 1024px) {
    .random-box-page .wrap-list-randombox {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: ". . .";
    }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) {
    .random-box-page .wrap-list-randombox {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: ". . .";
    }
}
.random-box-page .wrap-list-randombox .item-randombox {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 600px) {
    .random-box-page .wrap-list-randombox .item-randombox {
        width: 47.7%;
    }
}
.random-box-page .wrap-list-randombox .item-randombox .box-image-rand {
    width: 290px;
    height: 240px;
}
@media screen and (max-width: 600px) {
    .random-box-page .wrap-list-randombox .item-randombox .box-image-rand {
        width: 178px;
        height: 148px;
    }
}
@media screen and (device-width: 768px) and (device-height: 1024px) {
    .random-box-page .wrap-list-randombox .item-randombox .box-image-rand {
        width: 235px;
        height: 194px;
    }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) {
    .random-box-page .wrap-list-randombox .item-randombox .box-image-rand {
        width: 220px;
        height: 182px;
    }
}
.random-box-page .wrap-list-randombox .item-randombox .title-randombox {
    font-size: 18px;
}
@media screen and (max-width: 600px) {
    .random-box-page .wrap-list-randombox .item-randombox .title-randombox {
        font-size: 15px;
    }
}
.random-box-page .head-history-randombox {
    border-radius: 10px;
    background: var(--theme-color-1, #1a1b1e);
    padding: 0.5rem 0.7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.random-box-page .head-history-randombox h2 {
    font-size: 22px;
}
@media screen and (max-width: 600px) {
    .random-box-page .head-history-randombox h2 {
        font-size: 18px;
    }
}
.random-box-page .box-table-history-randombox .head-table {
    padding: 1rem 0;
}
.random-box-page .box-table-history-randombox .head-table span {
    width: 33.3%;
    text-align: center;
}
.random-box-page .box-table-history-randombox .body-table .item-table {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0.7rem 0;
    align-items: center;
}
.random-box-page .box-table-history-randombox .body-table .item-table span {
    width: 33.3%;
    text-align: center;
}
@media screen and (max-width: 600px) {
    .random-box-page .box-table-history-randombox .body-table .item-table span {
        font-size: 14px;
    }
    .random-box-page
        .box-table-history-randombox
        .body-table
        .item-table
        span:first-child {
        font-size: 13px;
    }
}
.random-box-page .box-table-history-randombox .body-table .item-table .success {
    color: #2aba1d;
}
.random-box-page .box-table-history-randombox .body-table .item-table .fail {
    color: #ba1d1d;
}
.random-box-page .box-table-history-randombox .body-table .item-table .pending {
    color: #d4920d;
}
.random-box-page .box-table-history-randombox .navigation-page {
    padding: 0 0.5rem;
    cursor: pointer;
}
.random-box-page .box-table-history-randombox .active-page {
    color: var(--secondary-color-1, #f68a04);
    font-weight: 600;
}
.random-box-page .box-no-result {
    border-radius: 10px;
    background: var(--theme-color-1, #1a1b1e);
    padding: 1rem 0.7rem;
}
.wrap-aff .head-text-aff {
    font-size: 25px;
    font-weight: 600;
}
@media screen and (max-width: 640px) {
    .wrap-aff .head-text-aff {
        font-size: 22px;
        font-weight: 600;
    }
}
.wrap-aff .aff-box-share {
    display: flex;
    flex-direction: row;
    background-color: var(--theme-color-2, #1e2024);
    border-radius: 0.375rem;
    padding: 0.75rem;
    width: 55%;
}
@media screen and (max-width: 640px) {
    .wrap-aff .aff-box-share {
        flex-direction: column;
        padding: 0.5rem;
        display: block;
        width: 100%;
    }
}
.wrap-aff .aff-box-withdraw {
    background-color: var(--theme-color-2, #1e2024);
    border-radius: 0.375rem;
    padding: 1rem;
    width: 45%;
}
@media screen and (max-width: 640px) {
    .wrap-aff .aff-box-withdraw {
        padding: 0.5rem;
        width: 100%;
    }
}
.wrap-aff .navigation-page {
    padding: 0 0.5rem;
    cursor: pointer;
}
.wrap-aff .active-page {
    color: var(--secondary-color-1, #f68a04);
    font-weight: 600;
}
.wrap-aff .wrap-category-aff {
    background: var(--theme-color-1, #1e2024);
    padding: 0.5rem 1rem;
    border-radius: 35px;
    margin-top: 0.7rem;
    display: flex;
    overflow-x: scroll;
    gap: 15px;
}
@media screen and (max-width: 600px) {
    .wrap-aff .wrap-category-aff {
        padding: 0.5rem;
        gap: 2px;
    }
}
.wrap-aff .wrap-category-aff .item-category-aff {
    padding: 0.5rem 0.8vw;
}
@media screen and (max-width: 1024px) {
    .wrap-aff .wrap-category-aff .item-category-aff {
        padding: 0.5rem 0.2vw;
    }
}
.wrap-aff .wrap-category-aff .item-category-aff a {
    display: flex;
    align-items: center;
}
.wrap-aff .wrap-category-aff .item-category-aff a img {
    width: clamp(20px, 2vw, 24px);
}
@media screen and (max-width: 600px) {
    .wrap-aff .wrap-category-aff .item-category-aff {
        padding: 0.3rem 0rem;
    }
    .wrap-aff .wrap-category-aff .item-category-aff a {
        width: 130px;
        height: 100%;
        justify-content: center;
    }
}
.wrap-aff .wrap-category-aff .active-group {
    background: #0006;
    border-radius: 27px;
}
.wrap-aff .paginate-item {
    background-color: var(--theme-color-2, #1e2024);
}
.wrap-aff .paginate-item:hover {
    background: var(--primary-color-1, #4280f7);
}
.wrap-ranking-page .wrap-ranking-info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.wrap-ranking-page .wrap-ranking-info .box-left-ranking {
    width: 60%;
    padding: 1rem;
}
@media screen and (max-width: 600px) {
    .wrap-ranking-page .wrap-ranking-info .box-left-ranking {
        width: 100%;
        padding: 1rem 0rem;
    }
}
@media screen and (device-width: 768px) and (device-height: 1024px) {
    .wrap-ranking-page .wrap-ranking-info .box-left-ranking {
        width: 100%;
        padding: 1rem 0rem;
    }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) {
    .wrap-ranking-page .wrap-ranking-info .box-left-ranking {
        width: 100%;
        padding: 1rem 0rem;
    }
}
.wrap-ranking-page .wrap-ranking-info .box-left-ranking .box-current-rank {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    background: var(--theme-color-2, #1e2024);
    padding: 1rem;
    position: relative;
}
@media screen and (max-width: 600px) {
    .wrap-ranking-page .wrap-ranking-info .box-left-ranking .box-current-rank {
        margin-bottom: 4rem;
    }
    .wrap-ranking-page
        .wrap-ranking-info
        .box-left-ranking
        .box-current-rank:after {
        content: "";
        position: absolute;
        bottom: -12%;
        left: 0;
        right: 0;
        width: 165px;
        height: 2px;
        margin: 0 auto;
        background: #ffffff1a;
    }
}
.wrap-ranking-page
    .wrap-ranking-info
    .box-left-ranking
    .box-current-rank
    .img-logo-rank {
    position: relative;
    width: 25%;
    text-align: center;
}
@media screen and (max-width: 600px) {
    .wrap-ranking-page
        .wrap-ranking-info
        .box-left-ranking
        .box-current-rank
        .img-logo-rank {
        width: 100%;
        order: 1;
        height: 100%;
    }
}
.wrap-ranking-page
    .wrap-ranking-info
    .box-left-ranking
    .box-current-rank
    .img-logo-rank
    img {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 140px;
    height: 140px;
}
.wrap-ranking-page
    .wrap-ranking-info
    .box-left-ranking
    .box-current-rank
    .img-logo-rank
    .title-current-rank {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media screen and (max-width: 600px) {
    .wrap-ranking-page
        .wrap-ranking-info
        .box-left-ranking
        .box-current-rank
        .img-logo-rank
        .title-current-rank {
        bottom: -135px;
    }
}
.wrap-ranking-page
    .wrap-ranking-info
    .box-left-ranking
    .box-current-rank
    .info-current-ranking {
    width: 75%;
    height: 118px;
}
@media screen and (max-width: 600px) {
    .wrap-ranking-page
        .wrap-ranking-info
        .box-left-ranking
        .box-current-rank
        .info-current-ranking {
        width: 100%;
        order: 3;
        height: auto;
        padding-top: 1rem;
    }
}
.wrap-ranking-page
    .wrap-ranking-info
    .box-left-ranking
    .box-current-rank
    .progress-current-ranking {
    width: 100%;
    margin-top: 1rem;
}
@media screen and (max-width: 600px) {
    .wrap-ranking-page
        .wrap-ranking-info
        .box-left-ranking
        .box-current-rank
        .progress-current-ranking {
        order: 2;
        margin-top: 8rem;
    }
}
.wrap-ranking-page
    .wrap-ranking-info
    .box-left-ranking
    .box-current-rank
    .progress-current-ranking
    .progress {
    background-color: #fff;
    width: 100%;
    height: 10px;
    border-radius: 50px;
    position: relative;
}
.wrap-ranking-page
    .wrap-ranking-info
    .box-left-ranking
    .box-current-rank
    .progress-current-ranking
    .progress
    .inner-progress {
    width: 0%;
    height: 100%;
    border-radius: 50px;
    background: linear-gradient(gold, #c85, gold);
    background-repeat: repeat;
    box-shadow: 0 0 10px orange;
    animation: shine 4s ease-in infinite, end 1s ease-out 1 0.5s;
    transition: width 0.8s ease 0.8s;
}
@keyframes shine {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: 0 50px;
    }
}
@keyframes end {
    0%,
    to {
        box-shadow: 0 0 10px orange;
    }
    50% {
        box-shadow: 0 0 15px 5px orange;
    }
}
.wrap-ranking-page .wrap-ranking-info .box-left-ranking .wrap-all-rank {
    margin-top: 1.5rem;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 20px;
    grid-template-areas: ". . .";
}
@media screen and (max-width: 600px) {
    .wrap-ranking-page .wrap-ranking-info .box-left-ranking .wrap-all-rank {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 20px;
        grid-template-areas: ". .";
    }
}
.wrap-ranking-page
    .wrap-ranking-info
    .box-left-ranking
    .wrap-all-rank
    .item-all-rank {
    border-radius: 10px;
    background: linear-gradient(180deg, #223030, #1a1b1e00);
    position: relative;
}
.wrap-ranking-page
    .wrap-ranking-info
    .box-left-ranking
    .wrap-all-rank
    .item-all-rank
    .icon-ranking {
    padding: 2rem 0 4rem;
}
.wrap-ranking-page
    .wrap-ranking-info
    .box-left-ranking
    .wrap-all-rank
    .item-all-rank
    .icon-ranking
    img {
    width: 100px;
}
.wrap-ranking-page
    .wrap-ranking-info
    .box-left-ranking
    .wrap-all-rank
    .item-all-rank
    .box-detail-reward {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0.5rem 1rem;
    border-radius: 0 0 10px 10px;
    background: #0006;
}
.wrap-ranking-page
    .wrap-ranking-info
    .box-left-ranking
    .wrap-all-rank
    .item-all-rank
    .box-detail-reward
    .rank-reward
    p {
    font-size: 16px !important;
}
@media screen and (max-width: 360px) {
    .wrap-ranking-page
        .wrap-ranking-info
        .box-left-ranking
        .wrap-all-rank
        .item-all-rank
        .box-detail-reward
        .rank-reward
        p {
        font-size: 12px !important;
    }
}
@media (min-width: 361px) and (max-width: 1024px) {
    .wrap-ranking-page
        .wrap-ranking-info
        .box-left-ranking
        .wrap-all-rank
        .item-all-rank
        .box-detail-reward
        .rank-reward
        p {
        font-size: 14px !important;
    }
}
.wrap-ranking-page .wrap-ranking-info .box-left-ranking .wrap-all-rank .bg-1 {
    background: linear-gradient(180deg, #223030, #1a1b1e00);
}
.wrap-ranking-page .wrap-ranking-info .box-left-ranking .wrap-all-rank .bg-2 {
    background: linear-gradient(180deg, #312f1a, #1a1b1e00);
}
.wrap-ranking-page .wrap-ranking-info .box-left-ranking .wrap-all-rank .bg-3 {
    background: linear-gradient(180deg, #241a10, #1a1b1e00);
}
.wrap-ranking-page .wrap-ranking-info .box-left-ranking .wrap-all-rank .bg-4 {
    background: linear-gradient(180deg, #1b2327, #1a1b1e00);
}
.wrap-ranking-page .wrap-ranking-info .box-left-ranking .wrap-all-rank .bg-5 {
    background: linear-gradient(180deg, #2a2334, #1a1b1e00);
}
.wrap-ranking-page .wrap-ranking-info .box-right-ranking {
    width: 40%;
    padding: 1rem;
}
@media screen and (max-width: 600px) {
    .wrap-ranking-page .wrap-ranking-info .box-right-ranking {
        display: none;
    }
}
@media screen and (device-width: 768px) and (device-height: 1024px) {
    .wrap-ranking-page .wrap-ranking-info .box-right-ranking {
        display: none;
    }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) {
    .wrap-ranking-page .wrap-ranking-info .box-right-ranking {
        display: none;
    }
}
.wrap-ranking-page .wrap-ranking-info .box-right-ranking .wrap-info-ranking {
    border-radius: 10px;
    padding: 1rem;
}
.wrap-ranking-page
    .wrap-ranking-info
    .box-right-ranking
    .wrap-info-ranking
    .icon-ranking {
    padding: 1rem 0 4rem;
}
.wrap-ranking-page
    .wrap-ranking-info
    .box-right-ranking
    .wrap-info-ranking
    .logo-rank {
    width: 120px;
}
.wrap-ranking-page .wrap-ranking-info .box-right-ranking .bg-1 {
    background: linear-gradient(180deg, #223030, #1a1b1e00);
}
.wrap-ranking-page .wrap-ranking-info .box-right-ranking .bg-2 {
    background: linear-gradient(180deg, #312f1a, #1a1b1e00);
}
.wrap-ranking-page .wrap-ranking-info .box-right-ranking .bg-3 {
    background: linear-gradient(180deg, #241a10, #1a1b1e00);
}
.wrap-ranking-page .wrap-ranking-info .box-right-ranking .bg-4 {
    background: linear-gradient(180deg, #1b2327, #1a1b1e00);
}
.wrap-ranking-page .wrap-ranking-info .box-right-ranking .bg-5 {
    background: linear-gradient(180deg, #2a2334, #1a1b1e00);
}
.bg-1-modal {
    background: linear-gradient(180deg, #223030, #1a1b1e 110.54%);
}
.bg-2-modal {
    background: linear-gradient(180deg, #312f1a, #1a1b1e 110.54%);
}
.bg-3-modal {
    background: linear-gradient(180deg, #241a10, #1a1b1e 110.54%);
}
.bg-4-modal {
    background: linear-gradient(180deg, #1b2327, #1a1b1e 110.54%);
}
.bg-5-modal {
    background: linear-gradient(180deg, #2a2334, #1a1b1e 110.54%);
}
.body-modal-reward {
    position: relative;
}
.body-modal-reward .box-logo-rank-reward img {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 170px;
}
.body-modal-reward .title-reward {
    margin-top: 5rem;
    font-size: 18px;
    font-weight: 600;
}
.body-modal-reward .item-reward {
    position: relative;
}
.body-modal-reward .item-reward:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 70px;
    background: #f3f4f8;
    opacity: 0.1;
}
.body-modal-reward .item-reward:last-child:after {
    display: none;
}
#checkin-view .checkin-date {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
@media screen and (max-width: 640px) {
    #checkin-view .checkin-date {
        font-size: 14px;
        font-weight: 600;
    }
}
#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 {
    background-color: #0006;
    border-radius: 6px;
    cursor: default;
}
#checkin-view .checkin-boxlist .inner-checkin-boxlist {
    padding: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: #fff;
}
#checkin-view .checkin-boxlist .inner-checkin-boxlist p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
@media screen and (max-width: 640px) {
    #checkin-view .checkin-boxlist .inner-checkin-boxlist p {
        font-size: 14px;
        font-weight: 600;
    }
}
#checkin-view .checkin-boxlist.active {
    background: var(--primary-color-1, #4280f7);
    cursor: pointer;
}
#checkin-view .checkin-boxlist.today {
    box-shadow: 0 0 5px 1px #fff;
}
.color-theme-1 {
    background: var(--theme-color-2, #1e2024);
}
.color-theme-2 {
    background: var(--theme-color-1, #1a1b1e);
}
.color-primary-1 {
    background: var(--primary-color-1, #4280f7);
}
.coupou-list-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.navigation-page {
    padding: 0 0.5rem;
    cursor: pointer;
}
.active-page {
    color: var(--secondary-color-1, #f68a04);
    font-weight: 600;
}
.color-background-primary-1 {
    background: var(--primary-color-1, #4280f7);
}
.filtergray {
    filter: grayscale(70%);
}
.input-theme {
    background-color: #000000af;
}
.box-list-game {
    display: flex;
    flex-wrap: wrap;
    height: auto;
}
.box-list-game .item-list-game {
    width: 25%;
    padding: 0.5rem;
    position: relative;
    transition: 0.2s;
}
.box-list-game .item-list-game:hover {
    transform: scale(1.05);
    transition: 0.2s;
}
@media screen and (max-width: 600px) {
    .box-list-game .item-list-game {
        width: 50%;
        padding: 0.3rem;
    }
    .box-list-game .item-list-game:hover {
        transform: scale(1);
    }
}
.box-list-game .item-list-game .box-name-game {
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 15%;
    background: linear-gradient(180deg, #00163c00, #000c 20.51%);
    display: flex;
    justify-content: center;
    border-radius: 0 0 10px 10px;
}
.box-list-game .item-list-game .box-name-game span {
    padding: 0.5rem 0;
    color: #fff;
}
@media screen and (max-width: 600px) {
    .box-list-game .item-list-game .box-name-game {
        width: 95%;
        height: 14%;
    }
    .box-list-game .item-list-game .box-name-game span {
        padding: 0.1rem 0;
        font-size: 14px;
    }
}
@media screen and (max-width: 932px) and (orientation: landscape) {
    .box-list-game .item-list-game .box-name-game .box-name-game span {
        font-size: 10px !important;
    }
}
@media screen and (device-width: 820px) and (device-height: 1180px) {
    .box-list-game .item-list-game .box-name-game span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1025px) {
    .box-list-game .item-list-game .box-name-game span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) {
    .box-list-game .item-list-game .box-name-game span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
@media screen and (device-width: 1440px) and (device-height: 900px) {
    .box-list-game .item-list-game .box-name-game span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1441px) {
    .box-list-game .item-list-game .box-name-game span {
        padding: 0.1rem 0;
        font-size: 12px;
    }
}
.box-list-game .item-list-game .image-game {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
}
.box-list-game .item-list-game .image-game:hover .overlay-page-game {
    top: 0;
}
.box-list-game .item-list-game .image-game .overlay-page-game {
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000bf;
    border-radius: 10px;
    transition: 0.4s;
    overflow: hidden;
}
.box-list-game .item-list-game .image-game .overlay-page-game .inner-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}
.box-list-game .item-list-game a img {
    width: 100%;
    height: 100%;
    transition: 0.2s;
}
.box-list-game .item-list-game .hover-game {
    position: relative;
    background: #000000bf;
    z-index: 10;
    border-radius: 10px;
}
.box-list-game .item-list-game .hover-game:hover {
    border-radius: 10px;
}
#guide-p2p .border-ac,
#guide .border-ac {
    border-radius: 8px 8px 0 0;
    background: var(--theme-color-1, #1a1b1e);
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 0.8rem 0.5rem;
}
#guide-p2p .text-theme-color-font,
#guide .text-theme-color-font {
    color: var(--theme-color-font, #f3f4f8);
}
#guide-p2p .border-ac-not-open,
#guide .border-ac-not-open {
    border-radius: 8px;
    background: var(--theme-color-1, #1a1b1e);
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 0.8rem 0.5rem;
}
#guide-p2p .carousel__prev,
#guide .carousel__prev,
#guide-p2p .carousel__next,
#guide .carousel__next {
    border-radius: 4px;
    background: #0006;
    color: #fff;
}
#guide-p2p .box-svg-guide,
#guide .box-svg-guide {
    border-radius: 4px;
    background: #0006;
}
#guide-p2p .box-content-ac,
#guide .box-content-ac {
    overflow: hidden;
    border-radius: 0 0 8px 8px;
    background: var(--theme-color-2, #1e2024);
    position: relative;
    z-index: 1;
    padding: 1rem 1rem 0.5rem;
}
#guide-p2p .carousel__pagination,
#guide .carousel__pagination {
    display: none;
}
#guide-p2p .foot-content,
#guide .foot-content {
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    padding: 0.5rem 0.5rem 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);
    }
}
.error-message[data-v-b1d169c2] {
    font-size: 15px;
    color: red;
}
.wrap-btn-decimal[data-v-b1d169c2] {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    grid-template-areas: ". . . ." ". . . .";
}
.wrap-btn-decimal .item-btn-decimal[data-v-b1d169c2] {
    text-align: center;
    border-radius: 45px;
    background: #00000080;
    padding: 0.5rem;
}
.wrap-btn-decimal .item-btn-decimal span[data-v-b1d169c2] {
    color: #fff;
}
.wrap-btn-decimal .item-btn-decimal a[data-v-b1d169c2] {
    display: block;
    width: 100%;
    height: 100%;
}
.wrap-btn-decimal .item-btn-decimal[data-v-b1d169c2]:hover {
    background: linear-gradient(
        180deg,
        var(--secondary-color-1, #f68a04) 0%,
        var(--secondary-color-2, #f68a04) 100%
    );
}
.wrap-btn-decimal .item-btn-decimal:hover a[data-v-b1d169c2] {
    color: var(--secondary-font-color, #f3f4f8);
}
@media screen and (max-width: 600px) {
    .wrap-btn-decimal[data-v-b1d169c2] {
        gap: 5px;
    }
}
.rotate[data-v-e2ebeb87] {
    animation: rotation-e2ebeb87 1.1s infinite;
}
@keyframes rotation-e2ebeb87 {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
.border-modal[data-v-811bb176] {
    border-radius: 32px;
}
.dialog-container[data-v-811bb176] {
    position: relative;
}
.loader[data-v-1b0e38df] {
    height: 100px;
    width: 100px;
    background: transparent;
    border: var(--primary-color-1, #4280f7) 3px solid;
    border-top: transparent;
    border-radius: 50%;
    animation: animate81323-1b0e38df 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
}
@keyframes animate81323-1b0e38df {
    0% {
        border: 3px solid var(--primary-color-1, #4280f7);
        border-top: transparent;
        border-left: transparent;
        transform: rotate(0);
    }
    50% {
        border: 3px dashed var(--secondary-color-1, #f68a04);
        border-top: transparent;
        border-left: transparent;
        transform: rotate(270deg);
    }
    to {
        border: 3px dotted var(--theme-color-2, #4280f7);
        border-top: transparent;
        border-left: transparent;
        transform: rotate(360deg);
    }
}
.loader[data-v-f9bedc47] {
    margin: 0;
    width: 20px;
    height: 20px;
}
.border-detail-qrpay[data-v-f9bedc47] {
    width: 100%;
    height: 2px;
    margin: 20px 0;
    background-color: var(--theme-color-2);
}
.dp__input_wrap {
    position: relative;
    width: 100%;
    box-sizing: unset;
}
.dp__input_wrap:focus {
    border-color: var(--dp-border-color-hover);
    outline: none;
}
.dp__input {
    background-color: var(--dp-background-color);
    border-radius: var(--dp-border-radius);
    font-family: var(--dp-font-family);
    border: 1px solid var(--dp-border-color);
    outline: none;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    font-size: var(--dp-font-size);
    line-height: calc(var(--dp-font-size) * 1.5);
    padding: var(--dp-input-padding);
    color: var(--dp-text-color);
    box-sizing: border-box;
}
.dp__input::-moz-placeholder {
    opacity: 0.7;
}
.dp__input::placeholder {
    opacity: 0.7;
}
.dp__input:hover {
    border-color: var(--dp-border-color-hover);
}
.dp__input_reg {
    caret-color: #0000;
}
.dp__input_focus {
    border-color: var(--dp-border-color-hover);
}
.dp__disabled {
    background: var(--dp-disabled-color);
}
.dp__disabled::-moz-placeholder {
    color: var(--dp-disabled-color-text);
}
.dp__disabled::placeholder {
    color: var(--dp-disabled-color-text);
}
.dp__input_icons {
    display: inline-block;
    width: var(--dp-font-size);
    height: var(--dp-font-size);
    stroke-width: 0;
    font-size: var(--dp-font-size);
    line-height: calc(var(--dp-font-size) * 1.5);
    padding: 6px 12px;
    color: var(--dp-icon-color);
    box-sizing: content-box;
}
.dp__input_icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    inset-inline-start: 0;
    transform: translateY(-50%);
    color: var(--dp-icon-color);
}
.dp__clear_icon {
    position: absolute;
    top: 50%;
    inset-inline-end: 0;
    transform: translateY(-50%);
    cursor: pointer;
    color: var(--dp-icon-color);
}
.dp__input_icon_pad {
    padding-inline-start: var(--dp-input-icon-padding);
}
.dp__input_valid {
    box-shadow: 0 0 var(--dp-border-radius) var(--dp-success-color);
    border-color: var(--dp-success-color);
}
.dp__input_valid:hover {
    border-color: var(--dp-success-color);
}
.dp__input_invalid {
    box-shadow: 0 0 var(--dp-border-radius) var(--dp-danger-color);
    border-color: var(--dp-danger-color);
}
.dp__input_invalid:hover {
    border-color: var(--dp-danger-color);
}
.dp__menu {
    background: var(--dp-background-color);
    border-radius: var(--dp-border-radius);
    min-width: var(--dp-menu-min-width);
    font-family: var(--dp-font-family);
    font-size: var(--dp-font-size);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid var(--dp-menu-border-color);
    box-sizing: border-box;
}
.dp__menu:after {
    box-sizing: border-box;
}
.dp__menu:before {
    box-sizing: border-box;
}
.dp__menu:focus {
    border: 1px solid var(--dp-menu-border-color);
    outline: none;
}
.dp--menu-wrapper {
    position: absolute;
    z-index: 99999;
}
.dp__menu_inner {
    padding: var(--dp-menu-padding);
}
.dp--menu--inner-stretched {
    padding: 6px 0;
}
.dp__menu_index {
    z-index: 99999;
}
.dp__menu_readonly,
.dp__menu_disabled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
.dp__menu_disabled {
    background: #ffffff80;
    cursor: not-allowed;
}
.dp__menu_readonly {
    background: #0000;
    cursor: default;
}
.dp__arrow_top {
    left: 50%;
    top: 0;
    height: 12px;
    width: 12px;
    background-color: var(--dp-background-color);
    position: absolute;
    border-inline-end: 1px solid var(--dp-menu-border-color);
    border-top: 1px solid var(--dp-menu-border-color);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.dp__arrow_bottom {
    left: 50%;
    bottom: 0;
    height: 12px;
    width: 12px;
    background-color: var(--dp-background-color);
    position: absolute;
    border-inline-end: 1px solid var(--dp-menu-border-color);
    border-bottom: 1px solid var(--dp-menu-border-color);
    transform: translate(-50%, 50%) rotate(45deg);
}
.dp__action_extra {
    text-align: center;
    padding: 2px 0;
}
.dp--preset-dates {
    padding: 5px;
    border-inline-end: 1px solid var(--dp-border-color);
}
@media only screen and (width <= 600px) {
    .dp--preset-dates {
        display: flex;
        align-self: center;
        border: none;
        overflow-x: auto;
        max-width: calc(
            var(--dp-menu-width) - var(--dp-action-row-padding) * 2
        );
    }
}
.dp__sidebar_left {
    padding: 5px;
    border-inline-end: 1px solid var(--dp-border-color);
}
.dp__sidebar_right {
    padding: 5px;
    margin-inline-end: 1px solid var(--dp-border-color);
}
.dp--preset-range {
    display: block;
    width: 100%;
    padding: 5px;
    text-align: left;
    white-space: nowrap;
    color: var(--dp-text-color);
    border-radius: var(--dp-border-radius);
    transition: var(--dp-common-transition);
}
.dp--preset-range:hover {
    background-color: var(--dp-hover-color);
    color: var(--dp-hover-text-color);
    cursor: pointer;
}
@media only screen and (width <= 600px) {
    .dp--preset-range {
        border: 1px solid var(--dp-border-color);
        margin: 0 3px;
    }
    .dp--preset-range:first-child {
        margin-left: 0;
    }
    .dp--preset-range:last-child {
        margin-right: 0;
    }
}
.dp__menu_content_wrapper {
    display: flex;
}
@media only screen and (width <= 600px) {
    .dp__menu_content_wrapper {
        flex-direction: column-reverse;
    }
}
.dp__calendar_header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--dp-text-color);
    white-space: nowrap;
    font-weight: 700;
}
.dp__calendar_header_item {
    text-align: center;
    flex-grow: 1;
    height: var(--dp-cell-size);
    padding: var(--dp-cell-padding);
    width: var(--dp-cell-size);
    box-sizing: border-box;
}
.dp__calendar_row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: var(--dp-row-margin);
}
.dp__calendar_item {
    text-align: center;
    flex-grow: 1;
    box-sizing: border-box;
    color: var(--dp-text-color);
}
.dp__calendar {
    position: relative;
}
.dp__calendar_header_cell {
    border-bottom: thin solid var(--dp-border-color);
    padding: var(--dp-calendar-header-cell-padding);
}
.dp__cell_inner {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: var(--dp-cell-border-radius);
    height: var(--dp-cell-size);
    padding: var(--dp-cell-padding);
    width: var(--dp-cell-size);
    border: 1px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    position: relative;
}
.dp__cell_inner:hover {
    transition: all 0.2s;
}
.dp__cell_auto_range_start,
.dp__date_hover_start:hover,
.dp__range_start {
    border-end-end-radius: 0;
    border-start-end-radius: 0;
}
.dp__cell_auto_range_end,
.dp__date_hover_end:hover,
.dp__range_end {
    border-end-start-radius: 0;
    border-start-start-radius: 0;
}
.dp__range_end,
.dp__range_start,
.dp__active_date {
    background: var(--dp-primary-color);
    color: var(--dp-primary-text-color);
}
.dp__cell_auto_range_end,
.dp__cell_auto_range_start {
    border-top: 1px dashed var(--dp-primary-color);
    border-bottom: 1px dashed var(--dp-primary-color);
}
.dp__date_hover_end:hover,
.dp__date_hover_start:hover,
.dp__date_hover:hover {
    background: var(--dp-hover-color);
    color: var(--dp-hover-text-color);
}
.dp__cell_offset {
    color: var(--dp-secondary-color);
}
.dp__cell_disabled {
    color: var(--dp-secondary-color);
    cursor: not-allowed;
}
.dp__range_between {
    background: var(--dp-range-between-dates-background-color);
    color: var(--dp-range-between-dates-text-color);
    border-radius: 0;
    border: 1px solid var(--dp-range-between-border-color);
}
.dp__range_between_week {
    background: var(--dp-primary-color);
    color: var(--dp-primary-text-color);
    border-radius: 0;
    border-top: 1px solid var(--dp-primary-color);
    border-bottom: 1px solid var(--dp-primary-color);
}
.dp__today {
    border: 1px solid var(--dp-primary-color);
}
.dp__week_num {
    color: var(--dp-secondary-color);
    text-align: center;
}
.dp__cell_auto_range {
    border-radius: 0;
    border-top: 1px dashed var(--dp-primary-color);
    border-bottom: 1px dashed var(--dp-primary-color);
}
.dp__cell_auto_range_start {
    border-inline-start: 1px dashed var(--dp-primary-color);
}
.dp__cell_auto_range_end {
    border-inline-end: 1px dashed var(--dp-primary-color);
}
.dp__calendar_header_separator {
    width: 100%;
    height: 1px;
    background: var(--dp-border-color);
}
.dp__calendar_next {
    margin-inline-start: var(--dp-multi-calendars-spacing);
}
.dp__marker_line,
.dp__marker_dot {
    height: 5px;
    background-color: var(--dp-marker-color);
    position: absolute;
    bottom: 0;
}
.dp__marker_dot {
    width: 5px;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%);
}
.dp__marker_line {
    width: 100%;
    left: 0;
}
.dp__marker_tooltip {
    position: absolute;
    border-radius: var(--dp-border-radius);
    background-color: var(--dp-tooltip-color);
    padding: 5px;
    border: 1px solid var(--dp-border-color);
    z-index: 99999;
    box-sizing: border-box;
    cursor: default;
}
.dp__tooltip_content {
    white-space: nowrap;
}
.dp__tooltip_text {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    color: var(--dp-text-color);
}
.dp__tooltip_mark {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: var(--dp-text-color);
    color: var(--dp-text-color);
    margin-inline-end: 5px;
}
.dp__arrow_bottom_tp {
    bottom: 0;
    height: 8px;
    width: 8px;
    background-color: var(--dp-tooltip-color);
    position: absolute;
    border-inline-end: 1px solid var(--dp-border-color);
    border-bottom: 1px solid var(--dp-border-color);
    transform: translate(-50%, 50%) rotate(45deg);
}
.dp__instance_calendar {
    position: relative;
    width: 100%;
}
@media only screen and (width <= 600px) {
    .dp__flex_display {
        flex-direction: column;
    }
}
.dp__cell_highlight {
    background-color: var(--dp-highlight-color);
}
.dp__month_year_row {
    display: flex;
    align-items: center;
    height: var(--dp-month-year-row-height);
    color: var(--dp-text-color);
    box-sizing: border-box;
}
.dp__inner_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: var(--dp-month-year-row-button-size);
    width: var(--dp-month-year-row-button-size);
    color: var(--dp-icon-color);
    text-align: center;
    border-radius: 50%;
}
.dp__inner_nav svg {
    height: var(--dp-button-icon-height);
    width: var(--dp-button-icon-height);
}
.dp__inner_nav:hover {
    background: var(--dp-hover-color);
    color: var(--dp-hover-icon-color);
}
[dir="rtl"] .dp__inner_nav {
    transform: rotate(180deg);
}
.dp__inner_nav_disabled:hover,
.dp__inner_nav_disabled {
    background: var(--dp-disabled-color);
    color: var(--dp-disabled-color-text);
    cursor: not-allowed;
}
.dp--year-select,
.dp__month_year_select {
    text-align: center;
    cursor: pointer;
    height: var(--dp-month-year-row-height);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--dp-border-radius);
    box-sizing: border-box;
    color: var(--dp-text-color);
}
.dp--year-select:hover,
.dp__month_year_select:hover {
    background: var(--dp-hover-color);
    color: var(--dp-hover-text-color);
    transition: var(--dp-common-transition);
}
.dp__month_year_select {
    width: 50%;
}
.dp--year-select {
    width: 100%;
}
.dp__month_year_wrap {
    display: flex;
    width: 100%;
}
.dp__year_disable_select {
    justify-content: space-around;
}
.dp__overlay {
    width: 100%;
    background: var(--dp-background-color);
    transition: opacity 1s ease-out;
    z-index: 99999;
    font-family: var(--dp-font-family);
    color: var(--dp-text-color);
    box-sizing: border-box;
}
.dp--overlay-absolute {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.dp--overlay-relative {
    position: relative;
}
.dp__overlay_container::-webkit-scrollbar-track {
    box-shadow: var(--dp-scroll-bar-background);
    background-color: var(--dp-scroll-bar-background);
}
.dp__overlay_container::-webkit-scrollbar {
    width: 5px;
    background-color: var(--dp-scroll-bar-background);
}
.dp__overlay_container::-webkit-scrollbar-thumb {
    background-color: var(--dp-scroll-bar-color);
    border-radius: 10px;
}
.dp__overlay:focus {
    border: none;
    outline: none;
}
.dp__container_flex {
    display: flex;
}
.dp__container_block {
    display: block;
}
.dp__overlay_container {
    flex-direction: column;
    overflow-y: auto;
}
.dp__time_picker_overlay_container {
    height: 100%;
}
.dp__overlay_row {
    padding: 0;
    box-sizing: border-box;
    display: flex;
    margin-inline: auto auto;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    align-items: center;
}
.dp__flex_row {
    flex: 1;
}
.dp__overlay_col {
    box-sizing: border-box;
    width: 33%;
    padding: var(--dp-overlay-col-padding);
    white-space: nowrap;
}
.dp__overlay_cell_pad {
    padding: var(--dp-common-padding) 0;
}
.dp__overlay_cell_active {
    cursor: pointer;
    border-radius: var(--dp-border-radius);
    text-align: center;
    background: var(--dp-primary-color);
    color: var(--dp-primary-text-color);
}
.dp__overlay_cell {
    cursor: pointer;
    border-radius: var(--dp-border-radius);
    text-align: center;
}
.dp__overlay_cell:hover {
    background: var(--dp-hover-color);
    color: var(--dp-hover-text-color);
    transition: var(--dp-common-transition);
}
.dp__cell_in_between {
    background: var(--dp-hover-color);
    color: var(--dp-hover-text-color);
}
.dp__over_action_scroll {
    right: 5px;
    box-sizing: border-box;
}
.dp__overlay_cell_disabled {
    cursor: not-allowed;
    background: var(--dp-disabled-color);
}
.dp__overlay_cell_disabled:hover {
    background: var(--dp-disabled-color);
}
.dp__overlay_cell_active_disabled {
    cursor: not-allowed;
    background: var(--dp-primary-disabled-color);
}
.dp__overlay_cell_active_disabled:hover {
    background: var(--dp-primary-disabled-color);
}
.dp__btn,
.dp--qr-btn,
.dp--time-invalid,
.dp--time-overlay-btn {
    border: none;
    font: inherit;
    transition: var(--dp-common-transition);
    line-height: normal;
}
.dp--tp-wrap {
    max-width: var(--dp-menu-min-width);
}
.dp__time_input {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-family: var(--dp-font-family);
    color: var(--dp-text-color);
}
.dp__time_col_reg_block {
    padding: 0 20px;
}
.dp__time_col_reg_inline {
    padding: 0 10px;
}
.dp__time_col_reg_with_button {
    padding: 0 15px;
}
.dp__time_col_sec {
    padding: 0 10px;
}
.dp__time_col_sec_with_button {
    padding: 0 5px;
}
.dp__time_col {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.dp__time_col_block {
    font-size: var(--dp-time-font-size);
}
.dp__time_display {
    cursor: pointer;
    color: var(--dp-text-color);
    border-radius: var(--dp-border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
}
.dp__time_display:hover:enabled {
    background: var(--dp-hover-color);
    color: var(--dp-hover-text-color);
}
.dp__time_display_block {
    padding: 0 3px;
}
.dp__time_display_inline {
    padding: 5px;
}
.dp__time_picker_inline_container {
    display: flex;
    width: 100%;
    justify-content: center;
}
.dp__inc_dec_button {
    padding: 5px;
    margin: 0;
    height: var(--dp-time-inc-dec-button-size);
    width: var(--dp-time-inc-dec-button-size);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    color: var(--dp-icon-color);
    box-sizing: border-box;
}
.dp__inc_dec_button svg {
    height: var(--dp-time-inc-dec-button-size);
    width: var(--dp-time-inc-dec-button-size);
}
.dp__inc_dec_button:hover {
    background: var(--dp-hover-color);
    color: var(--dp-primary-color);
}
.dp__inc_dec_button_inline {
    width: 100%;
    padding: 0;
    height: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.dp__inc_dec_button_disabled:hover,
.dp__inc_dec_button_disabled {
    background: var(--dp-disabled-color);
    color: var(--dp-disabled-color-text);
    cursor: not-allowed;
}
.dp__pm_am_button {
    background: var(--dp-primary-color);
    color: var(--dp-primary-text-color);
    border: none;
    padding: var(--dp-common-padding);
    border-radius: var(--dp-border-radius);
    cursor: pointer;
}
.dp__tp_inline_btn_bar {
    width: 100%;
    height: 4px;
    background-color: var(--dp-secondary-color);
    transition: var(--dp-common-transition);
    border-collapse: collapse;
}
.dp__tp_inline_btn_top:hover .dp__tp_btn_in_r {
    background-color: var(--dp-primary-color);
    transform: rotate(12deg) scale(1.15) translateY(-2px);
}
.dp__tp_inline_btn_top:hover .dp__tp_btn_in_l,
.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_r {
    background-color: var(--dp-primary-color);
    transform: rotate(-12deg) scale(1.15) translateY(-2px);
}
.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_l {
    background-color: var(--dp-primary-color);
    transform: rotate(12deg) scale(1.15) translateY(-2px);
}
.dp--time-overlay-btn {
    background: none;
}
.dp--time-invalid {
    background-color: var(--dp-disabled-color);
}
.dp__action_row {
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--dp-action-row-padding);
    box-sizing: border-box;
    color: var(--dp-text-color);
    flex-flow: row nowrap;
}
.dp__action_row svg {
    height: var(--dp-button-icon-height);
    width: auto;
}
.dp__selection_preview {
    display: block;
    color: var(--dp-text-color);
    font-size: var(--dp-preview-font-size);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dp__action_buttons {
    display: flex;
    flex: 0;
    align-items: center;
    justify-content: flex-end;
    margin-inline-start: auto;
}
.dp__action_button {
    display: inline-flex;
    align-items: center;
    background: #0000;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: var(--dp-action-buttons-padding);
    line-height: var(--dp-action-button-height);
    margin-inline-start: 3px;
    height: var(--dp-action-button-height);
    cursor: pointer;
    border-radius: var(--dp-border-radius);
    font-size: var(--dp-preview-font-size);
    font-family: var(--dp-font-family);
}
.dp__action_select {
    background: var(--dp-primary-color);
    color: var(--dp-primary-text-color);
}
.dp__action_select:hover {
    background: var(--dp-primary-color);
    transition: var(--dp-action-row-transtion);
}
.dp__action_select:disabled {
    background: var(--dp-primary-disabled-color);
    cursor: not-allowed;
}
.dp__action_cancel {
    color: var(--dp-text-color);
    border: 1px solid var(--dp-border-color);
}
.dp__action_cancel:hover {
    border-color: var(--dp-primary-color);
    transition: var(--dp-action-row-transtion);
}
.dp-quarter-picker-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: var(--dp-menu-min-width);
}
.dp--qr-btn {
    width: 100%;
    padding: var(--dp-common-padding);
}
.dp--qr-btn:not(
        .dp--highlighted,
        .dp--qr-btn-active,
        .dp--qr-btn-disabled,
        .dp--qr-btn-between
    ) {
    background: none;
}
.dp--qr-btn:hover:not(.dp--qr-btn-active, .dp--qr-btn-disabled) {
    background: var(--dp-hover-color);
    color: var(--dp-hover-text-color);
    transition: var(--dp-common-transition);
}
.dp--quarter-items {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    height: 100%;
    justify-content: space-evenly;
}
.dp--qr-btn-active {
    background: var(--dp-primary-color);
    color: var(--dp-primary-text-color);
}
.dp--qr-btn-between {
    background: var(--dp-hover-color);
    color: var(--dp-hover-text-color);
}
.dp--qr-btn-disabled {
    cursor: not-allowed;
    background: var(--dp-disabled-color);
}
.dp--qr-btn-disabled:hover {
    background: var(--dp-disabled-color);
}
.dp__btn,
.dp--time-overlay-btn,
.dp--time-invalid,
.dp--qr-btn {
    border: none;
    font: inherit;
    transition: var(--dp-common-transition);
    line-height: normal;
}
.dp--year-mode-picker {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    height: var(--dp-cell-size);
}
:root {
    --dp-common-transition: all 0.1s ease-in;
    --dp-menu-padding: 6px 8px;
    --dp-animation-duration: 0.1s;
    --dp-menu-appear-transition-timing: cubic-bezier(0.4, 0, 1, 1);
    --dp-transition-timing: ease-out;
    --dp-action-row-transtion: all 0.2s ease-in;
    --dp-font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto,
        oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    --dp-border-radius: 4px;
    --dp-cell-border-radius: 4px;
    --dp-transition-length: 22px;
    --dp-transition-timing-general: 0.1s;
    --dp-button-height: 35px;
    --dp-month-year-row-height: 35px;
    --dp-month-year-row-button-size: 25px;
    --dp-button-icon-height: 20px;
    --dp-calendar-wrap-padding: 0 5px;
    --dp-cell-size: 35px;
    --dp-cell-padding: 5px;
    --dp-common-padding: 10px;
    --dp-input-icon-padding: 35px;
    --dp-input-padding: 6px 30px 6px 12px;
    --dp-menu-min-width: 260px;
    --dp-action-buttons-padding: 1px 6px;
    --dp-row-margin: 5px 0;
    --dp-calendar-header-cell-padding: 0.5rem;
    --dp-multi-calendars-spacing: 10px;
    --dp-overlay-col-padding: 3px;
    --dp-time-inc-dec-button-size: 32px;
    --dp-font-size: 1rem;
    --dp-preview-font-size: 0.8rem;
    --dp-time-font-size: 2rem;
    --dp-action-button-height: 22px;
    --dp-action-row-padding: 8px;
}
.dp__theme_dark {
    --dp-background-color: #212121;
    --dp-text-color: #fff;
    --dp-hover-color: #484848;
    --dp-hover-text-color: #fff;
    --dp-hover-icon-color: #959595;
    --dp-primary-color: #005cb2;
    --dp-primary-disabled-color: #61a8ea;
    --dp-primary-text-color: #fff;
    --dp-secondary-color: #a9a9a9;
    --dp-border-color: #2d2d2d;
    --dp-menu-border-color: #2d2d2d;
    --dp-border-color-hover: #aaaeb7;
    --dp-disabled-color: #737373;
    --dp-disabled-color-text: #d0d0d0;
    --dp-scroll-bar-background: #212121;
    --dp-scroll-bar-color: #484848;
    --dp-success-color: #00701a;
    --dp-success-color-disabled: #428f59;
    --dp-icon-color: #959595;
    --dp-danger-color: #e53935;
    --dp-marker-color: #e53935;
    --dp-tooltip-color: #3e3e3e;
    --dp-highlight-color: rgb(0 92 178 / 20%);
    --dp-range-between-dates-background-color: var(--dp-hover-color, #484848);
    --dp-range-between-dates-text-color: var(--dp-hover-text-color, #fff);
    --dp-range-between-border-color: var(--dp-hover-color, #fff);
}
.dp__theme_light {
    --dp-background-color: #fff;
    --dp-text-color: #212121;
    --dp-hover-color: #f3f3f3;
    --dp-hover-text-color: #212121;
    --dp-hover-icon-color: #959595;
    --dp-primary-color: #1976d2;
    --dp-primary-disabled-color: #6bacea;
    --dp-primary-text-color: #f8f5f5;
    --dp-secondary-color: #c0c4cc;
    --dp-border-color: #ddd;
    --dp-menu-border-color: #ddd;
    --dp-border-color-hover: #aaaeb7;
    --dp-disabled-color: #f6f6f6;
    --dp-scroll-bar-background: #f3f3f3;
    --dp-scroll-bar-color: #959595;
    --dp-success-color: #76d275;
    --dp-success-color-disabled: #a3d9b1;
    --dp-icon-color: #959595;
    --dp-danger-color: #ff6f60;
    --dp-marker-color: #ff6f60;
    --dp-tooltip-color: #fafafa;
    --dp-disabled-color-text: #8e8e8e;
    --dp-highlight-color: rgb(25 118 210 / 10%);
    --dp-range-between-dates-background-color: var(--dp-hover-color, #f3f3f3);
    --dp-range-between-dates-text-color: var(--dp-hover-text-color, #212121);
    --dp-range-between-border-color: var(--dp-hover-color, #f3f3f3);
}
.dp__flex {
    display: flex;
    align-items: center;
}
.dp__btn {
    background: none;
}
.dp__main {
    font-family: var(--dp-font-family);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}
.dp__pointer {
    cursor: pointer;
}
.dp__icon {
    stroke: currentcolor;
    fill: currentcolor;
}
.dp__button {
    width: 100%;
    text-align: center;
    color: var(--dp-icon-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    place-content: center center;
    padding: var(--dp-common-padding);
    box-sizing: border-box;
    height: var(--dp-button-height);
}
.dp__button.dp__overlay_action {
    position: absolute;
    bottom: 0;
}
.dp__button:hover {
    background: var(--dp-hover-color);
    color: var(--dp-hover-icon-color);
}
.dp__button svg {
    height: var(--dp-button-icon-height);
    width: auto;
}
.dp__button_bottom {
    border-bottom-left-radius: var(--dp-border-radius);
    border-bottom-right-radius: var(--dp-border-radius);
}
.dp__flex_display {
    display: flex;
}
.dp__flex_display_with_input {
    flex-direction: column;
    align-items: flex-start;
}
.dp__relative {
    position: relative;
}
.calendar-next-enter-active,
.calendar-next-leave-active,
.calendar-prev-enter-active,
.calendar-prev-leave-active {
    transition: all var(--dp-transition-timing-general) ease-out;
}
.calendar-next-enter-from {
    opacity: 0;
    transform: translate(var(--dp-transition-length));
}
.calendar-next-leave-to,
.calendar-prev-enter-from {
    opacity: 0;
    transform: translate(calc(var(--dp-transition-length) * -1));
}
.calendar-prev-leave-to {
    opacity: 0;
    transform: translate(var(--dp-transition-length));
}
.dp-menu-appear-bottom-enter-active,
.dp-menu-appear-bottom-leave-active,
.dp-menu-appear-top-enter-active,
.dp-menu-appear-top-leave-active,
.dp-slide-up-enter-active,
.dp-slide-up-leave-active,
.dp-slide-down-enter-active,
.dp-slide-down-leave-active {
    transition: all var(--dp-animation-duration) var(--dp-transition-timing);
}
.dp-menu-appear-top-enter-from,
.dp-menu-appear-top-leave-to,
.dp-slide-down-leave-to,
.dp-slide-up-enter-from {
    opacity: 0;
    transform: translateY(var(--dp-transition-length));
}
.dp-menu-appear-bottom-enter-from,
.dp-menu-appear-bottom-leave-to,
.dp-slide-down-enter-from,
.dp-slide-up-leave-to {
    opacity: 0;
    transform: translateY(calc(var(--dp-transition-length) * -1));
}
.dp--arrow-btn-nav {
    transition: var(--dp-common-transition);
}
.dp--highlighted {
    background-color: var(--dp-highlight-color);
}
iframe[data-v-a6d4c939] {
    width: 100%;
    height: 64vh;
}
.font-color-theme[data-v-a6d4c939] {
    color: var(--theme-font-color-1, #f68a04);
}
.active-tab-deposit[data-v-a6d4c939] {
    border-bottom: 2px solid var(--theme-font-color-1, #f68a04);
}
.active-tab-deposit a[data-v-a6d4c939] {
    color: var(--theme-font-color-1, #f68a04);
    font-weight: 700;
}
.btn-save-qr[data-v-a6d4c939] {
    background: #0a8a2e;
    border-radius: 8px;
    width: 147px;
    padding: 0.5rem;
}
.box-name-shop[data-v-a6d4c939] {
    border-radius: 8px;
    background: #1a1b1e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
}
:root {
    --vc-clr-primary: #000;
    --vc-clr-secondary: #090f207f;
    --vc-clr-white: #ffffff;
    --vc-icn-width: 1.2em;
    --vc-nav-width: 30px;
    --vc-nav-height: 30px;
    --vc-nav-border-radius: 0;
    --vc-nav-color: var(--vc-clr-primary);
    --vc-nav-color-hover: var(--vc-clr-secondary);
    --vc-nav-background: transparent;
    --vc-pgn-width: 12px;
    --vc-pgn-height: 4px;
    --vc-pgn-margin: 4px;
    --vc-pgn-border-radius: 0;
    --vc-pgn-background-color: var(--vc-clr-secondary);
    --vc-pgn-active-color: var(--vc-clr-primary);
}
.carousel__prev,
.carousel__next {
    box-sizing: content-box;
    background: var(--vc-nav-background);
    border-radius: var(--vc-nav-border-radius);
    width: var(--vc-nav-width);
    height: var(--vc-nav-height);
    text-align: center;
    font-size: var(--vc-nav-height);
    padding: 0;
    color: var(--vc-nav-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border: 0;
    cursor: pointer;
    margin: 0 10px;
    top: 50%;
    transform: translateY(-50%);
}
.carousel__prev:hover,
.carousel__next:hover {
    color: var(--vc-nav-color-hover);
}
.carousel__next--disabled,
.carousel__prev--disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.carousel__prev {
    left: 0;
}
.carousel__next {
    right: 0;
}
.carousel--rtl .carousel__prev {
    left: auto;
    right: 0;
}
.carousel--rtl .carousel__next {
    right: auto;
    left: 0;
}
.carousel {
    position: relative;
    text-align: center;
    box-sizing: border-box;
    touch-action: pan-y;
    overscroll-behavior: none;
}
.carousel.is-dragging {
    touch-action: none;
}
.carousel * {
    box-sizing: border-box;
}
.carousel__track {
    display: flex;
    padding: 0 !important;
    position: relative;
}
.carousel__viewport {
    overflow: hidden;
}
.carousel__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.carousel__icon {
    width: var(--vc-icn-width);
    height: var(--vc-icn-width);
    fill: currentColor;
}
.carousel__pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    line-height: 0;
    margin: 10px 0 0;
}
.carousel__pagination-button {
    display: block;
    border: 0;
    margin: 0;
    cursor: pointer;
    padding: var(--vc-pgn-margin);
    background: transparent;
}
.carousel__pagination-button:after {
    display: block;
    content: "";
    width: var(--vc-pgn-width);
    height: var(--vc-pgn-height);
    border-radius: var(--vc-pgn-border-radius);
    background-color: var(--vc-pgn-background-color);
}
.carousel__pagination-button:hover:after,
.carousel__pagination-button--active:after {
    background-color: var(--vc-pgn-active-color);
}
.carousel__slide {
    scroll-snap-stop: auto;
    flex-shrink: 0;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateZ(0);
}
.outline-none[data-v-ab432154]:focus:focus,
.outline-none:focus-visible svg[data-v-ab432154]:focus {
    outline: none;
}
.btn-outline[data-v-baa875f7],
.btn-primary[data-v-baa875f7] {
    padding: 0.2rem 1rem;
}
.badge[data-v-baa875f7] {
    position: absolute;
    top: -18px;
    right: -5px;
    font-size: 10px;
    color: #fff;
    background-color: #f84747;
    padding: 0.1rem 0.3rem;
    border-radius: 0.5rem;
    animation: blink-baa875f7 2s infinite;
    z-index: 99999;
    box-shadow: 0 0 5px #0003;
}
@keyframes blink-baa875f7 {
    0% {
        opacity: 0.5;
    }
    80% {
        opacity: 1;
    }
}
iframe[data-v-3c702206] {
    width: 100%;
    height: 64vh;
}
.close-withdraw[data-v-3c702206] {
    background: #bf0b0b;
    text-align: center;
    margin: 20px 0 0;
    padding: 10px;
    border-radius: 8px;
}
.font-color-theme[data-v-3c702206] {
    color: var(--theme-font-color-1, #f68a04);
}
.wrap-btn-decimal[data-v-3c702206] {
    margin-top: 2rem;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    grid-template-areas: ". . . ." ". . . .";
}
.wrap-btn-decimal .item-btn-decimal[data-v-3c702206] {
    text-align: center;
    border-radius: 45px;
    background: #00000080;
    padding: 0.5rem;
}
.wrap-btn-decimal .item-btn-decimal span[data-v-3c702206] {
    color: #fff;
}
.wrap-btn-decimal .item-btn-decimal a[data-v-3c702206] {
    display: block;
    width: 100%;
    height: 100%;
}
.wrap-btn-decimal .item-btn-decimal[data-v-3c702206]:hover {
    background-color: var(--secondary-color-1, #f68a04);
}
.wrap-btn-decimal .item-btn-decimal:hover a[data-v-3c702206] {
    color: var(--secondary-font-color, #f3f4f8);
}
@media screen and (max-width: 600px) {
    .wrap-btn-decimal[data-v-3c702206] {
        gap: 5px;
    }
}
.menu-hover[data-v-69cdc4ff]:hover {
    background: var(--theme-color-2, rgba(0, 0, 0, 0.3058823529));
    border-radius: 7px;
}
.bg-hover-menu:hover img[data-v-69cdc4ff] {
    transform: scale(1.3);
    transition: all 0.3s ease-in-out;
}
.menu-active[data-v-69cdc4ff] {
    background: var(--primary-color-1, rgba(255, 255, 255, 0.2));
}
.menu-header-active[data-v-69cdc4ff] {
    background-color: var(--primary-color-1, #ffa700);
    border-radius: 7px;
}
.box-sidebar-mobile[data-v-69cdc4ff] {
    background: #0006;
    border-radius: 7px;
    padding: 5px;
}
.btn-deposit-sidebar[data-v-69cdc4ff] {
    background: var(--primary-color-1, #4280f7);
    color: var(--primary-font-color, #f3f4f8);
    border-radius: 10px;
    padding: 0.5rem 1rem;
}
.btn-deposit-sidebar[data-v-69cdc4ff]:disabled {
    opacity: 0.7;
}
#notimessage .noti-detail p[data-v-0b98dffc] {
    font-size: 13px;
}
#notimessage .noti-detail span[data-v-0b98dffc] {
    font-size: 11px;
}
.menu-header-active[data-v-76010732] {
    background-color: var(--primary-color-1, #ffa700);
    border-radius: 7px;
}
.box-sidebar-mobile[data-v-76010732] {
    background: #0006;
    border-radius: 7px;
    padding: 5px;
}
#headlessui-menu-items-3[data-v-76010732] {
    right: -100%;
}
.slider-color[data-v-97413fa9] {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    outline: none;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    background-color: var(--theme-color-1, #1a1b1e);
    transition: opacity 0.2s;
}
.slider-color[data-v-97413fa9]::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--theme-color-1, #1a1b1e);
    cursor: pointer;
}
.dl-comming-soon[data-v-7163a4e8] {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
}
.dl-comming-soon[data-v-7163a4e8]:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    content: "Coming soon";
    background-color: #000000cb;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 700;
}
@media screen and (max-width: 600px) {
    .dl-comming-soon[data-v-7163a4e8]:after {
        border-radius: 10px;
    }
}
.line-contact[data-v-d57a630e],
.telegram-contact[data-v-d57a630e] {
    border-radius: 8px;
    margin: 10px;
}
.line-contact img[data-v-d57a630e],
.telegram-contact img[data-v-d57a630e] {
    width: 50px;
    height: 50px;
    padding: 10px;
}
.telegram-contact[data-v-d57a630e] {
    background-color: #1c8adb;
}
.line-contact[data-v-d57a630e] {
    background-color: #39cd00;
}
.vipbadge[data-v-3b7c159b] {
    display: flex;
    width: 110px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 100px;
    background: linear-gradient(
            90deg,
            #fff5a8 0.08%,
            #bd8100 31.29%,
            #e0be58 75.95%,
            #f1dc83 100.02%
        ),
        #0006;
}
.vipbadge[data-v-3b7c159b] p[data-v-3b7c159b] {
    font-size: 14px;
}
@media screen and (max-width: 320px) {
    .vipbadge[data-v-3b7c159b] {
        width: 75px !important;
    }
    .vipbadge[data-v-3b7c159b] p[data-v-3b7c159b] {
        font-size: 0.5rem !important;
    }
}
@media screen and (max-width: 600px) {
    .vipbadge[data-v-3b7c159b] {
        width: 90px;
    }
    .vipbadge[data-v-3b7c159b] p[data-v-3b7c159b] {
        font-size: 0.75rem;
    }
}
.menu-active[data-v-5b45edf1] {
    background: var(--primary-color-1, #ffffff33);
}
.bg-active-sidebar[data-v-5b45edf1] {
    background: #0006;
}
.bg-hover-menu[data-v-5b45edf1]:hover {
    background-color: var(--theme-color-2, #0000004e);
}
.bg-hover-menu:hover svg[data-v-5b45edf1] {
    transform: scale(1.3);
    transition: all 0.3s ease-in-out;
}
.bg-hover-menu:hover img[data-v-5b45edf1] {
    transform: scale(1.3);
    transition: all 0.3s ease-in-out;
}
.button-playgame[data-v-5b45edf1] {
    border-radius: 12px;
    background: var(--secondary-color-1, #f68a04);
    color: var(--secondary-font-color, #f3f4f8);
}
.menu-footer p[data-v-01535393] {
    font-size: clamp(0.8rem, 2vw, 1rem);
    white-space: nowrap;
}
.bg-line[data-v-93d88f77] {
    position: relative;
    background-color: #39cd00;
    padding: 0.5rem 0;
    font-size: 0.9rem;
    overflow: hidden;
    box-shadow: 0 1px 4px #0009;
    transition: background-color 0.3s;
}
.bg-line[data-v-93d88f77]:active {
    background-color: #079e20;
    box-shadow: 0 0 10px #fff;
}
.bg-telegram[data-v-93d88f77] {
    position: relative;
    background-color: #1c8adb;
    padding: 0.5rem 0;
    font-size: 0.9rem;
    overflow: hidden;
    box-shadow: 0 1px 4px #0009;
    transition: background-color 0.3s;
}
.bg-telegram[data-v-93d88f77]:active {
    background-color: #1676bb;
    box-shadow: 0 0 10px #fff;
}
.btn-primary[data-v-93d88f77] {
    position: relative;
    padding: 0.5rem 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #fff;
    overflow: visible;
    border-radius: 15px;
    box-shadow: 0 1px 4px #0009;
    transition: background-color 0.3s;
}
.btn-primary[data-v-93d88f77]:active {
    box-shadow: 0 0 10px #fff;
}
.btn-playgame[data-v-93d88f77] {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding: 0.1rem 0;
    text-align: center;
    overflow: hidden;
    border-width: 0;
    outline: none;
    border-radius: 10px;
    box-shadow: 0 1px 4px #0009;
    background: linear-gradient(
        180deg,
        var(--secondary-color-1, #f68a04) 0%,
        var(--secondary-color-2, #f68a04) 100%
    );
    transition: background-color 0.3s;
}
.btn-playgame[data-v-93d88f77]:active {
    box-shadow: 0 0 10px #fff;
}
.btn-playgame[data-v-93d88f77]:hover,
.btn-playgame[data-v-93d88f77]:focus {
    background: linear-gradient(
        180deg,
        var(--secondary-color-1, #f68a04) 0%,
        var(--secondary-color-2, #f68a04) 100%
    );
}
.btn-playgame > *[data-v-93d88f77] {
    position: relative;
}
.btn-playgame span[data-v-93d88f77] {
    display: block;
    padding: 12px 24px;
}
.bg-line[data-v-93d88f77]:before,
.bg-telegram[data-v-93d88f77]:before,
.btn-primary[data-v-93d88f77]:before,
.btn-playgame[data-v-93d88f77]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    padding-top: 0;
    border-radius: 100%;
    background-color: #ecf0f14d;
    transform: translate(-50%, -50%);
}
.bg-line[data-v-93d88f77]:active:before,
.bg-telegram[data-v-93d88f77]:active:before,
.btn-primary[data-v-93d88f77]:active:before,
.btn-playgame[data-v-93d88f77]:active:before {
    width: 120%;
    padding-top: 120%;
    transition: width 0.2s ease-out, padding-top 0.2s ease-out;
}
.notification-badge[data-v-93d88f77] {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    background-color: #dc2626;
    color: #fff;
    font-size: 0.75rem;
    padding: 0 0.5rem;
    border-radius: 9999px;
    width: auto;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-checkin[data-v-55d6f534] {
    width: clamp(40px, 10vw, 60px);
}
.box-date-checkin[data-v-f50a9e45] {
    background-image: linear-gradient(
        to right,
        var(--primary-color-1, #4280f7),
        var(--secondary-color-1, #f68a04)
    );
}
.btn-secondary[data-v-af4c7a15] {
    padding: 0.8rem 1rem;
    width: 200px;
}
.btn-line[data-v-af4c7a15] {
    width: 200px;
}
@media screen and (max-width: 600px) {
    .btn-secondary[data-v-af4c7a15] {
        padding: 0.5rem 1rem;
        width: 100%;
    }
    .btn-line[data-v-af4c7a15] {
        width: 100%;
        padding: 0.5rem 1rem;
    }
}
.btn-secondary[data-v-46606e21]:disabled {
    background-color: gray;
    cursor: not-allowed;
}
.font-color-theme[data-v-46606e21] {
    color: var(--theme-font-color-1, #f68a04);
}
.box-or[data-v-46606e21] {
    position: relative;
}
.box-or[data-v-46606e21]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 40%;
    height: 2px;
    background: #ffffff1a;
}
.box-or[data-v-46606e21]:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 40%;
    height: 2px;
    background: #ffffff1a;
}
input#getProBonus[data-v-46606e21],
input#noBonus[data-v-46606e21] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    border: 2px solid #fff;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}
input#getProBonus[data-v-46606e21]:checked,
input#noBonus[data-v-46606e21]:checked {
    background-color: var(--secondary-color-1, #f68a04);
}
.btn-primary[data-v-521fa3c2] {
    padding: 0.5rem;
}
.btn-position[data-v-521fa3c2] {
    bottom: 240px;
}
@media (min-width: 640px) {
    .btn-position[data-v-521fa3c2] {
        bottom: 12rem;
    }
}
@media (min-width: 1024px) {
    .btn-position[data-v-521fa3c2] {
        bottom: 5rem;
    }
}
.btn-primary[data-v-cd40d92e] {
    padding: 0.3rem 1.2rem;
}
.btn-primary[data-v-cd40d92e][data-v-cd40d92e]:focus,
.btn-primary[data-v-cd40d92e][data-v-cd40d92e]:focus-visible {
    outline: none !important;
}
.box-outstanding[data-v-baa647ca] {
    position: fixed;
    bottom: 1rem;
    width: 50%;
    z-index: 1;
}
@media screen and (max-width: 600px) {
    .box-outstanding[data-v-baa647ca] {
        width: 100%;
        bottom: 4rem;
    }
}
@media screen and (max-width: 1023px) {
    .box-outstanding[data-v-baa647ca] {
        bottom: 4rem;
        width: 100%;
    }
}
@media screen and (min-width: 1024px) {
    .box-outstanding[data-v-baa647ca] {
        width: 80%;
        left: 10%;
    }
}
@media screen and (min-width: 1280px) {
    .box-outstanding[data-v-baa647ca] {
        width: 50%;
        left: 25%;
    }
}
.AudioPlayer[data-v-fd700870] {
    position: fixed;
    z-index: -1;
}
.width-adjustable[data-v-ca2b5809] {
    width: 100%;
}
@media screen and (min-width: 1025px) {
    .width-adjustable[data-v-ca2b5809] {
        width: calc(100% - 50px);
    }
}
.width-adjustable--active[data-v-ca2b5809] {
    width: 100%;
}
@media screen and (min-width: 1025px) {
    .width-adjustable--active[data-v-ca2b5809] {
        width: calc(100% - 300px);
    }
}
.bg-overlay-image[data-v-ca2b5809] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.bg-overlay-bofore[data-v-ca2b5809] {
    z-index: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #00000070;
}
.bg-overlay-image img[data-v-ca2b5809] {
    width: 100%;
    height: 100dvh;
}
.bg-overlay[data-v-ca2b5809] {
    /* background: linear-gradient(
        180deg,
        var(--theme-color-1, #1a1b1e) 0%,
        var(--theme-color-2, #1a1b1e) 100%
    ); */
}
.marquee-section[data-v-ca2b5809] {
    text-wrap: nowrap;
    font-size: clamp(0.8rem, 2vw, 1rem);
    animation: marquee-ca2b5809 30s linear infinite;
}
@media screen and (max-width: 1024px) {
    .marquee-section[data-v-ca2b5809] {
        animation: marqueeMobile-ca2b5809 15s linear infinite;
    }
}
@media screen and (max-width: 600px) {
    .marquee-section[data-v-ca2b5809] {
        animation: marqueeMobile-ca2b5809 10s linear infinite;
    }
}
@keyframes marquee-ca2b5809 {
    0% {
        transform: translate(110%);
    }
    to {
        transform: translate(-100%);
    }
}
@keyframes marqueeMobile-ca2b5809 {
    0% {
        transform: translate(100%);
    }
    to {
        transform: translate(-120%);
    }
}
