body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.d-none {
    display: none;
}

.container {
    width: 100%;
}

.w-100 {
    width: 100%;
}

.m-auto {
    margin: auto;
}

.mt-20 {
    margin: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

pb-0 {
    padding-top: 0px;
}

.pd-20 {
    padding: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.fw-bold {
    font-weight: 600;
}

.fontfam-sarabun {
    font-family: Sarabun, sans-serif;
}

.popup-frame-400 {
    min-height: 0px;
}

.bg-cliam {
    background-color: #1aca00;
}

.bg-disable {
    background-color: #f3eff9;
}
.bd-grad.mw-600 {
    width:600px;
    max-width:90%;
}
.section-popup-nocc {
    z-index: 12;
}

    .section-popup-nocc .bd-grad.showmenu {
        background-image: none !important;
    }

        .section-popup-nocc .bd-grad.showmenu .popup-modal {
            background-image: none !important;
            background-color: #fff !important;
        }

.active-anima {
    min-height: auto;
    transition: all 0.15s
}

a, button, input[type=button], input[type=submit], input[type=reset], .link {
    cursor: pointer;
}

.backtohome {
    color: #0EB3FF;
}

.txt-mtn-2 span {
    color: #A7A1B5;
}

input {
    border: 1px solid #8A68F2;
    color: #251e39;
}

.processing {
    justify-content: center;
}

.bTwException {
    text-align: center;
    padding-top: 20px;
}

.bspace-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

/*Loading*/
.box {
    display: block;
    position: relative;
    min-height: 250px;
}

#circle2 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    border: 4px rgba(0, 0, 0, 0.15) solid;
    border-top: 4px rgba(255, 255, 255, 0.5) solid;
    border-radius: 50%;
    -webkit-animation: spin2 1s infinite linear;
    animation: spin2 1s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
/*----------------maintenance--------------------*/
.section-maintenance {
    font-family: Kanit, sans-serif;
    color: #8A68F2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 4rem 0;
}
.w-section-mtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
    min-height: 100%;
}
.section-maintenance img {
    width: 580px;
    max-width: 90%;
}

.sub-title-maintenance, .sub-title-maintenance-time {
    align-items: center;
    text-align: center;
    padding-top: 2rem;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
}

    .title-maintenance,
    .title-maintenance-time{
        font-size: 2rem;
        font-weight: 500;
    }

.sub-title-maintenance span,
.sub-title-maintenance-time span {
    width: 100%;
    text-align: center;
    margin: auto;
    font-size: 1.25rem;
    color: #000;
}
.sub-title-maintenance > a,
.sub-title-maintenance-time > a {
    border-radius: 12px;
    background-image: linear-gradient(to top,#B18EFE, #704DED);
    color: #fff;
    padding: 12px 24px;
    margin-top: 2rem;
    filter: drop-shadow(0px 4px 12px rgba(78, 106, 139, 0.30));
    width: 350px;
    max-width: 90%;
}
    .sub-title-maintenance > a:hover,
    .sub-title-maintenance-time > a:hover {
        background-image: linear-gradient(to top, #704DED,#B18EFE);
    }

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

        .section-maintenance img {
            width: 380px;
        }

    .sub-title-maintenance, .sub-title-maintenance-time {
        padding-top: 2rem;
        line-height: 1.5;
    }

    .title-maintenance,
    .title-maintenance-time {
        font-size: 1.5rem;
    }

    .sub-title-maintenance span,
    .sub-title-maintenance-time span {
        font-size: 1rem;
    }


}
/*------------------------------------*/
._w-txt-annc {
    width: 100%;
}

.w-input, .w-select, .w-input, .w-select, fieldset .w-input, fieldset .w-select, .popup-input-column {
    color: #251e39;
}

    input::placeholder
    .w-select::placeholder, .w-input::placeholder, .w-select::placeholder, fieldset .w-input::placeholder, fieldset::placeholder,
    .w-select::placeholder, .popup-input-column::placeholder {
        color: #A7A1B5;
    }

    input:hover, .w-select:hover {
        border: 1px solid #8A68F2;
        box-sizing: border-box;
        box-shadow: 0px 0px 8px #8A68F2;
    }

    .w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
        border-style: solid;
        border-width: 1px;
        border-color: #8a68f2;
        border-radius: 50px;
        color: #251e39;
        background-color: #F3EFF9;
        opacity: 1;
    }

select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-image: url(../images/more2.svg); /* For Chrome and Safari */
    background-image: url(../images/smore2.svg); /* For old Firefox (3.6 to 15) */
    background-image: url(../images/more2.svg); /* For pre-releases of Internet Explorer  10*/
    background-image: url(../images/more2.svg); /* For old Opera (11.1 to 12.0) */
    background-image: url(../images/more2.svg); /* Standard syntax; must be last */
    background-repeat: no-repeat;
    background-position: right 15px top 20px, right 15px top 20px;
}

select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: transparent;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: transparent;
    cursor: default;
    margin: 0em;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 0px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.w-select[disabled] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-image: none;
}

.h-menu > div {
    width: 100%;
}

.right-menu .h-menu > div > .txt-menu {
    width: calc(100% - 47px);
}

.right-menu .h-menu:hover > div > .txt-menu {
    font-weight: 500;
}

.lb-catag:hover {
    /*cursor: url("../images/more2.svg"), pointer;*/
}

.catag-desk-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    margin: 10px 0 20px 0;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #c1b9dd;
    justify-content: space-around;
}

._w-desk-menu {
    display: flex;
    justify-content: space-between;
    column-gap: 5px;
    width: 100%;
}

.desk-menu {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 10px 5px;
    width: 50%;
    justify-content: flex-start;
}

    .desk-menu .menu-icon {
        margin-right: 5px;
    }

        .desk-menu .menu-icon img {
            height: 30px;
        }

    .desk-menu .menu-text .txt-type {
        font-size: 12px;
        white-space: nowrap;
    }

    .desk-menu:first-child {
        background: linear-gradient(17.66deg, #B39FF6 21.4%, rgba(179, 159, 246, 0) 103.61%);
    }

    .desk-menu:nth-child(2) {
        background: linear-gradient(17.66deg, #CE9CC3 21.4%, rgba(206, 156, 195, 0) 103.61%);
    }

    .desk-menu:first-child:hover {
        background: linear-gradient(17.66deg, rgba(179, 159, 246, 0) 21.4%, #B39FF6 103.61%);
    }

    .desk-menu:nth-child(2):hover {
        background: linear-gradient(17.66deg, rgba(206, 156, 195, 0) 21.4%, #CE9CC3 103.61%);
    }

.catag-desk:hover {
    background: linear-gradient(180deg, #B18EFE 0%, #704DED 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

    .catag-desk:hover > .menu-text > .txt-type, .catag-desk:hover > .menu-text > .txt-type-count {
        color: #fff;
    }

.footer-mobile {
    z-index: 1;
}

.footer-mobile-login {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.catag-desk > .menu-text {
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.btn-close:hover {
    box-shadow: 0px 4px 10px rgba(138, 104, 242, 0.5);
}

.close-no-fill:hover {
    -webkit-filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, 0.5));
    filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, 0.5));
}

.pf-deposit-withdraw:hover {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.div-modal {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.more-btn:hover {
    background-color: #8a68f2;
    color: #fff;
}

.btn-underline {
    text-decoration: underline;
    padding: 8px;
}

.imgskip {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    width: 18px;
}

.right-menu > .h-menu:nth-child(1) {
    min-width: 105px;
}

.right-menu > .h-menu:nth-child(2) {
    min-width: 110px;
    margin-right: 0px;
}

.right-menu > .h-menu:nth-child(3) {
    min-width: 150px;
}

.icon-navi {
    display: none;
}

.img-sim-input svg {
    color: #A7A1B5;
}

input:focus + .search-icon > svg,
input:focus + .div-block-16 > .img-sim-input > svg,
popup-input-column:focus + .div-block-16 > .img-sim-input > svg,
.text-field-3:focus + .div-block-16 > .img-sim-input {
    color: #8a68f2;
}

input::placeholder + .div-block-16 > .img-sim-input > svg,
.popup-input-column::placeholder + .div-block-16 > .img-sim-input > svg,
.img-sim-input {
    color: #A7A1B5;
}

/*arrow style*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.two_chars {
    font-family: monospace;
    width: 2ch;
    overflow: hidden;
    white-space: nowrap;
}
/*home*/
.section-home-page {
    padding-top: 20px;
}
/*---------------slide------------------*/
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;
}


/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.div-iconig-logo img {
    height: 30px;
}

.bg-canwithdraw {
    background-color: #fff;
}

.main-page {
    max-width: 100vw;
}

.d-none {
    display: none;
}

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.h-100 {
    height: 100%;
}

.div-modal {
}

.grid-4 {
    width: 100%;
}

.div-block-24 {
    min-height: 80vh;
    padding-top: 20px;
    /* padding-right: 20px;*/
}

._w-dt-cardgame {
    justify-content: flex-start;
    margin-top: 0px;
}

.section-banner .w-container {
    margin: 0;
}

.logo-game-pvd {
    margin-top: 0px;
}

.txt-anncc {
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn-shadow-primary:after {
    content: '';
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    z-index: -2;
    border-radius: 30px;
    background: #65E9DC;
}

.btn-shadow-primary:hover {
    cursor: pointer;
    background: linear-gradient(to right, #00BCAA 0%, #86FFF3 100%);
}

.btn-shadow-sec:after {
    content: '';
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    z-index: -2;
    border-radius: 30px;
    background: #8A68F2;
}

.btn-shadow-sec:hover {
    cursor: pointer;
    background: linear-gradient(to right, #704DED 0%, #B18EFE 100%);
}

.loader-1 {
    width: 28px;
    height: 28px;
    border: 4px solid #B18EFE;
    border-bottom-color: #704DED;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

.loader-2 {
    width: 18px;
    height: 18px;
    border: 3px solid #a080e7;
    border-bottom-color: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

.refresh-loading {
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}
/* keyFrames */
@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

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

    100% {
        transform: rotate(360deg);
    }
}


.menu-active div.txt-type {
    color: white;
}

.menu-active div.txt-type-count {
    color: white;
}

.tabs-content {
    width: 100% !important;
}

.b-checked {
    border: 2px solid #8A68F2 !important;
}

.b-f-checked {
    border: 1px solid #8A68F2 !important;
}

    .b-f-checked span.text-check-2 {
        color: #8A68F2 !important;
    }

.selected {
    background-color: #65E9DC !important;
}

/*---------- Res tab ---------------*/
.tab-slot.w--current {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.tab-sport.w--current {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.tab-fishing.w--current {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.tab-poker.w--current {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.b-cf-body {
    background: linear-gradient(#f3eff9, #f3eff9) padding-box, linear-gradient(180deg, #b18efe, #704ded) border-box;
    border: 1px solid transparent;
    border-radius: 5px;
}

._w-div-cf-1 {
    padding: 0 15px 15px 15px;
}

.circle-prog {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
}

.progress {
    position: relative;
    float: left;
    text-align: center;
}

.baroverflow { /* Wraps the rotating .bar */
    position: relative;
    overflow: hidden;
    width: 220px;
    height: 110px;
}

.txt-proc-2 {
    display: flex;
    align-items: center;
}

    .txt-proc-2 .d-flex:first-child {
        height: 16px;
        width: 16px;
        margin-right: 5px;
    }

.cf-detail-content > ul,
.cf-detail-content > ol {
    padding-left: 20px !important;
}

.bgbar {
    background-color: #65E9DC;
}

.bgbarmin {
    background-color: #8A68F2;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 40px solid #ffffff;
    border-bottom-color: #65E9DC;
    border-right-color: #65E9DC;
}

.bar-text {
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
}

.os-turnover {
    width: 16.5%;
    background-color: #8A68F2;
    border-radius: 46px;
}

.circle-progmin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.progressmin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    position: relative;
    float: left;
    text-align: center;
}

.baroverflowmin { /* Wraps the rotating .bar */
    position: relative;
    overflow: hidden;
    width: 340px;
    height: 170px;
}

.barmin {
    position: absolute;
    top: 0;
    left: 0;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 40px solid #ffffff;
    border-bottom-color: #8A68F2;
    border-right-color: #8A68F2;
}

.barmin-text {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    font-weight: 600;
    font-size: 20px;
}

.threegrid {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 6px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.btn-turnsuccess {
    background-image: none;
    background-color: #1ACA00 !important;
}

    .btn-turnsuccess:hover {
        background-image: none !important;
        background-color: #159902 !important;
        border: 1px solid #159902;
    }

.icon-plus.spin {
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    /* transform: rotate(3deg); */
    /* transform: rotate(0.3rad);/ */
    /* transform: rotate(3grad); */
    /* transform: rotate(.03turn);  */
}

.image-47.spin {
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    /* transform: rotate(3deg); */
    /* transform: rotate(0.3rad);/ */
    /* transform: rotate(3grad); */
    /* transform: rotate(.03turn);  */
}

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

    to {
        transform: rotate(360deg);
    }
}
/*--------------- new login ---------------*/

.str-n-login {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    overflow: auto;
    width: auto;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(22, 22, 22, 0.8);
    opacity: 1;
}

.b-n-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f3eff9;
}

.tab-n-login {
    width: 400px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.txt-fil-opt {
    font-size: 13px;
    color: #8a68f2;
    font-weight: 300;
}

.ml-8 {
    margin-left: 8px;
}

.txt-gamename {
    max-width: 100%;
    color: #000;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
}

.img-prov {
    position: static;
    padding: 0px;
    max-height: 40px;
}

._w-game-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-wrap: anywhere;
}

.form-search-game-filter {
    position: relative;
}

    .form-search-game-filter .search-icon-clear {
        right: -3px;
        visibility: hidden;
    }
/*---------------Profile Rank----------------*/
._w-pf-number {
    width: 100%;
    max-width: 100%;
}

.grid-rank {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    width: 100%;
    max-width: 100%;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.grid-rank-user {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.grid-rank-icon {
    height: 56px;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.grid-rank-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .grid-rank-inner span:nth-child(1) {
    }

    .grid-rank-inner span:nth-child(2) {
        display: flex;
        justify-content: flex-end;
        color: #8260F2;
        cursor: pointer;
    }

        .grid-rank-inner span:nth-child(2):hover {
            font-weight: 500;
        }

.ribbon-arrow {
    color: #fff;
}

.ribbon-arrow {
    display: flex;
    --r: 1em;
    margin-left: 20px;
    padding: 4px 0 4px 36px;
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, calc(100% - var(--r)) calc(100% - .0em), 100% 50%, calc(100% - var(--r)) .0em);
    width: 164px;
    max-width: 100%;
    flex-direction: column;
}
    .ribbon-arrow span:nth-child(1) {
        font-size:14px;
    }

    .ribbon-arrow span:nth-child(2) {
        font-size: 16px;
    }
    .ribbon-arrow.newmember, .ranking-tag.newmember {
        background: linear-gradient(90deg, #298368 19.25%, #4EE19B 93.43%);
        border-box;
    }
        .ribbon-arrow.newmember span:nth-child(1), .ranking-tag.newmember {
            color: #8EFFF4;
        }
    .ribbon-arrow.bronze, .ranking-tag.bronze {
        background: linear-gradient(90deg, #762018 19.16%, #F3AA6A 92.99%);
        border-box;
    }
        .ribbon-arrow.bronze span:nth-child(1), .ranking-tag.bronze {
            color: #FFDA8C;
        }
    .ribbon-arrow.silver, .ranking-tag.silver {
        background: linear-gradient(90deg, #5A6F79 19.34%, #A2B6C9 93.87%);
        border-box;
    }
        .ribbon-arrow.silver span:nth-child(1), .ranking-tag.silver {
            color: #BFD4D9;
        }
    .ribbon-arrow.gold, .ranking-tag.gold {
        background: linear-gradient(90deg, #CC6D3F 18.89%, #F9C12A 91.71%);
        border-box;
    }
        .ribbon-arrow.gold span:nth-child(1), .ranking-tag.gold {
            color: #FFDA8C;
        }
    .ribbon-arrow.platinum, .ranking-tag.platinum {
        background: linear-gradient(90deg, #443FAB 18.89%, #8A4ADF 91.71%);
        border-box;
    }
        .ribbon-arrow.platinum span:nth-child(1), .ranking-tag.platinum {
            color: #EC9FFF;
        }

@media screen and (max-width: 767px) {
    ._w-profile-more {
        position: fixed;
        height: 100%;
        max-width: 90%;
    }

    .ribbon-arrow {
        width: 156px;
    }
}

@media screen and (max-width: 445px) {
    .grid-rank {
        font-size: 12px;
        column-gap: 8px;
    }
    .ribbon-arrow span:nth-child(1) {
        font-size: 12px;
    }

    .ribbon-arrow span:nth-child(2) {
        font-size: 14px;
    }
}

@media screen and (max-width: 420px) {
    .grid-rank-icon {
        height: 48px;
    }
    .grid-rank > .position-relative.m-auto {
        margin: auto 0;
    }
    .ribbon-arrow {
        width: 100%;
        padding: 4px 0 4px 26px;
    }
}

@media screen and (max-width: 374px) {
    .grid-rank {
        grid-template-columns: 1fr;
        max-width: 100%;
        width: 100%;
    }

    .ribbon-arrow {
        margin-left: 16px;
        padding: 4px 0 4px 32px;
        width: calc(100% - 16px);
    }

    .grid-rank-inner {
        padding-top: 12px;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }
}
/*----------------card------------------*/
.game-slider-header {
    margin-bottom: 0px;
}

.game-img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 10px;
    aspect-ratio: 1 / 1;
    background: transparent url('../images/Game-logos/profile-game.webp');
    background-size: contain;
}

.game-result-custom {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.slide-game, .slide-game-cus, .div-show-game-cus, .div-show-game-cus, .game-result-custom {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.card-game {
    padding: 8px;
}

.card-game-pvd {
    margin: 4px;
}

    .card-game:hover .game-img, .card-game-last:hover .img-last-launch,
    .card-game:active .game-img, .card-game-last:active .img-last-launch,
    .card-game-pvd:hover, card-game-pvd:active,
    .pvd-cardgame:hover .tile__details {
        transform: scale(1.02);
        transition: transform .25s, visibility .25s ease-in;
        box-shadow: 0 0 6px #8A68F2;
    }

.wrap-img-game {
    position: relative;
}
/*----------------ribbon--------------------*/
.ribbon {
    position: absolute;
    left: -6px;
    top: -6px;
    z-index: 1;
    overflow: hidden;
    width: 77px;
    height: 77px;
    text-align: right;
}

    .ribbon span {
        font-size: 12px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: flex;
        background: #F70505;
        background: linear-gradient(#F70505 0%, #8F0808 100%);
        box-shadow: 0 3px 10px -5px rgb(0 0 0);
        position: absolute;
        top: 20px;
        left: -20px;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

        .ribbon span img {
            width: 13px;
            margin-bottom: 2px;
        }

        .ribbon span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #8F0808;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F0808;
        }

        .ribbon span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #8F0808;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F0808;
        }

.close-pvd {
    font-weight: 500 !important;
}

.tile__details, .tile__details_more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    font-size: 10px;
    opacity: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
    transition: 250ms opacity;
    border-radius: 10px;
}

    .tile__details_more:after,
    .tile__details_more:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .tile__details_more:after {
        content: 'เพิ่มเติม';
        color: #fff;
        font-family: 'Kanit';
        font-size: 16px;
        text-align: center;
    }

    .tile__details_more:before {
        content: '';
        width: 60px;
        height: 20px;
        text-align: center;
        background-color: rgb(255 255 255 / 30%);
        border: 1px solid #fff;
        padding: 5px 10px;
        border-radius: 5px;
        backdrop-filter: blur(5px) saturate(100%);
        -webkit-backdrop-filter: blur(5px) saturate(100%);
        -webkit-font-smoothing: subpixel-antialiased;
    }

    .tile__details:after, .tile__details:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .tile__details:after {
        width: 70px;
        height: 70px;
        transform: translate(-50%, -50%);
        border: 3px solid #ecf0f1;
        text-align: center;
        border-radius: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 1;
    }

    .tile__details:before {
        content: "";
        background: url('../images/icon-play.svg') no-repeat 0 0;
        background-size: 100%;
        height: 40px;
        width: 40px;
        transform: translate(-40%, -50%);
        font-size: 40px;
        color: #ffffff;
        z-index: 2;
    }

.pvd-cardgame:hover .tile__details,
.card-game-pvd:hover .tile__details_more,
.card-game-pvd:hover .tile__details {
    opacity: 1;
}

    .pvd-cardgame:hover .tile__details:after,
    .card-game-pvd .tile__details_more:after,
    .card-game-pvd:hover .tile__details {
        z-index: 1;
    }

    .pvd-cardgame:hover .tile__details:before,
    .card-game-pvd:hover .tile__details {
        z-index: 2;
    }


.txt-game-header {
    margin-left: 8px;
}

.card-game-last {
    padding: 8px;
}

    .card-game-last > .img-frame {
        padding: 8px;
    }

.card-game-search {
    display: flex;
    flex-direction: row;
    text-decoration: none;
}

    .card-game-search:hover {
        background-color: #f3eff988;
    }

        .card-game-search:hover .game-img {
            box-shadow: none;
            filter: none;
        }

    .card-game-search > * {
        flex: 4;
        align-self: center;
    }

    .card-game-search .game-detail {
        flex: 5;
        padding: 8px;
    }

    .card-game-search .txt-gamename {
        margin-bottom: 8px;
    }

.txt-search-game-notfound {
    display: none;
}


.game-iframe-full-screen {
    width: 100%;
    height: calc(100% - 25px);
}

.popup-confirmverify-success {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    padding: 35px 20px;
    text-align: center;
}


.radio-button-label {
    display: block;
    width: 48px;
    height: 48px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: 64px;
}

    .radio-button-label.label-ktc {
        background-image: url('../images/Bank/ธ.กรุงศรีฯ(96px).webp');
        background-position: 0px 0px;
        background-size: auto 48px;
    }

    .radio-button-label.label-kbank {
        background-image: url('../images/Bank/ธ.กสิกร(96px).webp');
        background-position: 50% 50%;
        background-size: auto 48px;
    }

    .radio-button-label.label-bbl {
        background-image: url('../images/Bank/ธ.กรุงเทพ(96px).webp');
        background-size: auto 48px;
    }

    .radio-button-label.label-scb {
        background-image: url('../images/Bank/ธ.ไทยพาณิชย์(96px).webp');
        background-size: auto 48px;
    }

    .radio-button-label.label-ktb {
        background-image: url('../images/Bank/ธ.กรุงไทย(96px).webp');
        background-size: auto 48px;
    }

    .radio-button-label.label-gsb {
        background-image: url('../images/Bank/ธ.ออมสิน(96px).webp');
        background-size: auto 48px;
    }

    .radio-button-label.label-ttb {
        background-image: url('../images/Bank/ธ.ทีเอมบี(96px).webp');
        background-size: auto 48px;
    }

    .radio-button-label.label-buob {
        background-image: url('../images/Bank/ธ.ยูโอบี(96px).webp');
        background-size: auto 48px;
    }

    .radio-button-label.label-bcimb {
        background-image: url('../images/Bank/ธ.ซีไอเอ็มบี(96px).webp');
        background-size: auto 48px;
    }

    .radio-button-label.label-bibank {
        background-image: url('../images/Bank/ธ.อิสลาม(96px).webp');
        background-size: auto 48px;
    }

    .radio-button-label.label-blhbank {
        background-image: url('../images/Bank/ธ.แลนด์แอนด์เฮ้าส์(96px).webp');
        background-size: auto 48px;
    }

    .radio-button-label.label-bbaac {
        background-image: url('../images/Bank/ธ.ก.ส.(96px).webp');
        background-size: auto 48px;
    }

    .radio-button-label.label-bkkp {
        background-image: url('../images/Bank/ธ.เกียรตินาคินภัทร(96px).webp');
        background-size: auto 48px;
    }

    .radio-button-label.label-bmzh {
        background-image: url('../images/Bank/ธ.มิซูโฮ(96px).webp');
        background-size: auto 48px;
    }

    .radio-button-label.label-bnbank {
        background-image: url('../images/Bank/ธ.ธนชาติ(96px).webp');
        background-size: auto 48px;
    }

    .radio-button-label.label-truewallet {
        background-image: url('../images/Bank/ทรูวอลเล็ต(96px).webp');
        background-size: auto 48px;
    }



.img-ratio-1-1 {
    aspect-ratio: 1/1;
}


.btn-loading {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: fill;
    object-fit: fill;
    margin-top: 20px;
}

.loader-spinner {
    position: absolute;
    display: inline;
    margin-top: 5px;
}

.btn-register-2 {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
    background-image: linear-gradient(180deg, #b18efe, #704ded);
    color: #fff;
    font-size: 16px;
    opacity: 0.7;
    pointer-events: none;
}

.showprofile {
    display: block;
}

.image-pf {
    max-height: 120px;
}

.img-pf {
    height: 32px;
}

.txt-nemberphone {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 400;
}

.txt-center {
    text-align: center;
}
/*.search-result-custom {
    display: none;
}
.search-text-custom:focus-within + .search-result-custom {
    display: block;
}

.search-result-custom:focus-within {
    display: block;
}*/
.txt-history {
    color: #8A68F2;
}

.btn-loading-2 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: fill;
    object-fit: fill;
}

.icone-more-2 {
    padding: 5px;
}

._w-annc {
    padding-top: 7px !important;
    padding-bottom: 5px !important;
}

.section-banner {
    padding-top: 15px !important;
    padding-bottom: 0px !important;
}

.div-game-space-24 {
    min-height: 0px !important;
}


/*catmenu*/
.cat-game .catagories-desktop-mobile .list.nav.nav-tabs {
    height: calc(100vh - 125px);
    overflow: auto;
}

    .cat-game .catagories-desktop-mobile .list.nav.nav-tabs::-webkit-scrollbar {
        display: none;
    }


/* Hide scrollbar for IE, Edge and Firefox */
.cat-game .catagories-desktop-mobile .list.nav.nav-tabs {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
/*register--login*/
.popup-otp {
    min-height: 50px;
}

#otp-form > input {
    text-align: center;
}

input {
    border-width: 0.5px;
    border-color: transparent;
}

    input:focus {
        border-width: 0.5px;
        border-color: #8a68f2;
        box-shadow: 0 0 8px 0 rgb(138 104 242 / 30%);
    }


a.a-disable {
    pointer-events: none;
    background: none;
}

    a.a-disable > .bg-popup-fill {
        background-image: none;
        background-color: #A7A1B5;
        border: none;
    }

a.a-loading {
    pointer-events: none;
}

#dept-amount.text-field {
    background-color: white;
    border-width: 0.5px;
    border-color: #8a68f2;
    box-shadow: 0 0 8px 0 rgb(138 104 242 / 30%);
}


.m-cursor {
    cursor: pointer;
}

.redinput {
    background-color: #FFFFFF !important;
    border: 0.5px solid #FF0000;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px #FF0000;
}

#txt-pf-bal {
    transition: transform 0.3s;
}

    #txt-pf-bal.rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.w-layout-grid.grid {
    min-height: calc(100vh - 200px);
}

.select-bank .radio-button-field:hover .radio-button-label, .select-bank .radio-button-field:active .radio-button-label {
    filter: drop-shadow(0 0 4px #8a68f2) brightness(1.2);
}

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

.btn-horizontal-promotion-loading {
    justify-content: center;
}

/*#region lost connection*/
.my-reconnect-modal-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .my-reconnect-modal-2.components-reconnect-hide {
        display: none;
    }

    .my-reconnect-modal-2 > div {
        position: static;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: auto;
        z-index: 10000;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: flex;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: flex;
}

.components-reconnect-refused > div {
    display: none;
}

.components-reconnect-refused > .refused {
    display: flex;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: flex;
}

.data-row-value {
    word-break: break-all;
}
/*#endreion lost connection*/


.wdiv-launching {
    background-color: transparent;
    padding-top: 10px;
    z-index: 9999;
}

.game-root {
    width: 100vw;
    height: 100vh;
}

.game-iframe-full-screen {
    width: 100vw;
    height: auto;
    padding-bottom: 25px;
}


/*-------------cardbanner-----------*/
.section-bannerpro {
    max-width: 100%;
}

.mud-carousel.mud-width-full {
    max-width: 100%;
    margin: auto !important;
}

    .mud-carousel.mud-width-full.skeleton {
        background: #eee;
        background: linear-gradient(110deg, rgb(236 236 236 / 50%) 8%, rgb(245 245 245 / 50%) 18%, rgb(236 236 236 / 50%) 33%);
        background-size: 200% 100%;
        animation: 1.5s shine linear infinite;
    }

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

.txt-box-1 {
    position: absolute;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 0px 10px 5px 5px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #65e9dc;
    box-shadow: 0 0 2px 2px rgb(0 0 0 / 5%);
}

    .txt-box-1 .image-40 {
        height: 26px;
    }

    .txt-box-1 .txt-active-1 {
        padding-left: 5px;
        font-size: 18px;
        height: 20px;
    }

.act-promotion .txt-box-1 .image-40 {
    height: 24px;
}

.act-promotion .txt-box-1 .txt-active-1 {
    font-size: 14px;
    height: 18px;
}

.mud-width-full {
    border-radius: 16px;
    max-height: 100%;
    aspect-ratio: 2.5/1;
}

.card-image {
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
}

    .card-image .imgbanner {
        height: 100%;
        /* height: auto; */
        width: 100%;
        object-fit: cover;
        border-radius: 16px;
    }

.img-bgbanner {
    object-fit: cover;
    height: 150%;
    width: 100%;
    z-index: 0;
    position: absolute;
    opacity: 0.5;
}

.div-bgbanner {
    height: 100%;
    width: 100%;
    backdrop-filter: blur(10px);
    position: absolute;
    z-index: 0;
}

.mud-width-full button .mud-icon-size-medium,
.mud-width-full button .mud-icon-size-medium {
    font-size: 1rem !important;
}

.mud-width-full button[aria-label="Go to previous"] .mud-icon-size-medium,
.mud-width-full button[aria-label="Go to next"] .mud-icon-size-medium {
    font-size: 3.5rem !important;
}

.mud-width-full button[aria-label="Go to previous"] .mud-icon-button-label,
.mud-width-full button[aria-label="Go to next"] .mud-icon-button-label {
    opacity: 0 !important;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.mud-width-full:hover button[aria-label="Go to previous"] .mud-icon-button-label,
.mud-width-full:hover button[aria-label="Go to next"] .mud-icon-button-label {
    opacity: 1 !important;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.mud-icon-button[aria-label="Go to next"] {
    padding-right: 10px;
}

.mud-icon-button-label {
    background: #fff;
    border-radius: 50%;
}

.mud-icon-button {
    padding: 10px 0px 15px 10px;
}
/*--------------------------------------------*/
.div-game-more .txt-game-header {
    justify-content: center;
    text-decoration: underline;
    color: #8a68f2;
    padding: 30px 0;
    font-size: 16px;
}

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

.txt-copy {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

.back-dept {
    color: #fff;
    padding: 15px 0 0 25px;
}
/*-------------start slip deposit-------------*/
.popup-sub-title {
    text-align: center;
}

.selectbank {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 20px 0;
}

    .selectbank .btn-bank {
        width: 100%;
        text-align: center;
        background: #FFFFFF;
        border: 1px solid #F3EFF9;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
    }

        .selectbank .btn-bank:hover {
            border: 1px solid rgba(138, 104, 242, 0.55);
        }

            .selectbank .btn-bank:hover p {
                background: rgba(138, 104, 242, 0.35);
            }

        .selectbank .btn-bank div {
            padding: 10px;
            text-align: center;
        }

            .selectbank .btn-bank div img {
                height: 28px;
                padding: 0;
                margin: 0;
            }

        .selectbank .btn-bank p {
            background: rgba(138, 104, 242, 0.05);
            margin-bottom: 0;
            padding: 8px 0;
            border-radius: 0 0 10px 10px;
            font-weight: 500;
        }

.selectbtnvalue {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 10px 0 30px 0;
}

.n-short-btn {
    width: 80%;
    margin: auto;
}

.selectbtnvalue > button {
    border: 1px solid #8A68F2;
    border-radius: 5px;
    color: #8A68F2;
    padding: 8px 0;
}

.input-val-w > input.w-input {
    margin-top: 15px;
    box-shadow: 0px 0px 8px #8A68F2;
}

.selectbtnvalue > button:hover {
    box-shadow: 0px 0px 8px #8A68F2;
}

.text-w-bank {
    color: #736B6B;
}

.processing-2 {
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-slip {
    height: 20px;
    margin: 5px 5px 0 0;
}

.txt-browes-img {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
}

.modal-Slip {
    position: relative;
    z-index: 12;
    overflow: visible;
    padding: 3px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

.dropper-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 11;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.drop-slip {
    background-color: rgb(0 0 0 / 70%);
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 11;
    position: absolute;
    border-radius: 10px;
    display: none;
}

.Add-Slip {
    width: 450px;
    height: auto;
    background-image: none !important;
    transform-style: preserve-3d;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.str-w-head {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 20px !important;
}

.img-w-bank {
    height: 20px;
    margin-right: 10px;
}

.show-status {
    padding: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}

.text-block-35 {
    padding: 40px 20px 20px 20px;
}

.section-popup-slip {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 11;
    display: none;
    overflow: auto;
    width: 450px;
    margin: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

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

@keyframes Width_animation {
    from {
        width: 0px;
    }
}

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

    .deptdialog-slip .bank-detail {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .deptdialog-slip .bank-detail img {
            height: 7rem;
        }

.txt-slip-try {
    color: #8a68f2;
    font-size: 16px;
    cursor: pointer;
    font-weight: 300;
    padding-left: 5px;
    margin-bottom: 0px;
}

    .txt-slip-try img {
        margin-left: 10px;
    }

.str-bottom .t-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: baseline;
}

.text-slip-error {
    font-size: 14px;
    color: #FFFFFF;
}

.slip-box-success {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    border-radius: 20px;
    height: auto;
    width: auto;
    font-family: Sarabun, sans-serif;
}

.txt-slip-1 {
    font-size: 12px;
    font-weight: 300;
}

.txt-slip-2 {
    font-size: 20px;
    font-weight: 500;
}

.txt-slip-date {
    font-size: 12px;
    font-weight: 300;
    color: #736B6B;
}

.slip-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    border-radius: 20px;
    height: auto;
    width: auto;
}

    .slip-box.fail {
        margin-bottom: 20px;
        border: 2px solid #b60808;
        background-image: linear-gradient(180deg, #D23F3F, #B60808 100%, #fdfcff);
    }

    .slip-box.success {
        border: none;
        background-color: #ffffff;
    }

.logoslip {
    color: #8a68f2;
}

.slip-box-input, .choose-file {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.choose-file {
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 0.1px;
    z-index: -1;
}

    /* Style both input field and label */
    .choose-file + .upload-file {
        background: linear-gradient(180deg, #B18EFE 0%, #704DED 100%);
        border-radius: 10px;
        box-sizing: border-box;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        align-items: center;
        font-weight: 400;
        padding: 5px 30px;
        cursor: pointer;
    }

        .choose-file + .upload-file img {
            height: 30px;
            padding: 5px;
        }

        .choose-file:focus + .upload-file,
        .choose-file + .upload-file:hover {
            background: linear-gradient(180deg, #704DED 0%, #B18EFE 100%);
        }

.btn-remove {
    background-color: transparent;
}

/* This appears after a file is chosen. */
.head-modal-dept {
    margin-bottom: 20px;
    padding: 0 20px;
}


.choose-file:valid + .upload-file::before {
    content: "1 file chosen";
}

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

.b-bank {
    padding-left: 2px;
}

.btn-bank {
    margin-left: auto;
    margin-right: auto;
}

.txt-filename {
    width: 100%;
    overflow-wrap: anywhere;
}

.b-bank.active-b-bank {
    padding-bottom: 0px;
}

    .b-bank > .b-bank-1 .text-w-bank:hover,
    .b-wallet > .b-bank-1 .text-w-bank:hover,
    .b-bank.active-b-bank .b-bank-1 .text-w-bank,
    .b-wallet.active-b-bank > .b-bank-1 .text-w-bank {
        cursor: pointer;
        color: #8A68F2 !important;
    }

.b-bank, .b-wallet {
    display: flex;
    flex-direction: column;
}

.text-w-bank {
    font-family: Kanit;
}

.b-bank:hover,
.b-wallet:hover {
    border-bottom: 4px solid #8a68f2;
}

.b-bank:hover, .b-bank:focus, .b-wallet:hover, .b-wallet:focus, .active-b-bank.b-bank, .active-b-bank.b-wallet {
    /* background-color: rgb(138 104 242 / 10%);
    border: 1px solid #8A68F2;*/
    cursor: pointer;
}

/*-------------end slip deposit-------------*/

.section-register {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f3eff9;
}

.div-register {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 430px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.text-block-41 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #8a68f2;
    font-size: 24px;
    font-weight: 600;
}

.image-52 {
    max-width: 280px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.text-field-6 {
    height: 50px;
    padding: 10px 20px 10px 45px;
    border: 1px none #000;
    border-radius: 85px;
    font-size: 16px;
}

.regis-web {
    width: 85%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.text-block-42 {
    margin-top: 20px;
    color: #a7a1b5;
    text-align: center;
}

.text-span-7 {
    color: #8a68f2;
    text-decoration: none;
}

.link-6 {
    text-decoration: none;
}

.submit-button {
    width: 100%;
    height: 48px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px none #000;
    border-radius: 5px;
    background-color: #8a68f2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
    background-image: linear-gradient(180deg, #b18efe, #704ded);
    font-size: 16px;
}

.text-block-43 {
    margin-top: 20px;
    color: #251e39;
    font-size: 16px;
    text-align: center;
}

.text-span-8 {
    color: #8a68f2;
    font-weight: 400;
    text-decoration: underline;
}

.link-7 {
    text-decoration: none;
}

.footer-web {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 130px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: transparent;
}

.div-foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 90px;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #251e39;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.div-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-span-9 {
    color: #65e9dc;
    text-decoration: underline;
}

.link-8 {
    text-decoration: underline;
}

.text-span-10 {
    color: #65e9dc;
    text-decoration: underline;
}

.link-9 {
    text-decoration: none;
}

.div-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 430px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

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

.text-span-11 {
    color: #8a68f2;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

.link-10 {
    text-decoration: none;
}

.input-regis {
    position: relative;
}

    .input-regis .text-field-6 {
        border: 1px solid transparent;
    }

.footer-2 a:hover {
    color: #8a68f2;
}

.inv-space {
    margin-left: 16px;
    border-left: 1px solid rgb(255 255 255 / 30%);
    padding-left: 16px;
    display: inline-block;
}
/*-----------promotion--------------*/
#w-node-_1f9a64e8-c1e3-95eb-dcdb-e67159f94103-b073ffc0 {
    -ms-grid-column-align: stretch !important;
    justify-self: stretch !important;
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    /* align-self: auto; */
}

.cf-modal.promotioncontent {
    width: 500px;
    overflow-wrap: break-word;
}

    .cf-modal.promotioncontent > .procontent {
        width: 100%;
        overflow: auto;
    }

    .cf-modal.promotioncontent .procontent .div-cf-1 .b-header .cf-header > a.link-block-5 {
        display: flex;
    }
/*---------modal menu-----------*/
.modal-menu {
    padding-top: 20px;
}

    .modal-menu .popup-title {
        margin-top: 10px;
    }

.menu-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-row-gap: 16px;
    padding: 20px 20px 40px 20px;
}

.grid-menu {
    cursor: pointer;
}

    .grid-menu img {
        height: 56px;
    }
/*---------rebase refer cashback-----------*/
.bd-grad--re {
    width: 500px;
    max-width: 100%;
}

.w-g-detail {
    min-height: 220px;
}

.g-detail:first-child .txt-re-periods,
.g-detail:first-child .block-btn {
    border-top: 1px solid #a7a1b5;
}

.act-promotion {
    height: 100%;
    max-height: 100%;
}

.link-promo {
    height: 100%;
    width: 100%;
}

.credit-close {
    padding-bottom: 30px;
    padding-top: 20px;
}

.text-danger {
    color: #FF0909;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.game-img-pvd {
    border-radius: 10px;
}

.text-cut {
    display: -webkit-box;
    max-width: 100%;
    height: 36px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.txt-bank {
    padding-top: 5px;
    padding-bottom: 20px;
    color: #a7a1b5;
    font-size: 14px;
}

.img-line-2 {
    height: 30px;
}

.ml-5 {
    margin-left: 5px;
}

.card-game {
    padding: 0;
}

.pvd-cardgame, .slide-game-cus, .div-show-game-cus, .div-show-game-cus, .game-result-custom {
    padding: 4px;
}
/*---------Inbox-----------*/
.popup-inbox {
    padding: 0 20px 20px 20px;
}

    .popup-inbox .w-g-detail {
        border-top: 1px solid #f3eff9 !important;
    }

.delete-msgs {
    display: flex;
    justify-content: flex-end;
    padding: 0 16px 8px 0;
}

    .delete-msgs > a {
        color: #8a68f2;
        font-size: 16px;
        display: flex;
        align-items: center;
    }

        .delete-msgs > a:hover {
            text-decoration: underline;
        }

        .delete-msgs > a svg {
            height: 18px;
        }

    .delete-msgs + .w-g-detail {
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        row-gap: 12px;
    }

        .delete-msgs + .w-g-detail .g-detail:first-child {
            margin-top: 12px;
        }

        .delete-msgs + .w-g-detail .g-detail {
            padding: 20px 16px;
            background: #FFFFFF;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
            border-radius: 6px;
        }

            .delete-msgs + .w-g-detail .g-detail > div:nth-child(1) {
                display: flex;
                align-items: center;
            }

            .delete-msgs + .w-g-detail .g-detail > div:nth-child(2) {
                text-align: end;
            }
/*---------Luanching-----------*/
.game-load-frame {
    background: url(../images/ICONIG-gamepreviewloading-desktop.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.img-logo {
    height: 125px;
}

.game-root, .bg-game-launching, .game-iframe, #nolimit-game-target, .game-screen {
    background-image: none;
    background-color: #000;
}


.block-btn.border-cb, .txt-re-periods.border-cb {
    border-bottom: 1px solid #f3eff9 !important;
}

.g-detail:first-child .block-btn.border-cb, .g-detail:first-child .txt-re-periods.border-cb {
    border-top: 1px solid #f3eff9 !important;
}

.t-search {
    color: #000 !important;
}

.t-result {
    color: #a7a1b5 !important;
}

.str-hot {
    position: relative;
}

.lable-hot {
    position: absolute;
    z-index: 1;
    margin-bottom: 0px;
    top: 10px;
    left: 10px;
}

.card-hot {
    width: auto;
    height: auto;
    padding: 2px 8px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    font-weight: 500;
    color: #fff;
}

    .card-hot::after {
        filter: blur(2px);
    }

    .card-hot::before, .card-hot::after {
        content: '';
        position: absolute;
        left: -2px;
        top: -2px;
        border-radius: 5px;
        background: linear-gradient(45deg, #eb080f, #704ded, #eb080f);
        background-size: 400% 400%;
        animation: gradient 5s ease infinite;
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        z-index: -1;
    }

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/*circle*/
@property --pie {
    syntax: '<number>';
    inherits: true;
    initial-value: 0;
}

.pie-nwd {
    --border: 10px;
    --color: #F4CF44;
    --width: 100px;
    aspect-ratio: 1;
    display: inline-grid;
    place-content: center;
    transform: rotate(180deg) scale(1);
}

    .pie-nwd::before,
    .pie-nwd::after {
        content: "";
        position: absolute;
        border-radius: 50%;
    }

    .pie-nwd::before {
        inset: 0;
        background: radial-gradient(farthest-side, var(--color) 98%, #0000) top/var(--border) var(--border) no-repeat, conic-gradient(var(--color) calc(var(--pie)*1%), #d9d9d9 0);
        -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--border)), #000 calc(100% - var(--border)));
        mask: radial-gradient(farthest-side, #0000 calc(99% - var(--border)), #000 calc(100% - var(--border)));
    }

    .pie-nwd::after {
        inset: calc(50% - var(--border)/2);
        background: var(--color);
        transform: rotate(calc(var(--pie)*3.6deg)) translateY(calc(50% - var(--width)/2));
    }

.animate {
    animation: p 1s 0.5s both;
}

.no-round::before {
    background-size: 0 0, auto;
}

.no-round::after {
    content: none;
}

@keyframes p {
    from {
        --pie: 0
    }
}

.new-popup-withdraw {
    padding-bottom: 20px;
}

.img-more {
    margin-left: 5px;
    opacity: 0.5;
    cursor: pointer;
}

.t-nwd {
    line-height: 19px;
    font-weight: 400;
}

.b-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}

.t-nwd-2 {
    color: #979292;
    font-size: 12px;
    font-weight: 300;
}

.input-link-nwd {
    height: auto;
    margin-bottom: 0px;
}

.nwd-form {
    height: auto;
}

.nwd-input {
    height: 50px;
    margin-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #8a68f2;
    border-radius: 10px;
    color: #8a68f2;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

    .nwd-input:hover {
        border-style: solid;
        box-shadow: 0 0 8px 0 #8a68f2;
    }

    .nwd-input:focus {
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 0 8px 0 #8a68f2;
    }

    .nwd-input:focus-visible {
        border-style: solid;
    }

    .nwd-input[data-wf-focus-visible] {
        border-style: solid;
    }

.b-nwd {
    padding: 15px 20px;
    border-bottom: 1px solid #f3eff9;
}

.t-head-nwd {
    margin-top: 5px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-family: Kanit, sans-serif;
    color: #8a68f2;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
}

    .t-head-nwd.mt-0 {
        margin-top: 0px;
    }

        .t-head-nwd.mt-0.cl-warning {
            color: #ff8f09;
        }

.s-nwd {
    display: block;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.btn-b-nwd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .btn-b-nwd._w-100 {
        width: 100%;
    }

        .btn-b-nwd._w-100.cf-pro {
            width: 80%;
            margin-right: auto;
            margin-left: auto;
        }

.t-nwd-s {
    margin-bottom: 5px;
    line-height: 19px;
    font-weight: 400;
}

.t-error-nwd {
    margin-top: 5px;
    font-family: Sarabun, sans-serif;
    color: red;
    font-size: 12px;
    font-weight: 300;
}

.div-nwd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-graph {
    width: 13px;
    height: 13px;
    margin-right: 5px;
    border-radius: 50px;
    background-color: #8a68f2;
}

.c-graph-default {
    width: 13px;
    height: 13px;
    margin-right: 5px;
    border-radius: 50px;
    background-color: #d9d9d9;
}

.b-graph {
    z-index: -1;
    padding: 10px 15px;
    border-radius: 10px;
    background-image: linear-gradient(122deg, rgba(255, 177, 60, 0.3), rgba(189, 240, 105, 0.3));
}

    .b-graph.b-space {
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .b-graph:hover.b-space {
        border: none;
        cursor: unset;
    }

.t-nwd-g {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

.t-nwd-g2 {
    color: rgba(80, 80, 80, 0.8);
    font-size: 10px;
    font-weight: 300;
}

.graph-bank {
    position: relative;
    width: 100%;
    height: 5px;
    border-radius: 2px;
    background-color: #d9d9d9;
}

.div-block-50 {
    position: absolute;
    height: 5px;
    border-radius: 5px;
    background-color: rgba(38, 178, 16, 0.55);
    animation: Width_animation 1s ease-out;
}

.b-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pie-nwd {
    position: relative;
    z-index: 1;
    width: 150px;
    height: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.t-pie {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85px;
    height: 85px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.nwd-input.nwd-disable {
    border-color: #f3eff9;
    background: #f3eff9;
}

.btn-bg-w.nwd-disable {
    border-color: #A7A1B5;
    background: #A7A1B5;
}

.nwd-input.nwd-disable, .btn-bg-w.nwd-disable {
    pointer-events: none;
}

.t-back {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
    color: white;
    font-weight: 300;
    font-size: 16px;
    cursor: pointer;
}

.nwd-coin {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.true-deposit-wallet.nwd-str {
    padding-right: 0px;
    padding-left: 0px;
}

.section-register-2 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 8888;
    width: 375px;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: auto;
    margin-left: auto;
    background-color: #f3eff9;
    border-radius: 20px;
}

.hidden {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
}

.burger {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    margin-right: 0px;
    background-color: var(--color-white);
}

    .burger span {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: absolute;
        margin: 0rem auto 0rem -0.75rem;
        text-indent: -999em;
        top: 50%;
        left: 50%;
        cursor: pointer;
    }

        .burger span, .burger span:before, .burger span:after {
            display: block;
            width: 24px;
            height: 5px;
            background-color: #8a68f2;
            transition: 0.3s;
            opacity: 1;
            border-radius: 5px;
        }

            .burger span:before, .burger span:after {
                position: absolute;
                content: "";
            }

            .burger span:before {
                top: -8px;
            }

            .burger span:after {
                top: 8px;
            }

.burgers {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    height: 30px;
    width: 30px;
}

/*.burger1 input:checked + span:before, .burger1 input:checked + span:after {
    top: 0px;
    margin-top: -0.5875rem;
}

.burger1 input:checked + span {
    background-color: transparent;
}

    .burger1 input:checked + span:before {
        transform: translateY(0.525rem) rotate(45deg);
    }

    .burger1 input:checked + span:after {
        transform: translateY(0.525rem) rotate(-45deg);
    }*/



.badge-noti {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background-image: url(../images/noti.webp);
    background-position: 50% 50%;
    background-size: 120%;
}

.badge-noti-pf {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background-image: url(../images/noti.webp);
    background-position: 50% 50%;
    background-size: 120%;
}

.pf-menu .text-block-20 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/*---------------------------------------------------
                    responsive
---------------------------------------------------*/
@media screen and (max-width: 991px) {
    .slide-game, .div-show-game {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

        .slide-game.big {
            -ms-grid-columns: 1fr 1fr 1fr;
            grid-template-columns: 1fr 1fr 1fr;
        }

    .game-result-custom {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .list {
        padding-top: 20px;
    }

    .drop {
        background-color: rgb(0 0 0 / 30%)
    }

    .display-desk-menu {
        display: none;
    }

    .txt-menu-2 {
        font-size: 12px;
        line-height: 12px;
    }

    .section-bannerpro {
        margin: 0px 15px 0 15px;
        background: none;
    }

    .right-menu-mobile {
        margin-left: auto;
        margin-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .txt-gamename {
        font-size: 14px;
    }

    .card-game-search > * {
        flex: 2;
        align-self: center;
    }
    /*  #w-node-b8f6cc63-dacd-cc65-70ee-2acf3f64cf15-b073ffc0 {
        -ms-grid-column: span 3;
        grid-column-start: span 3;
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
        -ms-grid-row: span 3;
        grid-row-start: span 3;
        -ms-grid-row-span: 3;
        grid-row-end: span 3;
    }*/
    .slide-game, .div-show-game {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

        .slide-game.big {
            -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr;
        }

    .game-result-custom {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .game-load-frame {
        background: url(../images/ICONIG-gamepreviewloading-mobile.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .mud-width-full button[aria-label="Go to previous"] .mud-icon-size-medium,
    .mud-width-full button[aria-label="Go to next"] .mud-icon-size-medium {
        font-size: 3rem !important;
    }

    .txt-box-1 .image-40 {
        height: 26px;
    }

    .txt-box-1 .txt-active-1 {
        font-size: 16px;
        height: 20px;
    }
}

@media screen and (max-width: 479px) {
    .tab-b-img-bank {
        height: 24px;
        width: 28px !important;
    }

    .card-game-search > * {
        flex: 3;
        align-self: center;
    }

    .slide-game, .div-show-game {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

        .slide-game.big {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        }

    .game-slider-header {
        margin-top: 0px;
    }

    .div-game-space {
        min-height: 28px;
    }

    .div-block-24 {
        padding-right: 10px;
    }

    .box {
        display: block;
        position: relative;
        min-height: 150px;
    }

    .image-53 {
        height: 85px;
        margin-bottom: 20px;
    }

    .text-block-47 {
        font-size: 14px;
    }

    .text-block-48 {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .image-51 {
        height: 18px;
    }

    .text-block-41 {
        font-size: 22px;
    }

    .image-52 {
        max-width: 190px;
    }

    .regis-web {
        width: 70%;
    }

    .text-block-42 {
        font-size: 12px;
    }

    .card-game-search .game-detail {
        padding: 4px 4px 4px 8px;
    }

    .card-game-search .txt-gamename {
        margin-bottom: 0px;
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .search-result {
        padding: 8px;
    }

    .search-research-head {
        height: 20px;
    }

    .submit-button {
        font-size: 14px;
    }

    .text-block-43 {
        font-size: 14px;
    }

    .text-span-11 {
        font-size: 14px;
    }

    .txt-game-header {
        margin-left: 12px;
        font-size: 14px;
    }

    .txt-game-navi {
        font-size: 14px;
    }

    .card-game {
        padding: 4px;
    }

    .card-game-pvd {
        margin: 4px;
    }

        .card-game:hover .game-img, .card-game-last:hover .img-last-launch, .card-game-pvd:hover,
        .card-game:active .game-img, .card-game-last:active .img-last-launch, .card-game-pvd:active {
            transform: scale(1.02);
            transition: transform .25s, visibility .25s ease-in;
            box-shadow: 0 0 4px #8a68f2;
        }

    .tile__details:after {
        width: 50px;
        height: 50px;
    }

    .tile__details:before {
        height: 20px;
        width: 20px;
    }

    .slide-game.big .tile__details_more:after {
        font-size: 14px;
    }

    .slide-game.big .tile__details_more:before {
        width: 72px;
        height: 24px;
    }

    .slide-game.slide-game-cus .tile__details_more:after {
        font-size: 12px;
    }

    .slide-game.slide-game-cus .tile__details_more:before {
        width: 48px;
        height: 16px;
    }

    .popup-data-center-submit.pd-0._w-100 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .img-promo {
        border-radius: 10px;
    }

    .referfriend-open {
        padding: 0px;
    }

    .txt-box-1 .image-40 {
        height: 20px;
    }

    .txt-box-1 .txt-active-1 {
        padding-left: 5px;
        font-size: 12px;
        height: 16px;
    }

    .act-promotion .txt-box-1 .image-40 {
        height: 20px;
    }

    .act-promotion .txt-box-1 .txt-active-1 {
        font-size: 12px;
        height: 16px;
    }

    .mud-width-full button .mud-icon-size-medium,
    .mud-width-full button .mud-icon-size-medium {
        font-size: 0.75rem !important;
    }

    .mud-width-full button[aria-label="Go to previous"] .mud-icon-size-medium,
    .mud-width-full button[aria-label="Go to next"] .mud-icon-size-medium {
        font-size: 2.5rem !important;
    }

    .mud-icon-button {
        padding: 7px 0px 10px 7px;
    }

    .delete-msgs > a {
        font-size: 14px;
    }

        .delete-msgs > a svg {
            height: 16px;
        }
}

@media screen and (max-width: 467px) {
    .t-cf-header-02 {
        margin-right: 15px;
    }
}

@media screen and (max-width: 425px) {
    .div-foot {
        font-size: 14px;
        text-align: center;
    }

    .text-block-44 {
        font-size: 12px;
        text-align: center;
    }

    .div-login {
        width: 100%;
    }

    .div-register {
        width: 100%;
    }

    .tab-n-login {
        width: 100%;
    }

    .bar {
        border: 35px solid #ffffff;
        border-bottom-color: #65E9DC;
        border-right-color: #65E9DC;
    }

    .barmin {
        border: 35px solid #ffffff;
        border-bottom-color: #8A68F2;
        border-right-color: #8A68F2;
    }

    .baroverflowmin {
        width: 260px;
        height: 130px;
    }

    .barmin {
        width: 260px;
        height: 260px;
    }

    .bar {
        width: 160px;
        height: 160px;
    }

    .baroverflow {
        width: 160px;
        height: 80px;
    }

    .barmin-text, .bar-text {
        font-size: 16px;
        top: 28px;
    }
}

@media screen and (max-width: 376px) {
    .slide-game-cus, .div-show-game-cus, .div-show-game-cus, .game-result-custom {
        grid-column-gap: 3px;
        grid-row-gap: 3px;
    }

    .footer-2 .image-5 {
        display: none;
    }

    .mud-width-full button .mud-icon-size-medium,
    .mud-width-full button .mud-icon-size-medium {
        font-size: 0.7rem !important;
    }

    .mud-width-full button[aria-label="Go to previous"] .mud-icon-size-medium,
    .mud-width-full button[aria-label="Go to next"] .mud-icon-size-medium {
        font-size: 2rem !important;
    }

    .mud-icon-button {
        padding: 5px 0px 10px 5px;
    }
}
/*--------------responsive min-----------------*/
@media screen and (min-width: 992px) {
    .slide-game, .div-show-game {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

        .slide-game.big {
            -ms-grid-columns: 1fr 1fr 1fr;
            grid-template-columns: 1fr 1fr 1fr;
        }
}


@media screen and (min-width: 1280px) {
    .w-layout-grid.grid {
        width: 100%;
        display: flex;
    }

    .menu-catagories {
    }

    .main-page {
        display: flex;
        flex-direction: column;
        width: 100vw;
    }

    .slide-game, .div-show-game {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

        .slide-game.big {
            -ms-grid-columns: 1fr 1fr 1fr 1fr;
            grid-template-columns: 1fr 1fr 1fr 1fr;
        }
}

@media screen and (min-width: 1440px) {

    .mud-carousel.mud-width-full {
        max-width: 85%;
    }
}

@media screen and (min-width: 1920px) {
    .mud-carousel.mud-width-full {
        width: 70%;
        max-width: 1920px;
    }
}

@media screen and (min-width: 2440px) {
    .inner-container-greenzone,
    .mud-carousel.mud-width-full {
        width: 70%;
        max-width: 2440px;
    }

    .slide-game, .div-show-game, .div-show-game.div-show-game-cus {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        -ms-grid-rows: auto;
    }

        .slide-game.big {
            -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        }
}

@media screen and (min-width: 3440px) {
    .inner-container-greenzone,
    .mud-carousel.mud-width-full {
        width: 70%;
        max-width: 3440px;
    }

    .slide-game, .div-show-game, .div-show-game.div-show-game-cus {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        -ms-grid-rows: auto;
    }

        .slide-game.big {
            -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        }
}

@media screen and (min-width: 4640px) {
    .section-body .container {
        max-width: 4640px;
    }
}


.block-btn.border-cb, .txt-re-periods.border-cb {
    border-bottom: 1px solid #f3eff9 !important;
}

.g-detail:first-child .block-btn.border-cb, .g-detail:first-child .txt-re-periods.border-cb {
    border-top: 1px solid #f3eff9 !important;
}

.t-search {
    color: #000 !important;
}

.t-result {
    color: #a7a1b5 !important;
}

.str-hot {
    position: relative;
}

.lable-hot {
    position: absolute;
    z-index: 1;
    margin-bottom: 0px;
    top: 10px;
    left: 10px;
}

.card-hot {
    width: auto;
    height: auto;
    padding: 2px 8px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    font-weight: 500;
    color: #fff;
}

    .card-hot::after {
        filter: blur(2px);
    }

    .card-hot::before, .card-hot::after {
        content: '';
        position: absolute;
        left: -2px;
        top: -2px;
        border-radius: 5px;
        background: linear-gradient(45deg, #eb080f, #704ded, #eb080f);
        background-size: 400% 400%;
        animation: gradient 5s ease infinite;
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        z-index: -1;
    }

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/*circle*/
@property --pie {
    syntax: '<number>';
    inherits: true;
    initial-value: 0;
}

.pie-nwd {
    --border: 10px;
    --color: #F4CF44;
    --width: 100px;
    aspect-ratio: 1;
    display: inline-grid;
    place-content: center;
    transform: rotate(180deg) scale(1);
}

    .pie-nwd::before,
    .pie-nwd::after {
        content: "";
        position: absolute;
        border-radius: 50%;
    }

    .pie-nwd::before {
        inset: 0;
        background: radial-gradient(farthest-side, var(--color) 98%, #0000) top/var(--border) var(--border) no-repeat, conic-gradient(var(--color) calc(var(--pie)*1%), #d9d9d9 0);
        -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--border)), #000 calc(100% - var(--border)));
        mask: radial-gradient(farthest-side, #0000 calc(99% - var(--border)), #000 calc(100% - var(--border)));
    }

    .pie-nwd::after {
        inset: calc(50% - var(--border)/2);
        background: var(--color);
        transform: rotate(calc(var(--pie)*3.6deg)) translateY(calc(50% - var(--width)/2));
    }

.animate {
    animation: p 1s 0.5s both;
}

.no-round::before {
    background-size: 0 0, auto;
}

.no-round::after {
    content: none;
}

@keyframes p {
    from {
        --pie: 0
    }
}

.new-popup-withdraw {
    padding-bottom: 20px;
}

.img-more {
    margin-left: 5px;
    opacity: 0.5;
    cursor: pointer;
}

.t-nwd {
    line-height: 19px;
    font-weight: 400;
}

.b-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}

.t-nwd-2 {
    color: #979292;
    font-size: 12px;
    font-weight: 300;
}

.input-link-nwd {
    height: auto;
    margin-bottom: 0px;
}

.nwd-form {
    height: auto;
}

.nwd-input {
    height: 50px;
    margin-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #8a68f2;
    border-radius: 10px;
    color: #8a68f2;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

    .nwd-input:hover {
        border-style: solid;
        box-shadow: 0 0 8px 0 #8a68f2;
    }

    .nwd-input:focus {
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 0 8px 0 #8a68f2;
    }

    .nwd-input:focus-visible {
        border-style: solid;
    }

    .nwd-input[data-wf-focus-visible] {
        border-style: solid;
    }

.b-nwd {
    padding: 15px 20px;
    border-bottom: 1px solid #f3eff9;
}

.t-head-nwd {
    margin-top: 5px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-family: Kanit, sans-serif;
    color: #8a68f2;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
}

    .t-head-nwd.mt-0 {
        margin-top: 0px;
    }

        .t-head-nwd.mt-0.cl-warning {
            color: #ff8f09;
        }

.s-nwd {
    display: block;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.btn-b-nwd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .btn-b-nwd._w-100 {
        width: 100%;
    }

        .btn-b-nwd._w-100.cf-pro {
            width: 80%;
            margin-right: auto;
            margin-left: auto;
        }

.t-nwd-s {
    margin-bottom: 5px;
    line-height: 19px;
    font-weight: 400;
}

.t-error-nwd {
    margin-top: 5px;
    font-family: Sarabun, sans-serif;
    color: red;
    font-size: 12px;
    font-weight: 300;
}

.div-nwd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-graph {
    width: 13px;
    height: 13px;
    margin-right: 5px;
    border-radius: 50px;
    background-color: #8a68f2;
}

.c-graph-default {
    width: 13px;
    height: 13px;
    margin-right: 5px;
    border-radius: 50px;
    background-color: #d9d9d9;
}

.b-graph {
    z-index: -1;
    padding: 10px 15px;
    border-radius: 10px;
    background-image: linear-gradient(122deg, rgba(255, 177, 60, 0.3), rgba(189, 240, 105, 0.3));
}

    .b-graph.b-space {
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .b-graph:hover.b-space {
        border: none;
        cursor: unset;
    }

.t-nwd-g {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

.t-nwd-g2 {
    color: rgba(80, 80, 80, 0.8);
    font-size: 10px;
    font-weight: 300;
}

.graph-bank {
    position: relative;
    width: 100%;
    height: 5px;
    border-radius: 2px;
    background-color: #d9d9d9;
}

.div-block-50 {
    position: absolute;
    height: 5px;
    border-radius: 5px;
    background-color: rgba(38, 178, 16, 0.55);
    animation: Width_animation 1s ease-out;
}

.b-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pie-nwd {
    position: relative;
    z-index: 1;
    width: 150px;
    height: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.t-pie {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85px;
    height: 85px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.nwd-input.nwd-disable {
    border-color: #f3eff9;
    background: #f3eff9;
}

.btn-bg-w.nwd-disable {
    border-color: #A7A1B5;
    background: #A7A1B5;
}

.nwd-input.nwd-disable, .btn-bg-w.nwd-disable {
    pointer-events: none;
}

.t-back {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
    color: white;
    font-weight: 300;
    font-size: 16px;
    cursor: pointer;
}

.nwd-coin {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

@keyframes Width_animation {
    from {
        width: 0px;
    }
}

.section-register-2 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 8888;
    width: 375px;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: auto;
    margin-left: auto;
    background-color: #f3eff9;
    border-radius: 20px;
}

/*------ ui tournament ------*/
.section-tournament {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.b-tnm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-tnm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #000;
}

.text-block-71 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.b-color {
    display: -ms-grid;
    display: grid;
    margin-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.t-tnm-header {
    margin-right: 10px;
    font-weight: 500;
}

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

.f-tnm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.d-tnm-form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tnm-select {
    height: 100%;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 3px;
    border-color: #cfc8e8;
    border-radius: 10px;
    font-weight: 500;
}

    .tnm-select:active {
        border-style: solid;
    }

    .tnm-select:focus {
        margin-bottom: 0px;
        border-style: solid;
        box-shadow: 0 0 3px 0 #8260f2;
    }

    .tnm-select:focus-visible {
        border-style: solid;
        box-shadow: 0 0 3px 0 #8260f2;
    }

    .tnm-select[data-wf-focus-visible] {
        border-style: solid;
        box-shadow: 0 0 3px 0 #8260f2;
    }

    .tnm-select.t-violet-01 {
        margin-bottom: 0px;
    }

.text-block-73 {
    display: none;
}

.text-block-74 {
    display: none;
}

.b-countdown-timer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid-header {
    width: 100%;
    margin-bottom: 10px;
    grid-template-rows: auto;
}

.str-grid-tnm {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
}

.t-tnm-header-tb {
    font-weight: 600;
}

.b-t-cl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-59 {
    text-align: center;
}

.b-no1-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
    /*padding-left: 30px;*/
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
}

.grid-no1-3 {
    width: 100%;
    grid-template-rows: auto;
}

.b-icon-tnm {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /*box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.25);*/
}

.div-b-tnm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.icon-crown {
    position: absolute;
    width: 40px;
}

.div-icon-tnm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.t-name-tnm {
    font-weight: 500;
}

.t-number-tnm {
    font-weight: 500;
}

.t-number-tnm-02 {
    font-weight: 400;
    opacity: 0.6;
}

.tnm-coin {
    width: 30px;
    margin-right: 5%;
    border-radius: 50%;
}

.div-coin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.t-num-coin {
    font-weight: bold;
}

.div-no1-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-rank {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-rank {
    margin-right: 5px;
}

.t-rank {
    font-size: 20px;
    line-height: 15px;
    font-weight: 500;
}

.b-no4-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
    /*padding-left: 30px;*/
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
}

.t-number-tnm-03 {
    width: 40px;
    font-weight: 500;
    text-align: center;
}

.b-no4-100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
    /*padding-left: 30px;*/
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
}

.b-icon-tnms {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.25);
    opacity: 0.25;
}

.t-number-tnm-04 {
    font-weight: 400;
    opacity: 0.6;
}

.s-number-tnm-04 {
    padding-right: 5px;
    padding-left: 10px;
}

.s-number-tnm-05 {
    padding-right: 0px;
    padding-left: 5px;
}

.div-color {
    display: none;
    margin-top: 100%;
    margin-bottom: 10%;
}

.str-my-score {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.div-my-score {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-my-score {
    position: relative;
    z-index: 1;
}

.str-grid-tnm--h {
    overflow: auto;
    width: 100%;
}

/*.div-block-60 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}*/

.b-icon-rule {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.b-btn-back {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.icon-rule {
    /*position: absolute;*/
    top: 20px;
    right: 0px;
    width: 25px;
    cursor: pointer;
}

.str-countdown {
    width: auto;
    border-radius: 15px;
}

.grid-cd {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.div-cd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.t-timer-02 {
    line-height: 12px;
}

.t-sarabun {
    font-family: sarabun, sans-serif;
}

.div-cd-02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.t-midnight-blue {
    color: #220f4d;
}

.h-tnm-r {
    font-family: Kanit, sans-serif;
    font-weight: 500;
    text-align: center;
}

    .h-tnm-r.mt-0 {
        margin-top: 0px;
    }

        .h-tnm-r.mt-0.cl-warning {
            color: #ff8f09;
        }

.t-sub-h {
    margin-bottom: 10px;
    font-weight: 500;
}

.text-block-75 {
    font-size: 12px;
    font-weight: 300;
}

.b-reward-tnm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-sub-reward {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.b-sub-reward-2 {
    width: 100%;
}

.b-img-reward {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-58 {
    position: absolute;
    padding-left: 4px;
    padding-right: 0px;
}

.div-reward {
    padding-right: 5px;
    padding-left: 5px;
}

.b-money-reward {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    box-shadow: 0 0 4px 0 #a479ff;
}

.coin-reward {
    width: 22px;
    margin-right: 5%;
    border-radius: 50%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}

.t-reward-tnm {
    font-weight: 700;
    text-align: center;
}

.coin-reward-1 {
    width: 30px;
    margin-right: 5%;
    border-radius: 50%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}

.t-reward-tnm-1 {
    font-weight: 700;
    text-align: center;
}

.b-money-reward-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    background-color: #7094cb;
}

.b-money-reward-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    background-color: #ba7e47;
}

.sub-money-reward {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
}

.div-sub-reward {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    padding: 7px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #f0f6ff;
}

.sub-reward-tnm {
    font-weight: 500;
    text-align: center;
}

.t-sub-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.t-sub-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 60px;
}

.sub-coin-reward {
    width: 22px;
    margin-right: 5px;
    border-radius: 50%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}

.grid-sub-reward {
    width: 100%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1.5fr 1fr 1fr;
    grid-template-columns: 1.5fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.btn-play {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 90px;
    background-color: #aafaff;
    box-shadow: 0 0 10px 0 #a8a6ff;
    cursor: pointer;
}

.t-play {
    font-size: 22px;
    font-weight: 500;
}

.icon-play {
    margin-right: 10px;
}

/*------ w-select Tournament ------*/
.tnm-select.w-select:focus {
    border-color: #8260f2;
    outline: 0;
}

.tnm-select.w-select {
    background-color: #ffffff;
}

.tnm-cm-select select {
    /*-webkit-appearance: auto;*/
    background-image: none;
    cursor: pointer;
    background-image: url(../images/more2.svg);
    background-position: right 12px top 15px, right 12px top 15px;
    padding-right: 50px;
}

:root {
    /*--- Color: Text ---*/
    --t-violet-01: #704ded;
    --t-violet-02: #675d8a;
    --t-violet-03: #8974d4;
    --t-violet-04: #5a4b8f;
    --t-violet-05: #8a68f2;
    --t-violet-06: #b18efe;
    --t-white-01: #fff;
    --t-black: #000;
    --t-black-02: rgba(0, 0, 0, 0.6);
    --t-light-sea-green: #03b09d;
    --t-hot-pink: #fe58a0;
    --t-dark-slate-grey: #44474b;
    --t-dark-slate-blue: #3c3457;
    --t-peru: #d6891e;
    --t-red: #eb080f;
    /*--- Color: Background ---*/
    --bg-gold: rgba(255, 197, 32, 0.25);
    --bg-antique-white: #ffefdc;
    --bg-light-cyan: #dffffd;
    --bg-alice-blue: #f0f6ff;
    --bg-misty-rose: #ffdcdc;
    --bg-misty-rose-02: #ffebea;
    --bg-white: #fff;
    --bg-white-02: hsla(0, 0%, 100%, 0);
    --bg-my-score: #c0b7fb;
    --bg-countdown: #94ddf4;
    --bg-countdown-02: #8684ff;
    --bg-violet-01: #e3dbff;
    --bg-gradient-violet: linear-gradient(180deg, #b18efe, #704ded);
}

/*--- Color: Text ---*/
.t-violet-01 {
    color: var(--t-violet-01);
}

.t-violet-02 {
    color: var(--t-violet-02);
    text-shadow: 0 0 2px rgba(72, 217, 255, 0.5);
}

.t-violet-03 {
    color: var(--t-violet-03);
}

.t-violet-04 {
    color: var(--t-violet-04);
}

.t-violet-05 {
    color: var(--t-violet-05);
}

.t-violet-06 {
    color: var(--t-violet-06);
}

.t-white-01 {
    color: var(--t-white-01);
}

.t-black {
    color: var(--t-black);
}

.t-black-02 {
    color: var(--t-black-02);
}

.t-light-sea-green {
    color: var(--t-light-sea-green);
}

.t-hot-pink {
    color: var(--t-hot-pink);
}

.t-dark-slate-grey {
    color: var(--t-dark-slate-grey);
}

.t-dark-slate-blue {
    color: var(--t-dark-slate-blue);
}

.t-peru {
    color: var(--t-peru);
}

.tnm-div-update {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20%;
}

.tnm-b-update {
    padding: 5px 10px 5px 15px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    background: rgb(112 77 237 / 5%);
}

.tnm-t-date {
    width: 130px;
    display: flex;
    justify-content: center;
}

/*--- Color: Background ---*/
.bg-antique-white {
    background-color: var(--bg-antique-white);
}

.bg-light-cyan {
    background-color: var(--bg-light-cyan);
}

.bg-misty-rose {
    background-color: var(--bg-misty-rose);
}

.bg-white {
    background-color: var(--bg-white);
}

.bg-white-02 {
    background-color: var(--bg-white-02) !important;
}

.bg-violet-01 {
    background-color: var(--bg-violet-01) !important;
}

.bg-countdown {
    border-radius: 15px;
    box-shadow: 0 0 10px 0 #c1b9dd;
}

    .bg-countdown::before, .bg-countdown::after {
        content: '';
        position: absolute;
        background-size: 400% 400% !important;
        background: linear-gradient(45deg, #eb080f, #704ded, #eb080f);
        animation: gradient 5s ease infinite;
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        top: -1.5px;
        left: -1.5px;
        border-radius: 15px;
        box-shadow: 0 0 10px 0 #c1b9dd;
    }

.bg-gradient-violet {
    background-image: linear-gradient(180deg, var(--t-violet-06), var(--t-violet-01));
}

/*--- Other ---*/
.data-null {
    width: 100%;
    height: 250px;
    background-color: #cacdd13b;
    border-radius: 10px;
    display: -webkit-inline-box;
    color: #898b87;
}

.tnm-center {
    display: flex !important;
    justify-content: center !important;
}

.b-tnm-list.card-hot {
    display: flex;
    align-items: center;
}

    .b-tnm-list.card-hot::before, .b-tnm-list.card-hot::after {
        border-radius: 45px;
    }

.b-tnm-list-hover {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0px 0px 20px 0px;
    border-radius: 20px;
}

    .b-tnm-list-hover:hover {
        z-index: 1;
        background: linear-gradient(181deg, #43368A00, #493684);
    }

        .b-tnm-list-hover:hover::before {
            content: '';
        }

        .b-tnm-list-hover:hover::after {
            content: 'ผลการแข่งขัน';
            padding: 10px;
            color: #fff;
            font-weight: 400;
            border: 1px solid #fff;
            border-radius: 10px;
        }

/*Tournament Claim*/

.Color-violet {
    color: var(--t-violet-05);
}

.Color-red {
    color: var(--t-red);
}

.popup-claim-tnm {
    padding: 20px;
}

.b-claim-tnm {
    width: 100%;
    padding: 30% 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.b-btn-claim {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.t-claim-h {
    font-weight: 600;
}

.t-claim-h-sub {
    font-weight: 500;
}

.t-claim-sub {
    font-size: 50px;
    font-weight: 700;
    margin-top: 20px;
}

.b-coin-claim {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.lable-claim {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    right: 33px;
    top: 34px;
    font-family: Kanit, sans-serif;
}

.d-block-btn {
    display: none !important;
}

.cursor-claim {
    cursor: pointer;
}

.cursor-not-claim {
    cursor: not-allowed;
}

.div-btn-claim {
    width: auto;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.t-btn-claim {
    width: 128px;
    height: auto;
    padding: 10px 10px;
    text-align: center;
    font-weight: 400;
    font-family: Kanit, sans-serif;
}

.btn-claim {
    width: auto;
    height: auto;
    padding: 2px 8px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    font-weight: 500;
    color: #fff;
}

    .btn-claim::after {
        filter: blur(2px);
    }

    .btn-claim::before, .btn-claim::after {
        content: '';
        position: absolute;
        left: -2px;
        top: -2px;
        border-radius: 5px;
        background: linear-gradient(45deg, #eb080f, #704ded, #eb080f);
        background-size: 400% 400%;
        animation: gradient 5s ease infinite;
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        z-index: -1;
    }

.layout-right-tnm {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.w-layout-grid.grid-header, .w-layout-grid.grid-no1-3 {
    grid-column-gap: 0px;
}

.grid-no1-3, .grid-header {
    grid-template-columns: 30% 15% auto 25%;
}

.t-my-score {
    position: absolute;
}

    .t-my-score::before, .t-my-score::after {
        content: '';
        position: absolute;
        background-size: 400% 400% !important;
        background: linear-gradient(45deg, #eb080f, #704ded, #eb080f);
        animation: gradient 5s ease infinite;
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        top: -2px;
        left: -2px;
        border-radius: 5px;
        box-shadow: -2px 2px 4px #B18EFE;
    }

.my-str-tnm.w-layout-grid.grid-no1-3 {
    grid-template-columns: 25% 25% auto 25%;
}

.t-sub-1, .t-sub-2 {
    font-weight: 400;
}

/*--- Theme Color: Tournament ---*/
:root {
    /*--- Size: Text ---*/
    --Main-Size: 1rem;
    /*--- Color: Text ---*/
    --Primary-1: #4221AE;
    --Primary-2: #8260F2;
    --Primary-3: #fff;
    --Secondary-1: #1AC5F6;
    --Secondary-2: #ebfdff;
    --Secondary-3: #FE58A0;
    /*--- Color: Background ---*/
    --rainbow-1: linear-gradient(90deg, #b4a0f7, #91e8ff);
}

/*--- Class : Layout ---*/
.b-countdown-timer {
    margin: calc(var(--Main-Size)*1.25) 0px;
}

.section-home-page-tnm, .b-btn-back {
    margin-top: calc(var(--Main-Size)*1.25);
}

.tnm-div-update {
    margin-top: calc(var(--Main-Size)*0.9375);
}

.f-tnm, .t-timer {
    margin-bottom: calc(var(--Main-Size)*1.25);
}

.data-null {
    margin-bottom: calc(var(--Main-Size)*0.3125);
}

.str-my-score, .h-tnm-r {
    padding: calc(var(--Main-Size)*1.25) calc(var(--Main-Size)*1.25) calc(var(--Main-Size)*0.9375);
}

.t-my-score {
    padding: calc(var(--Main-Size)*0.3125) calc(var(--Main-Size)*0.625);
}

.t-my-score {
    line-height: calc(var(--Main-Size)*1);
    top: calc(var(--Main-Size)*(-0.937));
    left: calc(var(--Main-Size)*1.5625);
}

.div-cd, .div-cd-02 {
    margin: calc(var(--Main-Size)*0.625) 0px;
    padding: calc(var(--Main-Size)*0.625) calc(var(--Main-Size)*1.25) 0px;
}

.popup-rule-tnm {
    padding: 0px calc(var(--Main-Size)*1.25) calc(var(--Main-Size)*1.25);
}

.h-tnm-r {
    margin-bottom: 0px;
}

/*--- Class : Size-Text ---*/
.t-timer, .t-claim-sub {
    font-size: calc(var(--Main-Size)*3);
}

.t-tnm-header, .t-number-tnm-03 {
    font-size: calc(var(--Main-Size)*2);
}

.t-reward-tnm-1, .h-tnm-r {
    font-size: calc(var(--Main-Size)*1.5);
    line-height: calc(var(--Main-Size)*1.5);
}

.tnm-select, .t-tnm-header-tb, .t-name-tnm, .t-rank, .t-claim-h, .t-sub-h {
    font-size: calc(var(--Main-Size)*1.25);
}

.t-number-tnm, .t-num-coin {
    font-size: calc(var(--Main-Size)*1.125);
    line-height: calc(var(--Main-Size)*1.125);
}

.t-number-tnm-02, .t-number-tnm-04, .t-btn-claim, .t-claim-h-sub, .t-reward-tnm, .sub-reward-tnm, .t-my-score, .t-sub-1, .t-sub-2 {
    font-size: calc(var(--Main-Size)*1);
    line-height: calc(var(--Main-Size)*1);
}

.tnm-b-update {
    font-size: calc(var(--Main-Size)*0.875);
}

.t-timer-02 {
    font-size: calc(var(--Main-Size)*0.75);
}

/*--- Class : Color-Text ---*/
.t-rank-group {
    color: var(--Primary-1);
}

.t-tnm-header, .tnm-select, .t-tnm-header-tb, .t-user, .tnm-div-update, .h-tnm-r, .t-sub-h, .t-sub-2, .Color-Claim {
    color: var(--Primary-2);
}

.div-cd, .div-cd-02, .t-timer-02, .t-reward-tnm, .t-reward-tnm-1, .t-my-score {
    color: var(--Primary-3);
}

.t-rank-group-2 {
    color: var(--Secondary-1);
}

.t-rank-group-3 {
    color: var(--Secondary-3);
}

.div-cd {
    border-right: 0.3px solid rgb(255 255 255 / 15%);
}

.t-timer-02 {
    opacity: 0.6;
}

/*--- Class : Color-Background ---*/
.bg-gold, .bg-alice-blue, .bg-misty-rose-02, .bg-rank-group-3, .t-sub-1 {
    background-color: var(--Primary-3);
}

.b-money-reward {
    background-color: var(--Primary-2);
}

.bg-gold {
    box-shadow: -1px 1px 4px #FFCF1B;
}

.bg-alice-blue {
    box-shadow: -1px 1px 4px #5E9DFC;
}

.bg-misty-rose-02 {
    box-shadow: -1px 1px 4px #F67C73;
}

.bg-rank-group {
    background-image: var(--rainbow-1);
}

.bg-rank-group-2 {
    background-color: var(--Secondary-2);
}

.tnm-select.w-select:hover {
    border: 3px solid var(--Primary-2) !important;
    box-shadow: 0 0 3px 0 var(--Primary-2) !important;
}

.bg-my-score {
    background-color: var(--Primary-3);
}

.b-msc {
    border: 2px solid var(--Primary-2);
}

@media screen and (max-width: 1220px) {
    .d-none-btn {
        display: none;
    }

    .d-block-btn {
        display: block !important;
        width: 100% !important;
    }

    .div-my-score {
        display: flex;
        flex-direction: column;
    }

    .w-claim {
        width: 100% !important;
    }
}

@media screen and (min-width: 1440px) {
    .section-tournament {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .b-tnm {
        padding-bottom: 40px;
    }

    .b-color {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 1110px) {
    .section-tournament {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .h-tnm-r.mt-0 {
        font-weight: 500;
    }

        .h-tnm-r.mt-0.cl-warning {
            color: #ff8f09;
        }
}

@media screen and (max-width: 1024px) {
    .layout-right-tnm {
        width: 60%;
    }
}

@media screen and (max-width: 991px) {
    .str-my-score.bg-my-score {
        position: fixed;
        bottom: 46px;
    }

    .section-tournament {
        padding: 0px calc(var(--Main-Size)*1.25);
    }

    .icon-rule {
        right: 20px;
    }

    .block-nav-menu {
        display: none;
    }

    .str-my-score {
        padding-bottom: calc(var(--Main-Size)*2);
    }
}

@media screen and (max-width: 767px) {
    :root {
        --Main-Size: 0.875rem;
    }

    .w-layout-grid {
        grid-column-gap: 5px;
    }

        .w-layout-grid.g-detail {
            grid-column-gap: 0px;
        }

    .b-no4-100.b-msc {
        padding-left: 0px;
        padding-right: 0px;
    }

    .s-number-tnm-05.t-violet-01 {
        padding-left: 0px;
    }

    .layout-right-tnm {
        width: 70%;
    }

    .str-countdown.bg-countdown {
        width: 100%;
    }

    .h-tnm-r.mt-0.cl-warning {
        color: #ff8f09;
    }

    .g-tnm {
        grid-template-columns: 0.6fr 1fr 1fr 0.7fr;
        width: 100%;
        margin: 0px auto;
    }

    .tnm-cm-select select {
        background-position: right 12px top 13px, right 12px top 13px !important;
    }
}

@media screen and (max-width: 550px) {
    .layout-right-tnm {
        width: 80%;
    }

    .grid-no1-3, .grid-header {
        grid-template-columns: 25% 15% auto 25%;
    }

    .my-str-tnm.w-layout-grid.grid-no1-3 {
        grid-template-columns: 25% auto auto 25%;
    }
}

@media screen and (max-width: 425px) {
    :root {
        --Main-Size: 0.75rem;
    }

    .tnm-coin {
        width: 22px;
    }

    .tnm-cm-select select {
        background-position: right 12px top 12px, right 12px top 12px !important;
    }

    .icon-crown, .b-icon-tnm {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 375px) {
    .my-str-tnm.w-layout-grid.grid-no1-3 {
        grid-template-columns: 20% auto auto auto;
    }

    .layout-right-tnm {
        width: 93%;
    }

    .grid-no1-3, .grid-header {
        grid-template-columns: 20% 15% auto 22%;
    }

    .str-countdown.bg-countdown {
        width: 100%;
    }

    .h-tnm-r.mt-0 {
        font-size: 16px;
    }

        .h-tnm-r.mt-0.cl-warning {
            color: #ff8f09;
        }

    .icon-rank {
        width: 10px;
    }

    .s-number-tnm-04 {
        padding-right: 3px;
        padding-left: 3px;
    }

    .g-tnm {
        grid-template-columns: 0.6fr 1fr 1fr 0.7fr;
        width: 100%;
        margin: 0px auto;
    }

    .coin-reward-1 {
        width: 25px;
    }

    .icon-rule {
        width: 20px;
    }

    .ribbon {
        left: -4px;
        top: -4px;
        width: 65px;
        height: 65px;
    }

        .ribbon span {
            font-size: 10px;
            font-weight: bold;
            line-height: 17px;
            width: 80px;
            top: 14px;
            left: -18px;
        }

            .ribbon span img {
                width: 11px;
                margin-bottom: 2px;
            }
}

@media screen and (max-width: 350px) {
    .b-reward-tnm {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.pvd-img-close {
    filter: grayscale(1) !important;
}

.img-logo-launch {
    height: 250px;
}

.invent img {
    max-width: 120px !important;
}

.invent {
    padding-top: 150px;
}

.txt-inventeds {
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
    font-weight: 400;
}

.bg-gc {
    background: url(../images/rgclub-bg.webp) no-repeat center center fixed !important;
}
