@import url("https://fonts.googleapis.com/css2?family=Mitr:wght@300;400;500&display=swap");

@-webkit-keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide__container {
    position: relative;
    box-sizing: border-box
}

.splide__list {
    margin: 0 !important;
    padding: 0 !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    will-change: transform
}

.splide.is-active .splide__list {
    display: flex
}

.splide {
    visibility: hidden
}

.splide,
.splide__slide {
    position: relative;
    outline: none
}

.splide__slide {
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    flex-shrink: 0
}

.splide__slide img {
    vertical-align: bottom
}

.splide__slider {
    position: relative
}

.splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    border-left-color: #0000;
    -webkit-animation: splide-loading 1s linear infinite;
    animation: splide-loading 1s linear infinite
}

.splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.splide--draggable>.splide__track>.splide__list>.splide__slide {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide--fade>.splide__track>.splide__list {
    display: block
}

.splide--fade>.splide__track>.splide__list>.splide__slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0
}

.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1
}

.splide--rtl {
    direction: rtl
}

.splide--ttb>.splide__track>.splide__list {
    display: block
}

.splide--ttb>.splide__pagination {
    width: auto
}

.splide__progress__bar {
    width: 0;
    height: 3px;
    background: #ccc
}

.splide--nav>.splide__track>.splide__list>.splide__slide {
    border: 3px solid #0000
}

.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
    border-color: #000
}

.splide--nav>.splide__track>.splide__list>.splide__slide:focus {
    outline: none
}

.splide--rtl>.splide__arrows .splide__arrow--prev,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev {
    right: 1em;
    left: auto
}

.splide--rtl>.splide__arrows .splide__arrow--prev svg,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide--rtl>.splide__arrows .splide__arrow--next,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide--rtl>.splide__arrows .splide__arrow--next svg,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide--ttb>.splide__arrows .splide__arrow,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide--ttb>.splide__arrows .splide__arrow--prev,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev {
    top: 1em
}

.splide--ttb>.splide__arrows .splide__arrow--prev svg,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide--ttb>.splide__arrows .splide__arrow--next,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next {
    top: auto;
    bottom: 1em
}

.splide--ttb>.splide__arrows .splide__arrow--next svg,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide--ttb>.splide__pagination {
    display: flex;
    flex-direction: column;
    bottom: 50%;
    left: auto;
    right: .5em;
    transform: translateY(50%)
}

.splide__arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    z-index: 1
}

.splide__arrows .splide__arrow {
    width: 32px;
    height: 32px;
    background: #fff 50% 50% no-repeat;
    border: none;
    border-radius: 50%;
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
    padding: 0;
    opacity: 1;
    pointer-events: all;
    transition: transform .2s var(--easeOut);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none
}

.splide__arrows .splide__arrow:disabled {
    opacity: .4;
    pointer-events: none
}

.splide__arrows .splide__arrow--prev {
    background-image: url(../img/icons/angle-left-black.svg);
    left: 0
}

.splide__arrows .splide__arrow--next {
    background-image: url(../img/icons/angle-right-black.svg);
    right: 0
}

.splide__arrows .splide__arrow svg {
    display: none
}

.splide__pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 8px;
    bottom: -40px
}

.splide__pagination li {
    display: block
}

.splide__pagination li+li {
    margin-left: 8px
}

.splide__pagination .splide__pagination__page {
    width: 8px;
    height: 8px;
    display: block;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    opacity: .61
}

.splide__pagination .splide__pagination__page.is-active {
    width: 23px;
    border-radius: 20px;
    opacity: 1
}

:root {
    --main-color-01: 0, 39, 255;
    --main-color-02: 0, 206, 255;
    --main-color-03: 0, 20, 128;
    --dark: 0, 5, 44;
    --btn-color-01: 255, 127, 0;
    --btn-color-02: 217, 33, 95;
    --border-btn-color: 254, 188, 7;
    --bg-text-noti: 217, 33, 95;
    --shadow-form-input: 0, 0, 0;
    --shadow-btn-01: 217, 33, 95;
    --bar-progress: 29, 255, 246
}

.-content-popup,
body {
    background-color: rgb(var(--dark));
    color: #fff
}

.-content-popup:before,
body:before {
    background: linear-gradient(315deg, rgb(var(--dark)) 0, rgb(var(--dark)) 30%, rgb(var(--main-color-01)) 170%)
}

#wrapper .-header {
    border-color: rgba(var(--main-color-01), .3)
}

#wrapper .-header .-logo {
    height: 47px
}

#wrapper .-header .-noti span {
    background-color: rgb(var(--bg-text-noti))
}

#wrapper .-main-menu {
    background: linear-gradient(315deg, rgb(var(--dark)) 0, rgb(var(--dark)) 30%, rgb(var(--main-color-01)) 170%)
}

#wrapper .-main-menu .-box-content {
    background: linear-gradient(315deg, rgb(var(--main-color-03)) 0, rgb(var(--main-color-01)) 50%, rgb(var(--main-color-02)) 100%);
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), .3)
}

#wrapper .-main-menu .-box-content .-inner {
    border-color: rgba(var(--main-color-02), .3)
}

#wrapper .-main-menu .-box-content a {
    color: #fff !important
}

#wrapper .-main-menu .-box-content .-img-profile .-img {
    box-shadow: 0 5px 20px rgba(var(--main-color-01), .8)
}

#wrapper .-main-menu .-box-content .-img-profile .-edit-img {
    background-color: rgb(var(--main-color-01))
}

#wrapper .-main-menu .-box-content .-profile-name p {
    filter: drop-shadow(0 0 10px rgb(var(--main-color-01)))
}

#wrapper .-main-menu .-box-content .-group-link a {
    color: #fff
}

#wrapper .-main-menu .-box-content .-group-link a .-img {
    background-color: rgb(var(--main-color-01));
    border-color: rgba(var(--main-color-02), .8)
}

#wrapper .-main-menu .-box-content .-menu a {
    border-color: rgba(var(--main-color-02), .3)
}

#wrapper .-main-menu .-box-content .-menu a img:first-child {
    filter: drop-shadow(0 0 10px rgb(var(--main-color-01)))
}

#wrapper .-menu-bottom .-group-btn a {
    color: #fff
}

#wrapper .-menu-bottom .-group-btn a:nth-child(3) .-icon {
    background-color: rgb(var(--main-color-01));
    border-color: rgba(var(--main-color-02), .3);
    box-shadow: 0 0 20px rgba(var(--main-color-01), 1)
}

#wrapper .-menu-bottom .-group-btn a:nth-child(3).-active .-icon {
    background: linear-gradient(0deg, rgb(var(--btn-color-02)) 0, rgb(var(--btn-color-01)) 100%);
    border-color: rgb(var(--border-btn-color))
}

#wrapper .-menu-bottom .-group-btn a.-active {
    color: rgb(var(--border-btn-color))
}

#wrapper .-menu-bottom .-group-btn a.-active .-icon img {
    filter: drop-shadow(0 0 10px rgb(var(--shadow-btn-01)))
}

#wrapper a:not([class^=-btn-]) {
    text-decoration: underline;
    color: rgb(var(--main-color-02))
}

#wrapper a[x-apple-data-detectors] {
    text-decoration: none !important;
    color: inherit !important
}

#wrapper a[href^=tel] {
    display: inline !important;
    border: none !important;
    text-decoration: none !important;
    color: inherit !important;
    box-shadow: none !important
}

#wrapper .-form-style .-form-input {
    background-color: rgba(var(--main-color-01), .3);
    border-color: rgba(var(--main-color-02), .3);
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), .3)
}

#wrapper .-form-style .-form-radio input:checked~.-form-input {
    background-color: rgba(var(--main-color-01), .6);
    border-color: rgba(var(--main-color-02), .6)
}

#wrapper .-form-style .-text-validate {
    --tw-text-opacity: 1;
    color: rgb(220 38 38/var(--tw-text-opacity))
}

#wrapper .-btn-01 {
    background: linear-gradient(315deg, rgb(var(--btn-color-02)) 0, rgb(var(--btn-color-01)) 100%);
    border-color: rgb(var(--border-btn-color));
    box-shadow: 0 0 20px rgba(var(--shadow-btn-01), .7)
}

#wrapper .-btn-02 {
    background-color: rgb(var(--main-color-01));
    border-color: rgb(var(--main-color-02));
    box-shadow: 0 0 20px rgb(var(--main-color-01))
}

#wrapper .-btn-copy,
#wrapper .-btn-edit,
#wrapper .-btn-refresh {
    background-color: rgba(var(--main-color-01), .6);
    border-color: rgba(var(--main-color-02), .6);
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), .3)
}

#wrapper .-border-img {
    border-color: #fff;
    box-shadow: 0 0 20px rgba(var(--main-color-01), 1)
}

#wrapper .-border-content {
    background-color: rgba(var(--main-color-01), .3);
    border-color: rgba(var(--main-color-02), .3);
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), .3)
}

#wrapper .-border-content.-active {
    background-color: rgba(var(--main-color-01), .6);
    border-color: rgba(var(--main-color-02), .6)
}

#wrapper .-title {
    color: rgb(var(--main-color-02))
}

#wrapper .-shadow-icon {
    filter: drop-shadow(0 0 10px rgba(var(--shadow-btn-01), 1))
}

#wrapper .-shadow-text {
    filter: drop-shadow(0 2px 3px rgba(var(--main-color-01), .3))
}

#wrapper .splide .splide__pagination .splide__pagination__page {
    background-color: rgb(var(--main-color-01))
}

#wrapper .splide .splide__pagination .splide__pagination__page.is-active {
    background-color: rgb(var(--btn-color-01))
}

#wrapper .-slide-content .splide__slide a {
    border-color: #fff;
    box-shadow: 0 0 20px rgba(var(--main-color-01), 1)
}

#wrapper .-slide-content .splide__slide.is-active a {
    border-color: rgb(var(--main-color-02))
}

#wrapper .-bg-gradient {
    background: linear-gradient(315deg, rgb(var(--main-color-03)) 0, rgb(var(--main-color-01)) 50%, rgb(var(--main-color-02)) 100%);
    border-radius: 10px;
    position: relative;
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), 1)
}

#wrapper .-bg-gradient:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid rgba(var(--main-color-02), .3);
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

#wrapper .-bg-gradient .-inner {
    border-radius: 10px
}

#wrapper .-content-login .-title {
    color: #fff
}

#wrapper .-content-register .-box-step .-group-step .-icon {
    background-color: rgba(var(--main-color-01), .6);
    border-color: rgba(var(--main-color-02), .6)
}

#wrapper .-content-register .-box-step .-group-step .-active .-icon,
#wrapper .-content-register .-box-step .-group-step .-done .-icon {
    background-color: rgba(var(--main-color-01), 1);
    border-color: rgba(var(--main-color-02), 1)
}

#wrapper .-content-register .-box-step .-group-step .-active .-icon img:nth-child(2) {
    filter: drop-shadow(0 0 10px rgb(var(--main-color-01)))
}

#wrapper .-content-register .-box-step .-group-step .-active p {
    color: rgb(var(--border-btn-color))
}

#wrapper .-content-register .-box-step .-group-step .-done .-icon img:nth-child(2) {
    filter: drop-shadow(0 0 10px rgb(var(--main-color-01)))
}

#wrapper .-content-register .-box-step .-progress:before {
    background-color: rgba(var(--main-color-01), .3)
}

#wrapper .-content-register .-box-step .-progress .-bar,
#wrapper .-content-register .-box-step .-progress:after {
    background-color: rgb(var(--bar-progress))
}

#wrapper .-content-register .-form-summary .-form-input {
    background-color: rgb(var(--main-color-01));
    border: 1px solid rgb(var(--main-color-02))
}

#wrapper .-content-register .-ref-code {
    color: rgb(var(--border-btn-color))
}

#wrapper .-content-playing .-title {
    color: #fff
}

#wrapper .-list-noti .-item {
    background-color: rgba(var(--main-color-01), .3);
    border-color: rgba(var(--main-color-02), .3);
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), 1)
}

#wrapper .-list-noti .-item.-unread {
    background-color: rgba(var(--main-color-01), .6);
    border-color: rgba(var(--main-color-02), .6)
}

#wrapper .-list-noti .-item.-unread h3 {
    color: rgb(var(--border-btn-color))
}

#wrapper .-list-noti .-item h3 {
    color: rgb(var(--main-color-02))
}

#wrapper .-list-game a span {
    background-color: rgb(var(--main-color-01));
    border-color: rgba(var(--main-color-02), .4);
    box-shadow: 0 0 20px rgb(var(--main-color-01))
}

#wrapper .-list-game a span em {
    color: #fff
}

#wrapper .-section-wallet .-profile-wallet .-profile .-img {
    border-color: #fff;
    box-shadow: 0 0 10px rgba(var(--main-color-01), .8)
}

#wrapper .-section-wallet .-profile-wallet .-wallet {
    border-color: rgb(var(--main-color-01))
}

#wrapper .-section-wallet .-profile-wallet .-wallet p:nth-of-type(2) {
    color: rgb(var(--border-btn-color))
}

#wrapper .-section-wallet .-list-btn a {
    color: #fff
}

#wrapper .-section-wallet .-list-btn a strong {
    color: rgb(var(--border-btn-color))
}

#wrapper .-section-wallet .-group-btn a .-icon {
    background-color: rgba(var(--main-color-01), .3);
    border-color: rgba(var(--main-color-02), .3)
}

#wrapper .-btn-filter a {
    color: #fff
}

#wrapper .-btn-filter a.active {
    color: rgb(var(--border-btn-color))
}

#wrapper .-btn-filter a.active .-icon {
    background-color: rgba(var(--main-color-01), .6);
    border-color: rgba(var(--main-color-02), .6)
}

#wrapper .-btn-filter a.active .-icon img {
    filter: drop-shadow(0 0 10px rgb(var(--shadow-btn-01)))
}

#wrapper .-box-inner-content,
#wrapper .-btn-filter a .-icon {
    background-color: rgba(var(--main-color-01), .3);
    border-color: rgba(var(--main-color-02), .3)
}

#wrapper .-box-inner-content {
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), .3)
}

#wrapper .-box-inner-content>.-inner h4 {
    color: rgb(var(--btn-color-01))
}

#wrapper .-box-inner-content>.-inner .-step-01 .-result,
#wrapper .-box-inner-content>.-inner .-step-02 .-result {
    color: rgb(var(--border-btn-color))
}

#wrapper .-box-inner-content>.-inner .-step-01 footer,
#wrapper .-box-inner-content>.-inner .-step-02 footer {
    border-color: rgba(var(--main-color-01), .45)
}

#wrapper .-box-inner-content .splide__pagination .splide__pagination__page:not(.is-active) {
    background-color: #fff !important
}

#wrapper .-box-deposit header {
    border-color: rgba(var(--dark), .2)
}

#wrapper .-box-deposit .-bank .-img {
    box-shadow: 0 0 10px rgba(var(--main-color-01), .8)
}

#wrapper .-box-deposit .-text {
    color: #fff
}

#wrapper .-your-account .-items .-item .-inner .-text .-status {
    color: #fff;
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), .3)
}

#wrapper .-your-account .-items .-item .-inner .-text .-status.-used {
    background: linear-gradient(315deg, rgb(var(--main-color-01)) 0, rgb(var(--main-color-02)) 100%)
}

#wrapper .-your-account .-items .-item .-inner .-text .-status.-wait-check {
    background: linear-gradient(315deg, rgb(var(--btn-color-01)) 0, rgb(var(--btn-color-02)) 100%)
}

#wrapper .-your-account .-items.-slide-content .-item {
    border-color: rgba(var(--main-color-02), .3)
}

#wrapper .-bag-balance .-inner p:nth-of-type(3) {
    background-color: rgba(var(--main-color-01), .6);
    border-color: rgba(var(--main-color-02), .6)
}

#wrapper .-bag-balance .-inner p strong,
#wrapper .-box-affiliates .-inner strong,
#wrapper .-box-rebate .-inner strong {
    color: rgb(var(--border-btn-color))
}

#wrapper .-box-summary-member header .-form-style .-form-input {
    background-color: rgba(var(--main-color-01), .6);
    border-color: rgba(var(--main-color-02), .6)
}

#wrapper .-box-summary-member .-box-data .-row {
    border-color: rgba(var(--main-color-02), .2)
}

#wrapper .-box-summary-member .-box-data .-row strong {
    color: rgb(var(--border-btn-color))
}

#wrapper .-group-data-money .-icon {
    background-color: rgba(var(--main-color-01), .3);
    border-color: rgba(var(--main-color-02), .3)
}

#wrapper .-group-data-money .-item:first-of-type strong {
    color: rgb(var(--main-color-02))
}

#wrapper .-group-data-money .-item strong {
    color: rgb(var(--border-btn-color))
}

#wrapper .-box-history-data .-nav-data a,
#wrapper .-box-summary-data .-nav-data a {
    color: #fff
}

#wrapper .-box-history-data .-nav-data a.active,
#wrapper .-box-summary-data .-nav-data a.active {
    background: linear-gradient(315deg, rgb(var(--main-color-03)) 0, rgb(var(--main-color-01)) 50%, rgb(var(--main-color-02)) 100%);
    border-color: rgba(var(--main-color-02), 1)
}

#wrapper .-box-history-data .-box-content h4,
#wrapper .-box-summary-data .-box-content h4 {
    color: rgb(var(--btn-color-01))
}

#wrapper .-box-history-data .-box-content .-per-month h4,
#wrapper .-box-summary-data .-box-content .-per-month h4 {
    color: #fff
}

#wrapper .-box-history-data .-box-content .-per-month .-form-style .-form-input,
#wrapper .-box-summary-data .-box-content .-per-month .-form-style .-form-input {
    background-color: rgba(var(--main-color-01), .6);
    border-color: rgba(var(--main-color-02), .6)
}

#wrapper .-table-style th {
    background-color: rgba(var(--main-color-01), .3);
    color: rgb(var(--main-color-02))
}

#wrapper .-table-style td {
    color: #fff
}

#wrapper .-table-style tr:nth-child(2n) td {
    background-color: rgba(var(--main-color-01), .15)
}

#wrapper .-list-history .-item header {
    border-color: rgba(var(--main-color-02), .2)
}

#wrapper .-list-history .-item header .-group-status p {
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), .3)
}

#wrapper .-list-history .-item footer {
    border-color: rgba(var(--main-color-02), .2)
}

#wrapper .-list-history .-item:hover {
    background-color: rgba(var(--main-color-01), .6);
    border-color: rgba(var(--main-color-02), .6)
}

#wrapper .-list-history .-item.-deposit header .-group-status p:first-of-type {
    background: linear-gradient(315deg, rgb(var(--main-color-01)) 0, rgb(var(--main-color-02)) 100%);
    border-color: rgba(var(--main-color-02), .6)
}

#wrapper .-list-history .-item.-deposit .-box-data .-col:first-of-type strong {
    color: rgb(var(--main-color-02))
}

#wrapper .-list-history .-item.-deposit .-box-data .-col:nth-of-type(2) strong {
    color: #27e389
}

#wrapper .-list-history .-item.-withdraw header .-group-status p:first-of-type {
    background: linear-gradient(315deg, rgb(var(--btn-color-02)) 0, rgb(var(--btn-color-01)) 100%);
    border-color: rgb(var(--border-btn-color))
}

#wrapper .-list-history .-item.-withdraw .-box-data .-col:first-of-type strong {
    color: rgb(var(--border-btn-color))
}

#wrapper .-list-history .-item.-withdraw .-box-data .-col:nth-of-type(2) strong {
    color: #d9215f
}

#wrapper .-list-history .-item.-correct header .-group-status p:nth-of-type(2) {
    background: linear-gradient(315deg, #01a875, #1dffb9);
    border-color: #1dfff699
}

#wrapper .-list-history .-item.-incorrect header .-group-status p:nth-of-type(2) {
    background: linear-gradient(315deg, #d9215f, #ff3b00);
    border-color: #ff7f00
}

#wrapper .-content-profile .-box-profile .-img-profile .-img {
    box-shadow: 0 5px 20px rgba(var(--main-color-01), .8)
}

#wrapper .-content-profile .-box-profile .-img-profile .-edit-img {
    background-color: rgb(var(--main-color-01))
}

/*! tailwindcss v3.0.12 | MIT License | https://tailwindcss.com*/
*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb
}

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

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

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,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    background-color: initial;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

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

progress {
    vertical-align: initial
}

::-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,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

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

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

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

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

:disabled {
    cursor: default
}

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

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

[hidden] {
    display: none
}

*,
:after,
:before {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b82f680;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:328px) {
    .container {
        max-width: 328px
    }
}

#wrapper .relative {
    position: relative
}

#wrapper .top-\[5px\] {
    top: 5px
}

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

#wrapper .my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

#wrapper .my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

#wrapper .my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

#wrapper .mt-16 {
    margin-top: 4rem
}

#wrapper .mb-6 {
    margin-bottom: 1.5rem
}

#wrapper .mt-8 {
    margin-top: 2rem
}

#wrapper .mt-4 {
    margin-top: 1rem
}

#wrapper .mt-2 {
    margin-top: .5rem
}

#wrapper .mt-1 {
    margin-top: .25rem
}

#wrapper .mt-7 {
    margin-top: 1.75rem
}

#wrapper .mr-3 {
    margin-right: .75rem
}

#wrapper .mt-3 {
    margin-top: .75rem
}

#wrapper .mt-10 {
    margin-top: 2.5rem
}

#wrapper .mt-6 {
    margin-top: 1.5rem
}

#wrapper .mb-5 {
    margin-bottom: 1.25rem
}

#wrapper .mb-1 {
    margin-bottom: .25rem
}

#wrapper .mb-0 {
    margin-bottom: 0
}

#wrapper .mt-5 {
    margin-top: 1.25rem
}

#wrapper .mb-20 {
    margin-bottom: 5rem
}

#wrapper .box-content {
    box-sizing: initial
}

#wrapper .block {
    display: block
}

#wrapper .flex {
    display: flex
}

#wrapper .table {
    display: table
}

#wrapper .min-w-0 {
    min-width: 0
}

#wrapper .items-center {
    align-items: center
}

#wrapper .justify-center {
    justify-content: center
}

#wrapper .justify-between {
    justify-content: space-between
}

#wrapper .overflow-hidden {
    overflow: hidden
}

#wrapper .pl-2 {
    padding-left: .5rem
}

#wrapper .text-left {
    text-align: left
}

#wrapper .text-center {
    text-align: center
}

#wrapper .text-xl {
    font-size: 18px;
    line-height: 24px
}

#wrapper .text-2xl {
    font-size: 20px;
    line-height: 24px
}

#wrapper .text-lg {
    font-size: 16px;
    line-height: 24px
}

#wrapper .text-base {
    font-size: 14px;
    line-height: 24px
}

#wrapper .text-sm {
    font-size: 12px;
    line-height: 20px
}

#wrapper .font-normal {
    font-weight: 400
}

#wrapper .font-medium {
    font-weight: 500
}

#wrapper .leading-8 {
    line-height: 2rem
}

#wrapper .\!no-underline {
    -webkit-text-decoration-line: none !important;
    text-decoration-line: none !important
}

body {
    position: relative;
    min-height: 100vh;
    width: 100%;
    font-family: Mitr;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300
}

body:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    --tw-content: "";
    content: var(--tw-content)
}

body.-open-menu-hamburger {
    height: 100vh;
    overflow: hidden
}

#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden
}

.-header {
    position: relative;
    z-index: 20;
    display: flex;
    height: 4rem;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom-width: 1px;
    border-style: solid;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.-header .-hamburger {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 4rem;
    width: 72px;
    background-image: url(../img/icons/hamburger.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

.-header .-hamburger.-active {
    background-image: url(../img/icons/close.svg)
}

.-header .-logo {
    position: absolute;
    left: 50%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-header .-noti {
    position: relative;
    margin-left: auto;
    display: block;
    height: 1.5rem;
    width: 1.25rem
}

.-header .-noti span {
    position: absolute;
    bottom: -2px;
    right: -6px;
    display: flex;
    height: 14px;
    width: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    font-size: 10px;
    line-height: 18px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.-header .-text-header {
    position: absolute;
    left: 50%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    font-size: 22px;
    line-height: 24px;
    font-weight: 400
}

.-header .-btn-close {
    margin-left: auto
}

.-header .-logo+.-text-header,
.-open-menu-hamburger .-header .-logo {
    display: none
}

.-open-menu-hamburger .-header .-text-header {
    display: block
}

#main-content.-hide {
    display: none
}

.-main-menu {
    visibility: hidden;
    position: fixed;
    top: -200vh;
    left: 0;
    z-index: 30;
    height: calc(100vh - 64px);
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    transition-duration: .4s
}

.-open-menu-hamburger .-main-menu {
    visibility: visible;
    top: 4rem;
    opacity: 1
}

.-main-menu .-box-content {
    position: relative;
    margin-top: 4rem;
    margin-bottom: 4rem;
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.-main-menu .-box-content .-inner {
    position: relative;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    background-image: url(../img/share/glass.png);
    background-repeat: no-repeat;
    padding: 2.25rem 1.5rem 2rem;
    background-position: -70px -130px
}

.-main-menu .-box-content a {
    -webkit-text-decoration-line: none !important;
    text-decoration-line: none !important
}

.-main-menu .-box-content .-img-profile {
    position: absolute;
    left: 50%;
    top: -36px;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-main-menu .-box-content .-img-profile .-img {
    height: 4rem;
    width: 4rem;
    border-radius: 9999px;
    --tw-border-opacity: 1;
    border: 2px solid rgb(255 255 255/var(--tw-border-opacity));
    -o-object-fit: cover;
    object-fit: cover
}

.-main-menu .-box-content .-img-profile .-edit-img {
    position: absolute;
    right: -.25rem;
    bottom: .25rem;
    display: flex;
    height: 1.25rem;
    width: 1.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px
}

.-main-menu .-box-content .-profile-name {
    margin-bottom: 2rem;
    text-align: center
}

.-main-menu .-box-content .-group-link {
    margin-left: -1rem;
    margin-right: -1rem;
    display: flex;
    justify-content: space-between;
    text-align: center
}

.-main-menu .-box-content .-group-link a .-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .25rem;
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid
}

.-main-menu .-box-content .-menu {
    margin-top: 1.5rem
}

.-main-menu .-box-content .-menu a {
    display: flex;
    height: 3rem;
    align-items: center;
    justify-content: space-between;
    border-top-width: 1px;
    border-style: solid;
    padding-left: .75rem;
    padding-right: .75rem;
    font-weight: 400
}

.-main-menu .-box-content .-menu a:last-child {
    border-bottom-width: 1px
}

.-main-menu .-box-content .-menu a span {
    margin-left: .75rem;
    margin-right: auto;
    display: block
}

.-main-menu .-box-content .-logout {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.-main-menu .-box-content .-logout span {
    margin-left: .5rem;
    display: block
}

.-menu-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 20;
    height: 120px;
    width: 100%;
    background-image: url(../img/theme/bg-menu-bottom.png);
    background-repeat: repeat-x;
    padding-top: 46px
}

.-menu-bottom .-group-btn {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.-menu-bottom .-group-btn a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    -webkit-text-decoration-line: none !important;
    text-decoration-line: none !important
}

.-menu-bottom .-group-btn a .-icon {
    margin-bottom: .25rem
}

.-menu-bottom .-group-btn a .-icon img:nth-child(2) {
    display: none
}

.-menu-bottom .-group-btn a:nth-child(3) .-icon {
    margin-top: -1.75rem;
    display: flex;
    height: 3.5rem;
    width: 3.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 2px;
    border-style: solid
}

.-menu-bottom .-group-btn a:nth-child(3) .-icon img {
    width: 2.5rem
}

.-menu-bottom .-group-btn a.-active {
    font-weight: 500
}

.-menu-bottom .-group-btn a.-active .-icon img {
    display: none
}

.-menu-bottom .-group-btn a.-active .-icon img:nth-child(2) {
    display: block
}

.-form-style {
    text-align: left
}

.-form-style .-row:not(:first-child) {
    margin-top: 1.5rem
}

.-form-style label {
    margin-bottom: .5rem;
    display: block;
    font-weight: 400
}

.-form-style .-form-input {
    height: 2.5rem;
    width: 100%;
    border-radius: 10px;
    border-width: 1px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}

.-form-style select.-form-input {
    background: url(../img/icons/angle-down-white.svg) calc(100% - 10px) 50% no-repeat
}

.-form-style .-form-otp {
    display: flex;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem
}

.-form-style .-form-otp .-form-input {
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 9999px;
    text-align: center
}

.-form-style .-form-radio input {
    display: none
}

.-form-style .-form-radio input:checked~.-form-input {
    border-width: 2px !important
}

.-form-style .-form-radio .-form-input {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400
}

.-form-style .-text-validate {
    margin-top: .25rem;
    margin-bottom: -.75rem;
    display: none
}

.-form-style .-required.-error .-text-validate {
    display: block
}

.-form-style .-required label:brfore {
    --tw-content: "*";
    content: var(--tw-content)
}

.-btn-01,
.-btn-02 {
    height: 2.5rem;
    width: 100%;
    border-radius: 10px;
    font-weight: 500
}

.-btn-01,
.-btn-02,
.-btn-copy,
.-btn-edit,
.-btn-refresh {
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-style: solid
}

.-btn-copy,
.-btn-edit,
.-btn-refresh {
    z-index: 10;
    height: 1.5rem;
    width: 1.5rem;
    min-width: 24px;
    border-radius: 9999px
}

.-border-img {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid
}

.-border-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.-border-content {
    border-radius: 10px;
    border-width: 1px;
    border-style: solid
}

.-title {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400
}

.splide .splide__arrows {
    display: none
}

.splide .splide__pagination {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 1.25rem;
    justify-content: center
}

.splide .splide__pagination .splide__pagination__page {
    height: .5rem;
    width: .5rem;
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s
}

.splide .splide__pagination .splide__pagination__page.is-active {
    width: 2rem
}

.-slide-content .splide__track {
    overflow: visible
}

.-slide-content .splide__slide a {
    display: block;
    width: 240px;
    overflow: hidden;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid
}

.-slide-content .splide__slide.is-active a {
    border-width: 3px
}

.-slide-content.-promotion .splide__slide a {
    width: 276px;
    border-radius: 20px
}

.-content-login {
    position: relative;
    text-align: center
}

.-content-login .container {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    padding: 5rem 0
}

.-content-login .-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5rem;
    width: 220px
}

.-content-login .-title {
    margin-bottom: .75rem;
    font-size: 24px;
    line-height: 32px
}

.-content-login .-form-style {
    margin-top: 2rem
}

.-content-login .-section-bottom {
    margin-top: 2.5rem;
    margin-bottom: 2.25rem;
    width: 100%
}

.-content-login .-section-bottom p {
    margin-bottom: .5rem
}

.-content-register {
    text-align: center;
    padding-bottom: 9rem
}

.-content-register .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.-content-register .-box-step {
    margin-top: 1rem;
    margin-bottom: 1.75rem
}

.-content-register .-box-step .-group-step {
    display: flex;
    justify-content: space-between;
    text-align: center
}

.-content-register .-box-step .-group-step .-icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5rem;
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    opacity: .6
}

.-content-register .-box-step .-group-step .-icon img:nth-child(2) {
    display: none
}

.-content-register .-box-step .-group-step p {
    opacity: .6
}

.-content-register .-box-step .-group-step .-active .-icon {
    border-width: 2px;
    opacity: 1
}

.-content-register .-box-step .-group-step .-active .-icon img:first-child {
    display: none
}

.-content-register .-box-step .-group-step .-active .-icon img:nth-child(2) {
    display: block
}

.-content-register .-box-step .-group-step .-active p {
    font-weight: 500;
    opacity: 1
}

.-content-register .-box-step .-group-step .-done .-icon {
    border-width: 2px;
    opacity: 1
}

.-content-register .-box-step .-group-step .-done .-icon img:first-child {
    display: block
}

.-content-register .-box-step .-group-step .-done .-icon img:nth-child(2) {
    display: none
}

.-content-register .-box-step .-group-step .-done p {
    opacity: 1
}

.-content-register .-box-step .-progress {
    position: relative;
    margin-top: 1rem;
    height: 1px
}

.-content-register .-box-step .-progress:after,
.-content-register .-box-step .-progress:before {
    content: "";
    width: 100vw;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    top: 50%;
    --tw-translate-y: -50%
}

.-content-register .-box-step .-progress:after,
.-content-register .-box-step .-progress:before {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-content-register .-box-step .-progress:before {
    left: 50%;
    --tw-translate-x: -50%
}

.-content-register .-box-step .-progress:after {
    width: 50vw;
    height: 4px;
    right: 100%
}

.-content-register .-box-step .-progress .-bar {
    position: absolute;
    left: 0;
    top: 50%;
    height: .25rem;
    width: 25%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem
}

.-content-register.-step-01 .-box-step .-progress .-bar {
    width: 35px
}

.-content-register.-step-02 .-box-step .-progress .-bar {
    width: 115px
}

.-content-register.-step-03 .-box-step .-progress .-bar {
    width: 202px
}

.-content-register.-step-04 .-box-step .-progress .-bar {
    width: 292px
}

.-content-register .-form-style {
    margin-top: 2rem
}

.-content-register .-form-summary .-row:not(:first-child) {
    margin-top: .5rem
}

.-content-register .-form-summary .-form-input {
    display: flex;
    align-items: center
}

.-content-register .-form-summary .-form-input p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.-content-register .-form-summary .-form-input p:first-child {
    width: 40%
}

.-content-register .-form-summary .-form-input p:nth-child(2) {
    width: 60%;
    font-weight: 500
}

.-content-register .-section-bottom {
    margin-top: 2.5rem;
    margin-bottom: 2.25rem;
    width: 100%
}

.-content-register .-section-bottom p {
    margin-bottom: .5rem
}

.-content-playing {
    padding-bottom: 9rem
}

.-content-playing .-title {
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

.-content-playing .-title h2 {
    margin-bottom: .5rem;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400
}

.-content-playing .-title p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300
}

.-content-playing .-list-game-category {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.-content-playing .-list-game-category .-item {
    position: relative;
    height: 120px;
    border-radius: 10px
}

#wrapper .-content-playing .-list-game-category .-item {
    background: linear-gradient(315deg, rgb(var(--main-color-03)) 0, rgb(var(--main-color-01)) 50%, rgb(var(--main-color-02)) 100%);
    border-radius: 10px;
    position: relative;
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), 1)
}

#wrapper .-content-playing .-list-game-category .-item:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid rgba(var(--main-color-02), .3);
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

#wrapper .-content-playing .-list-game-category .-item .-inner {
    border-radius: 10px
}

.-content-playing .-list-game-category .-item .-img {
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-content-playing .-list-game-category .-item .-text {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1rem
}

.-content-playing .-list-game-category .-item .-text h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400
}

#wrapper .-content-playing .-list-game-category .-item .-text h3 {
    filter: drop-shadow(0 2px 3px rgba(var(--main-color-01), .3))
}

.-content-playing .-list-game-category .-item .-text p {
    font-size: 12px;
    line-height: 20px
}

#wrapper .-content-playing .-list-game-category .-item .-text p {
    filter: drop-shadow(0 2px 3px rgba(var(--main-color-01), .3))
}

.-content-playing .-list-game-category .-item .-text .-btn-01 {
    margin-top: .5rem;
    height: 2rem;
    width: 120px
}

.-content-playing .-list-game-category .-item .-text .-btn-01 span {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400
}

.-content-playing .-list-game-category .-item .-text .-btn-01 span img {
    margin-right: .5rem;
    display: block
}

.-content-popup {
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 30;
    height: 100vh;
    width: 100%;
    overflow-y: auto;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s
}

.-open-popup .-content-popup {
    visibility: visible;
    opacity: 1
}

.-content-popup:before {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    --tw-content: "";
    content: var(--tw-content)
}

.-content-popup .container {
    position: relative
}

.-title-noti {
    margin-top: 1.75rem;
    text-align: center
}

.-list-noti {
    margin-top: .5rem;
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    row-gap: .5rem
}

.-list-noti .-item {
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    padding: 1.25rem 2rem
}

.-list-noti .-item.-unread h3 {
    font-weight: 500
}

.-list-noti .-item.-unread h3:before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background-color: #d9215f;
    border-radius: 50%;
    position: absolute;
    left: -18px;
    top: 8px
}

.-list-noti .-item.-unread p {
    font-weight: 400
}

.-list-noti h3 {
    position: relative;
    margin-bottom: .25rem;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

.-list-noti p {
    font-weight: 300;
    line-height: 1.25rem
}

.-list-noti p:not(:last-child) {
    margin-bottom: .25rem
}

.-list-noti p small {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300
}

.-list-img {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem
}

#wrapper .-list-img a {
    border-color: #fff;
    box-shadow: 0 0 20px rgba(var(--main-color-01), 1)
}

.-list-img a {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid
}

.-list-img a img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.-section-wallet .-profile-wallet {
    position: relative;
    margin-top: 3.5rem;
    border-radius: 10px
}

#wrapper .-section-wallet .-profile-wallet {
    background: linear-gradient(315deg, rgb(var(--main-color-03)) 0, rgb(var(--main-color-01)) 50%, rgb(var(--main-color-02)) 100%);
    border-radius: 10px;
    position: relative;
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), 1)
}

#wrapper .-section-wallet .-profile-wallet:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid rgba(var(--main-color-02), .3);
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

#wrapper .-section-wallet .-profile-wallet .-inner {
    border-radius: 10px
}

.-section-wallet .-profile-wallet .-inner {
    position: relative;
    background-image: url(../img/share/glass.png);
    background-repeat: no-repeat;
    background-position: -30px -190px
}

.-section-wallet .-profile-wallet .-btn-edit {
    position: absolute;
    right: .5rem;
    top: .5rem
}

.-section-wallet .-profile-wallet .-profile {
    position: relative;
    top: -42px;
    margin-bottom: -42px;
    text-align: center
}

.-section-wallet .-profile-wallet .-profile .-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5rem;
    height: 4rem;
    width: 4rem;
    overflow: hidden;
    border-radius: 9999px;
    border-width: 2px;
    border-style: solid
}

.-section-wallet .-profile-wallet .-profile .-img img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.-section-wallet .-profile-wallet .-profile p {
    font-size: 12px;
    line-height: 20px
}

.-section-wallet .-profile-wallet .-profile p strong {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500
}

.-section-wallet .-profile-wallet .-wallet {
    position: relative;
    margin-top: 1.25rem;
    display: flex;
    height: 4rem;
    align-items: center;
    border-top-width: 1px;
    padding-left: 3.5rem;
    padding-right: .5rem
}

.-section-wallet .-profile-wallet .-wallet .-icon {
    position: absolute;
    left: 1rem
}

.-section-wallet .-profile-wallet .-wallet p:nth-of-type(2) {
    margin-left: auto;
    margin-right: .5rem
}

.-section-wallet .-profile-wallet .-wallet p:nth-of-type(2) strong {
    font-size: 28px;
    line-height: 32px;
    font-weight: 500
}

.-section-wallet .-list-btn {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: .5rem
}

.-section-wallet .-list-btn a {
    display: block;
    height: 3rem;
    -webkit-text-decoration-line: none !important;
    text-decoration-line: none !important
}

#wrapper .-section-wallet .-list-btn a {
    background-color: rgba(var(--main-color-01), .3);
    border-color: rgba(var(--main-color-02), .3);
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), .3)
}

#wrapper .-section-wallet .-list-btn a.-active {
    background-color: rgba(var(--main-color-01), .6);
    border-color: rgba(var(--main-color-02), .6)
}

.-section-wallet .-list-btn a {
    border-radius: 10px;
    border-width: 1px;
    border-style: solid
}

.-section-wallet .-list-btn a:first-child span .-icon {
    top: 9px;
    left: 10px
}

.-section-wallet .-list-btn a:nth-child(2) span .-icon {
    top: 3px;
    left: .75rem
}

.-section-wallet .-list-btn a:nth-child(3) span .-icon {
    top: 9px;
    left: 10px
}

.-section-wallet .-list-btn a span {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 3.5rem
}

.-section-wallet .-list-btn a span .-icon {
    position: absolute;
    top: 0;
    left: 0
}

.-section-wallet .-list-btn a span em {
    font-style: normal
}

.-section-wallet .-list-btn a span strong {
    margin-left: auto;
    margin-right: 1rem;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500
}

.-section-wallet .-list-btn a span .-arrow {
    margin-right: 1rem
}

.-section-wallet .-group-btn {
    margin-top: 1.25rem;
    display: flex;
    justify-content: space-evenly;
    padding-left: .5rem;
    padding-right: .5rem
}

.-section-wallet .-group-btn a {
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-text-decoration-line: none !important;
    text-decoration-line: none !important
}

.-section-wallet .-group-btn a .-icon {
    margin-bottom: .25rem;
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid
}

.-section-lates-play-game {
    margin-top: 1rem
}

.-section-lates-play-game h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400
}

.-section-games-popular {
    margin-top: 1.25rem
}

.-section-games-popular h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400
}

.-section-games-popular .-slide-content .splide__slide a {
    overflow: visible !important;
    border-width: 0 !important;
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

#wrapper .-section-games-popular .-slide-content .splide__slide a img {
    border-color: #fff;
    box-shadow: 0 0 20px rgba(var(--main-color-01), 1)
}

.-section-games-popular .-slide-content .splide__slide a img {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid
}

.-section-games-popular .-slide-content .splide__slide a img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.-section-recommended-promotion {
    margin-top: 1.75rem;
    text-align: center
}

.-section-recommended-promotion h2 {
    margin-bottom: .75rem;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400
}

.-section-recommended-promotion .-list-img a {
    border-radius: 20px
}

.-section-recommended-promotion .-box-btn {
    margin-top: 1.25rem
}

.-list-game:not(.splide) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem
}

.-list-game:not(.splide) a span {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 12px;
    line-height: 20px;
    line-height: 1rem
}

.-list-game a {
    overflow: visible !important;
    border-width: 0 !important;
    -webkit-text-decoration-line: none !important;
    text-decoration-line: none !important;
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.-list-game a,
.-list-game a>img {
    position: relative
}

.-list-game a>img {
    z-index: 10
}

#wrapper .-list-game a>img {
    margin: 0 auto;
    border-color: #fff;
    box-shadow: 0 0 20px rgba(var(--main-color-01), 1)
}

.-list-game a>img {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid
}

.-list-game a>img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.-list-game a span {
    margin-top: -2rem;
    display: block;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-width: 1px;
    border-style: solid;
    padding: 2.5rem 1rem .5rem
}

.-list-game a span em {
    display: flex;
    min-height: 16px;
    align-items: flex-start;
    font-style: normal
}

.-list-game a span em img {
    position: relative;
    margin-right: .5rem
}

.-btn-filter {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    padding-left: .5rem;
    padding-right: .5rem
}

.-btn-filter a {
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-text-decoration-line: none !important;
    text-decoration-line: none !important
}

.-btn-filter a.active {
    font-weight: 500
}

.-btn-filter a.active .-icon {
    border-width: 2px
}

.-btn-filter a.active .-icon img {
    display: none
}

.-btn-filter a.active .-icon img:nth-child(2) {
    display: block
}

.-btn-filter a .-icon {
    margin-bottom: .25rem;
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px
}

.-btn-filter a .-icon img:nth-child(2),
.-filter-item a {
    display: none
}

.-filter-item#filter-all a,
.-filter-item#filter-latest a.-latest,
.-filter-item#filter-new a.-new,
.-filter-item#filter-popular a.-popular {
    display: block
}

.-box-inner-content {
    border-radius: 10px;
    border-width: 1px
}

.-box-inner-content>.-inner {
    padding: 1rem;
    text-align: center
}

.-box-inner-content>.-inner h4 {
    margin-bottom: .25rem;
    font-weight: 500
}

.-box-inner-content>.-inner p {
    font-size: 10px;
    line-height: 18px
}

.-box-inner-content>.-inner .-step-01,
.-box-inner-content>.-inner .-step-02 {
    display: none
}

.-box-inner-content>.-inner .-step-01.-active,
.-box-inner-content>.-inner .-step-02.-active {
    display: block
}

.-box-inner-content>.-inner .-step-01 .-result,
.-box-inner-content>.-inner .-step-02 .-result {
    margin-top: .5rem;
    display: flex;
    height: 72px;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500
}

#wrapper .-box-inner-content>.-inner .-step-01 .-result,
#wrapper .-box-inner-content>.-inner .-step-02 .-result {
    background-color: rgba(var(--main-color-01), .3);
    border-color: rgba(var(--main-color-02), .3);
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), .3)
}

#wrapper .-box-inner-content>.-inner .-step-01 .-result.-active,
#wrapper .-box-inner-content>.-inner .-step-02 .-result.-active {
    background-color: rgba(var(--main-color-01), .6);
    border-color: rgba(var(--main-color-02), .6)
}

.-box-inner-content>.-inner .-step-01 .-result,
.-box-inner-content>.-inner .-step-02 .-result {
    border-radius: 10px;
    border-width: 1px;
    border-style: solid
}

.-box-inner-content>.-inner .-step-01 .-result strong,
.-box-inner-content>.-inner .-step-02 .-result strong {
    font-size: 24px;
    line-height: 32px
}

.-box-inner-content>.-inner .-step-01 footer,
.-box-inner-content>.-inner .-step-02 footer {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 1.25rem;
    border-top-width: 1px;
    padding: 1rem
}

.-box-inner-content>.-inner .-form-money {
    margin-top: .5rem
}

.-box-inner-content>.-inner .-form-money .-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem
}

#wrapper .-box-deposit,
.-box-deposit {
    position: relative;
    border-radius: 10px
}

#wrapper .-box-deposit {
    background: linear-gradient(315deg, rgb(var(--main-color-03)) 0, rgb(var(--main-color-01)) 50%, rgb(var(--main-color-02)) 100%);
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), 1)
}

#wrapper .-box-deposit:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid rgba(var(--main-color-02), .3);
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

#wrapper .-box-deposit .-inner {
    border-radius: 10px
}

.-box-deposit .-inner {
    position: relative;
    background-image: url(../img/share/glass.png);
    background-repeat: no-repeat;
    padding-bottom: .5rem;
    background-position: -40px -100px
}

.-box-deposit header {
    display: flex;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-bottom-width: 1px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400
}

.-box-deposit .-bank {
    display: flex;
    align-items: center;
    padding: 1rem
}

.-box-deposit .-bank .-img {
    margin-right: 1.5rem;
    height: 4rem;
    width: 4rem;
    overflow: hidden;
    border-radius: 9999px;
    border-width: 2px
}

.-box-deposit .-bank .-img img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.-box-deposit .-bank .-text p {
    font-weight: 500
}

.-box-deposit .-bank .-text p strong {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400
}

.-box-deposit .-bank .-text p small {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300
}

.-box-deposit .-group-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    padding-left: 1rem;
    padding-right: 1rem
}

.-box-deposit .-group-btn a {
    height: 2rem;
    font-size: 12px;
    line-height: 20px
}

.-box-deposit .-group-btn a span {
    display: flex;
    align-items: center;
    justify-content: center
}

.-box-deposit .-group-btn a span img {
    margin-right: .5rem
}

.-box-deposit .-remark {
    margin-top: .5rem;
    text-align: center;
    font-size: 10px;
    line-height: 18px
}

.-your-account {
    margin-top: 2.5rem
}

.-your-account h2 {
    margin-bottom: .75rem;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400
}

.-your-account .-items {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.-your-account .-items .-item {
    position: relative;
    border-radius: 10px
}

#wrapper .-your-account .-items .-item {
    background: linear-gradient(315deg, rgb(var(--main-color-03)) 0, rgb(var(--main-color-01)) 50%, rgb(var(--main-color-02)) 100%);
    border-radius: 10px;
    position: relative;
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), 1)
}

#wrapper .-your-account .-items .-item:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid rgba(var(--main-color-02), .3);
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

#wrapper .-your-account .-items .-item .-inner {
    border-radius: 10px
}

.-your-account .-items .-item .-inner {
    position: relative;
    display: flex;
    align-items: flex-start;
    background-image: url(../img/share/glass.png);
    background-repeat: no-repeat;
    padding: 1rem;
    background-position: -40px -180px
}

.-your-account .-items .-item .-inner .-btn-edit {
    position: absolute;
    right: .75rem;
    top: .75rem
}

.-your-account .-items .-item .-inner .-img {
    margin-right: 1.5rem;
    margin-top: .5rem;
    height: 4rem;
    width: 4rem;
    overflow: hidden;
    border-radius: 9999px;
    border-width: 2px
}

.-your-account .-items .-item .-inner .-img img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.-your-account .-items .-item .-inner .-text p {
    font-weight: 500
}

.-your-account .-items .-item .-inner .-text p strong {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400
}

.-your-account .-items .-item .-inner .-text p small {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300
}

.-your-account .-items .-item .-inner .-text .-status {
    margin-top: .25rem;
    display: flex;
    height: 1.25rem;
    width: 7rem;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 10px;
    line-height: 18px;
    font-weight: 400
}

.-your-account .-items.-slide-content .-item:before {
    border-width: 2px !important
}

.-your-account .-items.-slide-content .-item .-img {
    margin-left: .5rem;
    margin-top: 0
}

.-bag-balance {
    position: relative;
    border-radius: 10px;
    text-align: center
}

#wrapper .-bag-balance {
    background: linear-gradient(315deg, rgb(var(--main-color-03)) 0, rgb(var(--main-color-01)) 50%, rgb(var(--main-color-02)) 100%);
    border-radius: 10px;
    position: relative;
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), 1)
}

#wrapper .-bag-balance:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid rgba(var(--main-color-02), .3);
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

#wrapper .-bag-balance .-inner {
    border-radius: 10px
}

.-bag-balance .-coin {
    position: absolute;
    left: 50%;
    top: -25px;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-bag-balance .-btn-refresh {
    position: absolute;
    right: .75rem;
    top: .75rem
}

.-bag-balance .-inner {
    position: relative;
    background-image: url(../img/share/glass.png);
    background-repeat: no-repeat;
    padding: 1.75rem 1.25rem 1.5rem;
    background-position: -40px -140px
}

.-bag-balance .-inner p {
    margin-bottom: .5rem
}

.-bag-balance .-inner p strong {
    font-size: 28px;
    line-height: 32px;
    font-weight: 500
}

.-bag-balance .-inner p:nth-of-type(3) {
    margin-bottom: 0;
    display: flex;
    height: 2rem;
    align-items: center;
    justify-content: center;
    font-weight: 500
}

.-box-affiliates,
.-box-rebate {
    margin-top: 1.5rem
}

#wrapper .-box-affiliates,
#wrapper .-box-rebate {
    background: linear-gradient(315deg, rgb(var(--main-color-03)) 0, rgb(var(--main-color-01)) 50%, rgb(var(--main-color-02)) 100%);
    border-radius: 10px;
    position: relative;
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), 1)
}

#wrapper .-box-affiliates:before,
#wrapper .-box-rebate:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid rgba(var(--main-color-02), .3);
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

#wrapper .-box-affiliates .-inner,
#wrapper .-box-rebate .-inner {
    border-radius: 10px
}

.-box-affiliates .-btn-refresh,
.-box-rebate .-btn-refresh {
    position: absolute;
    right: .75rem;
    top: .75rem
}

.-box-affiliates .-inner,
.-box-rebate .-inner {
    position: relative;
    background-image: url(../img/share/glass.png);
    background-repeat: no-repeat;
    padding: 1rem;
    text-align: center;
    background-position: -40px -180px
}

.-box-affiliates .-inner strong,
.-box-rebate .-inner strong {
    font-size: 28px;
    line-height: 32px;
    font-weight: 500
}

.-list-web {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    row-gap: .5rem
}

.-list-web .-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem
}

#wrapper .-list-web .-item {
    background-color: rgba(var(--main-color-01), .3);
    border-color: rgba(var(--main-color-02), .3);
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), .3)
}

#wrapper .-list-web .-item.-active {
    background-color: rgba(var(--main-color-01), .6);
    border-color: rgba(var(--main-color-02), .6)
}

.-list-web .-item {
    border-radius: 10px;
    border-width: 1px;
    border-style: solid
}

.-list-web .-item p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500
}

.-list-web .-item a {
    font-size: 12px;
    line-height: 20px
}

.-box-summary-member {
    margin-top: 1.5rem
}

.-box-summary-member header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.-box-summary-member header h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400
}

.-box-summary-member header .-form-style {
    width: 144px
}

.-box-summary-member header .-form-style .-form-input {
    height: 2rem;
    padding-left: 1rem;
    font-size: 12px;
    line-height: 20px
}

.-box-summary-member .-box-data {
    margin-top: .5rem;
    padding: 1rem
}

#wrapper .-box-summary-member .-box-data {
    background-color: rgba(var(--main-color-01), .3);
    border-color: rgba(var(--main-color-02), .3);
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), .3)
}

#wrapper .-box-summary-member .-box-data.-active {
    background-color: rgba(var(--main-color-01), .6);
    border-color: rgba(var(--main-color-02), .6)
}

.-box-summary-member .-box-data {
    border-radius: 10px;
    border-width: 1px;
    border-style: solid
}

.-box-summary-member .-box-data .-row {
    display: flex;
    justify-content: space-between;
    border-bottom-width: 1px;
    padding: .75rem .5rem
}

.-box-summary-member .-box-data .-row:first-child {
    padding-top: 0
}

.-box-summary-member .-box-data .-row:last-child {
    border-width: 0;
    padding-bottom: 0
}

.-box-summary-member .-box-data .-row strong {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500
}

.-group-data-money {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    text-align: center
}

.-group-data-money .-icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5rem;
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px
}

.-group-data-money p {
    font-weight: 400;
    line-height: 1rem
}

.-group-data-money p strong {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500
}

.-box-summary-data {
    margin-top: 2.5rem
}

.-box-summary-data .-scroll {
    width: 100%;
    overflow-x: auto
}

.-box-summary-data .-nav-data {
    display: flex;
    height: 2.5rem;
    min-width: 527px;
    align-items: center
}

#wrapper .-box-summary-data .-nav-data {
    background-color: rgba(var(--main-color-01), .3);
    border-color: rgba(var(--main-color-02), .3);
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), .3)
}

#wrapper .-box-summary-data .-nav-data.-active {
    background-color: rgba(var(--main-color-01), .6);
    border-color: rgba(var(--main-color-02), .6)
}

.-box-summary-data .-nav-data {
    border-radius: 10px;
    border-width: 1px;
    border-style: solid
}

.-box-summary-data .-nav-data a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 10px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-text-decoration-line: none !important;
    text-decoration-line: none !important
}

.-box-summary-data .-nav-data a.active {
    border-width: 1px;
    font-weight: 500
}

.-box-summary-data .-content-data {
    margin-top: 1rem
}

.-box-summary-data .-content-data .-box-content {
    display: none
}

.-box-summary-data .-content-data .-box-content.active {
    display: block
}

.-box-summary-data .-content-data .-box-content h4 {
    margin-bottom: .5rem;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

.-box-summary-data .-content-data .-box-table:not(:last-child) {
    margin-bottom: 1.5rem
}

.-box-summary-data .-content-data .-box-table.-per-month header {
    margin-bottom: 1rem;
    text-align: center
}

.-box-summary-data .-content-data .-box-table.-per-month .-form-style {
    width: 144px;
    margin-left: auto;
    margin-right: auto
}

.-box-summary-data .-content-data .-box-table.-per-month .-form-style .-form-input {
    height: 2rem;
    padding-left: 1rem;
    font-size: 12px;
    line-height: 20px
}

.-box-summary-data .-content-data .-box-table.-per-month .-table-style td:first-child,
.-box-summary-data .-content-data .-box-table.-per-month .-table-style th:first-child {
    width: 33.333333%
}

.-box-summary-data .-content-data .-box-table.-per-month .-table-style td:last-child,
.-box-summary-data .-content-data .-box-table.-per-month .-table-style th:last-child {
    width: 66.666667%
}

.-table-style table {
    width: 100%;
    min-width: 550px
}

.-table-style table td,
.-table-style table th {
    padding: .75rem .5rem;
    text-align: right;
    font-weight: 400;
    line-height: 1.25rem
}

.-table-style table td:first-child,
.-table-style table th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 1.5rem;
    text-align: center
}

.-table-style table td:last-child,
.-table-style table th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-right: 1.5rem
}

.-box-history-data {
    margin-top: 1rem
}

.-box-history-data h2 {
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400
}

.-box-history-data .-nav-data {
    margin-top: 1rem;
    display: flex;
    height: 2.5rem;
    width: 100%;
    align-items: center
}

#wrapper .-box-history-data .-nav-data {
    background-color: rgba(var(--main-color-01), .3);
    border-color: rgba(var(--main-color-02), .3);
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), .3)
}

#wrapper .-box-history-data .-nav-data.-active {
    background-color: rgba(var(--main-color-01), .6);
    border-color: rgba(var(--main-color-02), .6)
}

.-box-history-data .-nav-data {
    border-radius: 10px;
    border-width: 1px;
    border-style: solid
}

.-box-history-data .-nav-data a {
    display: flex;
    height: 100%;
    width: 50%;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 10px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-text-decoration-line: none !important;
    text-decoration-line: none !important
}

.-box-history-data .-nav-data a.active {
    border-width: 1px;
    font-weight: 500
}

.-box-history-data .-content-data {
    margin-top: 1rem
}

.-box-history-data .-content-data .-box-content {
    display: none
}

.-box-history-data .-content-data .-box-content.active {
    display: block
}

.-list-history {
    display: flex;
    flex-direction: column;
    row-gap: .5rem
}

.-list-history .-item {
    padding: .5rem 1rem
}

#wrapper .-list-history .-item {
    background-color: rgba(var(--main-color-01), .3);
    border-color: rgba(var(--main-color-02), .3);
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), .3)
}

#wrapper .-list-history .-item.-active {
    background-color: rgba(var(--main-color-01), .6);
    border-color: rgba(var(--main-color-02), .6)
}

.-list-history .-item {
    border-radius: 10px;
    border-width: 1px;
    border-style: solid
}

.-list-history .-item:hover {
    border-width: 1px
}

.-list-history .-item.-correct .-group-status p:nth-of-type(2) img {
    left: -9px !important
}

.-list-history .-item header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom-width: 1px;
    padding-bottom: .5rem
}

.-list-history .-item header p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500
}

.-list-history .-item header .-group-status {
    display: flex;
    justify-content: flex-end;
    gap: .5rem
}

.-list-history .-item header .-group-status p {
    display: flex;
    height: 1.25rem;
    width: 4rem;
    align-items: center;
    justify-content: center;
    border-radius: .75rem;
    border-width: 1px
}

.-list-history .-item header .-group-status p span {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 18px;
    font-weight: 400
}

.-list-history .-item header .-group-status p span img {
    position: relative;
    left: -5px;
    display: block
}

.-list-history .-box-data {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: .75rem;
    padding-bottom: .75rem
}

.-list-history .-box-data p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400
}

.-list-history .-box-data p strong {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500
}

.-list-history footer {
    border-top-width: 1px;
    padding-top: .5rem;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500
}

.-content-profile {
    margin-top: 4rem
}

#wrapper .-content-profile {
    background-color: rgba(var(--main-color-01), .3);
    border-color: rgba(var(--main-color-02), .3);
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), .3)
}

#wrapper .-content-profile.-active {
    background-color: rgba(var(--main-color-01), .6);
    border-color: rgba(var(--main-color-02), .6)
}

.-content-profile {
    border-radius: 10px;
    border-width: 1px;
    border-style: solid
}

#wrapper .-content-profile .-box-profile {
    background: linear-gradient(315deg, rgb(var(--main-color-03)) 0, rgb(var(--main-color-01)) 50%, rgb(var(--main-color-02)) 100%);
    border-radius: 10px;
    position: relative;
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), 1)
}

#wrapper .-content-profile .-box-profile:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid rgba(var(--main-color-02), .3);
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

#wrapper .-content-profile .-box-profile .-inner {
    border-radius: 10px
}

.-content-profile .-box-profile .-inner {
    position: relative;
    background-image: url(../img/share/glass.png);
    background-repeat: no-repeat;
    padding: 1rem;
    background-position: -40px -100px
}

.-content-profile .-box-profile .-img-profile {
    position: absolute;
    left: 50%;
    top: -36px;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-content-profile .-box-profile .-img-profile .-img {
    height: 4rem;
    width: 4rem;
    border-radius: 9999px;
    --tw-border-opacity: 1;
    border: 2px solid rgb(255 255 255/var(--tw-border-opacity));
    -o-object-fit: cover;
    object-fit: cover
}

.-content-profile .-box-profile .-img-profile .-edit-img {
    position: absolute;
    right: -.25rem;
    bottom: .25rem;
    display: flex;
    height: 1.25rem;
    width: 1.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px
}

.-content-profile .-box-profile .-profile-name {
    margin-top: 1.25rem;
    text-align: center
}

.-content-profile .-box-profile .-profile-name p strong {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500
}

.-content-profile .-box-profile .-profile-name p small {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300
}

.-content-profile .-box-profile .-items {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    row-gap: .5rem
}

.-content-profile .-box-profile .-items .-item {
    display: flex;
    height: 2.5rem;
    align-items: center;
    padding-left: 1rem;
    padding-right: .5rem;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300
}

#wrapper .-content-profile .-box-profile .-items .-item {
    background-color: rgba(var(--main-color-01), .3);
    border-color: rgba(var(--main-color-02), .3);
    box-shadow: 0 5px 20px rgba(var(--shadow-form-input), .3)
}

#wrapper .-content-profile .-box-profile .-items .-item.-active {
    background-color: rgba(var(--main-color-01), .6);
    border-color: rgba(var(--main-color-02), .6)
}

.-content-profile .-box-profile .-items .-item {
    border-radius: 10px;
    border-width: 1px;
    border-style: solid
}

.-content-profile .-box-profile .-items .-item p:first-child {
    width: 120px
}

.-content-profile .-box-profile .-items .-item .-btn-edit {
    margin-left: auto
}

.-content-profile>.-inner {
    padding: 0 1rem 1rem
}

.promotion-detail {
    padding: 0 20px;
}