/*----error connect-----*/
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
    display: none;
}

.d-none {
    display: none;
}

.closeimg {
    color: #fff;
}

.w-input:focus, .w-select:focus {
    border: 1px solid #825D30;
}

.input:active {
    background-color: #f6f5f3;
}

a.homeregisterbtn:hover, a.homeloginbtn:hover {
    color: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(216 192 142 / 25%);
}

.text-span-2:hover {
    color: #97764d;
    font-weight: 500;
}

a.link:hover {
    color: #000;
    font-weight: 400;
}

.ft-link {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

    .ft-link.disabled {
        cursor: none !important;
    }

.img-logo {
    height: 35px;
}

.terms.spacepage {
    margin-bottom: 0px;
    overflow: auto;
    height: 100%;
    padding-bottom: 60px;
}
/*-----------------loading------------------*/
.a-disable {
    background: #606060;
    pointer-events: none;
}

.block-launching {
    position: relative;
    height: 100%;
    width: 100%;
}

.loader-1 {
    width: 28px;
    height: 28px;
    border: 4px solid #e1c99d;
    border-bottom-color: #97764d;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}
/* keyFrames */
@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

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

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

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

/*-----------------register------------------*/
.statusdesctext.welcomest {
    padding-bottom: 0px;
}

.banktargetboldtext.welcomest {
    padding-bottom: 30px;
}

.waiting-verify {
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
}
/*-----------------INDEX------------------*/
._w-annc {
    display: flex;
    width: 100%;
}

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

.menuicon:hover,
.menuicon:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e5cd9c), to(#b29761));
    background-image: linear-gradient(180deg, #e5cd9c, #b29761);
}

    .menuicon:hover > .menuiconlabel,
    .menuicon:active > .menuiconlabel {
        color: #fff;
    }

.menuicon .icon-menu,
.ft-link .image-21 {
    height: 36px;
    color: #E1C99D;
}

.menuicon:hover .icon-menu, .ft-link:hover .image-21, .ft-link:hover .mainmenulabel {
    color: #fff;
}

.ft-link:hover > .mainmenuitem .logomenublock .mainmenucover > img {
    /*    background-image: -webkit-gradient(linear, left top, left bottom, from(#b29761), to(#e5cd9c));
    background-image: linear-gradient(180deg, #b29761, #e5cd9c);*/
    filter: drop-shadow(0px 6px 6px rgb(216 192 142 / 50%));
}
/*-------------------Swiper-------------------*/
.welcometext {
    padding-top: 0px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-lazy {
    min-height: 100px;
}

.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 15px;
    border-radius: 20px;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

.swiper-pagination {
    position: static;
    padding: 10px 0;
}

.swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #E5CD9C;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    opacity: 1;
}

.swiper-pagination > *.active {
    background: linear-gradient(180deg, #E5CD9C 0%, #B29761 100%);
    opacity: 1;
}

@media screen and (min-width:480px) {
    .swiper {
        min-height: 167px;
    }
}
/*-----------------Promotion------------------*/
.bTwException {
    text-align: center;
    padding-top: 20px;
}
.div-block-41 {
    height: auto;
    background: #262626;
}
._w-div-cf-1-3 {
    min-height: auto;
}

.div-cf-1 {
    position: relative;
}

.txt-box-1 {
    background-color: #e5cd9c;
    box-shadow: 0 0 8px 1px rgb(255 255 255 / 50%);
    border-radius: 5px;
}

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

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

.txt-process {
    color: #fff;
}

.txt-success {
    color: #21C11E;
    padding-left: 5px;
}

.processing {
    display: flex;
    justify-content: center;
    padding: 15px;
}

.pro-detail {
    box-shadow: 0 0 10px 1px #000;
}

.cf-detail-1-3, .cf-detail.content {
    color: #fff;
}

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

.div-cf.br-right {
    border-right: 1px solid rgb(225 201 157 / 40%);
    border-radius: 1px;
}

.div-cf-02-2 {
    border-right: 1px solid rgb(225 201 157 / 40%);
    border-left: 1px solid rgb(225 201 157 / 40%);
}

.pro-active-2 {
    position: relative;
}

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

.progress-bar {
    background-color: transparent;
}

.progress {
    position: relative;
    height: auto;
    background-color: transparent;
    float: left;
    text-align: center;
    padding-bottom: 0px;
}

.bgbar {
    background: #e1c99d;
}

.bgbarmin {
    background: #97764D;
}

.baroverflow {
    position: relative;
    overflow: hidden;
    width: 220px;
    height: 100px;
}

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

.bar-text {
    font-weight: 600;
    font-size: 20px;
}

.txt-point {
    position: absolute;
    top: 33px;
    left: 0;
    right: 0;
    margin-top: 0px;
}

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

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

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

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

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


.b-cf-body {
    background: linear-gradient(172.42deg, #767575 -157.27%, rgba(7, 7, 7, 0.04) 467.58%);
    border-radius: 12px;
}
/*--------------------profile-------------------------------*/
.valueblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
/*--------------------banklogo-------------------------------*/
.radio-button-label-9 {
    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-9.label-ktc {
        background-image: url('../images/bankicon/krungsri.webp');
        background-position: 0px 0px;
        background-size: auto 48px;
    }

    .radio-button-label-9.label-bbl {
        background-image: url('../images/bankicon/krungthep.webp');
        background-size: auto 48px;
    }

    .radio-button-label-9.label-ktb {
        background-image: url('../images/bankicon/krungthai.webp');
        background-size: auto 48px;
    }

    .radio-button-label-9.label-kbank {
        background-image: url('../images/bankicon/kasikorn.webp');
        background-position: 50% 50%;
        background-size: auto 48px;
    }

    .radio-button-label-9.label-scb {
        background-image: url('../images/bankicon/scb.webp');
        background-size: auto 48px;
    }

    .radio-button-label-9.label-ttb {
        background-image: url('../images/bankicon/ttb.webp');
        background-size: auto 48px;
    }

    .radio-button-label-9.label-gsb {
        background-image: url('../images/bankicon/gsb.webp');
        background-size: auto 48px;
    }

.rad-btn-checked:hover {
    display: block;
    background-image: url('../images/popupicon/choose-bank.svg');
    background-position: 50% 50%;
    background-size: 20px 20px;
    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/popupicon/choose-bank.svg');
    background-position: 50% 50%;
    background-size: 20 200px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    mix-blend-mode: normal;
}

.mainfooterblock {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.logomenublock {
    position: absolute;
    left: auto;
    top: -28px;
}

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

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

/*-----------------withdraw-------------------*/
.withdraw {
    padding-bottom: 20px;
}

.witdraw-custom-loading {
    display: flex;
    justify-content: center;
    margin: 30px;
}

.withdrawinput {
    border-radius: 20px;
}

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

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/*----------------reponsive--------------------*/
@media screen and (max-width:380px) {
    .menuicon {
        width: 65px;
        height: 65px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 320px) {
    .menuiconblock {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (min-width: 1920px) {
    .cf-body-2 {
        padding: 10px 0px;
    }
}
