.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.w-form-formradioinput--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

    .w-form-formradioinput--inputType-custom.w--redirected-focus {
        box-shadow: 0px 0px 3px 1px #3898ec;
    }

    .w-form-formradioinput--inputType-custom.w--redirected-checked {
        border-top-width: 4px;
        border-bottom-width: 4px;
        border-left-width: 4px;
        border-right-width: 4px;
        border-top-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        border-right-color: #3898ec;
    }

.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

    .w-checkbox::before {
        content: ' ';
        display: table;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    .w-checkbox::after {
        content: ' ';
        display: table;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        clear: both;
    }

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

    .w-checkbox-input--inputType-custom.w--redirected-checked {
        background-color: #3898ec;
        border-top-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        border-right-color: #3898ec;
        background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .w-checkbox-input--inputType-custom.w--redirected-focus {
        box-shadow: 0px 0px 3px 1px #3898ec;
    }

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    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;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    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-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.header-zone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
}

.section-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding-right: 20px;
    padding-left: 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;
    background-color: #eaecfd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), to(#eaecfd));
    background-image: linear-gradient(180deg, #fff, #fff 50%, #eaecfd);
    box-shadow: 2px 0 10px 5px rgba(0, 0, 0, 0.15);
}

.amzing-logo {
    height: 30px;
    margin-right: 20px;
    margin-left: 0px;
    -webkit-transform: translate(10px, 0px) scale(1.2);
    -ms-transform: translate(10px, 0px) scale(1.2);
    transform: translate(10px, 0px) scale(1.2);
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.right-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.container {
    width: 1279px;
    padding-right: 20px;
    padding-left: 20px;
}

    .container._w-inf {
        width: 100vw;
    }

.section-body {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.container {
    position: relative;
    width: auto;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.h-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 4px;
    padding: 1px;
    -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;
    text-decoration: none;
}

    .h-menu.menu--current {
        font-weight: 500;
    }

.img-home {
    height: 47px;
    margin-right: auto;
    margin-left: auto;
    padding: 8px;
}

.txt-menu {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    color: #8a68f2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-shadow: none;
}

    .txt-menu:focus {
        font-weight: 700;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    }

    .txt-menu.menu--current {
        font-weight: 500;
    }

._w-block {
    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;
    text-decoration: none;
}

.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-template-areas: "Area";
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.main-page {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.inner-container-greenzone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transition: max-width 200ms ease;
    transition: max-width 200ms ease;
}

.section-banner {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-announce {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #8a68f2;
}

.footer {
    padding: 20px;
    background-color: #251e39;
}

.section-home-page {
    background-color: #f3eff9;
}

.section-promotion-page {
    display: block;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

._w-annc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    border-radius: 0px 0px 10px 10px;
    -webkit-transition: padding 200ms ease;
    transition: padding 200ms ease;
}

._w-img-acnnc {
    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;
}

.img-annc {
    width: 22px;
    height: auto;
    max-width: none;
}

.body {
    background-color: #f3eff9;
    font-family: Kanit, sans-serif;
}

.img-promotion {
    height: 47px;
    padding: 8px;
}

.img-line {
    height: 47px;
    padding: 8px;
}

.wrap-banner {
    position: relative;
    display: -ms-grid;
    display: grid;
    width: 100%;
    max-height: none;
    max-width: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.swiper-container {
    width: 100%;
    max-height: none;
}

.img-banner {
    width: 100%;
    height: auto;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

.heading-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    margin-bottom: 0px;
    padding-bottom: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #8a68f2;
    font-size: 32px;
    font-weight: 500;
}

.grid--promo {
    padding-bottom: 55px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.link-promo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.img-promo {
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.grid-footer {
    -ms-grid-columns: 0.5fr 1fr 0.5fr;
    grid-template-columns: 0.5fr 1fr 0.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

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

.txt-tag {
    color: #65e9dc;
}

._w-tag {
    padding-top: 10px;
}

.tag {
    display: inline-block;
    width: auto;
    margin-right: 5px;
    margin-bottom: 8px;
    padding: 6px 10px;
    border-radius: 22px;
    background-color: rgba(138, 104, 242, 0.3);
    color: #fff;
    font-size: 13px;
}

._w-info-web {
    width: 100%;
}

.txt-web {
    color: #65e9dc;
    font-size: 13px;
    font-weight: 500;
}

.text-block {
    padding-top: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.img-cert {
    width: auto;
    height: 40px;
    max-width: none;
    text-align: right;
}

._w-txt-annc {
    padding-left: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff;
}

.txt-annc {
    line-height: 14px;
}

.btn-shadow-primary {
    position: relative;
    z-index: 3;
    width: 120px;
    margin-right: 10px;
    padding: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#86fff3), to(#00bcaa));
    background-image: linear-gradient(180deg, #86fff3, #00bcaa);
    box-shadow: 0 1px 10px 0 #86fff3;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
}

    .btn-shadow-primary.mr-0 {
        margin-right: 0px;
    }

.paragraph {
    margin-bottom: 0px;
    font-size: 14px;
    text-align: center;
}

.btn-shadow-sec {
    position: relative;
    z-index: 3;
    width: 120px;
    margin-right: 10px;
    padding: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
    background-image: linear-gradient(180deg, #b18efe, #704ded);
    box-shadow: 0 0 10px 0 #8a68f2;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.paragraph-2 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.dt-credit {
    margin-right: 10px;
    padding: 5px 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 30px;
    background-color: rgba(101, 233, 220, 0.3);
    color: #000;
    text-decoration: none;
}

.txt-credit {
    width: auto;
    min-width: 75px;
    padding-right: 10px;
    color: #8a68f2;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.icon-plus {
    height: 20px;
    padding: 3px;
}

.img-more {
    height: 20px;
}

.more-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 10px;
    -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-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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 30px;
    background-color: rgba(101, 233, 220, 0.3);
    color: #8a68f2;
}

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

.right-menu-mobile {
    display: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.btn-profile {
    text-decoration: none;
}

._w-block-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 10px 0px 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    background-color: rgba(101, 233, 220, 0.3);
}

.img-coin {
    height: 42px;
}

.txt-credit-mobile {
    color: #8a68f2;
    font-size: 18px;
    font-weight: 600;
}

.image {
    height: 24px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 5px;
}

.image-2 {
    height: 24px;
}

.menu-text {
    text-decoration: none;
}

.menu-icon {
    width: auto;
    margin-right: 10px;
}

.image-7 {
    height: 40px;
    -webkit-transition: height 200ms ease;
    transition: height 200ms ease;
}

.catagories-desktop {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    width: 250px;
}

._w-catag {
    margin-bottom: 10px;
}

.lb-catag {
    width: 100%;
    max-width: 500px;
    text-decoration: none;
}

.txt-type {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

    .txt-type:active {
        color: #fff;
    }

    .txt-type.menu-active {
        color: #fff;
    }

.txt-type-count {
    color: #a7a1b5;
    font-size: 12px;
    font-weight: 300;
}

    .txt-type-count:active {
        color: #fff;
    }

    .txt-type-count.menu-active {
        color: #fff;
    }

.catag-desk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 7px 15px 15px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #c1b9dd;
}

    .catag-desk:active {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
        background-image: linear-gradient(180deg, #b18efe, #704ded);
    }

    .catag-desk.menu-active {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
        background-image: linear-gradient(180deg, #b18efe, #704ded);
    }

.list {
    max-width: 300px;
    padding: 20px;
}

    .list.nav.nav-tabs {
        max-width: none;
        background-color: #f3eff9;
    }

.footer-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
    text-align: center;
}

.div-iconig-logo {
    padding-bottom: 20px;
}

.txt-footer-2 {
    margin-bottom: 0px;
    padding-top: 10px;
    color: #fff;
    font-weight: 300;
}

.link {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}

.image-5 {
    margin-right: 10px;
    margin-left: 10px;
}

.text-block-4 {
    color: #65676b;
    font-weight: 300;
}

.game-root {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#090909), to(#494949));
    background-image: linear-gradient(180deg, #090909, #494949);
}

.game-left-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #acacac;
}

.invent-txt {
    margin-top: 4px;
    color: hsla(0, 0%, 100%, 0.6);
    font-size: 10px;
}

.game-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-left: 5px;
    -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: 20px;
    background-color: #8a68f2;
    color: #999;
}

    .game-button:hover {
        background-color: #b18efe;
    }

.game-layout {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    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;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-style: none;
    border-width: 1px;
    border-color: hsla(0, 0%, 73.3%, 0.1);
    border-radius: 0px;
    background-color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #f5f6fe), to(#eaecfd));
    background-image: linear-gradient(180deg, #fff, #f5f6fe 50%, #eaecfd);
    box-shadow: 0 7px 14px 0 hsla(0, 0%, 100%, 0.1);
}

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

.game-iframe {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 11;
    display: none;
    height: 100%;
}

.text-block-11 {
    margin-bottom: 4px;
    color: #000;
    font-size: 16px;
}

.game-load-frame {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 12;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #251e39;
}

.game-button-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-left: 5px;
    -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: 20px;
    background-color: #8a68f2;
    color: #999;
}

    .game-button-action:hover {
        background-color: #b18efe;
    }

.text-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    padding-right: 6px;
    padding-left: 6px;
    -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-style: solid;
    border-width: 1px;
    border-color: #797979;
    border-radius: 10px;
    font-size: 12px;
}

.game-screen {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
}

.icn-logo {
    height: 20px;
}

.icon-menu {
    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;
    color: #fff;
}

.game-menu {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    padding: 0px 5px 10px;
    -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: 0px 0px 0px 6px;
}

.bg-game-launching {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: none;
    -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(0, 0, 0, 0.7);
}

.game-right-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-mobile-login {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 12;
    display: none;
    height: 60px;
    background-color: #061630;
}

.footer-mobile {
    display: none;
}

.menu-sidebar {
    display: none;
}

.sidebar-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 350px;
    padding-top: 60px;
    -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;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaecfd));
    background-image: linear-gradient(180deg, #fff, #eaecfd);
}

.hamberger-menu {
    display: none;
}

.btn-popup-outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 42px;
    min-width: 128px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 1px;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    border-style: none;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.46);
    border-radius: 8px;
    background-color: hsla(0, 0%, 100%, 0);
    text-decoration: none;
    cursor: pointer;
}

    .btn-popup-outline._w-100 {
        width: 100%;
    }

.popup-simple-close {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-top: 6px;
    margin-right: 6px;
    padding: 10px;
    -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: 6px;
    background-color: rgba(0, 251, 215, 0);
    color: #fff;
    text-decoration: none;
}

    .popup-simple-close:hover {
        color: silver;
    }

    .popup-simple-close:visited {
        color: #fff;
        text-decoration: none;
    }

.popup-data-center-submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 35px;
    -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;
}

    .popup-data-center-submit.px-20 {
        padding-right: 20px;
        padding-left: 20px;
    }

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

        .popup-data-center-submit.pd-0._w-100 {
            width: 100%;
            margin-right: auto;
            margin-left: auto;
            padding: 15px;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

            .popup-data-center-submit.pd-0._w-100.otp {
                max-width: 80%;
            }

    .popup-data-center-submit.p-0 {
        padding-right: 0px;
        padding-left: 0px;
    }

.popup-title {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-family: Kanit, sans-serif;
    color: #8a68f2;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}

    .popup-title.mt-0 {
        margin-top: 0px;
    }

        .popup-title.mt-0.cl-warning {
            color: #ff8f09;
        }

.txt-form-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -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;
    font-family: Kanit, sans-serif;
    color: #251e39;
    font-size: 12px;
    font-weight: 300;
}

.bg-popup-outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 1px;
    -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;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: #8a68f2;
    border-radius: 8px;
    background-color: rgba(32, 32, 32, 0);
    color: #8a68f2;
    font-size: 16px;
}

    .bg-popup-outline:hover {
        background-color: rgba(138, 104, 242, 0.3);
    }

    .bg-popup-outline:active {
        background-color: rgba(32, 32, 32, 0.7);
    }

.popup-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 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-top: 1px none hsla(0, 0%, 70.6%, 0.11);
    border-bottom: 1px none rgba(180, 180, 180, 0.11);
}

    .popup-data.p-0 {
        padding-right: 0px;
        padding-left: 0px;
    }

.section-popup-simple {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 11;
    display: none;
    overflow: auto;
    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;
}

.txt-btn-popup {
    padding-right: 15px;
    padding-left: 15px;
    font-family: Kanit, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.popup-modal {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: auto;
    min-height: 128px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 0px solid #000;
    border-radius: 10px;
    background-color: #051528;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(100%, #eaecfd), to(#704ded));
    background-image: linear-gradient(180deg, #fff, #fff 50%, #eaecfd 100%, #704ded);
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.41);
}

.image-9 {
    height: 20px;
    margin: 15px;
}

.h-sidebar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    -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;
}

._w-sb-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.sb-logo {
    height: 36px;
}

.sb-home-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f3eff9;
    color: #251e39;
    text-decoration: none;
}

    .sb-home-menu:hover {
        background-color: #f3eff9;
    }

.div-block {
    padding-right: 15px;
}

.image-10 {
    height: 24px;
}

._w-sb-cat-menu {
    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;
}

.sb-cat-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #251e39;
    text-decoration: none;
}

    .sb-cat-menu:hover {
        background-color: #f3eff9;
    }

    .sb-cat-menu.sb-bd {
        border-bottom: 1px solid #f3eff9;
    }

    .sb-cat-menu.sb-pro {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 15px;
    }

.sb-img-home {
    height: 34px;
    max-width: none;
}

.d-sb-img-home {
    padding-right: 6px;
}

.section-sidebar {
    position: fixed;
    left: 0px;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 15;
    display: none;
    overflow: 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: rgba(22, 22, 22, 0.8);
}

.sb-img-pro {
    height: 44px;
}

.txt-sb-pro {
    padding-left: 15px;
    color: #8a68f2;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
}

.div-block-2 {
    padding: 20px;
}

.link-block-2 {
    width: 100%;
    color: #fff;
    text-decoration: none;
}

.div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    -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: 5px;
    background-color: #8a68f2;
    text-decoration: none;
}

.pro-main-title {
    width: 300px;
    color: #000;
    white-space: nowrap;
}

.pro-active-title {
    overflow: hidden;
    width: 300px;
    color: #000;
    white-space: nowrap;
}

.card-display {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 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;
    border-radius: 10px;
    background-image: url('../images/pastel-tone.jpg');
    background-position: 0px 0px;
    background-size: cover;
    font-family: Kanit, sans-serif;
    color: #fff;
    font-weight: 300;
}

.balance-btn {
    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;
}

.pro-active {
    display: block;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, 0.4);
}

.card-balance-display {
    margin-top: 5px;
    color: #000;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
}

.pro-main-value {
    color: #000;
    white-space: nowrap;
}

.pro-active-value {
    overflow: hidden;
    color: #000;
    white-space: nowrap;
}

.stack-hori {
    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;
    text-decoration: none;
}

.card-zone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, 0.2);
}

.text-block-15 {
    color: #000;
}

.section-card {
    display: none;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.section-more {
    position: fixed;
    left: auto;
    top: 60px;
    right: 20px;
    bottom: 0%;
    z-index: 9;
    display: none;
    width: 400px;
    height: auto;
}

._w-profile-more {
    position: absolute;
    left: auto;
    top: 0px;
    right: 0px;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 400px;
    height: 700px;
    max-height: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.image-11 {
    height: 16px;
}

.pf-close {
    position: fixed;
    left: auto;
    top: 60px;
    right: 20px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 15px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #8a68f2;
}

.div-block-4 {
    display: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding: 45px 15px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.image-12 {
    height: 55px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

._w-img-pf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.txt-nemberphone {
    padding-top: 5px;
    padding-bottom: 15px;
    color: #8a68f2;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.pf-balance-card {
    position: relative;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(101, 233, 220, 0.3);
}

.txt-pf-bal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px none rgba(37, 30, 57, 0.1);
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.txt-tt {
    font-weight: 300;
    text-align: center;
}

._w-pf-wallet {
    padding-top: 10px;
    grid-column-gap: 6px;
    grid-row-gap: 3px;
    -ms-grid-columns: 2.5fr 1fr;
    grid-template-columns: 2.5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    font-weight: 300;
}

.grid-2 {
    padding-bottom: 20px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.pf-deposit-withdraw {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
    background-image: linear-gradient(180deg, #b18efe, #704ded);
    box-shadow: 0 0 10px 0 #c1b9dd;
    text-decoration: none;
}

.image-13 {
    display: block;
    height: 48px;
    padding-top: 10px;
    padding-bottom: 6px;
}

.pf-deposit {
    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;
    border-radius: 10px;
}

.text-block-19 {
    padding-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.pf-withdraw {
    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;
}

._w-pf-menu {
    font-size: 14px;
}

.pf-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f3eff9;
    font-size: 14px;
    text-decoration: none;
}

    .pf-menu:hover {
        background-color: #f3eff9;
    }

.text-block-20 {
    color: #251e39;
    font-size: 14px;
    font-weight: 500;
}

.image-14 {
    width: auto;
    height: 24px;
}

.div-block-6 {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.div-block-7 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -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: 10px;
    box-shadow: 0 2px 5px 0 #c4c4c4;
}

.text-block-21 {
    color: #8a68f2;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.image-15 {
    height: 36px;
    padding-right: 15px;
}

.link-block-4 {
    width: 100%;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b8fcf6), to(#65e9dc));
    background-image: linear-gradient(180deg, #b8fcf6, #65e9dc);
    text-decoration: none;
}

.tab-fishing {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 0px;
    background-color: #fff;
}

    .tab-fishing.w--current {
        margin-top: 10px;
        margin-right: 20px;
        margin-left: 20px;
        padding: 0px;
        border-radius: 10px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
        background-image: linear-gradient(180deg, #b18efe, #704ded);
        box-shadow: 0 0 10px 0 #c1b9dd;
        color: #fff;
    }

.tabs-menu {
    display: none;
    width: 20%;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tab-catagorie {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 0px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 10px 0 #c1b9dd;
    color: #000;
}

    .tab-catagorie.w--current {
        margin-top: 10px;
        margin-right: 20px;
        margin-left: 20px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        border-radius: 10px;
        background-color: #8a68f2;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
        background-image: linear-gradient(180deg, #b18efe, #704ded);
        box-shadow: 0 0 10px 0 #c1b9dd;
        color: #fff;
        text-align: left;
    }

.image-16 {
    height: 40px;
}

.section-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.tab-sport {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 0px;
    border-radius: 10px;
    background-color: #fff;
}

    .tab-sport.w--current {
        margin-top: 10px;
        margin-right: 20px;
        margin-left: 20px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        border-radius: 10px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
        background-image: linear-gradient(180deg, #b18efe, #704ded);
        box-shadow: 0 0 10px 0 #c1b9dd;
        color: #fff;
    }

.txt-primary-2 {
    font-size: 16px;
}

.tab-casino {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 0px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #c1b9dd;
}

    .tab-casino.w--current {
        background-color: #8a68f2;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
        background-image: linear-gradient(180deg, #b18efe, #704ded);
        color: #fff;
    }

.tabs-content {
    width: 100%;
}

.tab-catagorie-game {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 10px 8px 15px;
    -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-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #e3dfeb;
    color: #a7a1b5;
}

    .tab-catagorie-game.w--current {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 8px 10px 8px 15px;
        -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: 30px 0px 0px 30px;
        background-color: #8a68f2;
        color: #fff;
    }

.tabs-content-2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.image-4 {
    margin-top: -15px;
    border-radius: 10px;
}

.txt-cont-date {
    color: #a7a1b5;
    font-size: 12px;
}

.div-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 5px 6px 6px;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 100px;
    background-color: #e3dfeb;
}

.txt-second-2 {
    color: #c1b9dd;
    font-weight: 300;
}

.menu-catagories-2 {
    padding: 0px;
    border-radius: 10px;
    background-color: transparent;
}

.txt-cont-2 {
    color: #000;
    font-size: 12px;
}

.div-content {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 10px 0 #c1b9dd;
}

.menu-provider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: transparent;
    box-shadow: 0 0 10px 0 #c1b9dd;
}

.div-favorite {
    display: -ms-grid;
    display: grid;
    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;
    grid-template-rows: auto;
}

.heading {
    margin-top: 0px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
    background-image: linear-gradient(180deg, #b18efe, #704ded);
    color: #704ded;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tab-favorite {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 0px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #c1b9dd;
}

    .tab-favorite.w--current {
        border-radius: 10px;
        background-color: #8a68f2;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
        background-image: linear-gradient(180deg, #b18efe, #704ded);
        box-shadow: 0 0 10px 0 #c1b9dd;
        color: #fff;
    }

._w-game-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 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;
}

.grid-content {
    display: -ms-grid;
    display: grid;
    margin-top: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.search-game {
    position: absolute;
    left: auto;
    top: auto;
    right: 0px;
    bottom: auto;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    clear: none;
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    cursor: pointer;
}

.tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 40px;
}

.tab-favorite-game {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 15px 8px 10px;
    -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;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #e3dfeb;
    color: #a7a1b5;
}

    .tab-favorite-game.w--current {
        background-color: #8a68f2;
        color: #fff;
    }

.txt-gamename {
    color: #000;
}

.card-game {
    width: 100%;
}

.game-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 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;
}

.txt-provname {
    color: #a7a1b5;
}

.tab-slot {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 0px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #c1b9dd;
}

    .tab-slot.w--current {
        margin-top: 10px;
        margin-right: 20px;
        margin-left: 20px;
        padding: 0px;
        border-radius: 10px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
        background-image: linear-gradient(180deg, #b18efe, #704ded);
        box-shadow: 0 0 10px 0 #c1b9dd;
        color: #fff;
    }

.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0px;
    -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;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.div-allgame {
    display: -ms-grid;
    display: grid;
    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;
    grid-template-rows: auto;
}

.txt-cont-1 {
    color: #8a68f2;
    font-size: 14px;
    line-height: 22px;
}

.content-1 {
    display: none;
}

.div-game {
    position: relative;
}

.menu-icon-2 {
    width: auto;
    margin-right: 10px;
}

.all-catagories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: transparent;
}

.div-txt-content {
    padding: 20px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
}

.menu-favorite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-radius: 10px;
    background-color: transparent;
    box-shadow: 0 0 10px 0 #c1b9dd;
}

.tab-poker {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 0px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #c1b9dd;
}

    .tab-poker.w--current {
        margin-top: 10px;
        margin-right: 20px;
        margin-left: 20px;
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
        border-radius: 10px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
        background-image: linear-gradient(180deg, #b18efe, #704ded);
        box-shadow: 0 0 10px 0 #c1b9dd;
        color: #fff;
    }

.tab-provider {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 0px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #c1b9dd;
}

    .tab-provider.w--current {
        border-radius: 10px;
        background-color: #8a68f2;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
        background-image: linear-gradient(180deg, #b18efe, #704ded);
        box-shadow: 1px 1px 10px 0 #c1b9dd;
        color: #fff;
    }

.card-content {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.menu-text-2 {
    text-decoration: none;
}

.tabs-game {
    display: block;
    width: 100%;
}

.section-game {
    display: block;
    width: 100%;
}

.image-6 {
    height: 18px;
}

.tab-game {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.game-img {
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: 10px;
}

    .game-img._w-300 {
        width: 512px;
        max-width: 100%;
    }

    .game-img.w800px {
        width: 151px;
        max-width: 100%;
    }

.popup-statement {
    display: block;
}

.detail-pro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    margin-top: 10px;
    -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;
    text-align: left;
}

.popup-input-column-result {
    display: none;
    width: 100%;
    height: 52px;
    margin-bottom: 0px;
    padding-right: 8px;
    padding-left: 8px;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(138, 104, 242, 0.5);
    border-radius: 5px;
    background-color: rgba(138, 104, 242, 0.3);
    font-family: Kanit, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

    .popup-input-column-result:focus {
        box-shadow: 1px 1px 20px 0 #259688;
    }

.txt-info-red {
    color: #fff;
}

.popup-frame-400 {
    position: relative;
    display: block;
    overflow: visible;
    width: auto;
    max-width: 100%;
    margin: 50px 30px 30px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px 4px rgba(138, 104, 242, 0.5);
}

    .popup-frame-400.pd-20 {
        padding: 20px;
    }

.txt-statement-title {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000;
}

.popup-changepassword {
    display: block;
}

.popup-data-statement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(180, 180, 180, 0.11);
}

.img-message-info {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    color: #fff;
}

.message-info-red {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 7px 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 0.5px;
    border-color: #b60808;
    border-radius: 50px;
    background-color: rgba(202, 3, 3, 0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d23f3f), to(#b60808));
    background-image: linear-gradient(180deg, #d23f3f, #b60808);
    color: #fff;
}

.pro-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 12px;
    -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;
}

.profile-sn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: 6px;
    padding-top: 0px;
    padding-left: 0px;
    -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: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
    background-image: linear-gradient(180deg, #b18efe, #704ded);
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.popup-withdraw {
    display: block;
}

.popup-bank-display {
    display: block;
}

.popup-data-title-statement {
    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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: Kanit, sans-serif;
    color: #251e39;
    font-size: 12px;
    font-weight: 400;
}

.error-message {
    margin-top: 0px;
}

.popup-input-column {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 10px 15px 10px 50px;
    -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;
    border-style: solid;
    border-width: 1px;
    border-color: #8a68f2;
    border-radius: 30px;
    background-color: #fff;
    font-family: Kanit, sans-serif;
    color: #a7a1b5;
    font-size: 16px;
    font-weight: 300;
}

    .popup-input-column.border-none {
        margin-top: 0px;
        border-style: none;
        border-width: 0.5px;
        color: #251e39;
        text-align: left;
    }

        .popup-input-column.border-none:focus {
            border-style: solid;
            border-width: 0.5px;
            box-shadow: 1px 1px 20px 0 rgba(138, 104, 242, 0.3);
        }

.txt-info {
    color: #fff;
}

.arrow-right {
    width: 16px;
    height: 16px;
}

.popup-choice-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 15px;
    -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-bottom: 1px none rgba(180, 180, 180, 0.11);
}

.popup-data-center-last {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    -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;
}

.popup-data-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 20px;
    -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-bottom: 0.5px solid rgba(138, 104, 242, 0.5);
    text-decoration: none;
}

    .popup-data-btn:hover {
        background-color: #f3eff9;
    }

    .popup-data-btn.non-line {
        border-bottom-style: none;
    }

.popup-bank-confirm {
    display: block;
}

.popup-profile-cover {
    position: relative;
    display: none;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    -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-bottom: 1px none rgba(180, 180, 180, 0.11);
}

.bg-popup-fill {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    border: 1px solid transparent;
    border-radius: 8px;
    background-color: transparent;
    color: #fff;
}

    .bg-popup-fill:active {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#704ded), to(#b18efe));
        background-image: linear-gradient(180deg, #704ded, #b18efe);
    }

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

    .icon40.color-prim {
        color: #8a68f2;
    }

.popup-data-info {
    display: none;
    width: 100%;
    padding: 0px 20px 6px;
}

.popup-bank {
    display: block;
}

.btn-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .btn-horizontal._w-100 {
        width: 100%;
    }

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

.popup-data-value-right {
    font-family: Kanit, sans-serif;
    color: red;
    font-weight: 300;
    text-align: right;
}

    .popup-data-value-right.am-dept {
        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;
        color: #00d455;
        font-weight: 500;
    }

    .popup-data-value-right.am-with {
        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;
        font-weight: 500;
    }

.btn-popup-fill {
    display: block;
    width: 128px;
    height: 40px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding: 1px;
    -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: 8px;
    background-color: #051528;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
    background-image: linear-gradient(180deg, #b18efe, #704ded);
    text-decoration: none;
}

    .btn-popup-fill.p-0 {
        padding: 0px;
    }

        .btn-popup-fill.p-0.m-0 {
            margin-top: 0px;
            margin-right: 0px;
            margin-left: 0px;
        }

            .btn-popup-fill.p-0.m-0._w-100 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                height: 50px;
                min-width: auto;
                border: 1px solid transparent;
                background-color: transparent;
            }

                .btn-popup-fill.p-0.m-0._w-100:hover {
                    background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
                    background-image: linear-gradient(180deg, #b18efe, #704ded);
                }

.message-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 7px 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0.5px solid #20c11e;
    border-radius: 50px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#47d23f), to(#08b608));
    background-image: linear-gradient(180deg, #47d23f, #08b608);
}

.form-emtry {
    width: 100%;
    margin-bottom: 0px;
}

.profile-username {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
    font-family: Kanit, sans-serif;
    color: #251e39;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
}

.popup-profile {
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.controll-zone {
    display: none;
    -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: #000;
}

.show-promotion {
    margin: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: #051528;
}

.show-simple-popup {
    margin: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: #254264;
}

.show-game-popup {
    margin: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: #63185b;
}

.div-block-8 {
    position: absolute;
    top: -1px;
    width: 100%;
    height: 200px;
    border-radius: 9px 9px 50% 50%;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
    background-image: linear-gradient(180deg, #b18efe, #704ded);
}

.div-block-9 {
    display: none;
    width: 100%;
    margin-bottom: 0px;
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(138, 104, 242, 0.5);
    border-radius: 10px;
    background-color: #e8ddee;
}

.div-block-10 {
    width: auto;
    height: auto;
    padding-right: 5px;
}

.div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.image-18 {
    height: 28px;
    float: right;
}

.text-block-22 {
    color: #251e39;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
}

.text-block-23 {
    color: #251e39;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
}

.form-block {
    display: block;
    width: 100%;
    margin-bottom: 0px;
}

.text-field {
    display: block;
    width: 100%;
    height: 52px;
    margin-bottom: 0px;
    padding: 15px 5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(138, 104, 242, 0.5);
    border-radius: 5px;
    background-color: #f3eff9;
    color: #251e39;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

    .text-field:focus {
        background-color: #fff;
        box-shadow: 1px 0 8px 0 #8a68f2;
    }

.bd-grad {
    position: relative;
    z-index: 12;
    overflow: visible;
    padding: 3px;
    border-radius: 10px;
    background-image: linear-gradient(109deg, #b18efe, #704ded);
}

.image-19 {
    position: absolute;
    left: auto;
    top: -3px;
    right: auto;
    bottom: auto;
    display: block;
    height: 95px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.tag-lanking-gold {
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #685a2d;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d5c566), to(#685a2d));
    background-image: linear-gradient(180deg, #d5c566, #685a2d);
    color: #fff;
    font-size: 11px;
    line-height: 18px;
}

.div-block-13 {
    display: block;
}

.div-block-14 {
    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;
}

.image-20 {
    width: auto;
    height: 15px;
    max-width: none;
    margin-top: 2px;
    margin-right: 15px;
}

.btn-popup-fill {
    width: auto;
    min-width: 128px;
    margin-top: 1px;
    margin-bottom: 0px;
    padding-top: 1px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .btn-popup-fill._w-100 {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

.div-block-15 {
    position: relative;
    width: 100%;
    height: 50px;
}

.image-21 {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    width: 16px;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.div-block-16 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    -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;
    color: #a7a1b5;
}

.popup-bank-set {
    display: block;
}

.txt-popup-input-column-result {
    color: #251e39;
}

.image-22 {
    display: block;
}

.popup-input-column-rd-result {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: none;
    width: 100%;
    height: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #8a68f2;
    border-radius: 50px;
    background-color: rgba(138, 104, 242, 0.3);
}

.txt-popup-input-column-rd-result {
    width: 100%;
    padding-left: 50px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
}

.popup-bank-edit {
    display: block;
}

.popup-logout {
    display: block;
}

.referfriend-coming {
    display: block;
}

.txt-coming {
    padding-top: 10px;
    color: #251e39;
    font-size: 20px;
}

._w-popup-coming {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid-3 {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.reward-coming {
    display: block;
}

.popup-lanking-coming {
    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;
}

.image-23 {
    height: 58px;
}

._w-lank-tag {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

._w-lank-img {
    padding-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.lanking-tag {
    padding: 5px 10px;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5ecae3), to(#47a7e7));
    background-image: linear-gradient(180deg, #5ecae3, #47a7e7);
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}

    .lanking-tag.silver {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
        background-image: linear-gradient(180deg, #b18efe, #704ded);
    }

    .lanking-tag.gold {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#e0c275), to(#c9ac60));
        background-image: linear-gradient(180deg, #e0c275, #c9ac60);
    }

.popup-email {
    display: block;
}

.image-24 {
    height: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.btn-register {
    width: 100%;
    height: 50px;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: transparent;
    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;
}

    .btn-register:hover {
        border: 1px solid transparent;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
        background-image: linear-gradient(180deg, #b18efe, #704ded);
    }

.close-modal {
    position: relative;
    z-index: 11;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -30px;
    -webkit-box-orient: horizontal;
    -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;
    text-align: right;
}

.image-25 {
    position: relative;
    z-index: 1;
    height: 220px;
    margin-bottom: -10px;
}

.input-password {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.txt-otp-3 {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #a7a1b5;
}

.select-bank {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 0px;
    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 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
}

.form {
    display: -ms-grid;
    display: grid;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.modal-register-login {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    display: none;
    overflow: auto;
    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;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: rgba(22, 22, 22, 0.3);
    opacity: 1;
}

.div-password {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 700px;
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
}

.link-forgetpassword {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
}

.btn-login {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
    background-image: linear-gradient(180deg, #b18efe, #704ded);
    font-size: 16px;
}

    .btn-login:hover {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
        background-image: linear-gradient(180deg, #b18efe, #704ded);
    }

.image-26 {
    position: relative;
    z-index: 1;
    width: auto;
    height: 220px;
    max-width: none;
    margin-top: 30px;
    margin-bottom: -7px;
}

.otp-4 {
    width: 50px;
    height: 60px;
    border: 0.5px solid transparent;
    border-radius: 10px;
}

    .otp-4:focus {
        border-width: 2px;
        border-color: #8a68f2;
    }

.otp-3 {
    width: 50px;
    height: 60px;
    border: 0.5px solid transparent;
    border-radius: 10px;
}

    .otp-3:active {
        border-width: 0.5px;
        border-color: #8a68f2;
    }

.tab-pane-tab-2 {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.tabs-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.link-4 {
    color: #8a68f2;
    font-weight: 300;
}

.div-otp {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 700px;
    padding: 60px 20px 20px;
}

.text-field-2 {
    height: 50px;
    margin-bottom: 0px;
    padding: 10px 20px 10px 45px;
    border: 1px solid transparent;
    border-radius: 85px;
    font-size: 16px;
    line-height: 20px;
}

    .text-field-2:focus {
        border-width: 0.5px;
        border-color: #8a68f2;
        box-shadow: 0 1px 8px 0 rgba(138, 104, 242, 0.3);
    }

.tabs-content-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

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

.image-27 {
    padding: 10px;
    cursor: pointer;
}

.text-field-3 {
    height: 50px;
    padding: 10px 20px 10px 40px;
    border: 1px solid transparent;
    border-radius: 85px;
    color: #251e39;
    font-size: 16px;
}

    .text-field-3:focus {
        border-width: 2px;
        border-color: #8a68f2;
        box-shadow: 0 0 8px 0 rgba(138, 104, 242, 0.3);
    }

.text-block-24 {
    margin-top: 60px;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #a7a1b5;
    font-size: 14px;
}

.text-field-4 {
    height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;
    border: 1px none transparent;
    border-radius: 85px;
    color: #8a68f2;
    font-size: 16px;
}

.input-login {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.tab-login {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

    .tab-login.w--current {
        background-color: #f3eff9;
        color: #8a68f2;
        font-size: 18px;
        font-weight: 600;
    }

.logo-otp {
    margin-top: 30px;
    text-align: center;
}

.image-28 {
    height: 220px;
    margin-top: 0px;
}

.btn-bank-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    padding-top: 6px;
    padding-bottom: 6px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 1px none transparent;
    border-radius: 10px;
    background-color: #8a68f2;
    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;
}

    .btn-bank-2:hover {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
        background-image: linear-gradient(180deg, #b18efe, #704ded);
    }

.footer-help {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100%;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
}

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

.div-modal {
    position: relative;
    z-index: 11;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 450px;
    max-width: 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: 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: #f3eff9;
}

.btn-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -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: 100px;
    background-color: #8a68f2;
    text-align: center;
    cursor: pointer;
}

.link-3 {
    color: #8a68f2;
    font-size: 16px;
    text-decoration: underline;
}

.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/กรุงศรี96px_1กรุงศรี(96px).png');
        background-position: 0px 0px;
        background-size: auto 48px;
    }

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

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

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

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

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

    .radio-button-label.label-ttb {
        background-image: url('../images/TMB96px_1TMB(96px).png');
        background-size: auto 48px;
    }

.link-2 {
    color: #8a68f2;
    font-style: normal;
    text-align: center;
    text-decoration: none;
}

.txt-pass-1 {
    color: #8a68f2;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.tabs-menu-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.div-bank {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 700px;
    margin-top: 0px;
    padding: 30% 0px 20px;
    text-align: center;
}

.input-register {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.btn-bank-1 {
    display: none;
    width: 100%;
    height: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #a7a1b5;
    color: #fff;
    font-size: 16px;
}

.logo-login {
    width: auto;
    margin-top: 30px;
    text-align: center;
}

.logo-password {
    margin-top: 30px;
    text-align: center;
}

.txt-help {
    color: #a7a1b5;
    font-size: 14px;
}

.link-otp {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #8a68f2;
    font-size: 16px;
}

.otp-1 {
    width: 50px;
    height: 60px;
    border: 0.5px solid transparent;
    border-radius: 10px;
    color: #251e39;
}

    .otp-1:focus {
        border-width: 0.5px;
        border-color: #8a68f2;
        box-shadow: 0 0 8px 0 #8a68f2;
    }

.txt-otp-1 {
    color: #8a68f2;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.radio-button-field {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    margin-left: 10px;
    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: 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-align: left;
}

.form-2 {
    margin-top: 40px;
}

.input-otp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    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;
}

.txt-otp-2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

.tab-pane-tab-1 {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
}

.tab-register {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

    .tab-register.w--current {
        width: 50%;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #f3eff9;
        color: #8a68f2;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
    }

.rad-btn-checked {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    width: 20px;
    height: 20px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    border-style: none;
    border-width: 0px;
    border-color: #fff;
    background-color: #fff;
    opacity: 1;
    outline-color: #8a68f2;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 2px;
    text-align: left;
    mix-blend-mode: normal;
}

    .rad-btn-checked:hover {
        display: block;
        background-image: url('../images/Vector-Smart-Object_1Vector Smart Object.png');
        background-position: 50% 50%;
        background-size: 12px 10px;
        background-repeat: no-repeat;
        box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.25);
    }

    .rad-btn-checked.w--redirected-checked {
        display: block;
        padding-top: 0px;
        border-style: none;
        border-color: transparent;
        background-image: url('../images/Vector-Smart-Object_1Vector Smart Object.png');
        background-position: 50% 50%;
        background-size: 12px 10px;
        background-repeat: no-repeat;
        background-attachment: scroll;
        mix-blend-mode: normal;
    }

    .rad-btn-checked.w--redirected-focus {
        display: block;
        box-shadow: 0 4px 9px 1px rgba(0, 0, 0, 0.25);
    }

.image-29 {
    height: 20px;
}

.form-block-2 {
    display: block;
    -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;
}

.otp-2 {
    width: 50px;
    height: 60px;
    border: 0.5px solid transparent;
    border-radius: 10px;
}

    .otp-2:focus {
        border-width: 0.5px;
        border-color: #8a68f2;
    }

.form-block-3 {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.h-login-zone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.h-nologin-zone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
}

.popup-reg-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    min-height: 700px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.popup-otp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 700px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.popup-reg-pssword {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 700px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.popup-reg-setbank {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 700px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.popup-reg-verify {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 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;
}

.section-popup-nocc {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: none;
    overflow: auto;
    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;
    text-align: center;
}

.bd-grad {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 450px;
    height: auto;
}

.popup-modal._w-100.px-0 {
    overflow: visible;
}

.frame-400 {
    display: block;
    max-width: 100%;
    padding: 0px;
}

.tt-checking-acc {
    margin-top: 35px;
}

.tt-acc-detail {
    margin-bottom: 35px;
    color: #251e39;
    font-size: 18px;
    font-weight: 500;
}

.div-block-17 {
    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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.popup-verify-acc-success {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 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;
}

.tt-acc-name {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #251e39;
    font-size: 18px;
    font-weight: 500;
}

.div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.popup-verify-acc-fail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 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;
}

.text-block-25 {
    color: #251e39;
}

.div-block-19 {
    width: 200px;
    padding-top: 30px;
}

.popup-deposit-credit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 35px;
    -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;
}

.text-block-26 {
    font-weight: 300;
}

.text-block-27 {
    padding-top: 7px;
    font-size: 18px;
    font-weight: 500;
}

.text-block-28 {
    padding-top: 7px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
}

.div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.div-block-21 {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid rgba(138, 104, 242, 0.4);
}

.text-block-30 {
    color: #251e39;
    font-weight: 300;
    text-align: center;
}

.show-promotion-close {
    margin: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: #051528;
}

.show-simple-popup-close {
    margin: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: #254264;
}

.show-game-popup-close {
    margin: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: #63185b;
}

.show-game-popup-loading {
    margin: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: #391863;
}

.div-block-22 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-3 {
    position: relative;
}

.image-31 {
    height: 18px;
    padding-right: 0px;
}

.in-input-phone {
    position: relative;
}

.ln-input-pass {
    position: relative;
}

._w-tabs {
    display: none;
    width: 100%;
}

.tab-pane-provider {
    width: 100%;
    max-width: 100%;
}

.notification {
    display: none;
    width: 100%;
    color: #8a68f2;
}

.navigation {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-top: 5px;
    padding-right: 40px;
    padding-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-type-current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-right: 6px;
    padding-right: 20px;
    padding-left: 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-style: solid;
    border-width: 1px;
    border-color: #8a68f2;
    border-radius: 20px;
    background-color: rgba(138, 104, 242, 0.2);
    color: #fff;
    text-decoration: none;
}

    .btn-type-current:active {
        box-shadow: 1px 1px 20px 0 #8a68f2;
    }

.txt-nowrap {
    color: #8a68f2;
    font-weight: 300;
}

.btn-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-right: 10px;
    padding-right: 20px;
    padding-left: 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-style: solid;
    border-width: 1px;
    border-color: #8a68f2;
    border-radius: 20px;
    background-color: transparent;
    font-family: Kanit, sans-serif;
    color: #fff;
    text-decoration: none;
}

    .btn-type:active {
        box-shadow: 0 0 10px 0 #8a68f2;
    }

.div-show-game {
    display: -ms-grid;
    display: grid;
    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;
    grid-template-rows: auto;
}

.game-report {
    position: static;
    z-index: auto;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    border-radius: 16px;
    background-color: #251e39;
}

.form-report {
    position: static;
    z-index: 10;
    width: 30%;
    border-style: solid;
    border-width: 3px;
    border-color: #8a68f2;
    border-radius: 10px;
    background-color: transparent;
}

    .form-report.bg-modal-gradient {
        display: block;
        width: 30%;
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), to(#eaecfd));
        background-image: linear-gradient(180deg, #fff, #fff 50%, #eaecfd);
    }

.body-report {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(138, 104, 242, 0.4);
}

.footer-report {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    -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: 0px;
}

.h-report {
    margin-bottom: 15px;
    color: #8a68f2;
    font-size: 18px;
    font-weight: 600;
}

.radio-report {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 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;
}

.tf-report {
    margin-top: 15px;
    margin-bottom: 0px;
    color: #a7a1b5;
    font-size: 12px;
    font-weight: 300;
}

.list-report {
    width: 16px;
    height: 16px;
    margin-top: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(167, 161, 181, 0.5);
    border-radius: 50px;
    background-color: #f3eff9;
    cursor: pointer;
}

    .list-report:focus {
        background-color: transparent;
    }

    .list-report.w--redirected-checked {
        border-width: 4px;
        border-color: #8a68f2;
        background-color: #f3eff9;
    }

    .list-report.w--redirected-focus {
        box-shadow: 0 0 3px 1px #8a68f2;
    }

.t-report {
    margin-bottom: 0px;
    margin-left: 10px;
    color: #251e39;
    font-weight: 300;
}

.btn-cancel {
    width: 47%;
    height: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #8a68f2;
    border-radius: 5px;
    background-color: #f3eff9;
    color: #8a68f2;
    font-size: 16px;
}

.btn-report {
    width: 47%;
    height: 40px;
    border-radius: 5px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
    background-image: linear-gradient(180deg, #b18efe, #704ded);
}

.form-5 {
    display: block;
}

.img-refresh {
    margin: 5px;
}

.btn-refresh {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 10px;
    margin-right: 10px;
}

.image-35 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.div-block-23 {
    position: absolute;
    left: 0%;
    top: -15px;
    right: 0%;
    bottom: auto;
    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;
}

._w-dt-wallet {
    display: none;
    overflow: hidden;
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
}

._w-dt-cardgame {
    margin-top: 20px;
}

.image-36 {
    height: 18px;
}

.form-filter-2 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 14px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
}

.btn-check-1 {
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: 50px;
    height: 50px;
    margin: 0px;
    border-style: none;
    background-color: transparent;
}

    .btn-check-1.w--redirected-checked {
        right: -20px;
        bottom: -20px;
        border-style: none;
        background-color: transparent;
        background-image: url('../images/ถูก2-1_2ถูก2 1.png');
        background-position: 50% 50%;
        background-size: auto 40px;
        background-repeat: repeat;
    }

    .btn-check-1.w--redirected-focus {
        box-shadow: none;
    }

.f-sidebar {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    margin-bottom: 30px;
    -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-top-left-radius: 20px;
    background-color: #fff;
}

.btn-check-2 {
    position: absolute;
    right: 0%;
    bottom: auto;
    width: 33px;
    height: 33px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-style: none;
}

    .btn-check-2.w--redirected-checked {
        position: absolute;
        right: 0px;
        width: 33px;
        height: 33px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        border-style: none;
        background-color: transparent;
        background-image: url('../images/ถูก2-2_1ถูก2 2.png');
        background-position: 0px 0px;
        background-size: auto;
        color: #333;
        font-size: 14px;
    }

    .btn-check-2.w--redirected-focus {
        position: absolute;
        margin-left: -20px;
        box-shadow: none;
    }

.f-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-bottom: 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: 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: 0px none #000;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #c1b9dd;
    cursor: pointer;
}

    .f-block:hover {
        border-style: none;
        border-width: 2px;
        border-color: #8a68f2;
    }

    .f-block:focus {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-style: none;
        border-width: 2px;
        border-color: #8a68f2;
    }

.sidebar-filter {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 12;
    display: block;
    width: 350px;
    padding-top: 70px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #f3eff9;
}

.t-header {
    margin-left: 10px;
    color: #8a68f2;
    font-size: 18px;
    font-weight: 500;
}

.text-check-1 {
    display: none;
}

.f-sb-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.str-filter {
    overflow: auto;
    height: 84.5vh;
    padding: 10px 20px 50px;
}

.btn-f-clear {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 15px;
    -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-style: solid;
    border-width: 1px;
    border-color: #8a68f2;
    border-radius: 10px;
    background-color: transparent;
    color: #8a68f2;
    font-size: 16px;
}

.sb-search {
    width: 100%;
    margin-bottom: 0px;
}

.f-block-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 25px;
    margin-bottom: 0px;
    padding-left: 0px;
    -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-style: solid;
    border-width: 1px;
    border-color: #a7a1b5;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
}

    .f-block-2:hover {
        border-style: solid;
        border-color: #a7a1b5;
        color: #8a68f2;
        font-size: 13px;
    }

.t-title {
    margin-bottom: 10px;
    color: #251e39;
    font-size: 13px;
    font-weight: 500;
}

.text-check-2 {
    display: block;
    margin-bottom: 0px;
    margin-left: 15px;
    color: #251e39;
    font-size: 13px;
    font-weight: 400;
}

    .text-check-2:hover {
        color: #251e39;
    }

.h-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.text-field-5 {
    width: 94%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
    padding-top: 8px;
    border: 1px none #000;
    border-radius: 50px;
    background-color: rgba(167, 161, 181, 0.2);
    color: #8a68f2;
}

    .text-field-5:focus {
        border-style: solid;
        border-color: #8a68f2;
    }

.f-footer {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    padding: 15px 20px;
    -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-bottom-left-radius: 20px;
    background-color: #f3eff9;
}

.btn-f-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 73%;
    -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-style: none;
    border-width: 1px;
    border-color: #8a68f2;
    border-radius: 10px;
    background-color: transparent;
    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;
    font-weight: 500;
}

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

.image-37 {
    height: 20px;
    margin: 15px 20px 15px 15px;
}

.b-filter-1 {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(167, 161, 181, 0.5);
}

.section-filter {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: 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;
}

.f-sb-icon-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.b-filter-2 {
    padding-top: 10px;
    padding-bottom: 20px;
}

.form-filter-1 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
}

.form-block-4 {
    margin-bottom: 0px;
}

.iconfileter-1 {
    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;
}

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

.iconcoin {
    height: 30px;
}

.img-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #8a68f2;
}

.img-sim-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    color: #8a68f2;
}

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

.imgmore {
    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-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    margin-right: 5px;
    padding-right: 0px;
    -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;
}

.img-close {
    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: 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;
}

.html-embed-3 {
    color: #8a68f2;
}

.image-38 {
    height: 100px;
}

.div-block-18.waiting-verify {
    display: none;
}

.popup-confirmverify-success {
    display: block;
    padding: 35px 20px;
}

.show-simplenocc-popup {
    margin-right: 15px;
}

.popup-data-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 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;
    border-top: 1px none rgba(180, 180, 180, 0.11);
    border-bottom: 1px none rgba(180, 180, 180, 0.11);
}

    .popup-data-body.p-0 {
        padding-right: 0px;
        padding-left: 0px;
    }

.div-d-bank {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    -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;
}

.b-d-bank {
    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-h-bank {
    color: #251e39;
    font-size: 12px;
    font-weight: 300;
}

.h-bank {
    margin-bottom: 5px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
}

.n-bank {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

.b-turnover {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 300;
}

.t-turnover {
    color: #251e39;
}

.popup-data-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 0px;
    -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-top: 1px solid #f3eff9;
    border-bottom: 1px none rgba(180, 180, 180, 0.11);
}

    .popup-data-footer.p-0 {
        padding-right: 0px;
        padding-left: 0px;
    }

.b-t-center {
    display: block;
    width: 100%;
    margin-bottom: 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;
}

.b-process-turnover {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 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;
    border-radius: 46px;
    background-color: #a7a1b5;
}

.os-turnover {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: auto;
    height: auto;
}

.t-os-turnover {
    position: absolute;
    width: auto;
    color: #fff;
    font-weight: 400;
    -o-object-fit: fill;
    object-fit: fill;
}

.img-cf {
    width: 100%;
    border-radius: 10px;
}

.btn-cf-claim {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #a7a1b5;
    color: #fff;
    text-align: center;
}

.txt-proc-2 {
    font-family: Sarabun, sans-serif;
}

.active-pro-1 {
    display: block;
    overflow: visible;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.button-2 {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #1aca00;
    text-align: center;
}

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

.b-header-02 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.icon-cf-close {
    width: 16px;
    cursor: pointer;
}

.b-cf-detail {
    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 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.t-cf-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: Sarabun, sans-serif;
    color: #8a68f2;
    font-size: 20px;
    font-weight: 500;
}

.active-pro-3 {
    display: none;
}

.btn-active-pro {
    position: fixed;
    top: auto;
    bottom: 5%;
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 360px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #f3eff9;
}

.div-h-cf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 17px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 24px;
}

.div-cf-1 {
    display: block;
    overflow: auto;
    width: 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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.circle-prog {
    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-40 {
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
}

.prog-credit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #251e39;
    font-weight: 300;
}

.t-list {
    font-family: Sarabun, sans-serif;
    color: #251e39;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.cf-modal {
    position: relative;
    z-index: 12;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 900px;
    height: 750px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 15px;
    background-color: #f3eff9;
}

.t-cf-form {
    margin-bottom: 0px;
    color: #8a68f2;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.bg-popup-fill-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    border-radius: 8px;
    background-color: #cfcfcf;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
    background-image: linear-gradient(180deg, #b18efe, #704ded);
    color: #fff;
    cursor: pointer;
}

    .bg-popup-fill-2:hover {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#704ded), to(#b18efe));
        background-image: linear-gradient(180deg, #704ded, #b18efe);
    }

    .bg-popup-fill-2:active {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
        background-image: linear-gradient(180deg, #b18efe, #704ded);
    }

    .bg-popup-fill-2.clam-btn {
        background-color: #1aca00;
        background-image: none;
    }

.cf-detail-1 {
    display: none;
    margin-bottom: 15px;
    padding-left: 10px;
    text-align: left;
}

.t-cf-detail-03 {
    color: #8a68f2;
    font-size: 14px;
    font-weight: 300;
}

.cf-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.t-cf-detail-02 {
    color: #251e39;
    font-size: 16px;
    font-weight: 500;
}

.b-cf-body {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #b18efe;
    border-radius: 5px;
    background-color: rgba(138, 104, 242, 0.05);
}

.t-cf-detail-04 {
    color: #8a68f2;
    font-size: 16px;
    font-weight: 500;
}

.active-pro-2 {
    display: none;
    width: 100%;
}

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

._w-div-cf-2 {
    display: block;
    -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;
}

.circle-progress-1 {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.t-header-list {
    font-family: Sarabun, sans-serif;
    color: #251e39;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}

.txt-box-1 {
    position: absolute;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 5px 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 rgba(0, 0, 0, 0.05);
}

.div-cf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 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;
}

    .div-cf.br-right {
        border-right: 1px solid rgba(138, 104, 242, 0.4);
        border-radius: 1px;
    }

._w-div-cf-1 {
    display: block;
    min-height: 600px;
    padding-right: 15px;
    padding-left: 15px;
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.b-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 0px;
    -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;
}

.t-cf-header-02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    font-family: Sarabun, sans-serif;
    color: #8a68f2;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-align: left;
}

.div-cf-2 {
    display: none;
    width: 100%;
    min-height: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.input-cf {
    margin-bottom: 15px;
    border: 1px none #000;
    border-radius: 30px;
    color: #251e39;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

    .input-cf::-webkit-input-placeholder {
        color: #251e39;
    }

    .input-cf:-ms-input-placeholder {
        color: #251e39;
    }

    .input-cf::-ms-input-placeholder {
        color: #251e39;
    }

    .input-cf::placeholder {
        color: #251e39;
    }

.div-cf-2 {
    text-align: center;
}

.txt-prog-1 {
    color: #251e39;
    font-size: 16px;
    font-weight: 500;
}

.t-cf-detail {
    color: #251e39;
    font-size: 14px;
    font-weight: 300;
}

.cf-form {
    margin-bottom: 0px;
}

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

.cf-body {
    margin-bottom: 0px;
    border-radius: 5px;
}

.modal-confirm-promotion {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: none;
    overflow: 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;
    opacity: 1;
}

.div-cf-02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 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;
    border-right: 1px solid rgba(138, 104, 242, 0.4);
    border-left: 1px solid rgba(138, 104, 242, 0.4);
}

.txt-active-1 {
    padding-bottom: 1px;
    color: #251e39;
    line-height: 14px;
}

.txt-point {
    margin-top: -20px;
}

.img-info {
    width: 20px;
    height: auto;
    margin-left: 0px;
}

.image-41 {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
}

.icone-more-2 {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    margin-left: 5px;
    padding: 7px 5px 5px;
    cursor: pointer;
}

.b-bal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-bottom: 10px;
    -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-bottom: 1px solid rgba(37, 30, 57, 0.1);
}

.icone-more {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-left: 5px;
    padding: 7px 5px 5px;
    cursor: pointer;
}

.b-res {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -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;
    cursor: pointer;
}

.image-42 {
    width: auto;
    cursor: pointer;
}

.wd-detail {
    width: 100%;
    border-radius: 10px;
    background-color: rgba(101, 233, 220, 0.3);
}

.b-wd-1 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px 15px;
    -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-bottom: 1px solid rgba(37, 30, 57, 0.1);
}

.t-wd-1 {
    color: #251e39;
    font-weight: 300;
}

.t-wd-2 {
    color: #251e39;
    font-size: 18px;
    font-weight: 600;
}

.b-wd {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.icon-reload {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 16px;
    height: 11px;
    margin-top: 10px;
    margin-right: 15px;
    padding-top: 0px;
}

.b-wd-2 {
    display: block;
    padding: 10px 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.t-wd-3 {
    color: #251e39;
    font-weight: 300;
}

.t-wd-4 {
    color: #a7a1b5;
    font-weight: 300;
}

.b-wd-d {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.link-block-5 {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    padding: 15px 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;
    cursor: pointer;
}

.cat-game {
    display: none;
}

.div-block-24 {
    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-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.div-block-25 {
    display: none;
}

.div-block-27 {
    -webkit-transition: width 200ms ease;
    transition: width 200ms ease;
}

.div-block-28 {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.div-show-game-slide {
    display: -ms-grid;
    display: grid;
    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;
}

.div-game-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
}

.txt-game-header {
    color: #8a68f2;
    font-size: 20px;
}

.txt-game-navi {
    color: #704ded;
    font-size: 16px;
}

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

.inner-container-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    margin-right: auto;
    margin-left: 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;
}

.con-sole {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.slide-game {
    display: -ms-grid;
    display: grid;
    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;
    grid-template-rows: auto;
}

.game-slider {
    height: auto;
    background-color: hsla(0, 0%, 86.7%, 0);
}

.home-slide {
    height: auto;
}

.game-slider-nav {
    display: none;
}

.game-slider-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    -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;
}

.slide-game-left {
    left: auto;
    top: 0%;
    right: 40px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -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: #000;
}

.right-arrow {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -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: #000;
}

.slide-icon {
    display: none;
    width: 34px;
    height: 34px;
    background-color: rgba(138, 104, 242, 0.4);
}

.icon-navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    -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: 20px;
    background-color: #e3dfeb;
    color: #704ded;
}

    .icon-navi:hover {
        background-color: rgba(138, 104, 242, 0.4);
    }

.slide-game-right {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -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: #000;
}

.mask {
    height: auto;
}

.nav-link {
    color: #704ded;
    text-decoration: none;
}

    .nav-link:hover {
        text-decoration: underline;
    }

.card-game-mbh {
    width: 100%;
}

.div-show-game-2 {
    display: -ms-grid;
    display: grid;
    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;
}

.card-game-last {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.bg {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 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;
}

.img-last-launch {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.img-frame {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
}

.play-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 120px;
    margin-top: -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;
    border-radius: 60px;
    background-color: rgba(138, 104, 242, 0.4);
}

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

.lauch-img {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    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;
}

.arrow-play {
    width: 40px;
    height: 40px;
}

.div-block-29 {
    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;
}

.link-nav {
    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;
    color: #704ded;
    text-decoration: none;
}

    .link-nav:hover {
        text-decoration: underline;
    }

.icon-link {
    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;
}

.credit-label {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    margin-top: 10px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 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: 18px;
    background-color: #65e9dc;
}

.div-block-30 {
    width: 100%;
}

.search {
    position: relative;
    width: 600px;
    height: 40px;
    margin-top: 0px;
}

.search-txt {
    border-radius: 20px;
}

.search-result {
    position: absolute;
    top: 50px;
    z-index: 5;
    display: block;
    width: 600px;
    min-height: 40px;
    padding-right: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #c1b9dd;
}

.txt-search {
    width: 100%;
    height: 100%;
    padding-left: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 20px;
}

    .txt-search:focus {
        border-color: #8a68f2;
    }

.search-icon {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-left: 2px;
    -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: #a7a1b5;
}

.search-icon-clear {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 2px;
    -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: #a7a1b5;
}

.search-icon-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    height: 28px;
    margin-left: 2px;
    -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: 14px;
    background-color: #e3dfeb;
    color: #704ded;
}

    .search-icon-close:hover {
        background-color: rgba(138, 104, 242, 0.4);
    }

.search-research-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-top: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.game-result {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.search-msg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -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: #999b9c;
}

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

.drop {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 7;
    display: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.grid-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.image-43 {
    padding: 10px;
    cursor: pointer;
}

.div-block-31 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-radius: 15px;
}

.profixedpercent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 450px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.link-block-6 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8a68f2;
    font-size: 16px;
    text-decoration: none;
}

.text-block-32 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
}

.image-44 {
    height: 16px;
}

.popup-otp-timeout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.redtext-noti {
    padding-top: 15px;
    color: red;
    text-align: center;
}

.div-block-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: #fff;
}

.popup-reset-pssword {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.section-connecting {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    display: none;
    height: 60px;
    float: none;
    clear: none;
    -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: rgba(37, 30, 57, 0.9);
}

.div-connecting {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    display: none;
    width: 100%;
    height: auto;
    -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;
    background-color: transparent;
}

.image-46 {
    height: 25px;
    margin-right: 10px;
}

.text-block-33 {
    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;
    color: #fff;
}

.div-nosignal {
    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: 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;
}

.link-5 {
    margin-left: 10px;
    color: #65e9dc;
}

.section-article {
    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;
    font-family: Sarabun, sans-serif;
}

.container-2 {
    width: 1080px;
    padding-right: 20px;
    padding-left: 20px;
}

.article-title-full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 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;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    color: #00ffd9;
}

.title {
    margin-bottom: 20px;
    color: #8a68f2;
    font-size: 44px;
    font-weight: 300;
}

.desc {
    color: #251e39;
    font-size: 20px;
    font-weight: 300;
}

.article-content {
    padding-top: 10px;
    padding-bottom: 60px;
}

.article-head {
    margin-top: 30px;
    color: #8a68f2;
    font-size: 24px;
    font-weight: 300;
}

.article-param {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #251e39;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

.popup-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.btn-phonereset.btn-bg-fill._w-100 {
    width: 100%;
    margin-top: 60px;
    font-size: 16px;
}

.btn-bg-fill {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 50px;
    padding-bottom: 9px;
    -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: 10px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), color-stop(100%, #704ded), to(#fdfcff));
    background-image: linear-gradient(180deg, #b18efe, #704ded 100%, #fdfcff);
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

    .btn-bg-fill:hover {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), color-stop(100%, #704ded), to(#fdfcff));
        background-image: linear-gradient(180deg, #b18efe, #704ded 100%, #fdfcff);
    }

    .btn-bg-fill.short-btn {
        width: 120px;
    }

        .btn-bg-fill.short-btn.short-h {
            height: 40px;
            border: 1px solid transparent;
            font-size: 16px;
        }

.elementzone {
    display: none;
}

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

.btn-disable {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -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: 10px;
    background-color: #a7a1b5;
    cursor: none;
}

    .btn-disable.short-btn {
        width: 120px;
    }

.text-block-34 {
    color: #8a68f2;
}

.text-block-35 {
    color: #8a68f2;
    font-size: 16px;
}

.processing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-47 {
    height: 24px;
    margin-right: 15px;
}

.withdraw-successfull {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-36 {
    color: #21c11e;
    font-size: 16px;
}

.btn-bg-outline {
    border-style: solid;
    border-width: 1px;
    border-color: #8a68f2;
    border-radius: 8px;
    background-color: #fff;
    color: #8a68f2;
    font-size: 16px;
}

    .btn-bg-outline:hover {
        border-color: #8a68f2;
        background-color: #f3eff9;
    }

.image-48 {
    padding: 8px;
}

.image-49 {
    width: auto;
    height: 20px;
    max-width: none;
    margin-bottom: 0px;
}

.dropper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 11;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.div-block-34 {
    position: fixed;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 11;
    overflow: auto;
    max-height: 100%;
    max-width: 100%;
    min-width: 450px;
    margin: auto;
    background-color: #886363;
}

.img-tagrank {
    height: 64px;
    max-width: none;
    margin-bottom: 10px;
}

.div-block-35 {
    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;
}

.div-block-36 {
    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: 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;
}

.tag-lanking-brozne {
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #e5d389;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e5d389), to(#75562f));
    background-image: linear-gradient(180deg, #e5d389, #75562f);
    color: #fff;
    font-size: 11px;
    line-height: 18px;
}

.tag-lanking-silver {
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #cececc;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#494949));
    background-image: linear-gradient(180deg, #ebebeb, #494949);
    color: #fff;
    font-size: 11px;
    line-height: 18px;
}

.tag-lanking-plat {
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #61b9ff;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8faff), to(#61b9ff));
    background-image: linear-gradient(180deg, #e8faff, #61b9ff);
    color: #fff;
    font-size: 11px;
    line-height: 18px;
}

.tag-lanking-diamond {
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #8eebe9;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e4fbfe), to(#8eebe9));
    background-image: linear-gradient(180deg, #e4fbfe, #8eebe9);
    color: #fff;
    font-size: 11px;
    line-height: 18px;
}

._w-tag-lanking-brozne {
    padding: 1px;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#75562f), to(#d3bf7b));
    background-image: linear-gradient(180deg, #75562f, #d3bf7b);
}

._w-tag-lanking-silver {
    padding: 1px;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#494949), to(#ebebeb));
    background-image: linear-gradient(180deg, #494949, #ebebeb);
}

._w-tag-lanking-gold {
    border-radius: 20px;
}

._w-tag-lanking-plat {
    border-radius: 20px;
}

._w-tag-lanking-diamond {
    border-radius: 20px;
}

.div-block-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup-data-title-statement-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: Kanit, sans-serif;
    color: #251e39;
    font-size: 15px;
    font-weight: 400;
}

.text-block-37 {
    color: #a7a1b5;
}

.div-block-38 {
    color: #8a68f2;
}

.section-article-str {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
}

.text-block-38 {
    margin-bottom: 10px;
    color: #8a68f2;
    font-size: 24px;
    font-weight: 500;
}

.t-article {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    color: #8a68f2;
    font-size: 24px;
    font-weight: 500;
}

.grid-article {
    margin-top: 20px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.img-article {
    width: 100%;
}

.header-t {
    margin-top: 20px;
    margin-bottom: 0px;
    color: #8a68f2;
    font-size: 32px;
    font-weight: 500;
}

.t-date {
    color: #a7a1b5;
    font-size: 16px;
    font-weight: 300;
}

.b-article {
    padding-top: 0px;
    padding-bottom: 0px;
}

.h-ar-detail {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 10px;
    color: #000;
    font-size: 24px;
}

.t-ar-detail {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

.b-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    -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-top: 1px solid #a7a1b5;
    border-bottom: 1px solid #a7a1b5;
}

.img-author {
    width: 80px;
    border-radius: 50%;
}

.h-author {
    color: #000;
    font-weight: 300;
}

.t-author {
    color: #a7a1b5;
    font-size: 12px;
    font-weight: 300;
}

.b-text {
    padding-left: 30px;
}

._w-sections {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

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

.image-50 {
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
}

._400-badrequest {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 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: transparent;
}

.body-maintainance {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -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;
}

._401-unauthorized {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: none;
    width: 100%;
    height: 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: transparent;
}

.h-title {
    color: #8a68f2;
    font-size: 36px;
    line-height: 72px;
    font-weight: 600;
}

.header-maintainance {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding-right: 20px;
    padding-left: 20px;
    -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;
    background-color: #f3eff9;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eaecfd));
    background-image: linear-gradient(180deg, #fff 50%, #eaecfd);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.txt-menu-2 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    color: #8a68f2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-shadow: none;
}

    .txt-menu-2:focus {
        font-weight: 700;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    }

._404-notfound {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: none;
    width: 100%;
    height: 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: transparent;
}

.undermaintainance-website {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 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: #f3eff9;
}

.mtn-detail {
    width: 60%;
    padding-right: 40px;
    padding-left: 40px;
}

.txt-mtn-1 {
    color: #251e39;
    font-size: 36px;
    line-height: 54px;
}

.txt-mtn-2 {
    color: #a7a1b5;
    font-size: 18px;
    line-height: 27px;
}

.mtn-img {
    width: 40%;
}

.text-span-3 {
    color: #8a68f2;
    font-size: 48px;
    font-weight: 700;
}

.detail-error {
    padding-top: 20px;
    padding-bottom: 0px;
}

.link-retry {
    color: #0eb3ff;
    font-size: 18px;
}

    .link-retry:hover {
        color: #fff;
    }

.platform-logo {
    height: 30px;
    margin-right: 20px;
}

.txt-servererror-1 {
    padding-top: 0px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 21px;
}

.txt-error-1 {
    color: #fff;
    font-size: 48px;
    line-height: 56px;
    font-weight: 400;
}

.undermaintainance-server {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0b2a8a;
}

.text-span-4 {
    font-weight: 700;
}

._502--badgateway {
    display: none;
}

.head-error {
    padding-bottom: 20px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #eaecfd;
}

._501-notimplemented {
    display: none;
}

._500-servererror {
    display: block;
    -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;
}

.text-span-5 {
    font-weight: 700;
}

.btn-contact {
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 60px;
    background-color: #0b2a8a;
    color: #fff;
    font-size: 16px;
}

.slide-icon-2 {
    display: none;
    width: 34px;
    height: 34px;
    background-color: rgba(138, 104, 242, 0.4);
}

.txt-game-header-2 {
    color: #8a68f2;
    font-size: 20px;
}

.txt-provname-2 {
    color: #a7a1b5;
    font-size: 12px;
}

.icon-navi-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    -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: 20px;
    background-color: #e3dfeb;
    color: #704ded;
}

    .icon-navi-2:hover {
        background-color: rgba(138, 104, 242, 0.4);
    }

.card-game-pvd {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 #c1b9dd;
}

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

.game-detrail-pvd {
    padding: 9px 0px 9px 10px;
    border-radius: 10px;
}

.txt-gamename-2 {
    color: #8a68f2;
    font-size: 18px;
}

.game-slider-2 {
    display: block;
    height: auto;
    background-color: hsla(0, 0%, 86.7%, 0);
}

.slide-game-2 {
    display: -ms-grid;
    display: grid;
    padding: 3px;
    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;
    grid-template-rows: auto;
}

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

.logo-game-pvd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -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;
}

.img-provider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 120px;
    -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: 5px;
    background-color: #fff;
}

.img-game-pvd {
    width: 100%;
    max-width: none;
    border-radius: 5px;
}

.txt-gamepvd {
    margin-left: 20px;
}

.text-block-39 {
    color: #251e39;
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
}

.text-block-40 {
    color: #251e39;
    font-size: 18px;
    font-weight: 300;
}

.div-launching {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #f3f4fe), to(#eaecfd));
    background-image: linear-gradient(180deg, #fff, #f3f4fe 50%, #eaecfd);
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
}

._w-backbtn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #e3dfeb;
}

._w-searchprovgame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.img-back {
    height: 20px;
}

.section-register {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    -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;
}

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

.text-block-44 {
    color: #a7a1b5;
    text-align: center;
}

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

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

.skip-btn {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8a68f2;
    font-size: 16px;
    text-decoration: none;
}

.image-53 {
    height: 150px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.text-block-47 {
    color: #8a68f2;
    font-size: 18px;
    line-height: 24px;
}

.text-block-48 {
    color: #8a68f2;
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
}

.popup-deposit-close {
    padding-top: 40px;
    padding-bottom: 40px;
}

.grid-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

._w-tbmenu {
    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-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.div-block-39 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.pro-detail {
    display: block;
    overflow: auto;
    width: auto;
    height: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #fff;
}

.procontent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.grid-6 {
    overflow: visible;
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.div-block-41 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.p-pro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.space-pro {
    display: none;
}

.closepro {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 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;
    cursor: pointer;
}

.t-cf-header-con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    font-family: Sarabun, sans-serif;
    color: #8a68f2;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-align: left;
}

.proturn {
    width: 100%;
    max-width: 450px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.p-detailproturn {
    display: none;
}

.b-sections {
    width: 100%;
}

.popup-re {
    display: block;
}

.grid-7 {
    padding-right: 20px;
    padding-left: 20px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1.25fr 0.65fr 0.5fr;
    grid-template-columns: 1.25fr 0.65fr 0.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.txt-ttre {
    padding-right: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #a7a1b5;
    color: #a7a1b5;
}

.txt-re-periods {
    padding-right: 10px;
}

.txt-re-amount {
    padding-right: 5px;
}

.tt-periods {
    padding-top: 10px;
}

.tt-re {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .tt-re.claimed {
        color: #8a68f2;
        text-decoration: underline;
        cursor: pointer;
    }

.tt-.claimed {
    color: #8a68f2;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
}

.txt-re-claim {
    padding-right: 5px;
}

.section-popup-re {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 11;
    display: none;
    overflow: auto;
    width: 500px;
    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;
}

.bd-grad--re {
    position: relative;
    z-index: 12;
    overflow: visible;
    padding: 3px;
    border-radius: 10px;
    background-image: linear-gradient(109deg, #b18efe, #704ded);
}

.list-2 {
    margin-left: 0px;
    padding-left: 20px;
    font-family: Sarabun, sans-serif;
    color: #000;
    line-height: 24px;
    font-weight: 300;
}

.btn-copy-rff {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.rff-rules {
    width: 100%;
    padding: 20px 0px;
    text-align: left;
}

.rff-txt-head {
    font-family: Sarabun, sans-serif;
    color: #9f9f9f;
    font-size: 12px;
}

.text-block-49 {
    color: #000;
    font-weight: 300;
}

.text-span-12 {
    font-weight: 600;
}

.referfriend-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 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;
    text-align: center;
}

.rff-txt-second2 {
    font-family: Sarabun, sans-serif;
    font-weight: 500;
}

.rff-h-body-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -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;
}

.div-date {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.text-block-50 {
    font-family: Sarabun, sans-serif;
    font-weight: 500;
    text-align: center;
}

.rff-h-body {
    display: -ms-grid;
    display: grid;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-style: none;
    border-width: 1px;
    border-color: #8a68f2;
    border-radius: 0px;
    background-color: transparent;
}

.rff-line {
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    background-color: rgba(138, 104, 242, 0.4);
}

.text-block-51 {
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.rff-history {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #8a68f2;
    border-radius: 5px;
    background-color: rgba(138, 104, 242, 0.15);
}

.rff-tx-primary {
    font-family: Sarabun, sans-serif;
    color: #8a68f2;
    line-height: 26px;
}

.rff-txt-h1 {
    margin-bottom: 15px;
    color: #8a68f2;
    font-size: 16px;
    text-align: center;
}

.text-block-52 {
    color: #fff;
    font-size: 16px;
}

.rff-tx-second {
    font-family: Sarabun, sans-serif;
    color: #000;
    line-height: 26px;
}

.div-income {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.link-referfriend {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(101, 233, 220, 0.3);
    opacity: 1;
    text-align: left;
}

.div-user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    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: 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;
    text-align: left;
}

.rff-data {
    margin-top: 20px;
    margin-bottom: 20px;
}

.grid-8 {
    padding-right: 15px;
    padding-left: 15px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1.75fr 1fr;
    grid-template-columns: 1fr 1.75fr 1fr;
}

@media screen and (min-width: 1280px) {
    .section-body {
        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;
    }

    .container {
        position: relative;
    }

    .grid {
        grid-row-gap: 0px;
    }

    .main-page {
        background-color: #f3eff9;
    }

    .inner-container-greenzone {
        max-width: 90%;
    }

    .section-announce {
        box-shadow: none;
    }

    .body {
        background-color: #f3eff9;
    }

    .grid--promo {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .link-promo {
        height: 100%;
    }

    .img-promo {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .txt-type {
        font-size: 16px;
    }

    .bg-game-launching {
        padding-right: 0px;
        padding-left: 0px;
    }

    .section-more {
        background-color: transparent;
    }

    ._w-profile-more {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .text-field-5 {
        width: 95%;
    }

    .cf-modal {
        width: 1000px;
    }

    .profixedpercent {
        max-width: none;
    }

    .undermaintainance-website {
        background-color: #f3eff9;
    }

    .proturn {
        max-width: none;
    }
}

@media screen and (min-width: 1440px) {
    .section-header {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), to(#eaecfd));
        background-image: linear-gradient(180deg, #fff, #fff 50%, #eaecfd);
        box-shadow: 2px 0 10px 5px rgba(0, 0, 0, 0.15);
    }

    .container {
        width: 1640px;
    }

    .section-body {
        position: relative;
        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;
    }

    .container {
        position: -webkit-sticky;
        position: sticky;
        width: auto;
    }

    .inner-container-greenzone {
        max-width: 85%;
    }

    .section-announce {
        box-shadow: none;
    }

    .section-promotion-page {
        display: block;
    }

    .body {
        background-color: #f3eff9;
    }

    .grid--promo {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .img-promo {
        height: auto;
    }

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

    .catag-desk {
        padding-left: 25px;
    }

        .catag-desk.menu-active {
            padding-left: 25px;
        }

    .list.nav.nav-tabs {
        max-width: none;
    }

    .game-root {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
        background-image: linear-gradient(180deg, #b18efe, #704ded);
    }

    .game-button {
        background-color: #8a68f2;
    }

        .game-button:hover {
            background-color: rgba(138, 104, 242, 0.3);
        }

    .game-layout {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), to(#eaecfd));
        background-image: linear-gradient(180deg, #fff, #fff 50%, #eaecfd);
    }

    .text-block-11 {
        color: #000;
    }

    .game-button-action {
        background-color: #8a68f2;
    }

        .game-button-action:hover {
            background-color: rgba(138, 104, 242, 0.3);
        }

    .text-block-12 {
        padding: 2px 8px;
        border-color: #a7a1b5;
        border-radius: 15px;
        color: #a7a1b5;
    }

    .icon-menu {
        color: #fff;
    }

    .bg-game-launching {
        display: none;
        padding-right: 0px;
        padding-left: 0px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
        background-image: linear-gradient(180deg, #000, #fff);
    }

    .section-more {
        background-color: transparent;
    }

    .content-2 {
        padding-bottom: 40px;
    }

    .section-content {
        width: auto;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .image-4 {
        margin-top: -10px;
    }

    .txt-cont-date {
        color: #a7a1b5;
        font-size: 12px;
    }

    .div-search {
        padding: 8px;
    }

    .txt-cont-2 {
        color: #000;
        font-size: 12px;
    }

    .heading {
        background-color: #704ded;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
        background-image: linear-gradient(180deg, #b18efe, #704ded);
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .grid-content {
        display: -ms-grid;
        display: grid;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    .search-game {
        position: absolute;
        left: auto;
        top: auto;
        right: 0%;
        bottom: auto;
        margin-right: 0px;
        margin-left: 0px;
    }

    .txt-cont-1 {
        color: #8a68f2;
        font-size: 16px;
    }

    .div-txt-content {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 20px;
    }

    .txt-content {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }

    .card-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 10px;
        background-color: #fff;
    }

    .tab-game {
        position: static;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .game-report {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
        background-image: linear-gradient(180deg, #b18efe, #704ded);
    }

    .form-report.bg-modal-gradient {
        width: 30%;
    }

    .text-field-5 {
        width: 95%;
    }

    .div-cf-1 {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }

    .cf-modal {
        width: 1000px;
        height: 850px;
    }

    .t-cf-form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }

    .cf-header {
        padding-left: 0px;
    }

    .b-header {
        padding-left: 15px;
    }

    .img-info {
        padding-top: 0px;
    }

    .div-block-26 {
        position: relative;
    }

    .procontent {
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
    }

    .grid-6 {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .p-pro {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -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;
    }
}

@media screen and (min-width: 1920px) {
    .section-header {
        box-shadow: none;
    }

    .section-body {
        position: relative;
        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;
    }

    .container {
        position: relative;
    }

    .txt-menu {
        font-size: 16px;
    }

        .txt-menu.menu--current {
            font-size: 16px;
        }

    .inner-container-greenzone {
        width: 70%;
        max-width: 1920px;
    }

    .section-announce {
        box-shadow: none;
    }

    .body {
        background-color: #f3eff9;
    }

    .grid--promo {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .img-promo {
        height: auto;
    }

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

    .txt-annc {
        width: 100%;
    }

    .paragraph {
        font-size: 16px;
    }

    .paragraph-2 {
        font-size: 16px;
    }

    .txt-credit {
        font-size: 18px;
    }

    .catagories-desktop {
        width: 280px;
    }

    .txt-type {
        font-size: 18px;
    }

        .txt-type.menu-active {
            font-size: 18px;
        }

    .txt-type-count {
        font-size: 14px;
    }

    .catag-desk {
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 30px;
    }

        .catag-desk.menu-active {
            padding-left: 30px;
        }

    .list.nav.nav-tabs {
        width: 100%;
    }

    .bg-game-launching {
        display: none;
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .section-more {
        top: 60px;
        right: 20px;
        bottom: auto;
        background-color: transparent;
    }

    ._w-profile-more {
        position: fixed;
        top: 60px;
        right: 20px;
    }

    .image-14 {
        height: 24px;
    }

    .txt-cont-date {
        font-size: 14px;
    }

    .txt-cont-2 {
        font-size: 14px;
    }

    .txt-gamename {
        font-size: 16px;
    }

    .txt-provname {
        font-size: 16px;
    }

    .txt-cont-1 {
        font-size: 18px;
    }

    .div-password {
        display: block;
    }

    .tabs-2 {
        display: block;
    }

    .div-otp {
        display: block;
    }

    .div-bank {
        display: block;
    }

    .h-nologin-zone {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .popup-reg-login {
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .popup-reg-verify {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

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

    .form-report.bg-modal-gradient {
        width: 25%;
    }

    .f-sidebar {
        position: fixed;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 350px;
        margin-bottom: 30px;
        -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-top-left-radius: 20px;
        background-color: #fff;
    }

    .sidebar-filter {
        position: fixed;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: 20;
        width: 350px;
        padding-top: 70px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: #f3eff9;
        font-weight: 400;
    }

    .t-header {
        margin-left: 10px;
        color: #8a68f2;
        font-size: 18px;
        font-weight: 500;
    }

    .f-sb-search {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .str-filter {
        overflow: auto;
        height: 84.5vh;
        padding-top: 10px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .btn-f-clear {
        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;
        border-style: solid;
        border-width: 1px;
        border-color: #8a68f2;
        border-radius: 10px;
        background-color: transparent;
        color: #8a68f2;
        font-size: 16px;
    }

    .sb-search {
        margin-bottom: 0px;
    }

    .t-title {
        margin-bottom: 10px;
        color: #251e39;
        font-size: 13px;
        font-weight: 500;
    }

    .h-filter {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .text-field-5 {
        width: 95%;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 20px;
        padding-left: 12px;
        border: 1px solid transparent;
        border-radius: 50px;
        background-color: rgba(167, 161, 181, 0.2);
    }

    .f-footer {
        position: fixed;
        left: auto;
        top: auto;
        right: 0%;
        bottom: 0%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 350px;
        padding: 15px 20px;
        -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-bottom-left-radius: 20px;
        background-color: #f3eff9;
    }

    .btn-f-search {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 73%;
        -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-style: none;
        border-width: 1px;
        border-color: #8a68f2;
        border-radius: 10px;
        background-color: transparent;
        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;
        font-weight: 500;
    }

    .image-37 {
        height: 20px;
        margin: 15px 20px 15px 15px;
    }

    .b-filter-1 {
        padding-top: 10px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(167, 161, 181, 0.5);
    }

    .section-filter {
        position: fixed;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: 15;
        overflow: 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;
    }

    .f-sb-icon-close {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .b-filter-2 {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .cf-detail-1 {
        margin-bottom: 60px;
    }

    .cf-header {
        padding-left: 0px;
    }

    .b-cf-body {
        padding: 10px 15px;
    }

    .b-header {
        padding-left: 15px;
    }

    .cf-body {
        padding: 10px 15px;
    }

    .txt-game-header {
        font-size: 22px;
    }

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

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

    .txt-search {
        font-size: 16px;
    }

    .txt-provname-2 {
        font-size: 14px;
    }

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

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

    .text-block-46 {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .header-zone {
        height: 60px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .section-header {
        z-index: 6;
        height: auto;
    }

    .amzing-logo {
        height: 30px;
        margin-left: 5px;
    }

    .logo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .right-menu {
        display: none;
        padding-right: 0px;
        font-size: 12px;
    }

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

    .h-menu {
        margin-right: 0px;
        margin-left: 0px;
    }

    .img-home {
        height: 35px;
    }

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

    ._w-block.home {
        margin-right: 0px;
    }

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

    .menu-catagories {
        display: none;
    }

    .inner-container-greenzone {
        max-width: 100%;
    }

    .section-banner {
        display: block;
    }

    .section-announce {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .footer {
        padding-bottom: 100px;
        font-size: 12px;
    }

    .section-promotion-page {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    ._w-annc {
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    ._w-img-acnnc {
        width: 30px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .img-annc {
        width: 22px;
    }

    .img-promotion {
        height: 35px;
    }

    .img-line {
        height: 35px;
    }

    .heading-2 {
        font-size: 28px;
    }

    .grid--promo {
        margin-right: 20px;
        padding-left: 0px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .grid-footer {
        margin-bottom: 20px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }

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

    .img-cert {
        height: 30px;
    }

    ._w-txt-annc {
        position: relative;
        padding-left: 30px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .txt-annc {
        color: #fff;
        line-height: 14px;
        text-decoration: none;
    }

    .btn-shadow-primary {
        height: auto;
        margin-right: 7px;
        margin-left: 7px;
    }

    .paragraph {
        font-size: 14px;
    }

    .btn-shadow-sec {
        margin-right: 7px;
        text-decoration: none;
    }

    .paragraph-2 {
        font-size: 14px;
        text-decoration: none;
    }

    .dt-credit {
        margin-right: 7px;
    }

    .txt-credit {
        min-width: 65px;
        margin-top: auto;
        margin-bottom: auto;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        font-size: 12px;
    }

    .img-more {
        height: 20px;
    }

    .more-btn {
        width: 40px;
        height: 40px;
        margin-left: 0px;
        padding: 10px;
        border-radius: 50px;
        background-color: rgba(101, 233, 220, 0.3);
    }

    .right-menu-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .img-coin {
        height: 39px;
    }

    .txt-credit-mobile {
        font-size: 16px;
    }

    .menu-icon {
        margin-right: 0px;
    }

    .image-7 {
        margin-bottom: 10px;
    }

    ._w-catag {
        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: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .lb-catag._w-tab-link {
        max-width: none;
    }

    .txt-type {
        font-size: 14px;
        text-align: center;
    }

        .txt-type.menu-active {
            font-size: 14px;
        }

    .txt-type-count {
        display: none;
    }

        .txt-type-count.menu-active {
            display: none;
        }

    .catag-desk {
        padding-right: 7px;
        padding-left: 7px;
        -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;
    }

        .catag-desk.menu-active {
            padding-right: 7px;
            padding-left: 7px;
            -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;
        }

    .list.nav.nav-tabs {
        position: -webkit-sticky;
        position: sticky;
        top: 60px;
        width: 100%;
        max-width: none;
        padding-right: 20px;
        padding-left: 20px;
    }

    .list-item {
        width: 100%;
    }

    .game-layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text-block-11 {
        margin-bottom: 2px;
        font-size: 14px;
    }

    .game-screen {
        height: 100%;
        padding-bottom: 0px;
    }

    .game-menu {
        height: auto;
    }

    .bg-game-launching {
        display: none;
        overflow: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer-mobile-login {
        left: auto;
        right: auto;
        bottom: 0%;
        z-index: 5;
        display: -ms-grid;
        display: grid;
        width: 100%;
        height: auto;
        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;
        grid-template-rows: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
        background-image: linear-gradient(180deg, #b18efe, #704ded);
    }

    .footer-menu {
        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;
        border-bottom: 3px solid transparent;
        text-decoration: none;
    }

        .footer-menu.active {
            border-bottom: 3px solid #fff;
        }

    .image-8 {
        width: auto;
        height: 38px;
        max-width: none;
        margin-bottom: 2px;
        padding-top: 7px;
    }

    .footer-mobile-menu-txt {
        font-family: Kanit, sans-serif;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
    }

    .footer-mobile-menu-txt-select {
        font-family: Kanit, sans-serif;
        color: #fff;
        font-weight: 400;
    }

    .footer-mobile {
        position: fixed;
        bottom: 0px;
        z-index: 6;
        display: -ms-grid;
        display: grid;
        width: 100%;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
        background-image: linear-gradient(180deg, #b18efe, #704ded);
    }

    .menu-sidebar {
        display: inline-block;
        height: 32px;
    }

    .sidebar-menu {
        position: fixed;
        left: 0%;
        top: 0%;
        right: auto;
        bottom: 0%;
        z-index: 20;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: auto;
        width: 350px;
        padding: 60px 0px 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;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), to(#eaecfd));
        background-image: linear-gradient(180deg, #fff, #fff 50%, #eaecfd);
    }

    .hamberger-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 5px;
    }

    .left-menu {
        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;
    }

    .popup-data-center-submit.pd-0._w-100 {
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

        .popup-data-center-submit.pd-0._w-100.otp {
            position: static;
            width: 100%;
            max-width: 80%;
        }

    .popup-title.mt-0.cl-warning {
        color: #ff8f09;
    }

    .image-9 {
        height: 20px;
        margin: 15px;
        padding: 0px;
    }

    .h-sidebar {
        position: fixed;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 350px;
        margin-bottom: 30px;
        padding-top: 0px;
        -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-top-right-radius: 20px;
        background-color: #fff;
    }

    ._w-sb-logo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 20px;
    }

    ._w-sb-icon-close {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .sb-logo {
        height: 36px;
        max-width: none;
    }

    .sb-home-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #f3eff9;
        text-decoration: none;
    }

        .sb-home-menu:hover {
            background-color: #f3eff9;
        }

    .div-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 15px;
    }

    .text-block-13 {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        text-decoration: none;
    }

    .image-10 {
        height: 24px;
    }

    .sb-cat-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
    }

        .sb-cat-menu:hover {
            background-color: #f3eff9;
        }

        .sb-cat-menu.sb-bd {
            border-bottom: 1px solid #f3eff9;
        }

        .sb-cat-menu.sb-pro {
            padding-top: 0px;
            padding-bottom: 0px;
            padding-left: 15px;
        }

    .sb-img-home {
        height: 34px;
    }

    .d-sb-img-home {
        padding-right: 6px;
    }

    .section-sidebar {
        position: fixed;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: 15;
        display: none;
        overflow: 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: rgba(22, 22, 22, 0.8);
    }

    .sb-img-pro {
        height: 44px;
    }

    .txt-sb-pro {
        padding-left: 15px;
        font-style: italic;
    }

    .div-block-2 {
        position: static;
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        padding: 20px;
    }

    .link-block-2 {
        width: 100%;
        border-radius: 5px;
        text-decoration: none;
    }

    .div-block-3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 5px;
        padding-bottom: 5px;
        -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: 5px;
        background-color: #8a68f2;
    }

    .text-block-14 {
        color: #fff;
        text-decoration: none;
    }

    .pro-main-title {
        width: 300px;
        color: #000;
    }

    .pro-active-title {
        width: 300px;
        color: #000;
    }

    .card-display {
        width: 100%;
        border-radius: 10px;
        background-color: #8a68f2;
        background-image: url('../images/pastel-tone.jpg');
        background-position: 0px 0px;
        background-size: cover;
        background-attachment: scroll;
        color: transparent;
    }

    .pro-active {
        background-color: hsla(0, 0%, 100%, 0.4);
    }

    .card-balance-display {
        color: #000;
        font-weight: 500;
    }

    .pro-main-value {
        color: #000;
    }

    .pro-active-value {
        color: #000;
    }

    .stack-hori {
        color: #000;
    }

    .card-zone {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0px;
        padding: 0px;
    }

    .section-card {
        padding: 20px 20px 0px;
    }

    .section-more {
        position: fixed;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: 7;
        width: 400px;
        height: 100%;
        background-color: transparent;
        background-image: none;
    }

    ._w-profile-more {
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
        height: 100%;
        margin-top: 0px;
        margin-right: 0px;
    }

    .pf-close {
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        color: #8a68f2;
    }

    .div-block-4 {
        display: block;
    }

    .div-block-5 {
        padding-bottom: 0px;
    }

    .image-13 {
        height: 40px;
        margin-top: 10px;
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .div-block-6 {
        display: none;
    }

    .image-15 {
        padding-top: 7px;
        padding-right: 10px;
        padding-bottom: 7px;
    }

    .tab-fishing {
        margin-right: 0px;
        margin-left: 0px;
    }

    .tabs-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 150px;
        padding-left: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .tab-catagorie {
        width: 100%;
        margin-left: auto;
    }

        .tab-catagorie.w--current {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            margin-right: 0px;
            margin-left: 0px;
            -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;
        }

    .section-content {
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .tab-sport {
        margin-right: 0px;
        margin-left: 0px;
    }

    .txt-primary-2 {
        font-size: 14px;
    }

    .tab-casino {
        margin-right: 0px;
        margin-left: 0px;
    }

    .tabs-content {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .div-search {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 40px;
        height: 40px;
        -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;
    }

    .txt-second-2 {
        display: none;
    }

    .menu-catagories-2 {
        width: 100%;
    }

    .div-content {
        margin-bottom: 0px;
    }

    .menu-provider {
        padding: 15px 0px;
        -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;
        text-align: center;
    }

    .div-favorite {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .tab-favorite {
        margin-right: 0px;
        margin-left: 0px;
    }

    .grid-content {
        grid-row-gap: 30px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .search-game {
        width: 40px;
        height: 40px;
        padding-right: 0px;
    }

    .tab-slot {
        margin-right: 0px;
        margin-left: 0px;
    }

        .tab-slot.w--current {
            margin-right: 0px;
            margin-left: 0px;
        }

    .tabs {
        display: none;
    }

    .div-allgame {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .menu-icon-2 {
        margin-right: 0px;
    }

    .all-catagories {
        margin-right: 0px;
        margin-left: 0px;
        padding: 15px 0px;
        -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;
        text-align: center;
    }

    .menu-favorite {
        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: 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-align: center;
    }

    .tab-poker {
        margin-right: 0px;
        margin-left: 0px;
    }

    .tab-provider {
        margin-right: 0px;
        margin-left: 0px;
    }

    .menu-text-2 {
        margin-top: 5px;
    }

    .game-img._w-300 {
        width: 400px;
        max-width: 100%;
    }

    .game-img.w800px {
        width: 800px;
        max-width: 100%;
    }

    .popup-frame-400 {
        width: auto;
    }

    .btn-horizontal._w-100.cf-pro {
        width: 100%;
    }

    .controll-zone {
        display: none;
    }

    .bd-grad {
        width: 500px;
    }

    .image-25 {
        height: 200px;
        max-width: none;
    }

    .input-password {
        width: 100%;
    }

    .modal-register-login {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .div-password {
        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;
    }

    .image-26 {
        height: 200px;
    }

    .tabs-2 {
        display: block;
    }

    .div-otp {
        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;
    }

    .tabs-content-3 {
        height: auto;
    }

    .input-login {
        max-width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .image-28 {
        height: 200px;
    }

    .div-modal {
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        width: 450px;
        max-width: 100%;
        margin: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .div-bank {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .input-register {
        width: 100%;
        max-width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .input-otp {
        width: 100%;
    }

    .form-block-3 {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .h-login-zone {
        display: none;
    }

    .popup-reg-login {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .popup-otp {
        min-height: 700px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .popup-reg-pssword {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .popup-reg-setbank {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section-popup-nocc {
        z-index: 11;
    }

    .bd-grad {
        width: 450px;
        max-width: 100%;
    }

    ._w-tabs {
        display: none;
        width: 100%;
    }

    .tab-pane-favourite {
        position: relative;
    }

    .tab-pane-provider {
        position: relative;
    }

    .notification {
        display: none;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .navigation {
        padding-left: 10px;
    }

    .div-show-game {
        -webkit-box-pack: stretch;
        -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .form-report.bg-modal-gradient {
        width: 55%;
    }

    .btn-refresh {
        color: #8a68f2;
    }

    ._w-dt-cardgame {
        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: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .image-36 {
        height: 18px;
    }

    .f-sidebar {
        position: fixed;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 350px;
        margin-bottom: 30px;
        padding-top: 0px;
        -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-top-left-radius: 20px;
        border-top-right-radius: 0px;
        background-color: #fff;
    }

    .sidebar-filter {
        position: fixed;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: 20;
        display: block;
        overflow: visible;
        width: 350px;
        padding: 70px 0px 0px;
        border-radius: 20px 0px 0px 20px;
        background-color: #f3eff9;
    }

    .t-header {
        margin-left: 10px;
        color: #8a68f2;
        font-size: 18px;
        font-weight: 500;
    }

    .f-sb-search {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    .str-filter {
        overflow: auto;
        height: 84.5vh;
        padding: 10px 20px 50px;
        border-bottom: 1px none #000;
    }

    .btn-f-clear {
        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;
        border-style: solid;
        border-width: 1px;
        border-color: #8a68f2;
        border-radius: 10px;
        background-color: transparent;
        color: #8a68f2;
        font-size: 16px;
        font-weight: 400;
    }

    .sb-search {
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .t-title {
        margin-bottom: 10px;
        color: #251e39;
        font-size: 13px;
        font-weight: 500;
    }

    .h-filter {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .form-6 {
        display: block;
        -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-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;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .text-field-5 {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 20px;
        border: 1px none transparent;
        border-radius: 50px;
        background-color: rgba(167, 161, 181, 0.2);
        color: #8a68f2;
    }

    .f-footer {
        position: fixed;
        left: auto;
        top: auto;
        right: 0%;
        bottom: 0%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 350px;
        margin-top: 0px;
        margin-left: 0px;
        padding: 15px 20px;
        -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-bottom-left-radius: 20px;
        background-color: #f3eff9;
    }

    .btn-f-search {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 73%;
        -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-style: none;
        border-width: 1px;
        border-color: #8a68f2;
        border-radius: 10px;
        background-color: transparent;
        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;
        font-weight: 500;
    }

    .image-37 {
        height: 20px;
        margin: 15px 20px 15px 15px;
        padding: 0px;
    }

    .b-filter-1 {
        margin-right: 0px;
        margin-left: 0px;
        padding: 10px 0px 20px;
        border-bottom: 1px solid rgba(167, 161, 181, 0.5);
    }

    .section-filter {
        position: fixed;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: 15;
        overflow: 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;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        background-color: rgba(22, 22, 22, 0.8);
    }

    .f-sb-icon-close {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .b-filter-2 {
        margin-right: 0px;
        margin-left: 0px;
        padding: 10px 0px 20px;
        border-bottom: 1px none rgba(167, 161, 181, 0.5);
    }

    .html-embed {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 2px;
    }

    .html-embed-3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 5px;
        -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-header-02 {
        position: static;
        padding-right: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .t-cf-header {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 18px;
    }

    .div-cf-1 {
        display: block;
        height: 100%;
    }

    .cf-modal {
        position: relative;
        width: 500px;
        height: 100%;
        max-width: 100%;
        min-height: 750px;
        padding: 0px;
    }

    .t-cf-form {
        font-size: 20px;
        line-height: 26px;
    }

    .cf-detail-1 {
        padding-left: 0px;
    }

        .cf-detail-1.content {
            display: block;
        }

    .cf-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 15px;
        -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;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .cf-header.cfh-close {
            display: none;
        }

    .b-cf-body {
        margin-bottom: auto;
    }

    .t-header-list {
        font-size: 16px;
    }

    .txt-box-1 {
        padding-top: 2px;
    }

    ._w-div-cf-1 {
        overflow: visible;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .t-cf-header-02 {
        font-size: 16px;
        line-height: 20px;
    }

    .input-cf:hover {
        box-shadow: 0 0 10px 0 rgba(138, 104, 242, 0.4);
    }

    .input-cf:active {
        border-style: solid;
        border-width: 2px;
        border-color: #8a68f2;
    }

    .input-cf:focus {
        border-style: solid;
        border-width: 2px;
        border-color: #8a68f2;
    }

    .modal-confirm-promotion {
        grid-auto-columns: 1fr;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .img-info {
        position: static;
        left: 75%;
        margin-left: 6px;
        padding-left: 0px;
    }

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

    .icone-more {
        padding-top: 7px;
    }

    .link-block-5 {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 15px;
        -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;
    }

    .cat-game {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0px;
        padding-left: 0px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .catagories-desktop-mobile {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-width: 150px;
        -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: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .div-block-24 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .div-block-25 {
        display: none;
    }

    .div-block-27 {
        width: 140px;
    }

    .div-show-game-slide {
        -webkit-box-pack: stretch;
        -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .inner-container-slide {
        max-width: 100%;
    }

    .con-sole {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .slide-game {
        -webkit-box-pack: stretch;
        -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .slide-game-left {
        margin-top: 10px;
    }

    .slide-game-right {
        margin-top: 10px;
    }

    .div-show-game-2 {
        -webkit-box-pack: stretch;
        -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .search {
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .search-txt {
        width: 100%;
    }

    .search-result {
        z-index: 5;
        width: 100%;
    }

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

    .drop {
        z-index: 6;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .grid-4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-grid-columns: 0.25fr 1fr;
        grid-template-columns: 0.25fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    .profixedpercent {
        max-width: none;
        padding-top: 15px;
    }

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

    .title {
        font-size: 40px;
    }

    .article-content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .elementzone {
        display: none;
    }

    .section-article-str {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .img-article {
        padding-right: 20px;
    }

    .header-t {
        font-size: 18px;
        line-height: 20px;
    }

    .t-date {
        font-size: 12px;
    }

    .b-article {
        padding-right: 20px;
    }

    .h-ar-detail {
        padding-top: 15px;
        padding-bottom: 0px;
        font-size: 14px;
    }

    .t-ar-detail {
        font-size: 12px;
    }

    .b-author {
        margin-top: 30px;
        margin-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .b-text {
        padding-left: 20px;
    }

    ._w-sections {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

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

    .image-50 {
        height: 280px;
        padding-right: 0px;
        padding-left: 0px;
    }

    ._400-badrequest {
        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;
        background-color: transparent;
    }

    .body-maintainance {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    ._401-unauthorized {
        display: none;
        background-color: transparent;
    }

    .h-title {
        font-size: 26px;
        line-height: 36px;
    }

    ._w-block-2 {
        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;
    }

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

    ._404-notfound {
        display: none;
        background-color: transparent;
    }

    .mtn-detail {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 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: 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;
    }

    .txt-mtn-1 {
        font-size: 26px;
        line-height: 32px;
    }

    .txt-mtn-2 {
        font-size: 16px;
        text-align: center;
    }

    .mtn-img {
        width: auto;
        padding-right: 40px;
        padding-left: 40px;
    }

    .text-span-3 {
        font-size: 26px;
    }

    .link-retry {
        font-size: 16px;
    }

    .txt-servererror-1 {
        font-size: 16px;
    }

    .txt-error-1 {
        font-size: 32px;
    }

    .undermaintainance-server {
        display: none;
        margin-top: 60px;
        padding-top: 40px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .text-span-4 {
        font-weight: 900;
    }

    ._500-servererror {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .slide-game-2 {
        -webkit-box-pack: stretch;
        -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

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

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

    .img-provider {
        width: 100px;
        height: 100px;
    }

    .text-block-39 {
        font-size: 30px;
        line-height: 32px;
    }

    .text-block-40 {
        font-size: 16px;
    }

    ._w-backbtn {
        padding-left: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        border-radius: 50%;
    }

    ._w-searchprovgame {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .pro-detail {
        position: absolute;
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        display: block;
        height: auto;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }

    .grid-6 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .div-block-41 {
        height: auto;
    }

    .p-pro {
        font-size: 18px;
    }

    .space-pro {
        display: block;
    }

    .closepro {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 15px;
        -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-cf-header-con {
        font-size: 18px;
    }

    .proturn {
        max-width: none;
        padding-top: 15px;
    }

    .bd-grad--re {
        width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .right-menu {
        display: none;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .container {
        width: 100%;
    }

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

    .menu-catagories {
        display: none;
    }

    .inner-container-greenzone {
        max-width: 100%;
    }

    .section-announce {
        border-radius: 0px;
    }

    .footer {
        padding-bottom: 100px;
    }

    .section-promotion-page {
        padding-right: 20px;
    }

    ._w-annc {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .img-annc {
        width: 20px;
        max-width: none;
    }

    .grid--promo {
        margin-right: 0px;
        padding-left: 0px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .grid-footer {
        padding-bottom: 20px;
    }

    .div-annc {
        border-radius: 0px;
    }

    .right-menu-mobile {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .img-coin {
        height: 38px;
    }

    .txt-credit-mobile {
        padding-top: 1px;
        font-size: 16px;
        font-weight: 500;
    }

    .image {
        height: 22px;
        font-size: 12px;
    }

    .image-2 {
        height: 22px;
    }

    .catag-desk.menu-active {
        padding-right: 7px;
    }

    .list.nav.nav-tabs {
        padding-right: 20px;
    }

    .game-layout {
        width: 100%;
        padding: 0px;
    }

    .game-screen {
        width: 100%;
        height: 100vh;
        max-height: 100vh;
        min-width: 100%;
    }

    .bg-game-launching {
        padding: 0px;
    }

    .footer-mobile-login {
        left: auto;
        right: auto;
        bottom: 0%;
        display: -ms-grid;
        display: grid;
        width: 100%;
        height: auto;
        grid-auto-columns: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    .footer-menu {
        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;
        border-bottom: 3px solid transparent;
    }

        .footer-menu.active {
            border-bottom: 3px solid #fff;
        }

    .footer-mobile {
        position: fixed;
        bottom: 0px;
        display: -ms-grid;
        display: grid;
        width: 100%;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#704ded));
        background-image: linear-gradient(180deg, #b18efe, #704ded);
    }

    .menu-sidebar {
        height: 25px;
        padding-right: 5px;
    }

    .sidebar-menu {
        position: fixed;
        left: 0%;
        top: 0%;
        right: auto;
        bottom: 0%;
        z-index: 20;
        width: 350px;
        padding-top: 60px;
        padding-bottom: 0px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: #fff;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), to(#eaecfd));
        background-image: linear-gradient(180deg, #fff, #fff 50%, #eaecfd);
        outline-color: #555;
        outline-offset: 0px;
        outline-style: none;
        outline-width: 3px;
    }

    .popup-data-center-submit {
        padding-right: 20px;
        padding-bottom: 30px;
        padding-left: 20px;
    }

        .popup-data-center-submit.pd-0._w-100 {
            width: 100%;
            padding-bottom: 20px;
        }

            .popup-data-center-submit.pd-0._w-100.otp {
                max-width: 90%;
                padding-right: 0px;
                padding-left: 0px;
            }

    .popup-title.mt-0.cl-warning {
        color: #ff8f09;
    }

    .bg-popup-outline {
        font-size: 14px;
    }

    .section-popup-simple {
        position: fixed;
        width: auto;
    }

    .txt-btn-popup {
        font-size: 14px;
    }

    .image-9 {
        margin-right: 15px;
    }

    .section-sidebar {
        display: none;
    }

    .pro-main-title {
        width: 250px;
    }

    .pro-active-title {
        width: 250px;
    }

    .card-display {
        border-radius: 10px;
    }

    .pro-active {
        font-size: 13px;
    }

    .card-balance-display {
        font-size: 24px;
    }

    .section-more {
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
        max-width: 60%;
    }

    ._w-profile-more {
        position: fixed;
        height: 100%;
        max-width: 60%;
    }

    .div-block-5 {
        padding-bottom: 0px;
    }

    .text-block-19 {
        font-size: 14px;
        font-weight: 400;
    }

    .text-block-20 {
        font-size: 14px;
        font-weight: 400;
    }

    .tabs-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 170px;
        padding-right: 10px;
        padding-left: 20px;
    }

    .image-16 {
        height: 40px;
    }

    .section-content {
        padding-right: 20px;
        padding-left: 0px;
    }

    .txt-primary-2 {
        font-size: 14px;
    }

    .tabs-content {
        width: 100%;
        padding-right: 20px;
    }

    .tab-catagorie-game.w--current {
        padding-left: 15px;
    }

    .div-search {
        width: 30px;
        height: 30px;
    }

    .div-favorite {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .grid-content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .search-game {
        left: auto;
        top: auto;
        right: 0%;
        bottom: auto;
        width: 30px;
        height: 30px;
        padding-right: 0px;
    }

    .tabs-menu-2 {
        height: 30px;
    }

    .txt-gamename {
        font-size: 12px;
    }

    .txt-provname {
        font-size: 12px;
    }

    .div-allgame {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

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

    .popup-data-title-statement {
        font-size: 12px;
    }

    .controll-zone {
        display: none;
    }

    .image-24 {
        height: 75px;
    }

    .btn-register {
        font-size: 16px;
    }

    .input-password {
        max-width: 90%;
    }

    .div-password {
        min-height: 450px;
    }

    .tabs-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .div-otp {
        min-height: 450px;
    }

    .text-field-3 {
        color: #251e39;
    }

    .text-field-4 {
        font-size: 14px;
    }

    .tab-login {
        font-size: 16px;
    }

        .tab-login.w--current {
            font-size: 16px;
        }

    .btn-bank-2 {
        font-size: 16px;
    }

    .footer-help {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 10px;
        -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;
        background-color: #f3eff9;
    }

    .div-modal {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .txt-pass-1 {
        font-size: 16px;
    }

    .div-bank {
        display: block;
        min-height: 450px;
    }

    .btn-bank-1 {
        font-size: 14px;
    }

    .tab-pane-tab-1 {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .tab-register {
        font-size: 16px;
    }

    .form-block-3 {
        max-width: 90%;
    }

    .popup-reg-login {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 450px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .popup-otp {
        position: relative;
        min-height: 50px;
    }

    .popup-reg-pssword {
        position: relative;
        min-height: 50px;
    }

    .popup-reg-setbank {
        position: relative;
    }

    .bd-grad {
        width: 450px;
        max-width: 100%;
    }

    .navigation {
        position: relative;
        overflow: auto;
        width: auto;
        height: 50px;
        max-width: none;
        margin-top: 20px;
        padding-left: 0px;
        font-size: 12px;
    }

    .btn-type-current {
        height: 30px;
    }

    .txt-nowrap {
        white-space: nowrap;
    }

    .btn-type {
        height: 30px;
        margin-right: 6px;
    }

    .div-show-game {
        grid-column-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .image-33 {
        width: 16px;
    }

    .form-report.bg-modal-gradient {
        width: 70%;
    }

    .image-36 {
        height: 15px;
    }

    .btn-check-1.w--redirected-checked {
        background-position: 50% 50%;
        background-size: auto 40px;
        background-repeat: no-repeat;
    }

    .sidebar-filter {
        position: fixed;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: 20;
        width: 350px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background-color: #f3eff9;
        outline-color: #555;
        outline-offset: 0px;
        outline-style: none;
        outline-width: 3px;
    }

    .btn-f-clear {
        font-weight: 400;
    }

    .sb-search {
        width: 100%;
    }

    .text-field-5 {
        width: 94%;
    }

    .image-37 {
        margin-right: 20px;
    }

    .section-filter {
        background-color: transparent;
    }

    .popup-confirmverify-success {
        display: block;
    }

    .active-pro-1 {
        overflow: visible;
        max-height: 100%;
    }

    .t-cf-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -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;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 16px;
    }

    .div-cf-1 {
        display: block;
    }

    .t-list {
        font-size: 14px;
        line-height: 22px;
    }

    .cf-modal {
        position: relative;
        width: 100%;
        min-height: 0px;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        border-radius: 0px;
    }

    .t-cf-form {
        font-size: 16px;
        line-height: 24px;
    }

    .cf-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .cf-close {
        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-header-list {
        font-size: 14px;
        line-height: 24px;
    }

    .txt-box-1 {
        padding-top: 2px;
    }

    ._w-div-cf-1 {
        min-height: 200px;
    }

    .t-cf-header-02 {
        font-size: 14px;
    }

    .modal-confirm-promotion {
        border-radius: 0px;
    }

    .txt-active-1 {
        font-size: 12px;
    }

    .link-block-5 {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .catagories-desktop-mobile {
        min-width: 120px;
    }

    .div-block-27 {
        width: 110px;
    }

    .div-show-game-slide {
        grid-column-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .inner-container-slide {
        max-width: 100%;
    }

    .slide-game {
        grid-column-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .card-game-mbh {
        display: none;
    }

    .div-show-game-2 {
        grid-column-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

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

    .grid-4 {
        justify-items: start;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .div-block-31 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
        height: auto;
        -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-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .popup-otp-timeout {
        position: relative;
    }

    .popup-reset-pssword {
        position: relative;
    }

    .container-2 {
        width: 100%;
    }

    .title {
        font-size: 30px;
        text-align: center;
    }

    .desc {
        font-size: 18px;
    }

    .article-head {
        font-size: 22px;
    }

    .article-param {
        font-size: 14px;
    }

    .btn-bg-fill.short-btn.short-h {
        font-size: 14px;
    }

    .div-block-34 {
        min-width: auto;
    }

    .success-message {
        padding-left: 0px;
    }

    .popup-data-title-statement-data {
        font-size: 14px;
    }

    .section-article-str {
        display: block;
        padding-right: 0px;
    }

    .t-article {
        font-size: 18px;
    }

    .header-t {
        font-size: 18px;
        line-height: 20px;
    }

    .t-date {
        font-size: 12px;
    }

    .h-ar-detail {
        padding-top: 15px;
        font-size: 14px;
    }

    .t-ar-detail {
        font-size: 12px;
    }

    .b-author {
        margin-top: 30px;
    }

    ._401-unauthorized {
        display: none;
    }

    ._404-notfound {
        display: none;
    }

    .txt-provname-2 {
        font-size: 12px;
    }

    .txt-gamename-2 {
        font-size: 12px;
    }

    .slide-game-2 {
        grid-column-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

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

    .pro-detail {
        max-height: 100%;
    }

    .closepro {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .t-cf-header-con {
        font-size: 16px;
    }

    .txt-ttre {
        font-size: 13px;
    }

    .tt-re {
        font-size: 13px;
    }

    .section-popup-re {
        position: fixed;
        width: auto;
    }
}

@media screen and (max-width: 479px) {
    .section-header {
        padding-right: 15px;
        padding-left: 15px;
    }

    .amzing-logo {
        height: 20px;
        max-width: none;
        margin-left: 0px;
    }

    .right-menu {
        display: none;
    }

    .container {
        width: 100%;
    }

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

    .menu-catagories {
        display: none;
    }

    .inner-container-greenzone {
        max-width: 100%;
    }

    .section-banner {
        display: block;
        overflow: visible;
    }

    .section-announce {
        position: relative;
        overflow: hidden;
        width: 100%;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .section-home-page {
        overflow: visible;
        padding-right: 0px;
        padding-left: 0px;
    }

    .section-promotion-page {
        padding-right: 0px;
        padding-left: 0px;
    }

    ._w-annc {
        width: auto;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .img-annc {
        width: 20px;
    }

    .grid--promo {
        margin-right: 0px;
        padding-right: 15px;
        padding-left: 0px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .grid-footer {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }

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

    .div-annc {
        position: relative;
        display: -ms-grid;
        display: grid;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    ._w-txt-annc {
        padding-left: 20px;
    }

    .btn-shadow-primary.mr-0 {
        width: 90px;
        padding: 5px;
    }

    .paragraph {
        font-size: 12px;
    }

    .btn-shadow-sec {
        width: 90px;
        margin-right: 4px;
        padding: 5px;
    }

    .paragraph-2 {
        font-size: 12px;
    }

    .img-coin {
        height: 32px;
    }

    .txt-credit-mobile {
        padding-top: 2px;
        font-size: 12px;
    }

    .image {
        height: 20px;
    }

    .image-2 {
        height: 19px;
    }

    .image-7 {
        height: 32px;
        margin-bottom: 5px;
    }

    .txt-type {
        font-size: 12px;
        white-space: pre-wrap;
    }

        .txt-type.menu-active {
            font-size: 12px;
        }

    .catag-desk {
        padding-right: 5px;
        padding-left: 5px;
    }

        .catag-desk.menu-active {
            padding-right: 5px;
            padding-left: 5px;
        }

    .list.nav.nav-tabs {
        padding-right: 15px;
        padding-left: 15px;
    }

    .link {
        white-space: nowrap;
    }

    .game-root {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#494949));
        background-image: linear-gradient(180deg, #000, #494949);
    }

    .game-layout {
        width: 100%;
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .game-screen {
        height: 100vh;
        padding-right: 0px;
        border-radius: 0px;
    }

    .game-menu {
        z-index: 1100;
        width: auto;
    }

    .bg-game-launching {
        display: none;
        padding: 0px;
    }

    .footer-mobile-login {
        display: -ms-grid;
        display: grid;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        grid-auto-columns: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        background-color: rgba(0, 12, 31, 0.9);
    }

    .footer-menu {
        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;
        text-decoration: none;
    }

    .image-8 {
        height: 32px;
        margin-top: 2px;
    }

    .footer-mobile-menu-txt {
        font-family: Kanit, sans-serif;
        color: #fff;
        font-size: 12px;
        font-weight: 300;
    }

    .footer-mobile-menu-txt-select {
        font-family: Kanit, sans-serif;
        color: #fff;
        font-size: 12px;
        font-weight: 300;
    }

    .menu-sidebar {
        height: 20px;
        padding-right: 5px;
    }

    .sidebar-menu {
        position: fixed;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 85%;
        padding: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        line-height: 10px;
    }

    .hamberger-menu {
        display: none;
    }

    .btn-popup-outline {
        min-width: 100px;
    }

    .popup-data-center-submit.pd-0._w-100 {
        padding-bottom: 20px;
    }

        .popup-data-center-submit.pd-0._w-100.otp {
            width: 100%;
            max-width: 100%;
        }

    .popup-title.mt-0 {
        font-size: 16px;
    }

        .popup-title.mt-0.cl-warning {
            color: #ff8f09;
        }

    .section-popup-simple {
        width: auto;
    }

    .txt-btn-popup {
        font-size: 14px;
    }

    .popup-modal {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .image-9 {
        height: 16px;
        margin-right: 15px;
    }

    .h-sidebar {
        width: 350px;
        max-width: 100%;
    }

    ._w-sb-logo {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    ._w-sb-icon-close {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .sb-logo {
        height: 30px;
    }

    .sb-icon-close {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .section-sidebar {
        display: none;
    }

    .div-block-2 {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        max-width: 100%;
        padding-right: 20px;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .link-block-2 {
        width: 100%;
    }

    .pro-main-title {
        width: 170px;
    }

    .pro-active-title {
        width: 170px;
    }

    .card-display {
        padding: 15px;
        border-radius: 10px;
    }

    .pro-active {
        font-size: 12px;
    }

    .card-balance-display {
        font-size: 22px;
    }

    .card-zone {
        margin-top: 0px;
        margin-bottom: 0px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

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

    .section-card {
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
    }

    ._w-profile-more {
        height: 100%;
        max-width: 90%;
    }

    .div-block-5 {
        overflow: auto;
        padding-bottom: 0px;
    }

    .pf-balance-card {
        padding-right: 10px;
        padding-left: 10px;
    }

    .txt-pf-bal {
        padding-top: 5px;
        padding-bottom: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        line-height: 14px;
    }

    .txt-tt {
        font-size: 12px;
    }

    ._w-pf-wallet {
        padding-top: 5px;
        -ms-grid-columns: 2.75fr 1fr;
        grid-template-columns: 2.75fr 1fr;
        font-size: 12px;
    }

    .text-block-19 {
        font-size: 14px;
        font-weight: 300;
    }

    .text-block-20 {
        font-size: 14px;
        font-weight: 400;
    }

    .tab-fishing {
        margin-left: 0px;
    }

    .tabs-menu {
        width: 90px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .tab-catagorie.w--current {
        margin-left: 0px;
    }

    .image-16 {
        height: 30px;
    }

    .section-content {
        width: auto;
        padding-right: 15px;
    }

    .tab-sport {
        margin-left: 0px;
    }

    .txt-primary-2 {
        font-size: 12px;
    }

    .tab-casino {
        margin-left: 0px;
    }

    .tabs-content {
        padding-right: 0px;
        padding-left: 15px;
    }

    .tab-favorite {
        margin-left: 0px;
    }

    .grid-content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .search-game {
        left: auto;
        top: auto;
        right: 0%;
        bottom: auto;
    }

    .tabs-menu-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 85px;
    }

    .txt-gamename {
        font-size: 12px;
    }

    .txt-provname {
        font-size: 12px;
    }

    .tab-slot {
        margin-left: 0px;
    }

    .tabs {
        padding-top: 0px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .div-allgame {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .all-catagories {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .menu-favorite {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .tab-poker {
        margin-left: 0px;
    }

    .txt-content {
        font-size: 14px;
    }

    .tab-provider {
        margin-left: 0px;
    }

    .card-content {
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .image-6 {
        height: 16px;
        max-width: none;
    }

    .popup-frame-400 {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
    }

    .popup-input-column.border-none {
        border-style: none;
        font-size: 14px;
    }

    .profile-username {
        font-size: 14px;
    }

    .div-block-8 {
        left: 0%;
        top: 0%;
        right: auto;
        bottom: auto;
    }

    .btn-popup-fill {
        min-width: 100px;
    }

    .image-22 {
        height: 100px;
    }

    .txt-coming {
        font-size: 14px;
    }

    .popup-email {
        position: static;
        display: block;
    }

    .btn-register {
        font-size: 14px;
    }

    .image-25 {
        height: 160px;
        margin-top: 0px;
    }

    .input-password {
        max-width: 100%;
    }

    .select-bank {
        padding-top: 20px;
    }

    .form {
        padding-top: 20px;
    }

    .modal-register-login {
        max-width: 100%;
    }

    .link-forgetpassword {
        font-size: 12px;
    }

    .btn-login {
        font-size: 14px;
    }

    .image-26 {
        height: 160px;
        margin-top: 30px;
    }

    .tabs-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .link-4 {
        font-size: 14px;
    }

    .text-field-2 {
        font-size: 14px;
    }

    .image-27 {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .text-field-3 {
        font-size: 14px;
    }

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

    .input-login {
        width: auto;
        max-width: 100%;
    }

    .tab-login {
        font-size: 16px;
    }

        .tab-login.w--current {
            padding-right: 10px;
            padding-left: 10px;
            font-size: 16px;
        }

    .logo-otp {
        margin-top: 30px;
    }

    .image-28 {
        height: 160px;
        max-width: none;
        margin-top: 0px;
    }

    .footer-help {
        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: 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;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .div-modal {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .btn-close {
        cursor: pointer;
    }

    .link-3 {
        font-size: 14px;
    }

    .tabs-menu-3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .input-register {
        width: auto;
        max-width: 100%;
    }

    .txt-otp-1 {
        font-size: 16px;
    }

    .input-otp {
        max-width: 100%;
    }

    .txt-otp-2 {
        font-size: 14px;
    }

    .tab-register {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 16px;
    }

        .tab-register.w--current {
            font-size: 16px;
        }

    .form-block-3 {
        max-width: 100%;
    }

    .popup-reg-login {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 50px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .popup-reg-setbank {
        min-height: 50px;
    }

    .popup-reg-verify {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .section-popup-nocc {
        overflow: auto;
        max-width: 100vw;
        text-align: center;
    }

    .bd-grad {
        width: 400px;
        max-width: 100%;
    }

    .popup-modal._w-100 {
        width: 100%;
    }

        .popup-modal._w-100.px-0 {
            width: auto;
            padding-right: 0px;
            padding-left: 0px;
        }

    .frame-400 {
        width: auto;
        max-width: none;
    }

    .tt-checking-acc {
        font-size: 12px;
    }

    .tt-acc-detail {
        font-size: 14px;
        text-align: center;
        white-space: nowrap;
    }

    .tt-acc-name {
        font-size: 16px;
    }

    .div-block-19 {
        width: 160px;
    }

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

    .text-block-27 {
        font-size: 16px;
    }

    .text-block-28 {
        font-size: 20px;
    }

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

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

    .navigation {
        z-index: 5;
        height: 40px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .btn-type-current {
        -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;
    }

        .btn-type-current:active {
            box-shadow: 0 0 10px 0 #8a68f2;
        }

    .txt-nowrap {
        white-space: nowrap;
    }

    .btn-type {
        background-color: rgba(255, 255, 255, 0);
    }

        .btn-type:active {
            box-shadow: 0 0 10px 0 #8a68f2;
        }

    .div-show-game {
        grid-column-gap: 7px;
        grid-row-gap: 7px;
    }

    .game-report {
        display: none;
        width: 100%;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#494949));
        background-image: linear-gradient(180deg, #000, #494949);
    }

    .form-report.bg-modal-gradient {
        width: 90%;
    }

    .radio-report {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    ._w-sb-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .image-36 {
        height: 15px;
    }

    .form-filter-2 {
        grid-column-gap: 14px;
    }

    .f-sidebar {
        left: auto;
        width: 95%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top-left-radius: 20px;
        border-top-right-radius: 0px;
    }

    .sidebar-filter {
        left: auto;
        right: 0%;
        display: block;
        max-width: 95%;
        padding: 70px 0px 105px;
        -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;
        border-radius: 20px 0px 0px 20px;
    }

    .f-sb-search {
        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: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }

    .btn-f-clear {
        font-weight: 400;
    }

    .form-6 {
        display: block;
    }

    .text-field-5 {
        display: block;
        width: 92%;
    }

    .f-footer {
        width: 95%;
    }

    .btn-f-search {
        width: 68%;
    }

    .image-37 {
        height: 16px;
        margin-right: 15px;
    }

    .section-filter {
        position: fixed;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: 15;
        overflow: auto;
        -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-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;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    .f-sb-icon-close {
        width: auto;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .f-icon-close {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .img-input {
        padding-right: 10px;
    }

    .txt-proc-2 {
        font-size: 12px;
    }

    .active-pro-1 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .b-header-02 {
        position: relative;
    }

    .b-cf-detail {
        grid-column-gap: 3px;
    }

    .t-cf-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: Sarabun, sans-serif;
        font-size: 14px;
    }

    .btn-active-pro {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .div-h-cf {
        margin-left: 8px;
    }

    .t-list {
        font-family: Sarabun, sans-serif;
        font-size: 12px;
        line-height: 18px;
    }

    .cf-modal {
        position: relative;
        max-width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .t-cf-form {
        font-size: 14px;
    }

    .t-cf-detail-03 {
        font-size: 12px;
    }

    .cf-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0px;
    }

    .t-cf-detail-02 {
        font-size: 14px;
    }

    .b-cf-body {
        padding-right: 10px;
        padding-left: 10px;
    }

    .t-cf-detail-04 {
        font-size: 14px;
    }

    .t-header-list {
        font-family: Sarabun, sans-serif;
        font-size: 12px;
    }

    .txt-box-1 {
        padding-top: 0px;
    }

    ._w-div-cf-1 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .list-choice {
        padding-left: 30px;
    }

    .b-header {
        padding-left: 10px;
    }

    .t-cf-header-02 {
        margin-right: 0px;
        font-family: Sarabun, sans-serif;
        font-size: 12px;
        line-height: 16px;
    }

    .input-cf {
        font-size: 14px;
    }

    .txt-prog-1 {
        font-size: 14px;
    }

    .t-cf-detail {
        font-size: 12px;
    }

    .txt-active-1 {
        font-size: 11px;
    }

    .img-info {
        margin-left: 0px;
    }

    .icone-more {
        padding-top: 7px;
    }

    .link-block-5 {
        position: static;
        padding-right: 10px;
        padding-left: 10px;
    }

    .cat-game {
        width: 100px;
    }

    .catagories-desktop-mobile {
        min-width: 100px;
    }

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

    .div-block-27 {
        width: 110px;
    }

    .div-show-game-slide {
        grid-column-gap: 7px;
        grid-row-gap: 7px;
    }

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

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

    .inner-container-slide {
        max-width: 100%;
    }

    .con-sole {
        padding-right: 15px;
    }

    .slide-game {
        grid-column-gap: 7px;
        grid-row-gap: 7px;
    }

    .nav-link {
        font-size: 14px;
    }

    .div-show-game-2 {
        grid-column-gap: 7px;
        grid-row-gap: 7px;
    }

    .play-btn {
        width: 60px;
        height: 60px;
    }

    .arrow-play {
        width: 24px;
        height: 24px;
    }

    .search-result {
        z-index: 6;
    }

    .image-43 {
        padding: 10px;
    }

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

    .image-44 {
        font-size: 14px;
    }

    .container-2 {
        width: 100%;
    }

    .title {
        font-size: 26px;
    }

    .desc {
        font-size: 16px;
        line-height: 26px;
    }

    .article-head {
        font-size: 18px;
    }

    .article-param {
        font-size: 12px;
    }

    .dropper {
        left: auto;
    }

    .div-block-34 {
        max-width: 95%;
    }

    .popup-data-title-statement-data {
        font-size: 14px;
    }

    .section-article-str {
        padding-right: 0px;
    }

    .img-article {
        padding-right: 15px;
    }

    .header-t {
        margin-bottom: 0px;
        line-height: 20px;
    }

    .b-article {
        padding-right: 15px;
    }

    .b-author {
        margin-right: 15px;
    }

    ._w-sections {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .image-50 {
        height: 160px;
        padding-bottom: 0px;
    }

    ._400-badrequest {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    ._401-unauthorized {
        display: none;
    }

    .h-title {
        font-size: 24px;
        line-height: 36px;
        font-weight: 600;
    }

    .header-maintainance {
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    }

    .text-span-6 {
        font-weight: 700;
    }

    ._404-notfound {
        display: none;
    }

    .undermaintainance-website {
        background-color: #f3eff9;
    }

    .txt-mtn-1 {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }

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

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

    .text-span-3 {
        font-size: 26px;
    }

    .link-retry {
        font-size: 14px;
    }

    .txt-servererror-1 {
        font-size: 14px;
    }

    .txt-error-1 {
        font-size: 26px;
    }

    ._502--badgateway {
        display: none;
    }

    ._501-notimplemented {
        display: none;
    }

    ._500-servererror {
        display: block;
    }

    .btn-contact {
        padding: 5px 20px;
        font-size: 14px;
    }

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

    .txt-provname-2 {
        font-size: 12px;
    }

    .icon-navi-2 {
        width: 30px;
        height: 30px;
    }

    .txt-gamename-2 {
        font-size: 12px;
    }

    .slide-game-2 {
        grid-column-gap: 7px;
        grid-row-gap: 7px;
    }

    .img-provider {
        width: 70px;
        height: 70px;
    }

    .txt-gamepvd {
        margin-left: 15px;
    }

    .text-block-39 {
        font-size: 22px;
        line-height: 26px;
    }

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

    ._w-backbtn {
        margin-right: 10px;
        padding-right: 10px;
    }

    .img-back {
        height: 18px;
    }

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

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

    .regis-web {
        width: 70%;
    }

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

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

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

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

    .image-53 {
        height: 125px;
    }

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

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

    .p-pro {
        font-size: 16px;
    }

    .closepro {
        position: static;
        padding-right: 10px;
        padding-left: 10px;
    }

    .t-cf-header-con {
        margin-right: 0px;
        font-family: Sarabun, sans-serif;
        font-size: 13px;
        line-height: 16px;
    }

    .b-sections {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .grid-7 {
        -ms-grid-columns: 1.5fr 0.5fr 0.5fr;
        grid-template-columns: 1.5fr 0.5fr 0.5fr;
    }

    .txt-ttcashback {
        font-size: 13px;
    }

    .txt-re-periods {
        padding-right: 5px;
    }

    .tt-re {
        padding-bottom: 5px;
        font-size: 11px;
    }

    .txt-re-claim {
        padding-right: 0px;
    }

    .section-popup-re {
        width: auto;
    }
}

#w-node-_8ff56817-36b3-f2bc-9840-3c94349b0b41-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_8ff56817-36b3-f2bc-9840-3c94349b0b48-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_8ff56817-36b3-f2bc-9840-3c94349b0b4f-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_8ff56817-36b3-f2bc-9840-3c94349b0b56-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_8ff56817-36b3-f2bc-9840-3c94349b0b5d-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_3f1885e5-0de8-068b-ca9b-9e48c2a9d73e-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_3f1885e5-0de8-068b-ca9b-9e48c2a9d745-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_3f1885e5-0de8-068b-ca9b-9e48c2a9d74c-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_3f1885e5-0de8-068b-ca9b-9e48c2a9d753-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_3f1885e5-0de8-068b-ca9b-9e48c2a9d75a-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-b8f6cc63-dacd-cc65-70ee-2acf3f64cf15-b073ffc0 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
}

#w-node-_6bf31a5e-6a35-ce7e-83bc-9b9268e79366-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_311f428d-9c96-a189-828c-2183455cf817-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-d30c2af0-d615-7b72-1fcd-93acf2ac975c-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-dd1d4be4-4096-80b2-7cf1-0259b4e169ed-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-f88e9925-2510-b480-6f7e-19f412fd69db-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-b2129b2b-a48f-9f1d-b46d-b9fb80e69a97-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_78304bf1-1e2a-bb57-e3e8-257fc93dc1d1-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-d8b82b3d-b2b7-5b77-e896-998aa542319f-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-c45e5a92-e3f8-630b-1389-1edbabb9f276-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_93b109ad-b1e6-d6ab-d098-e0a8c4b9a8f8-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-e9c7ad45-aaa3-e831-3ad4-ebfe8d8b2ed2-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_40d2c94b-e085-9e09-722f-5bca1c77d63a-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_8b7f69e3-671b-5cee-6365-5a7f9f55c2b4-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-e58b9730-143b-7b42-01a8-85f0ecab2097-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-a2c2cc24-f49f-f0cd-9981-28997f4772ae-b073ffc0 {
    -ms-grid-column-align: start;
    justify-self: start;
}

#w-node-a2c2cc24-f49f-f0cd-9981-28997f4772b7-b073ffc0 {
    -ms-grid-column-align: start;
    justify-self: start;
}

#w-node-a2c2cc24-f49f-f0cd-9981-28997f4772c0-b073ffc0 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_6d55769c-1dfb-a557-0a32-3959a1f43e78-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_6d55769c-1dfb-a557-0a32-3959a1f43e7a-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_6d55769c-1dfb-a557-0a32-3959a1f43e7c-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_6d55769c-1dfb-a557-0a32-3959a1f43e7e-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_6d55769c-1dfb-a557-0a32-3959a1f43e81-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_6d55769c-1dfb-a557-0a32-3959a1f43e84-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_6d55769c-1dfb-a557-0a32-3959a1f43e87-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_6d55769c-1dfb-a557-0a32-3959a1f43e8a-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_6d55769c-1dfb-a557-0a32-3959a1f43e8d-b073ffc0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_5c3cb364-e103-ad83-b38f-0a181ef9a046-b073ffc0 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

@media screen and (min-width: 1440px) {
    #w-node-_1f9a64e8-c1e3-95eb-dcdb-e67159f94103-b073ffc0 {
        -ms-grid-column-align: auto;
        justify-self: auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }
}

@media screen and (max-width: 991px) {
    #w-node-_7dfe39d8-5246-45cc-1d95-4e0ddf6e1ff0-b073ffc0 {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    #w-node-c788d1d4-5682-5c9e-61b8-b1cf878b1af4-b073ffc0 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_1f9a64e8-c1e3-95eb-dcdb-e67159f94103-b073ffc0 {
        -ms-grid-column-align: auto;
        justify-self: auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }

    #w-node-_5c3cb364-e103-ad83-b38f-0a181ef9a046-b073ffc0 {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }
}
