.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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.h-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    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 {
        margin-right: 0px;
        font-weight: 500;
    }

.img-home {
    height: 42px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
}

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

    ._w-block.pd-r {
        margin-right: 10px;
    }

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

.inner-container-greenzone {
    position: relative;
    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-announce {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #8a68f2;
}

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

.section-home-page {
    display: block;
    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: 40px;
    padding: 5px;
}

.img-line {
    height: 42px;
    padding: 5px;
}

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

._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 {
        width: 110px;
        margin-right: 0px;
    }

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

.btn-shadow-sec {
    position: relative;
    z-index: 3;
    width: 109px;
    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: 80px;
    padding-right: 10px;
    font-family: Sarabun, sans-serif;
    color: #8a68f2;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none;
}

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

.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: 16px;
    font-weight: 600;
}

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

.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.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: 15px;
    padding-left: 20px;
    font-family: Kanit, sans-serif;
    color: #8a68f2;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    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;
}

.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%;
    overflow: auto;
    width: 400px;
    height: 820px;
    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);
}

.pf-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 15px 15px 15px 8px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #8a68f2;
}

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

.div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding: 0px 15px;
    -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;
}

.img-pf {
    height: 28px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
}

.txt-nemberphone {
    padding-left: 10px;
    color: #8a68f2;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.pf-balance-card {
    position: relative;
    margin-bottom: 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;
    padding-left: 10px;
    -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: 1px none rgba(37, 30, 57, 0.1);
    font-family: Sarabun, sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}

    .txt-pf-bal.bal-cd-lock {
        padding-top: 1px;
        font-family: Sarabun, sans-serif;
        font-size: 16px;
        font-weight: 300;
    }

.txt-tt {
    line-height: 22px;
    font-weight: 300;
    text-align: left;
}

.grid-2 {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.pf-deposit-withdraw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 7px;
    padding-bottom: 7px;
    -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-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: 5px;
    padding-bottom: 5px;
}

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

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

.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-cont-2 {
    color: #000;
    font-size: 12px;
}

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

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

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

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

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

.div-game {
    position: relative;
}

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

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

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

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

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

    .popup-input-column.p-15 {
        padding-left: 15px;
    }

.txt-info {
    color: #fff;
}

.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:hover {
        box-shadow: 0px 0px 8px var(--Primary-2);
    }
    .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: 10px;
    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;
}

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

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

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

.popup-email {
    display: block;
}

.logo-dep {
    height: 60px;
    padding-top: 0px;
    padding-right: 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-field-3.bd {
        border-color: rgba(138, 104, 242, 0.4);
    }

        .text-field-3.bd:focus {
            border-width: 1px;
            border-color: #8a68f2;
        }

        .text-field-3.bd::-webkit-input-placeholder {
            color: #a7a1b5;
        }

        .text-field-3.bd:-ms-input-placeholder {
            color: #a7a1b5;
        }

        .text-field-3.bd::-ms-input-placeholder {
            color: #a7a1b5;
        }

        .text-field-3.bd::placeholder {
            color: #a7a1b5;
        }

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

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

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

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

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

.b-subdetail {
    padding-top: 5px;
    padding-bottom: 10px;
    font-weight: 300;
}

.b-detail {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.txt-dep-des {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 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: 0px;
    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;
}

.form-3 {
    position: relative;
}

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

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

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

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

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

.iconcoin {
    height: 24px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    line-height: 24px;
}

.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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8a68f2;
    text-align: left;
}

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

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

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

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

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

.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;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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;
}

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

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

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

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

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

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

.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-point {
    margin-top: -20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: block;
    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 {
    display: block;
    height: auto;
    background-color: hsla(0, 0%, 86.7%, 0);
}

.slide-game {
    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.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: 14px;
    line-height: 24px;
}

.text-block-48 {
    color: #8a68f2;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.popup-deposit-close {
    padding-top: 40px;
    padding-bottom: 40px;
}

._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%;
    -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-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;
    overflow: visible;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    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-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a7a1b5;
    border-top-width: 1px;
    border-top-color: #a7a1b5;
    font-family: Sarabun, sans-serif;
}

.txt-re-amount {
    padding-right: 5px;
}

.tt-re {
    color: rgba(51, 51, 51, 0.6);
}

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

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

.image-scale-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    border-radius: 20px;
    cursor: pointer;
}

._w-touroverlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 54, 132, 0)), to(#493684));
    background-image: linear-gradient(180deg, rgba(73, 54, 132, 0), #493684);
}

.img-bannertour {
    width: 100%;
    height: auto;
    max-width: none;
    border-radius: 20px;
}

._w-tag-statust {
    position: absolute;
    left: 10px;
    top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px;
    -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: 50px;
    background-color: #65e9dc;
}

.text-block-53 {
    font-size: 16px;
    font-weight: 500;
}

.image-54 {
    height: 20px;
    padding-right: 5px;
}

.btn-tertiary {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, 0.1);
    font-size: 16px;
    cursor: pointer;
}

    .btn-tertiary:hover {
        background-color: hsla(0, 0%, 100%, 0.3);
    }

._w-btn-center {
    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-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.img-tourbanner {
    padding-top: 20px;
}

._w-tour-detail {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-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;
}

.tour-content {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.h-tour-list {
    padding-top: 20px;
    font-family: Sarabun, sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.list-3 {
    margin-bottom: 0px;
    padding-left: 20px;
    font-family: Sarabun, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.h-tt-tour {
    margin-bottom: 0px;
    color: #8a68f2;
    font-size: 28px;
    font-weight: 500;
}

.count-time-tour {
    padding-top: 0px;
    padding-bottom: 20px;
}

.div-block-42 {
    width: 300px;
    border-radius: 5px;
    background-color: rgba(167, 161, 181, 0.5);
}

.tt-slip {
    display: block;
    padding-bottom: 15px;
    font-size: 16px;
    text-align: center;
}

.btn-bg-f {
    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-f: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-f.short-btn {
        width: 120px;
    }

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

.slip-box-input {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.txt-filename {
    color: #8a68f2;
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
}

.slip-section {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}

.txt-slip-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    padding-left: 40px;
    -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;
    -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;
}

.slip-box {
    position: relative;
    width: auto;
    height: 100px;
    border-style: solid;
    border-width: 1px;
    border-color: #8a68f2;
    border-radius: 5px;
    background-color: #faf1ff;
}

    .slip-box.success {
        background-color: rgba(101, 233, 220, 0.3);
    }

.withdraw-successfull-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 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;
}

.link-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #8a68f2;
    font-weight: 600;
    text-align: center;
}

.slip-deposit {
    display: block;
}

.slip-box-detail {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: 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;
}

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

.text-block-60 {
    padding: 5px;
    font-size: 16px;
}

.div-block-44 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px;
    -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: 5px;
    background-color: #faf1ff;
}

.link-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #8a68f2;
    font-size: 16px;
    font-weight: 500;
}

.text-block-61 {
    padding-bottom: 20px;
    font-size: 16px;
}

.box-deptran {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

    .box-deptran:hover {
        background-color: rgba(138, 104, 242, 0.3);
    }

    .box-deptran.bd-bottom {
        border-bottom: 1px solid rgba(138, 104, 242, 0.4);
    }

.txt-sub-depdes {
    font-size: 16px;
    font-weight: 500;
}

.tt-slip-bal {
    display: block;
    padding-bottom: 15px;
    font-family: Sarabun, sans-serif;
    font-size: 16px;
    text-align: center;
}

.true-deposit {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
}

.tt-deptrue {
    display: block;
    padding-bottom: 15px;
    font-size: 16px;
    text-align: center;
}

.bold-text {
    font-size: 16px;
    line-height: 24px;
}

.link-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-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;
    color: #8a68f2;
}

.image-55 {
    height: 18px;
    margin-right: 8px;
    font-size: 16px;
}

.text-block-62 {
    font-size: 16px;
}

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

.true-deposit-wallet {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
}

.header-text-w {
    margin-bottom: 5px;
    color: #000;
    font-weight: 300;
}

.str-w-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 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: 1px solid #f3eff9;
}

.b-bank {
    width: 100%;
    height: auto;
    padding: 0px 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-bottom: 4px solid transparent;
}

    .b-bank.active-b-bank {
        padding-bottom: 5px;
        border-bottom: 4px solid #8a68f2;
    }

.b-wallet {
    width: 100%;
    margin-left: 0px;
    padding: 0px 10px 5px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-bottom: 4px solid transparent;
}

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

.b-bank-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 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;
    line-height: 24px;
}

.img-w-bank {
    width: auto;
    height: 18px;
    max-width: none;
    padding-right: 5px;
}

    .img-w-bank.wallet {
        height: 24px;
        padding-right: 5px;
    }

.btn-w-bank {
    display: block;
    width: auto;
    height: auto;
    padding: 0px 10px;
    border-radius: 10px;
    background-color: #39b400;
    font-size: 10px;
    font-weight: 300;
}

.text-w-bank {
    font-family: Sarabun, sans-serif;
    color: #8a68f2;
    font-size: 12px;
    font-weight: 300;
}

.b-img-bank {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 40px;
    max-width: 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;
    border-radius: 100%;
}

.btn-w-wallet {
    width: auto;
    height: auto;
    padding: 0px 10px;
    border-radius: 10px;
    background-color: #704ded;
    font-size: 10px;
    font-weight: 300;
}

.t-w {
    font-family: Sarabun, sans-serif;
    color: #fff;
}

.b-str-bank {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #f3eff9;
    border-radius: 10px;
    background-color: rgba(112, 77, 237, 0.05);
}

.b-str-text {
    width: 100%;
    margin-left: 10px;
}

.t-name {
    font-family: Sarabun, sans-serif;
    color: #000;
    line-height: 20px;
    font-weight: 300;
}

.t-number {
    font-family: Sarabun, sans-serif;
    color: #8a68f2;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
}

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

.b-str-detail {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #f3eff9;
    border-radius: 10px;
    background-color: rgba(112, 77, 237, 0.05);
}

.str-bank {
    display: block;
    padding-bottom: 30px;
}

.bank-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-b {
    width: auto;
    height: 86px;
    max-width: none;
}

.btn-b-deposit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.btn-bg-b {
    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-b: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-b.short-btn {
        width: 120px;
    }

        .btn-bg-b.short-btn.short-h {
            width: auto;
            height: 40px;
            margin-top: 0px;
            margin-bottom: 0px;
            border: 1px none transparent;
            font-size: 16px;
        }

        .btn-bg-b.short-btn.short-h {
            width: auto;
            height: 40px;
            margin-top: 0px;
            margin-bottom: 0px;
            border-style: solid;
            border-width: 1px;
            border-color: #8a68f2;
            background-image: none;
            font-family: Kanit, sans-serif;
            color: #8a68f2;
            font-size: 16px;
        }

.t-w-1 {
    font-family: Sarabun, sans-serif;
    color: #251e39;
    line-height: 23.4px;
    font-weight: 300;
}

.t-w-3 {
    font-family: Sarabun, sans-serif;
    color: #251e39;
    font-size: 20px;
    line-height: 23.4px;
    font-weight: 500;
}

.str-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #f3eff9;
}

.t-bottom {
    font-size: 12px;
    font-weight: 300;
}

.str-wallet {
    padding-bottom: 30px;
}

.input-link-w {
    height: auto;
}

._w-form {
    height: auto;
}

._w-input {
    height: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #8a68f2;
    border-radius: 10px;
    color: #8a68f2;
    font-size: 14px;
    font-weight: 300;
}

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

.btn-bg-w {
    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-w: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-w.short-btn {
        width: 120px;
    }

        .btn-bg-w.short-btn.short-h {
            width: 100%;
            height: 40px;
            margin-top: 0px;
            margin-bottom: 0px;
            border: 1px solid transparent;
            font-size: 16px;
        }

.g-detail {
    padding-right: 20px;
    padding-left: 20px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

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

.text-block-64 {
    padding-left: 5px;
    color: #219f1f;
}

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

.btn-green {
    padding: 9px 30px;
    border-radius: 10px;
    background-color: #1aca00;
    font-weight: 300;
}

.block-btn {
    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;
    border-bottom: 1px solid #a7a1b5;
    border-top-width: 1px;
    border-top-color: #a7a1b5;
}

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

.btn-gray {
    padding: 9px 30px;
    border-radius: 10px;
    background-color: #f3eff9;
    color: #c8c8c8;
    font-weight: 300;
}

.text-block-66 {
    color: #c4c4c4;
    font-weight: 300;
}

.text-block-67 {
    padding-bottom: 20px;
    font-size: 16px;
    text-align: center;
}

.div-block-49 {
    display: block;
    padding: 20px 10px;
}

.img-d-bank {
    width: 36px;
    height: 36px;
}

.tab-b-img-bank {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    height: 28px;
    max-width: none;
    padding: 4px;
    -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: 100%;
}

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

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

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

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

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

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

.nwd-form {
    height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.div-block-50 {
    position: absolute;
    width: 50%;
    height: 5px;
    border-radius: 5px;
    background-color: rgba(38, 178, 16, 0.55);
}

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

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

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

.pf-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    -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: 1px solid hsla(0, 0%, 100%, 0.6);
}

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

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

.img-balcoin {
    height: 20px;
}

.wpf-condi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 15px;
}

    .wpf-condi.pb-0 {
        padding-bottom: 0px;
        grid-column-gap: 5px;
        grid-row-gap: 5px;
    }

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

    .wpf-con-f.credit-lock {
        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;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

.wpf-con-tt {
    font-size: 14px;
}

.wpf-con-num {
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
}

.pf-b-graph {
    width: 100%;
    padding-bottom: 15px;
}

.pf-messages {
    padding: 15px 8px;
}

.popup-privatemsg {
    display: block;
    padding-bottom: 20px;
}

._w-ttmsg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.tt-msg {
    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;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    font-family: Kanit, sans-serif;
    color: #251e39;
    font-size: 14px;
    font-weight: 400;
}

.dt-msg {
    color: #a7a1b5;
    font-size: 12px;
}

.img-tt-msg {
    height: 34px;
    margin-right: 10px;
}

._w-data-msg {
    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;
}

._w-datetime-msg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100px;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.datetime-msg {
    color: #a7a1b5;
}

.stt-msg {
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

    .stt-msg.stgnew {
        background-color: red;
    }

._w-status-msg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    -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;
}

.popup-data-msg {
    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);
}

._w-pvmsg {
    padding: 12px 20px 20px;
}

._w-subpvmsg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-68 {
    color: rgba(37, 30, 57, 0.5);
}

.text-block-69 {
    margin-right: 15px;
    color: #251e39;
    font-weight: 300;
}

.dt-tt-msg {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
}

.img-h-msg {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.txt-msg {
    padding-bottom: 30px;
    font-weight: 300;
}

.img-ttdt-msg {
    height: 30px;
    margin-right: 10px;
}

.image-56 {
    height: 17px;
}

.dropdown-toggle {
    width: 230px;
}

.popup-condition-tour {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.tour-reward {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    -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: 5px;
    background-color: rgba(112, 77, 237, 0.05);
    font-weight: 500;
}

._w-tour-t-rank {
    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;
}

.img-tour-t-rank {
    height: 30px;
    padding-right: 5px;
}

.tour-t-rank {
    font-size: 16px;
}

.grid-11 {
    padding-bottom: 20px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.grid-12 {
    padding-bottom: 15px;
    -ms-grid-columns: 1fr 1.5fr 1fr 1fr;
    grid-template-columns: 1fr 1.5fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: center;
}

.grid-13 {
    -ms-grid-columns: 1fr 1.5fr 1fr 1fr;
    grid-template-columns: 1fr 1.5fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.tour-rank-img {
    height: 40px;
}

.tour-rank-user {
    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;
}

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

.img-ud-ranktour {
    padding-right: 5px;
}

._w-boxtour-rank {
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(112, 77, 237, 0.05);
}

.tour-rank-reward {
    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;
}

.image-57 {
    height: 40px;
    margin-right: 5px;
}

.div-block-57 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0px;
    z-index: 1;
    background-color: #8a68f2;
}

.div-block-58 {
    position: relative;
    overflow: auto;
    max-height: 75vh;
    padding-right: 15px;
    padding-bottom: 60px;
    padding-left: 15px;
}

.pf-txt-welcome {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    -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;
    color: #8a68f2;
    font-size: 18px;
}

.btn-submit {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background-color: #8a68f2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b18efe), to(#8a68f2));
    background-image: linear-gradient(180deg, #b18efe, #8a68f2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    font-family: Kanit, sans-serif;
    font-weight: 500;
}

.section-register-2 {
    display: block;
}

.list-choice-2 {
    padding-left: 28px;
}

.div-deposit {
    display: block;
}

.t-cf-detail-02-2 {
    font-family: Kanit, sans-serif;
    color: #251e39;
    font-size: 16px;
    font-weight: 500;
}

.image-3 {
    width: 15px;
}

.close-modal-2 {
    position: absolute;
    left: auto;
    top: 15px;
    right: 15px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}

.modal-promotion-show {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}

.img-load {
    max-width: 125px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.t-cf-detail-04-2 {
    font-family: Kanit, sans-serif;
    color: #8a68f2;
    font-size: 16px;
    font-weight: 500;
}

.b-str-detail-2 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #f3eff9;
    border-radius: 20px;
    background-color: rgba(112, 77, 237, 0.05);
}

.select-bank-2 {
    width: 150px;
    height: 50px;
    border-style: solid;
    border-width: 1.5px;
    border-color: #8a68f2;
    border-radius: 20px;
    background-color: transparent;
    font-family: Kanit, sans-serif;
    color: #251e39;
    font-size: 16px;
    font-weight: 300;
}

    .select-bank-2.bd {
        width: 100%;
        border-color: rgba(138, 104, 242, 0.4);
        border-radius: 30px;
    }

.t-error-2 {
    margin-bottom: 15px;
    font-family: Sarabun, sans-serif;
    color: red;
    font-size: 12px;
    font-weight: 300;
}

.conv-body {
    padding: 0px;
}

.str-wallet-2 {
    display: block;
    padding-bottom: 0px;
}

.txt-error {
    font-family: Kanit, sans-serif;
    color: #f84a4a;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.t-w-3-2 {
    font-family: Sarabun, sans-serif;
    color: #251e39;
    font-size: 20px;
    line-height: 23.4px;
    font-weight: 500;
}

.cf-detail-1-2 {
    display: block;
    margin-bottom: 15px;
    padding-left: 0px;
    text-align: left;
}

.footer-help-2 {
    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;
}

.section-success {
    display: none;
    width: 375px;
    max-width: 375px;
    padding: 0px;
}

.txt-h1 {
    padding: 0px;
    font-family: Kanit, sans-serif;
    color: #8a68f2;
    font-size: 16px;
    font-weight: 400;
    background-clip: padding-box;
    -webkit-text-fill-color: inherit;
}

.str-bottom-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px 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 solid #f3eff9;
}

.link-12 {
    font-family: Kanit, sans-serif;
    color: #8a68f2;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.div-regis {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
}

.input-link-w-2 {
    height: auto;
    font-family: Sarabun, sans-serif;
}

.hd-success {
    position: relative;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.btn-b-deposit-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.bank-name {
    width: 40%;
}

.header-text--1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Kanit, sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
}

    .header-text--1.center {
        line-height: 24px;
        text-align: center;
    }

.t-w-1-2 {
    font-family: Sarabun, sans-serif;
    color: #251e39;
    line-height: 23.4px;
    font-weight: 300;
}

.input-bank {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.text-field-7 {
    height: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(138, 104, 242, 0.3);
    border-radius: 31px;
    font-family: Kanit, sans-serif;
    color: #251e39;
    font-size: 16px;
    font-weight: 300;
}

    .text-field-7:focus {
        border-color: #8a68f2;
    }

    .text-field-7::-webkit-input-placeholder {
        color: #a7a1b5;
    }

    .text-field-7:-ms-input-placeholder {
        color: #a7a1b5;
    }

    .text-field-7::-ms-input-placeholder {
        color: #a7a1b5;
    }

    .text-field-7::placeholder {
        color: #a7a1b5;
    }

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

.div-waiting {
    display: none;
    height: 100%;
    padding: 40px 30px 60px;
    text-align: center;
}

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

._w-input-2 {
    height: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #8a68f2;
    border-radius: 10px;
    color: #8a68f2;
    font-size: 14px;
    font-weight: 300;
}

.image-58 {
    padding-right: 10px;
}

.t-bottom-2 {
    font-family: Kanit, sans-serif;
    font-size: 12px;
    font-weight: 300;
}

.p-detailpro-2 {
    display: none;
}

.image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

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

.form-deposit {
    margin-top: 20px;
    margin-bottom: 20px;
}

.str-bank-2 {
    display: block;
    padding-bottom: 0px;
}

.t-cf-detail-03-2 {
    font-family: Kanit, sans-serif;
    color: #8a68f2;
    font-size: 14px;
    font-weight: 300;
}

.txt-3 {
    font-family: Kanit, sans-serif;
    color: #251e39;
    font-size: 12px;
}

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

.txt-help-2 {
    font-family: Kanit, sans-serif;
    color: #a7a1b5;
    font-size: 12px;
}

.txt-head {
    font-family: Kanit, sans-serif;
    color: #8a68f2;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.section-prodetail {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    -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;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
}

.img-header {
    position: relative;
    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: 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-left-radius: 20px;
    border-top-right-radius: 20px;
}

.t-cf-detail-2 {
    font-family: Kanit, sans-serif;
    color: #251e39;
    font-size: 14px;
    font-weight: 300;
}

.p-pro-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.txt-4 {
    font-family: Kanit, sans-serif;
    color: #8a68f2;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.img-success {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.b-success {
    padding: 20px 30px;
}

.bank-number {
    width: 60%;
}

.true-deposit-wallett {
    padding-right: 30px;
    padding-left: 30px;
}

.section-footer {
    position: relative;
    padding: 0px;
    border-bottom: 1px solid #e4ebf3;
}

.t-w-2-2 {
    font-family: Sarabun, sans-serif;
    color: #251e39;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.pro-convertion {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    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: 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: #fff;
}

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

.form-success {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-popup-nocc-copy {
    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;
}

.txt-titlerp {
    padding-top: 10px;
    font-family: Kanit, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
}

.txt-conrp {
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #a7a1b5;
    font-size: 14px;
}

.txt-conrp-2 {
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #a7a1b5;
    font-size: 14px;
}

.errormassage-rp {
    padding: 10px 10px 20px;
}

.drop-pro {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.t-w--2 {
    font-family: Sarabun, sans-serif;
    color: #251e39;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.link-12 {
    padding-bottom: 30px;
}

.div-block-59 {
    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: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

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

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

    .grid--tournament {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

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

    .txt-credit {
        font-size: 18px;
        line-height: 24px;
    }

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

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

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

    .iconcoin {
        height: 26px;
        line-height: 26px;
    }

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

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

    .grid--tournament {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .p-pro-2 {
        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;
    }

    .img-info-2 {
        padding-top: 0px;
    }
}

@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 {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

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

    .text-block-46 {
        font-size: 16px;
    }

    .grid--tournament {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .cf-detail-1-2 {
        margin-bottom: 60px;
    }
}

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

    .menu-catagories {
        display: none;
    }

    .inner-container-greenzone {
        max-width: 100%;
    }

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

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

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

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

    ._w-block-profile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 39px;
        padding-left: 10px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .img-coin {
        height: 39px;
    }

    .txt-credit-mobile {
        padding-right: 5px;
        font-family: Sarabun, sans-serif;
        font-size: 16px;
        line-height: 24px;
    }

    .image-2 {
        height: 40px;
        padding-left: 5px;
    }

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

    .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 {
        padding-bottom: 15px;
        font-weight: 500;
    }

        .popup-title.mt-0 {
            font-weight: 500;
        }

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

    .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;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        color: #8a68f2;
    }

    .div-block-4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

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

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

    .div-content {
        margin-bottom: 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;
    }

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

    .text-field-3.bd {
        font-size: 14px;
    }

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

    .b-detail {
        font-size: 18px;
    }

    .txt-dep-des {
        font-size: 18px;
    }

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

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

    .iconcoin {
        height: 24px;
    }

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

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

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

    .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%;
        padding-top: 14px;
    }

    .search-research-head {
        display: block;
    }

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

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

    .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 {
        -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.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;
        max-width: 100%;
    }

    .grid--tournament {
        margin-right: 20px;
        padding-left: 0px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .img-tourbanner {
        padding-right: 20px;
        padding-left: 20px;
    }

    ._w-tour-detail {
        padding-right: 20px;
        padding-left: 20px;
    }

    .tour-condition {
        display: none;
    }

    .tt-slip {
        padding-bottom: 15px;
        font-size: 16px;
    }

    .tt-slip-bal {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: Sarabun, sans-serif;
        font-size: 16px;
        text-align: center;
    }

    .true-deposit {
        padding-right: 20px;
        padding-left: 20px;
    }

    .tt-deptrue {
        padding-bottom: 15px;
        font-size: 16px;
    }

    .true-deposit-wallet {
        padding-right: 20px;
        padding-left: 20px;
    }

    .t-head-nwd {
        padding-bottom: 15px;
        font-weight: 500;
    }

    .grid-12 {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        -ms-grid-columns: 0.75fr 1.75fr 1.25fr 1fr;
        grid-template-columns: 0.75fr 1.75fr 1.25fr 1fr;
    }

    .grid-13 {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        -ms-grid-columns: 0.75fr 1.75fr 1.25fr 1fr;
        grid-template-columns: 0.75fr 1.75fr 1.25fr 1fr;
    }

    .select-bank-2.bd {
        font-size: 14px;
    }

    .cf-detail-1-2 {
        padding-left: 0px;
    }

    .header-text--1 {
        font-size: 14px;
    }

    .text-field-7 {
        font-size: 14px;
    }

    .t-header-list-2 {
        font-size: 16px;
    }

    .p-pro-2 {
        font-size: 18px;
    }

    .true-deposit-wallett {
        padding-right: 20px;
        padding-left: 20px;
    }

    .img-info-2 {
        position: static;
        left: 75%;
        margin-left: 6px;
        padding-left: 0px;
    }

    .section-popup-nocc-copy {
        z-index: 11;
    }

    .txt-titlerp {
        font-size: 14px;
    }

    .link-12 {
        padding-bottom: 20px;
    }
}

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

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

    .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: 0px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }

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

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

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

    .txt-pf-bal {
        padding-left: 5px;
        font-size: 16px;
        line-height: 20px;
    }

        .txt-pf-bal.bal-cd-lock {
            font-size: 14px;
        }

    .txt-tt {
        padding-bottom: 4px;
    }

    .text-block-19 {
        font-size: 14px;
        font-weight: 400;
    }

    .text-block-20 {
        font-size: 14px;
        font-weight: 400;
    }

    .div-search {
        width: 30px;
        height: 30px;
    }

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

    .txt-gamename {
        font-size: 12px;
    }

    .txt-provname {
        font-size: 12px;
    }

    .popup-data-title-statement {
        font-size: 12px;
    }

    .controll-zone {
        display: none;
    }

    .logo-dep {
        height: 50px;
    }

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

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

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

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

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

    .b-subdetail {
        font-size: 12px;
    }

    .b-detail {
        font-size: 14px;
        line-height: 16px;
    }

    .txt-dep-des {
        font-size: 14px;
        line-height: 16px;
    }

    .navigation {
        position: relative;
        overflow: auto;
        width: auto;
        height: 50px;
        max-width: none;
        margin-top: 20px;
        padding-left: 0px;
        font-size: 12px;
    }

    .div-show-game {
        grid-column-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

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

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

    ._w-div-cf-1 {
        min-height: 200px;
    }

    .t-cf-header-02 {
        font-size: 14px;
    }

    .modal-confirm-promotion {
        border-radius: 0px;
    }

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

    .card-game-mbh {
        display: none;
    }

    .div-show-game-2 {
        grid-column-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .search-research-head {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

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

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

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

    .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 {
        grid-column-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

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

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

    .text-block-48 {
        font-size: 16px;
        line-height: 20px;
    }

    .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;
        min-width: 450px;
    }

    .grid--tournament {
        margin-right: 0px;
        padding-left: 0px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .tt-slip {
        font-size: 14px;
    }

    .btn-bg-f.short-btn.short-h {
        font-size: 14px;
    }

    .txt-filename {
        font-size: 12px;
    }

    .link-11 {
        font-size: 14px;
    }

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

    .txt-sub-depdes {
        font-size: 14px;
    }

    .tt-slip-bal {
        font-size: 14px;
    }

    .tt-deptrue {
        font-size: 14px;
    }

    .bold-text {
        font-size: 16px;
    }

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

    .b-img-bank {
        height: 32px;
    }

    .btn-bg-b.short-btn.short-h {
        font-size: 14px;
    }

    .btn-bg-b.short-btn.short-h {
        font-size: 14px;
    }

    .btn-bg-w.short-btn.short-h {
        font-size: 14px;
    }

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

    .tt-msg {
        font-size: 12px;
    }

    .image-56 {
        height: 16px;
    }

    .grid-12 {
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        -ms-grid-columns: 0.75fr 1.75fr 1.25fr 1fr;
        grid-template-columns: 0.75fr 1.75fr 1.25fr 1fr;
    }

    .grid-13 {
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        -ms-grid-columns: 0.75fr 1.75fr 1.25fr 1fr;
        grid-template-columns: 0.75fr 1.75fr 1.25fr 1fr;
    }

    .pf-txt-welcome {
        font-size: 16px;
    }

    .section-register-2 {
        height: 100%;
    }

    .select-bank-2.bd {
        padding-right: 20px;
    }

    .t-list-2 {
        font-size: 14px;
        line-height: 22px;
    }

    .t-header-list-2 {
        font-size: 14px;
        line-height: 24px;
    }

    .section-footer {
        padding-right: 15px;
        padding-left: 15px;
    }
}

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

    .menu-catagories {
        display: none;
    }

    .inner-container-greenzone {
        max-width: 100%;
    }

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

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

    ._w-block-profile {
        height: 31px;
    }

    .img-coin {
        height: 32px;
    }

    .txt-credit-mobile {
        padding-top: 0px;
        font-size: 14px;
        line-height: 20px;
    }

    .image-2 {
        height: 30px;
    }

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

    .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 {
        font-size: 16px;
    }

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

    ._w-profile-more {
        height: 100%;
        max-width: 90%;
    }

    .div-block-5 {
        overflow: auto;
        padding-bottom: 0px;
    }

    .txt-pf-bal {
        padding-bottom: 0px;
        padding-left: 5px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: Sarabun, sans-serif;
        font-size: 14px;
        line-height: 14px;
        text-align: left;
    }

        .txt-pf-bal.bal-cd-lock {
            font-size: 13px;
        }

    .txt-tt {
        padding-bottom: 2px;
        font-size: 12px;
    }

    .text-block-19 {
        font-size: 14px;
        font-weight: 300;
    }

    .text-block-20 {
        font-size: 14px;
        font-weight: 400;
    }

    .section-content {
        width: auto;
    }

    .grid-content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .search-game {
        left: auto;
        top: auto;
        right: 0%;
        bottom: auto;
    }

    .txt-gamename {
        font-size: 12px;
    }

    .txt-provname {
        font-size: 12px;
    }

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

    .popup-frame-400 {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
    }

    .popup-input-column {
        font-size: 14px;
    }

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

    .logo-dep {
        padding-right: 10px;
    }

    .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-field-3.bd {
            font-size: 12px;
        }

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

    .b-subdetail {
        font-size: 12px;
    }

    .b-detail {
        font-size: 14px;
    }

    .txt-dep-des {
        font-size: 14px;
    }

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

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

    .navigation {
        z-index: 5;
        height: 40px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

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

    .iconcoin {
        height: 22px;
        line-height: 20px;
    }

    .img-input {
        padding-right: 10px;
    }

    .txt-proc-2 {
        font-size: 12px;
    }

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

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

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

    .img-info {
        margin-left: 0px;
    }

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

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

    .txt-game-navi {
        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;
    }

    .search-research-head {
        display: block;
    }

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

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

    .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 {
        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 {
        font-size: 11px;
    }

    .txt-re-claim {
        padding-right: 0px;
    }

    .section-popup-re {
        width: auto;
        min-width: auto;
    }

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

    .rff-h-body-2 {
        font-size: 12px;
    }

    .rff-tx-primary {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 12px;
        line-height: 16px;
    }

    .rff-tx-second {
        font-size: 12px;
        line-height: 16px;
        text-align: left;
    }

    .grid--tournament {
        margin-right: 0px;
        padding-right: 15px;
        padding-left: 0px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .txt-filename {
        width: 100%;
    }

    .txt-slip-detail {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

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

    .box-deptran {
        padding-right: 10px;
        padding-left: 10px;
    }

        .box-deptran.bd-bottom {
            padding-right: 10px;
            padding-left: 10px;
        }

    .txt-sub-depdes {
        font-size: 16px;
    }

    .tt-slip-bal {
        font-size: 14px;
    }

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

    .img-w-bank {
        height: 16px;
    }

    .text-w-bank {
        font-family: Sarabun, sans-serif;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }

    .b-img-bank {
        height: 28px;
    }

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

    .t-name {
        font-size: 14px;
    }

    .t-number {
        font-size: 12px;
    }

    .bank-detail {
        padding-right: 10px;
        padding-left: 10px;
    }

    .logo-b {
        height: 64px;
    }

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

    .t-bottom {
        white-space: normal;
    }

    .btn-green {
        padding-right: 15px;
        padding-left: 15px;
    }

    .btn-gray {
        padding-right: 15px;
        padding-left: 15px;
    }

    .text-block-67 {
        padding-bottom: 10px;
    }

    .div-block-49 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .img-d-bank {
        width: 28px;
        height: 28px;
    }

    .tab-b-img-bank {
        width: 24px;
        height: 24px;
    }

    .t-head-nwd {
        font-size: 16px;
    }

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

    .img-balcoin {
        height: 16px;
    }

    .wpf-con-tt {
        font-size: 12px;
        line-height: 16px;
    }

    .wpf-con-num {
        line-height: 16px;
    }

    .tt-msg {
        font-size: 13px;
        line-height: 18px;
    }

    .dt-msg {
        font-size: 11px;
        line-height: 16px;
    }

    .img-tt-msg {
        height: 26px;
        margin-right: 5px;
    }

    ._w-datetime-msg {
        min-width: 75px;
    }

    .datetime-msg {
        font-size: 11px;
        line-height: 18px;
        white-space: nowrap;
    }

    .stt-msg.stgnew {
        width: 8px;
        height: 8px;
        border-radius: 8px;
    }

    ._w-status-msg {
        height: 16px;
    }

    .popup-data-msg {
        cursor: pointer;
    }

        .popup-data-msg:hover {
            background-color: rgba(112, 77, 237, 0.05);
        }

    .img-ttdt-msg {
        height: 26px;
        margin-right: 5px;
    }

    .grid-12 {
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        -ms-grid-columns: 0.5fr 1.5fr 1.5fr 1fr;
        grid-template-columns: 0.5fr 1.5fr 1.5fr 1fr;
    }

    .grid-13 {
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        -ms-grid-columns: 0.5fr 1.5fr 1.5fr 1fr;
        grid-template-columns: 0.5fr 1.5fr 1.5fr 1fr;
    }

    .tour-rank-img {
        height: 30px;
    }

    .img-ud-ranktour {
        height: 5px;
    }

    ._w-boxtour-rank {
        padding-left: 5px;
        font-size: 11px;
    }

    .image-57 {
        height: 30px;
    }

    .list-choice-2 {
        padding-left: 30px;
    }

    .t-cf-detail-02-2 {
        font-size: 14px;
    }

    .t-cf-detail-04-2 {
        font-size: 14px;
    }

    .select-bank-2.bd {
        font-size: 12px;
    }

    .txt-error {
        font-size: 12px;
    }

    .str-bottom-2 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .div-regis {
        padding-right: 20px;
        padding-left: 20px;
    }

    .div-h-cf-2 {
        margin-left: 8px;
    }

    .bank-name {
        width: 50%;
    }

    .header-text--1 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .text-field-7 {
        font-size: 12px;
    }

    .b-cf-detail-2 {
        grid-column-gap: 3px;
    }

    .t-bottom-2 {
        white-space: normal;
    }

    .t-list-2 {
        font-size: 12px;
        line-height: 18px;
    }

    .t-cf-detail-03-2 {
        font-size: 12px;
    }

    .t-header-list-2 {
        font-size: 12px;
    }

    .txt-head {
        font-size: 18px;
    }

    .section-prodetail {
        border-radius: 10px;
    }

    .t-cf-detail-2 {
        font-size: 12px;
    }

    .p-pro-2 {
        font-size: 16px;
    }

    .bank-number {
        width: 50%;
    }

    .img-info-2 {
        margin-left: 0px;
    }

    .section-popup-nocc-copy {
        overflow: auto;
        max-width: 100vw;
        text-align: center;
    }

    .txt-titlerp {
        padding-top: 5px;
        font-size: 12px;
    }

    .txt-conrp {
        font-size: 12px;
    }

    .txt-conrp-2 {
        font-size: 12px;
    }
}

#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-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-_75615122-612d-9871-749d-868637eacb03-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;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-c5cf89d3-016e-7eff-cbcb-bfd139f6e459-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;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-_66392a70-f01c-f5c3-b7a7-1b2d31ea5adc-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;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-_1206d882-0bb3-37a4-c8f9-fba6dc8a9fc9-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;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-_463525e6-4625-598c-dc79-6936ce90f3c5-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;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-_38d5f862-d398-2252-9c8b-f33468c775d1-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;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#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-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-_9fbeb73c-15be-0bbf-609b-33b15f029268-b073ffc0 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-e4843162-529c-b323-a3cf-115a8a53c217-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-_8d6f0ce2-8a63-fafc-14f9-16a025aed167-b073ffc0 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-_595421eb-9bd5-5bc1-1e6c-bd4c4ebc928f-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-_5cbc35b7-50b9-b617-1554-3be3022b3b06-b073ffc0 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-_1f9a64e8-c1e3-95eb-dcdb-e67159f94103-b073ffc0 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

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

#w-node-_2a1ffe8b-9226-7645-115e-67dcfee2a1c1-ed73ffc3 {
    -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-c264c526-06c4-97d2-2975-dd082122e257-16d729a7 {
    -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-c264c526-06c4-97d2-2975-dd082122e258-16d729a7 {
    -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-c264c526-06c4-97d2-2975-dd082122e25a-16d729a7 {
    -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-c264c526-06c4-97d2-2975-dd082122e25c-16d729a7 {
    -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-c264c526-06c4-97d2-2975-dd082122e265-16d729a7 {
    -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-_2efa3302-0e30-e0eb-5bc2-9b08c12acc68-5eaa945f {
    -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-_33049382-7f6d-1598-1265-1de7a7065fc3-5eaa945f {
    -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-_793d0111-47e8-9de3-0f3d-37372198b47f-5eaa945f {
    -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-_50bf4f87-d189-a651-c2f9-b98beff754c3-5eaa945f {
    -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-daaa10f3-b343-ddc6-6f0c-6c4a18c61d43-5eaa945f {
    -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;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-_146b2530-e647-d8c6-2367-dd3cb748a1f2-5eaa945f {
    -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-ae2ec421-8bef-b4a0-aadc-2dad5e7febed-5eaa945f {
    -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-_915f99f9-2c78-f948-91dd-4ac6bf57c087-5eaa945f {
    -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-b3972f2c-7dd2-211f-5836-1e58615e4769-5eaa945f {
    -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-_81713464-2513-9bd0-8b35-bea38f6555ce-5eaa945f {
    -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;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-_81713464-2513-9bd0-8b35-bea38f6555cf-5eaa945f {
    -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-_81713464-2513-9bd0-8b35-bea38f6555d4-5eaa945f {
    -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-_81713464-2513-9bd0-8b35-bea38f6555d6-5eaa945f {
    -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-_81713464-2513-9bd0-8b35-bea38f6555d8-5eaa945f {
    -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-_482bff81-8846-7c02-069f-5d26ff695483-5eaa945f {
    -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;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-_482bff81-8846-7c02-069f-5d26ff695484-5eaa945f {
    -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-_482bff81-8846-7c02-069f-5d26ff695489-5eaa945f {
    -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-_482bff81-8846-7c02-069f-5d26ff69548b-5eaa945f {
    -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-_482bff81-8846-7c02-069f-5d26ff69548d-5eaa945f {
    -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-b5f51961-278b-751b-64ab-a8d554689b35-5eaa945f {
    -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;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-b5f51961-278b-751b-64ab-a8d554689b36-5eaa945f {
    -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-b5f51961-278b-751b-64ab-a8d554689b3b-5eaa945f {
    -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-b5f51961-278b-751b-64ab-a8d554689b3d-5eaa945f {
    -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-b5f51961-278b-751b-64ab-a8d554689b3f-5eaa945f {
    -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-bad47cb9-27a5-1480-9aad-e795216fc017-5eaa945f {
    -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;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-bad47cb9-27a5-1480-9aad-e795216fc018-5eaa945f {
    -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-bad47cb9-27a5-1480-9aad-e795216fc01d-5eaa945f {
    -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-bad47cb9-27a5-1480-9aad-e795216fc01f-5eaa945f {
    -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-bad47cb9-27a5-1480-9aad-e795216fc021-5eaa945f {
    -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-_1950e0b6-780a-f803-14f4-d2be8e51aa48-5eaa945f {
    -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;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-_1950e0b6-780a-f803-14f4-d2be8e51aa49-5eaa945f {
    -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-_1950e0b6-780a-f803-14f4-d2be8e51aa4e-5eaa945f {
    -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-_1950e0b6-780a-f803-14f4-d2be8e51aa50-5eaa945f {
    -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-_1950e0b6-780a-f803-14f4-d2be8e51aa52-5eaa945f {
    -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-acb3e369-a96f-a706-b727-1c826acafeef-5eaa945f {
    -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;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-acb3e369-a96f-a706-b727-1c826acafef0-5eaa945f {
    -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-acb3e369-a96f-a706-b727-1c826acafef5-5eaa945f {
    -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-acb3e369-a96f-a706-b727-1c826acafef7-5eaa945f {
    -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-acb3e369-a96f-a706-b727-1c826acafef9-5eaa945f {
    -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-c25ffd21-e7e0-d609-f47c-49e99e049eb8-5eaa945f {
    -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;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-c25ffd21-e7e0-d609-f47c-49e99e049eb9-5eaa945f {
    -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-c25ffd21-e7e0-d609-f47c-49e99e049ebe-5eaa945f {
    -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-c25ffd21-e7e0-d609-f47c-49e99e049ec0-5eaa945f {
    -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-c25ffd21-e7e0-d609-f47c-49e99e049ec2-5eaa945f {
    -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-_81720725-5274-b031-0311-e7b58b78dd8e-5eaa945f {
    -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;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-_81720725-5274-b031-0311-e7b58b78dd8f-5eaa945f {
    -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-_81720725-5274-b031-0311-e7b58b78dd94-5eaa945f {
    -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-_81720725-5274-b031-0311-e7b58b78dd96-5eaa945f {
    -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-_81720725-5274-b031-0311-e7b58b78dd98-5eaa945f {
    -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-ddc6a4bd-a4e5-428d-9c79-5499f28cce69-5eaa945f {
    -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;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-ddc6a4bd-a4e5-428d-9c79-5499f28cce6a-5eaa945f {
    -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-ddc6a4bd-a4e5-428d-9c79-5499f28cce6f-5eaa945f {
    -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-ddc6a4bd-a4e5-428d-9c79-5499f28cce71-5eaa945f {
    -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-ddc6a4bd-a4e5-428d-9c79-5499f28cce73-5eaa945f {
    -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-_81e3ed56-764c-f403-fa45-fc0c4445dac3-5eaa945f {
    -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;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-_81e3ed56-764c-f403-fa45-fc0c4445dac4-5eaa945f {
    -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-_81e3ed56-764c-f403-fa45-fc0c4445dac9-5eaa945f {
    -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-_81e3ed56-764c-f403-fa45-fc0c4445dacb-5eaa945f {
    -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-_81e3ed56-764c-f403-fa45-fc0c4445dacd-5eaa945f {
    -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-_7787ffaf-b78a-8095-9388-86576d980362-5eaa945f {
    -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;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-_7787ffaf-b78a-8095-9388-86576d980363-5eaa945f {
    -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-_7787ffaf-b78a-8095-9388-86576d980368-5eaa945f {
    -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-_7787ffaf-b78a-8095-9388-86576d98036a-5eaa945f {
    -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-_7787ffaf-b78a-8095-9388-86576d98036c-5eaa945f {
    -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-d62e9188-bd6a-474b-7a52-cc00b00b7f3d-5eaa945f {
    -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;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-d62e9188-bd6a-474b-7a52-cc00b00b7f3e-5eaa945f {
    -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-d62e9188-bd6a-474b-7a52-cc00b00b7f43-5eaa945f {
    -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-d62e9188-bd6a-474b-7a52-cc00b00b7f45-5eaa945f {
    -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-d62e9188-bd6a-474b-7a52-cc00b00b7f47-5eaa945f {
    -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;
}

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

    #w-node-c264c526-06c4-97d2-2975-dd082122e018-16d729a7 {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    #w-node-c264c526-06c4-97d2-2975-dd082122e073-16d729a7 {
        -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;
    }
}
